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
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
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
2015-05-12avformat/idcin: Remove redundant chunk size checkMichael Niedermayer
2015-02-20avformat/idcin: Use 64bit for ret to avoid overflowMichael Niedermayer
2014-10-20idcin: fix return checkVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-12-25avformat/idcin: use ff_get_extradata()Michael Niedermayer
2013-11-08avformat/idcin: check the decompressed frame size during probingMichael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-07-02idcin: check return value of av_malloc()Paul B Mahol
2013-06-19Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-03-12Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov
2013-01-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16idcin: fix memleaks in idcin_read_packet()Justin Ruggles
2013-01-10idcin: fix memleakMichael Niedermayer
2013-01-10Merge commit 'ed79093222ceb42f0c3a39095a69af0b32be5450'Michael Niedermayer
2013-01-10Merge commit '5d0450461ff729be5f531d333d29754155e406c5'Michael Niedermayer
2013-01-10Merge commit '7040e479a1530b2eda4b89a182d5eb50a77bd907'Michael Niedermayer
2013-01-10Merge commit 'ccc0ffb1ba3fc1adb05a9f56dfc26131e61db3fb'Michael Niedermayer
2013-01-10Merge commit '12c2530b1d87fa94f81ea97df575b77c825e6f4f'Michael Niedermayer
2013-01-09idcin: better error handlingJustin Ruggles
2013-01-09idcin: return 0 from idcin_read_packet() on success.Justin Ruggles
2013-01-09idcin: allow seeking back to the first packetJustin Ruggles
2013-01-09idcin: set start_time and packet duration instead of manually tracking pts.Justin Ruggles
2013-01-09idcin: fix check for presence of an audio streamJustin Ruggles
2013-01-09idcin: check for integer overflow when calling av_get_packet()Justin Ruggles
2013-01-09idcin: set AV_PKT_FLAG_KEY for video packets with a paletteJustin Ruggles
2013-01-09idcin: set channel_layoutJustin Ruggles
2013-01-09idcin: validate header parametersJustin Ruggles
2012-10-15idcin: check chunk_size value before using itPaul B Mahol
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
2012-01-07Fix OOM error condition in idcin demuxer.Carl Eugen Hoyos
2011-12-24Make the palette in Quake II CIN files opaque and increase its dynamics.Carl Eugen Hoyos
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer