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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-29lavf: use av_fourcc2str() where appropriateClément Bœsch
2017-03-19Merge commit 'a4b1b5aa281cacde8351d9947b54ccf82ff10cd0'Clément Bœsch
2016-08-17wc3movie: Drop unused cruftDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-12-29avformat/wc3movie: Check strings before printing.Michael Niedermayer
2012-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-12wc3movie: set channel layoutJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-21WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger
2010-11-20Merge rotation into lookup table.Reimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-04-12Slightly improve/correct description of wc3_pal_lookupReimar Döffinger
2009-04-12Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger