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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-11electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-11revert r26302Peter Ross
2011-01-10electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-10electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross
2011-01-10perform sanity check on sample rate in electronicarts demuxerDaniel Kang
2011-01-10perform sanity check on number of channels in electronicarts demuxerDaniel Kang
2010-07-11Add 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-31Define 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-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