index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_refs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'f4bd9fe326ad1315a74206939ae56df93b940a09'
Michael Niedermayer
2014-03-01
1
-1
/
+1
|
\
|
*
h264: fix clang warning about uninitialized variable
Vittorio Giovara
2014-02-28
1
-1
/
+1
*
|
Merge commit '17a63ff0cd187b9e50e4a47862750295976853b1'
Michael Niedermayer
2014-03-01
1
-6
/
+7
|
\
\
|
|
/
|
*
h264: update flag name in ff_h264_decode_ref_pic_list_reordering()
Vittorio Giovara
2014-02-28
1
-6
/
+7
*
|
avcodec/h264_refs: remove lost frames instead of disfavoring them
Michael Niedermayer
2014-02-27
1
-1
/
+10
*
|
avcodec/h264: avoid using lost frames as references
Michael Niedermayer
2014-02-27
1
-1
/
+1
*
|
Merge commit 'f8c507f44b4c994895fc7ad954f009f61de69b1c'
Michael Niedermayer
2014-02-14
1
-62
/
+70
|
\
\
|
|
/
|
*
h264: Refactor ff_h264_decode_ref_pic_list_reordering
Luca Barbato
2014-02-13
1
-64
/
+72
*
|
Merge commit '98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791'
Michael Niedermayer
2014-01-18
1
-3
/
+4
|
\
\
|
|
/
|
*
h264: prevent two matching fields from being both a short/long ref combination
Anton Khirnov
2014-01-18
1
-0
/
+2
*
|
avcodec/h264_refs: improve key frame detection heuristic
Michael Niedermayer
2013-12-02
1
-1
/
+6
*
|
avcodec/h264_refs: split conditions of if() up for better readability
Michael Niedermayer
2013-12-02
1
-1
/
+5
*
|
Merge commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d'
Michael Niedermayer
2013-11-28
1
-5
/
+16
|
\
\
|
|
/
|
*
h264_refs: make sure not to write over the bounds of the default ref list
Anton Khirnov
2013-11-27
1
-10
/
+17
*
|
Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23'
Michael Niedermayer
2013-11-19
1
-3
/
+5
|
\
\
|
|
/
|
*
lavc: use buf[0] instead of data[0] in checks whether a frame is allocated
Anton Khirnov
2013-11-18
1
-3
/
+5
*
|
h264_refs: use named constant for setting frame_recovered
Michael Niedermayer
2013-11-02
1
-1
/
+1
*
|
Merge commit '28096e0a806e57376541e6222d315619906e3c55'
Michael Niedermayer
2013-11-01
1
-2
/
+2
|
\
\
|
|
/
*
|
avcodec/h264: reduce noisiness of "mmco: unref short failure"
Michael Niedermayer
2013-10-25
1
-1
/
+1
*
|
avcodec/h264_refs: modify key frame detection heuristic to detect more cases
Michael Niedermayer
2013-10-10
1
-1
/
+1
*
|
Merge commit '2a61592573d725956a4377641344afe263382648'
Michael Niedermayer
2013-08-21
1
-1
/
+0
|
\
\
|
|
/
|
*
avcodec: Remove some commented-out debug cruft
Diego Biurrun
2013-08-20
1
-1
/
+0
*
|
h264: Always decode MMCOs into temprary array
Michael Niedermayer
2013-05-04
1
-1
/
+2
*
|
Merge commit '1b6f84a98665a15130e969fd6b460a05d50090c1'
Michael Niedermayer
2013-04-28
1
-1
/
+1
|
\
\
|
|
/
|
*
h264_refs: Do not print check_opcodes() return value
Diego Biurrun
2013-04-27
1
-3
/
+3
*
|
h264_refs: check for multiple mismatching long term ref assignments
Michael Niedermayer
2013-03-31
1
-0
/
+8
*
|
h264_refs: assert that the references are not deallocated
Michael Niedermayer
2013-03-30
1
-0
/
+1
*
|
h264_refs: assert that long ref fields have not been inserted multiple times
Michael Niedermayer
2013-03-30
1
-0
/
+1
*
|
h264_refs: Check for attempts to assign pictures to short & long.
Michael Niedermayer
2013-03-28
1
-0
/
+3
*
|
Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4'
Michael Niedermayer
2013-03-21
1
-8
/
+8
|
\
\
|
|
/
|
*
h264: add a parameter to the FIELD_PICTURE macro.
Anton Khirnov
2013-03-21
1
-6
/
+6
*
|
h264_refs: fix typo in refs fallback check
Michael Niedermayer
2013-03-17
1
-1
/
+1
*
|
Merge commit 'c2597c5a0a08526493abb9bc9544b61a290fe20f'
Michael Niedermayer
2013-03-13
1
-189
/
+215
|
\
\
|
|
/
|
*
h264_refs: cosmetics, reformat
Anton Khirnov
2013-03-11
1
-187
/
+213
*
|
h264: disallow single unpaired fields as references of frames
Michael Niedermayer
2013-03-12
1
-2
/
+4
*
|
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-26
/
+38
|
\
\
|
|
/
|
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-26
/
+38
*
|
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
Michael Niedermayer
2013-02-26
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-02-16
1
-76
/
+66
|
\
\
|
|
/
|
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-74
/
+64
*
|
h264: Reset last_pocs in case of reference or frame number inconsistencies
Michael Niedermayer
2013-02-13
1
-0
/
+3
*
|
h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variable
Michael Niedermayer
2013-01-20
1
-2
/
+2
*
|
h264: print mismatching opcode details in check_opcodes()
Michael Niedermayer
2013-01-20
1
-1
/
+4
*
|
h264: fix use of uninitialized variable
Michael Niedermayer
2013-01-20
1
-2
/
+2
*
|
Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'
Michael Niedermayer
2013-01-15
1
-4
/
+8
|
\
\
|
|
/
|
*
h264: fix ff_generate_sliding_window_mmcos() prototype.
Anton Khirnov
2013-01-14
1
-4
/
+8
|
*
h264: don't clobber mmco opcode tables for non-first slice headers.
Ronald S. Bultje
2013-01-14
1
-42
/
+101
*
|
h264: don't clobber mmco opcode tables for non-first slice headers.
Ronald S. Bultje
2013-01-15
1
-43
/
+101
*
|
h264_refs: Print default in case we are missing a reference.
Michael Niedermayer
2012-11-11
1
-1
/
+1
[next]