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-05-13avcodec: add option to make is_intra_more_likely() from error concealment ret...Michael Niedermayer
2014-04-12vcodec/error_resilience: use av_malloc_array()Michael Niedermayer
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17avcodec/error_resilience: fix the case when MVs are not availableMichael Niedermayer
2014-03-17Merge commit 'd66e305bd1b4f3e91ae4e7e549148509d0811672'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17er: move relevant fields from Picture to ERPictureVittorio Giovara
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2013-12-23Convert XvMC to hwaccel v3Ivan Kalvachev
2013-12-06avcodec/error_resilience: check that er is supported before attempting to rea...Michael Niedermayer
2013-12-06avcodec/error_resilience: factor er_supported() check outMichael Niedermayer
2013-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-10-28error resilience: check error_concealment, not err_recognition.Anton Khirnov
2013-10-27avcodec/error_resilience check error_concealment, not err_recognition.Anton Khirnov
2013-09-01avcodec/error_resilience: change out commented printf() to av_log()Michael Niedermayer
2013-08-18avcodec/error_resilience: Fix handling of matrox mpeg2Michael Niedermayer
2013-08-18Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer
2013-08-06Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-22error_resilience: fix const correctness, silence warningsMichael Niedermayer
2013-03-20er: set error_occured on missing slicesMichael Niedermayer
2013-03-12Merge commit 'ddcca4ba074aa537c3059c76d69eb4ad6316bfe9'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-02er: Fix slice threading checkMichael Niedermayer
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-21ec: check that reference pictures have matching parameters before using them.Michael Niedermayer
2013-02-16Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'Michael Niedermayer
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-07error_resilience: assert that unsupported B frame interpolation isnt used wit...Michael Niedermayer
2013-02-07Merge commit 'c5fcdb440237f06f6c954185ab60970cabf786a2'Michael Niedermayer
2013-02-07error_resilience: remove a useless if() and FIXMEAnton Khirnov
2013-01-11error_concealment: Check that the picture is not in a half setup state.Michael Niedermayer
2012-11-19error concealment: check that references are frames and not fields.Michael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-20error_resilience: guess_dc: check malloc failureMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-24ec: print picture type with concealment error message.Michael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-04-30EC: fix dest index for non 420 chroma.Michael Niedermayer
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer