summaryrefslogtreecommitdiff
path: root/libavformat/electronicarts.c
Commit message (Expand)AuthorAge
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-11
* revert r26302Peter Ross2011-01-10
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-10
* electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross2011-01-10
* perform sanity check on sample rate in electronicarts demuxerDaniel Kang2011-01-10
* perform sanity check on number of channels in electronicarts demuxerDaniel Kang2011-01-10
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use enum CodecID where appropriate.Carl Eugen Hoyos2010-01-10
* do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross2010-01-10
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-17
* 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