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
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
2014-08-26Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464'Michael Niedermayer
2014-08-26libxvid: K&R formatting cosmeticsGabriel Dume
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-02msvc: fix implicitly declared read/close.Matthew Oliver
2014-07-23Merge commit '67bc1ba5d75953d136bfa02ce6c0a27e9fd9dac3'Michael Niedermayer
2014-07-22libxvid: Drop PPC-specific CPU detection hackDiego Biurrun
2014-07-08avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer
2014-05-02avcodec/libxvid: improve return codesMichael Niedermayer
2014-05-01Merge commit '6484149158b6fc6d13d2b2ef84cb26a2d3275400'Michael Niedermayer
2014-05-01lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov
2014-04-07libxvid: fix missing end of line characterVittorio Giovara
2014-04-07Merge commit 'c389a804943095ebf078daec6b64690d2c97069c'Michael Niedermayer
2014-04-07Merge commit '5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1'Michael Niedermayer
2014-04-07libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu
2014-04-07libxvid: add working lumimasking and variance AQTimothy Gu
2014-01-17Fix libxvid crash on failing initialisation.Carl Eugen Hoyos
2013-11-17Merge commit 'ffe04c330335add4c6d70ab0bb98e6b3f4f7abfa'Michael Niedermayer
2013-11-16libxvid: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-09libxvid: guess a good aspect when we cant store the exact one.Carl Eugen Hoyos