summaryrefslogtreecommitdiffstats
path: root/libavformat/electronicarts.c
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Use enum CodecID where appropriate.Carl Eugen Hoyos2010-01-101-1/+1
* do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross2010-01-101-0/+1
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-171-2/+6
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-131-0/+9
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-161-2/+0
* Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger2009-04-121-13/+13
* ReindentReimar Döffinger2009-04-111-22/+22
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-111-8/+4
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-111-1/+1
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-051-0/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Electronic Arts demuxer: support TGQ video tagsPeter Ross2008-11-081-0/+9
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-181-2/+10
* Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...Peter Ross2008-08-121-0/+7
* Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...Peter Ross2008-08-121-0/+1
* Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross2008-08-121-1/+1
* Support Electronic Arts files containing MPEG2VIDEO.Peter Ross2008-08-121-0/+5
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-101-0/+25
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-061-0/+8
* EA Demuxer: make rev2 flag optionalPeter Ross2008-07-301-0/+1
* Electronic Arts CMV demuxerPeter Ross2008-07-081-0/+15
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2008-05-131-2/+2
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-251-1/+15
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-6/+6
* probe more kind of electronic arts filesAurelien Jacobs2007-11-071-0/+8
* EA IMA EACS decoderPeter Ross2007-10-301-0/+1
* EA IMA SEAD decoderPeter Ross2007-10-301-0/+27
* probe files starting with the 1SNh tagAurelien Jacobs2007-10-251-0/+1
* don't use #define with names starting with _Aurelien Jacobs2007-10-251-7/+7
* add parsing of 1SNh header in the EA demuxerAurelien Jacobs2007-10-251-0/+49
* avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs2007-10-241-0/+1
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-241-0/+10
* convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs2007-10-221-5/+4
* better check for video track detectionAurelien Jacobs2007-10-181-1/+1
* skip unsupported audio track dataAurelien Jacobs2007-10-181-0/+4
* cosmetics: indentationAurelien Jacobs2007-10-181-17/+16
* check if we found an audio track before initializing the audio streamAurelien Jacobs2007-10-181-0/+2
* compute pts according to the audio codecAurelien Jacobs2007-10-181-0/+7
* set bytes per sample in the contextAurelien Jacobs2007-10-181-3/+3
* fix big endian files supportAurelien Jacobs2007-10-181-1/+1
* simplifyAurelien Jacobs2007-10-181-7/+2
* parse sample rate instead of setting a default oneAurelien Jacobs2007-10-181-5/+17
* add support for PCM codecAurelien Jacobs2007-10-181-0/+1
* check compression_type to assign audio codecAurelien Jacobs2007-10-181-2/+7
OpenPOWER on IntegriCloud