index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_refs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'b96f0ab3d29cdd9ea9ddabfb2052f72bf8615661'
Clément Bœsch
2017-03-19
1
-9
/
+0
|
\
|
*
h264: Kill broken disabled cruft
Diego Biurrun
2016-08-17
1
-9
/
+0
*
|
avcodec/h264, videotoolbox: fix crash after VT decoder fails
Aman Gupta
2017-03-07
1
-2
/
+1
*
|
avcodec/h264_refs: Change default case to av_assert0() to suppress warning
Michael Niedermayer
2016-09-12
1
-1
/
+1
*
|
Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3'
Timothy Gu
2016-08-03
1
-9
/
+9
|
\
\
|
|
/
|
*
h264: do not pass H264Context to h264_slice_header_parse()
Anton Khirnov
2016-06-21
1
-9
/
+9
*
|
Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'
James Almer
2016-08-01
1
-1
/
+1
|
\
\
|
|
/
|
*
h264: add H264_ prefix to the NAL unit types
Anton Khirnov
2016-06-21
1
-1
/
+1
*
|
Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'
Clément Bœsch
2016-07-29
1
-0
/
+1
|
\
\
|
|
/
|
*
h264: create a new header for common h264 definitions
Anton Khirnov
2016-06-21
1
-0
/
+1
*
|
Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'
Clément Bœsch
2016-07-29
1
-1
/
+1
|
\
\
|
|
/
|
*
h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
2016-06-21
1
-1
/
+1
*
|
Merge commit 'debca90863e4ee53447efd02483c500f89766384'
Clément Bœsch
2016-07-27
1
-5
/
+5
|
\
\
|
|
/
|
*
h264: store {curr,max}_pic_num in the per-slice context
Anton Khirnov
2016-06-21
1
-5
/
+5
*
|
avcodec/h264: remove list_count and ref_count clearing
Michael Niedermayer
2016-07-20
1
-5
/
+0
*
|
avcodec/h264_refs: Assert that op is 0-2
Michael Niedermayer
2016-07-10
1
-0
/
+2
*
|
Merge commit '84b2d3fb68caf71cff4b80b44ff865d7ae2531ce'
Clément Bœsch
2016-07-09
1
-15
/
+0
|
\
\
|
|
/
|
*
h264: Drop unused function check_opcodes()
Diego Biurrun
2016-06-14
1
-12
/
+0
*
|
Merge commit 'bec993381cfec72051b0d9f12ac9d9bb9c750983'
Clément Bœsch
2016-06-30
1
-17
/
+16
|
\
\
|
|
/
|
*
h264: postpone generating the implicit MMCOs
Anton Khirnov
2016-06-12
1
-17
/
+16
*
|
Merge commit '2d410ebbaa1e760d6837cb434a6d1d4c3c6f0d85'
Clément Bœsch
2016-06-30
1
-31
/
+13
|
\
\
|
|
/
|
*
h264: decode the MMCOs into per-slice contexts
Anton Khirnov
2016-06-12
1
-30
/
+13
*
|
Merge commit '39ab2ea53121b9976a619cd545fbd3464b908696'
Clément Bœsch
2016-06-29
1
-18
/
+18
|
\
\
|
|
/
|
*
h264: rename mmco_index to nb_mmco
Anton Khirnov
2016-06-12
1
-18
/
+18
*
|
Merge commit 'ed9a20ebe4a89de119ea97bdccf688ece8c6648c' into merge-libav-new
Clément Bœsch
2016-06-29
1
-88
/
+109
|
\
\
|
|
/
|
*
h264: split reading the ref list modifications and actually building the ref ...
Anton Khirnov
2016-06-12
1
-88
/
+109
*
|
Merge commit '7b50d60442af8d9527e9da46818011fe15a5265a'
Clément Bœsch
2016-06-29
1
-25
/
+28
|
\
\
|
|
/
|
*
h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list
Anton Khirnov
2016-06-12
1
-25
/
+28
*
|
Merge commit 'b16e9b9ac9db449cae2242767dd3c3fc309357c4'
Clément Bœsch
2016-06-29
1
-7
/
+0
|
\
\
|
|
/
|
*
h264: move initialising the explicit pred weight table for MBAFF
Anton Khirnov
2016-06-12
1
-7
/
+0
|
*
h264: drop an outdated comment
Anton Khirnov
2016-06-12
1
-1
/
+1
*
|
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-2
/
+2
*
|
Merge commit '89ae244e78a8d636fbb8427a2da052b04cf710bd'
Clément Bœsch
2016-06-19
1
-1
/
+1
|
\
\
|
|
/
|
*
h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()
Anton Khirnov
2016-04-24
1
-1
/
+1
*
|
Merge commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0'
Clément Bœsch
2016-06-19
1
-7
/
+8
|
\
\
|
|
/
|
*
h264_refs: make the H264Context const where possible
Anton Khirnov
2016-04-24
1
-7
/
+8
*
|
Merge commit 'a2fd547839d3ef8f342b6f2c096d0887675d3b1a'
Clément Bœsch
2016-06-19
1
-36
/
+33
|
\
\
|
|
/
|
*
h264_refs: reorder functions to avoid forward declarations
Anton Khirnov
2016-04-24
1
-36
/
+33
*
|
Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'
Clément Bœsch
2016-06-12
1
-1
/
+1
|
\
\
|
|
/
|
*
h264: factor out calculating the POC count into a separate file
Anton Khirnov
2016-04-24
1
-1
/
+1
*
|
Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'
Clément Bœsch
2016-06-12
1
-9
/
+10
|
\
\
|
|
/
|
*
h264: decouple h264_ps from the h264 decoder
Anton Khirnov
2016-04-24
1
-4
/
+4
*
|
avcodec/h264_refs: Fix pps_ref_count with multiple PPS
Michael Niedermayer
2016-06-02
1
-2
/
+4
*
|
avcodec/h264_refs: Remove unused pps_count
Michael Niedermayer
2016-06-02
1
-3
/
+0
*
|
Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'
Derek Buitenhuis
2016-04-26
1
-4
/
+4
|
\
\
|
|
/
|
*
h264: factor out pred weight table parsing into a separate file
Anton Khirnov
2016-03-28
1
-4
/
+4
*
|
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
Derek Buitenhuis
2016-02-24
1
-1
/
+0
|
\
\
|
|
/
|
*
cosmetics: Drop empty comment lines
Diego Biurrun
2016-02-18
1
-1
/
+0
*
|
avcodec/h264_refs: Fix and add back trace code removed in e1c5170c638e39a8017...
Michael Niedermayer
2016-01-04
1
-0
/
+16
[next]