aboutsummaryrefslogtreecommitdiff
path: root/libavformat/electronicarts.c
AgeCommit message (Expand)Author
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-10Use enum CodecID where appropriate.Carl Eugen Hoyos
2010-01-10do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross
2009-09-17Slightly improve probe for ea format by checking that it is possible toReimar Döffinger
2009-06-13Electronic Arts demuxer: support Madcow video tagPeter Ross
2009-04-16Remove unused audio_pts field from ea demuxer structReimar Döffinger
2009-04-12Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger
2009-04-11ReindentReimar Döffinger
2009-04-11Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger
2009-02-11Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun
2009-02-05Electronic Arts demuxer: support TQI video tagPeter Ross
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-11-08Electronic Arts demuxer: support TGQ video tagsPeter Ross
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-18Support Electronic Arts files containing MP3 audio.Peter Ross
2008-08-12Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...Peter Ross
2008-08-12Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...Peter Ross
2008-08-12Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross
2008-08-12Support Electronic Arts files containing MPEG2VIDEO.Peter Ross
2008-08-10Add MDEC tags to Electronic Arts demuxer.Peter Ross
2008-08-06Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross
2008-07-30EA Demuxer: make rev2 flag optionalPeter Ross
2008-07-08Electronic Arts CMV demuxerPeter Ross
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-13Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos
2007-11-25add pcm_s16le_planar support for electronicarts filesAurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-07probe more kind of electronic arts filesAurelien Jacobs
2007-10-30EA IMA EACS decoderPeter Ross
2007-10-30EA IMA SEAD decoderPeter Ross
2007-10-25probe files starting with the 1SNh tagAurelien Jacobs
2007-10-25don't use #define with names starting with _Aurelien Jacobs
2007-10-25add parsing of 1SNh header in the EA demuxerAurelien Jacobs
2007-10-24avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs
2007-10-24EA ADPCM R1, R2 and R3 decoderPeter Ross
2007-10-22convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs
2007-10-18better check for video track detectionAurelien Jacobs
2007-10-18skip unsupported audio track dataAurelien Jacobs
2007-10-18cosmetics: indentationAurelien Jacobs
2007-10-18check if we found an audio track before initializing the audio streamAurelien Jacobs
2007-10-18compute pts according to the audio codecAurelien Jacobs
2007-10-18set bytes per sample in the contextAurelien Jacobs
2007-10-18fix big endian files supportAurelien Jacobs
2007-10-18simplifyAurelien Jacobs
2007-10-18parse sample rate instead of setting a default oneAurelien Jacobs
2007-10-18add support for PCM codecAurelien Jacobs