summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791'Michael Niedermayer2014-01-181-3/+4
|\
| * h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov2014-01-181-0/+2
* | avcodec/h264_refs: improve key frame detection heuristicMichael Niedermayer2013-12-021-1/+6
* | avcodec/h264_refs: split conditions of if() up for better readabilityMichael Niedermayer2013-12-021-1/+5
* | Merge commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d'Michael Niedermayer2013-11-281-5/+16
|\ \ | |/
| * h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov2013-11-271-10/+17
* | Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23'Michael Niedermayer2013-11-191-3/+5
|\ \ | |/
| * lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-3/+5
* | h264_refs: use named constant for setting frame_recoveredMichael Niedermayer2013-11-021-1/+1
* | Merge commit '28096e0a806e57376541e6222d315619906e3c55'Michael Niedermayer2013-11-011-2/+2
|\ \ | |/
* | avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-251-1/+1
* | avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer2013-10-101-1/+1
* | Merge commit '2a61592573d725956a4377641344afe263382648'Michael Niedermayer2013-08-211-1/+0
|\ \ | |/
| * avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* | h264: Always decode MMCOs into temprary arrayMichael Niedermayer2013-05-041-1/+2
* | Merge commit '1b6f84a98665a15130e969fd6b460a05d50090c1'Michael Niedermayer2013-04-281-1/+1
|\ \ | |/
| * h264_refs: Do not print check_opcodes() return valueDiego Biurrun2013-04-271-3/+3
* | h264_refs: check for multiple mismatching long term ref assignmentsMichael Niedermayer2013-03-311-0/+8
* | h264_refs: assert that the references are not deallocatedMichael Niedermayer2013-03-301-0/+1
* | h264_refs: assert that long ref fields have not been inserted multiple timesMichael Niedermayer2013-03-301-0/+1
* | h264_refs: Check for attempts to assign pictures to short & long.Michael Niedermayer2013-03-281-0/+3
* | Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4'Michael Niedermayer2013-03-211-8/+8
|\ \ | |/
| * h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-211-6/+6
* | h264_refs: fix typo in refs fallback checkMichael Niedermayer2013-03-171-1/+1
* | Merge commit 'c2597c5a0a08526493abb9bc9544b61a290fe20f'Michael Niedermayer2013-03-131-189/+215
|\ \ | |/
| * h264_refs: cosmetics, reformatAnton Khirnov2013-03-111-187/+213
* | h264: disallow single unpaired fields as references of framesMichael Niedermayer2013-03-121-2/+4
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-26/+38
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-26/+38
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-76/+66
|\ \ | |/
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-74/+64
* | h264: Reset last_pocs in case of reference or frame number inconsistenciesMichael Niedermayer2013-02-131-0/+3
* | h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variableMichael Niedermayer2013-01-201-2/+2
* | h264: print mismatching opcode details in check_opcodes()Michael Niedermayer2013-01-201-1/+4
* | h264: fix use of uninitialized variableMichael Niedermayer2013-01-201-2/+2
* | Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer2013-01-151-4/+8
|\ \ | |/
| * h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-141-4/+8
| * h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-141-42/+101
* | h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-151-43/+101
* | h264_refs: Print default in case we are missing a reference.Michael Niedermayer2012-11-111-1/+1
* | h264: Change asserts to av_asserts in ff_h264_fill_default_ref_list()Michael Niedermayer2012-10-151-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-281-2/+2
|\ \ | |/
| * h264_refs: Fix debug tprintf argument typesDiego Biurrun2012-09-271-2/+2
* | h264: clear the ref lists when the reference are cleared.Michael Niedermayer2012-07-011-0/+3
* | h264: fix seeking in low delay streams without IDRMichael Niedermayer2012-04-041-0/+2
* | h264: Fix frame sync / random access handling.Michael Niedermayer2012-01-011-2/+1
* | h264: Fix seeking in 00017.MTSMichael Niedermayer2011-12-311-1/+1
* | h264: switch from qatars has_b_frames calculation back to mine.Michael Niedermayer2011-12-101-0/+2
OpenPOWER on IntegriCloud