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-06-04avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...Michael Niedermayer
2014-04-02Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer
2014-04-02More correct printf format specifiersDiego Biurrun
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17h264: move relevant fields from Picture to H264PictureVittorio Giovara
2014-03-01Merge commit 'f4bd9fe326ad1315a74206939ae56df93b940a09'Michael Niedermayer
2014-03-01Merge commit '17a63ff0cd187b9e50e4a47862750295976853b1'Michael Niedermayer
2014-02-28h264: fix clang warning about uninitialized variableVittorio Giovara
2014-02-28h264: update flag name in ff_h264_decode_ref_pic_list_reordering()Vittorio Giovara
2014-02-27avcodec/h264_refs: remove lost frames instead of disfavoring themMichael Niedermayer
2014-02-27avcodec/h264: avoid using lost frames as referencesMichael Niedermayer
2014-02-14Merge commit 'f8c507f44b4c994895fc7ad954f009f61de69b1c'Michael Niedermayer
2014-02-14h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato
2014-01-19Merge commit '98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791'Michael Niedermayer
2014-01-18h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov
2013-12-02avcodec/h264_refs: improve key frame detection heuristicMichael Niedermayer
2013-12-02avcodec/h264_refs: split conditions of if() up for better readabilityMichael Niedermayer
2013-11-28Merge commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d'Michael Niedermayer
2013-11-28h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov
2013-11-19Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23'Michael Niedermayer
2013-11-18lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov
2013-11-02h264_refs: use named constant for setting frame_recoveredMichael Niedermayer
2013-11-01Merge commit '28096e0a806e57376541e6222d315619906e3c55'Michael Niedermayer
2013-10-25avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer
2013-10-10avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer
2013-08-21Merge commit '2a61592573d725956a4377641344afe263382648'Michael Niedermayer
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-05-04h264: Always decode MMCOs into temprary arrayMichael Niedermayer
2013-04-28Merge commit '1b6f84a98665a15130e969fd6b460a05d50090c1'Michael Niedermayer
2013-04-27h264_refs: Do not print check_opcodes() return valueDiego Biurrun
2013-03-31h264_refs: check for multiple mismatching long term ref assignmentsMichael Niedermayer
2013-03-30h264_refs: assert that the references are not deallocatedMichael Niedermayer
2013-03-30h264_refs: assert that long ref fields have not been inserted multiple timesMichael Niedermayer
2013-03-29h264_refs: Check for attempts to assign pictures to short & long.Michael Niedermayer
2013-03-21Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4'Michael Niedermayer
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-17h264_refs: fix typo in refs fallback checkMichael Niedermayer
2013-03-13Merge commit 'c2597c5a0a08526493abb9bc9544b61a290fe20f'Michael Niedermayer
2013-03-12h264: disallow single unpaired fields as references of framesMichael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-11h264_refs: cosmetics, reformatAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-02-14h264: Reset last_pocs in case of reference or frame number inconsistenciesMichael Niedermayer
2013-01-20h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variableMichael Niedermayer