summaryrefslogtreecommitdiff
path: root/libavformat/electronicarts.c
Commit message (Expand)AuthorAge
...
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-13
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-16
* Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger2009-04-12
* ReindentReimar Döffinger2009-04-11
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-11
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-05
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Electronic Arts demuxer: support TGQ video tagsPeter Ross2008-11-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-18
* Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...Peter Ross2008-08-12
* Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...Peter Ross2008-08-12
* Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross2008-08-12
* Support Electronic Arts files containing MPEG2VIDEO.Peter Ross2008-08-12
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-10
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-06
* EA Demuxer: make rev2 flag optionalPeter Ross2008-07-30
* Electronic Arts CMV demuxerPeter Ross2008-07-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2008-05-13
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* probe more kind of electronic arts filesAurelien Jacobs2007-11-07
* EA IMA EACS decoderPeter Ross2007-10-30
* EA IMA SEAD decoderPeter Ross2007-10-30
* probe files starting with the 1SNh tagAurelien Jacobs2007-10-25
* don't use #define with names starting with _Aurelien Jacobs2007-10-25
* add parsing of 1SNh header in the EA demuxerAurelien Jacobs2007-10-25
* avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs2007-10-24
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
* convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs2007-10-22
* better check for video track detectionAurelien Jacobs2007-10-18
* skip unsupported audio track dataAurelien Jacobs2007-10-18
* cosmetics: indentationAurelien Jacobs2007-10-18
* check if we found an audio track before initializing the audio streamAurelien Jacobs2007-10-18
* compute pts according to the audio codecAurelien Jacobs2007-10-18
* set bytes per sample in the contextAurelien Jacobs2007-10-18
* fix big endian files supportAurelien Jacobs2007-10-18
* simplifyAurelien Jacobs2007-10-18
* parse sample rate instead of setting a default oneAurelien Jacobs2007-10-18
* add support for PCM codecAurelien Jacobs2007-10-18
* check compression_type to assign audio codecAurelien Jacobs2007-10-18
* make compression_type a function local var instead of a context varAurelien Jacobs2007-10-18
* add support for big_endian encoded headersAurelien Jacobs2007-10-18
* add some error processingAurelien Jacobs2007-10-18
* cosmetics: indentationAurelien Jacobs2007-10-18
* parse header chunk in a loop (don't depend on a fixed chunk ordering)Aurelien Jacobs2007-10-18
* add audio and video codec context varsAurelien Jacobs2007-10-18