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
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-10-23Merge commit 'bb45d11282d93af0e8d4c8fd6bc6405f7439a940'James Almer
2017-10-22avcodec/libxvid: make 4 the default for me_qualityJames Almer
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2017-03-23lavc: Drop deprecated codec flagsVittorio Giovara
2016-12-11Drop libxvid rate control support for mpegvideo encodingDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-31avcodec/libxvid: Fix use of uninitialized AVPacket fieldsMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-19libxvid: Create extradata in init using a dummy frameDerek Buitenhuis
2016-04-05libxvid: Create extradata in init using a dummy frameDerek Buitenhuis
2016-03-12Use avpriv_tempfile()Michael Niedermayer
2016-01-28Merge commit '12b49769223234673db1003d9c43e7483ceb0282'Derek Buitenhuis
2016-01-21lavc: Move mpeg_quant to codec private optionsVittorio Giovara
2015-11-19Merge commit 'e25cac50e05d29a15d7a52c01c394ba913c97aee'Derek Buitenhuis
2015-11-12lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-16avcodec/libxvid: add missing includeMichael Niedermayer
2015-09-16Merge commit 'e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b'Hendrik Leppkes
2015-09-16Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'Hendrik Leppkes
2015-09-13mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara
2015-09-13mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-27Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit '7fc8d8a1b3da1666176b3d92e989ee74f3ef014e'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20libxvid: Do not entangle coded_frameVittorio Giovara
2015-05-31xvid: Check memory allocationVittorio Giovara
2015-04-25avcodec/libxvid: remove now redundant init cleanup codeMichael Niedermayer
2015-04-25Merge commit '18db1286b04557aa2d2df7efbcb65ae825d5a469'Michael Niedermayer
2015-04-24libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara
2015-02-17libxvid: Return meaningful error messagesHimangi Saraogi
2015-01-07avcodec/libxvid: fix potential integer overflowMichael Niedermayer
2015-01-04avcodec/libxvid: check for av_malloc*() failuresMichael Niedermayer
2014-12-05lavc/libxvid: workaround for bug in libxvidcoreLukasz Marek
2014-11-26lavc/libxvid: return meaningful error codesLukasz Marek
2014-11-24lavc/libxvid: fix mem leak in case of init failureLukasz Marek