Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12Fix 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-08probe more kind of electronic arts filesAurelien Jacobs
2007-10-31EA IMA EACS decoderPeter Ross
2007-10-31EA IMA SEAD decoderPeter Ross
2007-10-26probe files starting with the 1SNh tagAurelien Jacobs
2007-10-26don't use #define with names starting with _Aurelien Jacobs
2007-10-26add parsing of 1SNh header in the EA demuxerAurelien Jacobs
2007-10-25avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs
2007-10-25EA ADPCM R1, R2 and R3 decoderPeter Ross
2007-10-23convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs
2007-10-19better check for video track detectionAurelien Jacobs
2007-10-19skip unsupported audio track dataAurelien Jacobs
2007-10-19cosmetics: indentationAurelien Jacobs
2007-10-19check if we found an audio track before initializing the audio streamAurelien Jacobs
2007-10-19compute pts according to the audio codecAurelien Jacobs
2007-10-19set bytes per sample in the contextAurelien Jacobs
2007-10-19fix big endian files supportAurelien Jacobs
2007-10-19simplifyAurelien Jacobs
2007-10-19parse sample rate instead of setting a default oneAurelien Jacobs
2007-10-19add support for PCM codecAurelien Jacobs
2007-10-19check compression_type to assign audio codecAurelien Jacobs
2007-10-19make compression_type a function local var instead of a context varAurelien Jacobs
2007-10-19add support for big_endian encoded headersAurelien Jacobs
2007-10-19add some error processingAurelien Jacobs