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
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2013-09-29electronicarts: Add more sanity checking for the number of channelsMartin Storsjö
2013-09-22electronicarts: Check packet sizes before readingMartin Storsjö
2013-08-15electronicarts: Let functions always returning the same value return voidDiego Biurrun
2013-08-15electronicarts: Improve some function/variable namesDiego Biurrun
2013-08-15electronicarts: comment wording fixesDiego Biurrun
2013-08-15electronicarts: Remove bogus function documentationDiego Biurrun
2013-08-15electronicarts: K&R formatting cosmeticsDiego Biurrun
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-05-05ea: check chunk_size for validity.Ronald S. Bultje
2012-03-04ea: fix audio ptsJustin Ruggles
2012-03-02electronicarts: set timebase for tgv video.Anton Khirnov
2012-03-02electronicarts: parse the framerate for cmv video.Anton Khirnov
2012-03-02electronicarts: don't set codec timebaseAnton Khirnov
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-07electronicarts: check bytes per sample for validityJanne Grunau
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
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