]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/electronicarts.c
rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
[frescor/ffmpeg.git] / libavformat / electronicarts.c
2009-04-16 reimarRemove unused audio_pts field from ea demuxer struct
2009-04-12 reimarMove ea demuxer messages that are irrelevant to ordinar...
2009-04-11 reimarReindent
2009-04-11 reimarMake electronicarts demuxer return partial frames,...
2009-02-11 diegoAdd av_uninit macro to variable to avoid false positive...
2009-02-05 prossElectronic Arts demuxer: support TQI video tag
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-11-08 prossElectronic Arts demuxer: support TGQ video tags
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-18 prossSupport Electronic Arts files containing MP3 audio.
2008-08-12 prossElectronic Arts demuxer: support SxEN audio tags found...
2008-08-12 prossElectronic Arts demuxer: perform identification of...
2008-08-12 prossElectronic Arts demuxer: ignore PTxx platform ID values.
2008-08-12 prossSupport Electronic Arts files containing MPEG2VIDEO.
2008-08-10 prossAdd MDEC tags to Electronic Arts demuxer.
2008-08-06 prossAdd Electronic Arts TGV chunk tags to EA demuxer.
2008-07-30 prossEA Demuxer: make rev2 flag optional
2008-07-08 prossElectronic Arts CMV demuxer
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-13 cehoyosFix icc warning #188: enumerated type mixed with anothe...
2007-11-25 aureladd pcm_s16le_planar support for electronicarts files
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-07 aurelprobe more kind of electronic arts files
2007-10-30 aurelEA IMA EACS decoder
2007-10-30 aurelEA IMA SEAD decoder
2007-10-25 aurelprobe files starting with the 1SNh tag
2007-10-25 aureldon't use #define with names starting with _
2007-10-25 aureladd parsing of 1SNh header in the EA demuxer
2007-10-24 aurelavoid infinite loop at the end of files which are not...
2007-10-24 aurelEA ADPCM R1, R2 and R3 decoder
2007-10-22 aurelconvert a if() into a switch() to ease addition of...
2007-10-18 aurelbetter check for video track detection
2007-10-18 aurelskip unsupported audio track data
2007-10-18 aurelcosmetics: indentation
2007-10-18 aurelcheck if we found an audio track before initializing...
2007-10-18 aurelcompute pts according to the audio codec
2007-10-18 aurelset bytes per sample in the context
2007-10-18 aurelfix big endian files support
2007-10-18 aurelsimplify
2007-10-18 aurelparse sample rate instead of setting a default one
2007-10-18 aureladd support for PCM codec
2007-10-18 aurelcheck compression_type to assign audio codec
2007-10-18 aurelmove compression_type as a function local var instead...
2007-10-18 aureladd support for big_endian encoded headers
2007-10-18 aureladd some error processing
2007-10-18 aurelcosmetics: indentation
2007-10-18 aurelparse header chunk in a loop (don't depend on a fixed...
2007-10-18 aureladd audio and video codec context vars
2007-10-18 aurelbetter log message
2007-10-18 aurelmove vp6 header parsing in it's own function
2007-10-18 aurelremove 2 temporary variables
2007-10-18 aurelset a default value for num_channels
2007-10-18 aurelmove audio header parsing in it's own function
2007-10-18 aureladd a log message
2007-10-18 aurelfix comment
2007-10-15 aurelcosmetics: reindent
2007-10-15 aureladd support for VP6 in electronicarts demuxer
2007-10-15 aurelremove useless &0xFF
2007-10-15 aurelmerge declaration and initialization
2007-10-15 aurelremove unused context vars
2007-10-15 aurelremove unused code
2007-10-15 aurelremove unused tags definition
2007-10-15 aurelremove unused close function
2007-10-15 aurelsimplify bitstream reading
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2004-10-16 melansonElectronic Arts Game Multimedia format demuxer (WVE...