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
/
cbs_h2645.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/cbs_h2645: add macros to read and write fields with no custom range o...
James Almer
2019-04-28
1
-1
/
+9
*
avcodec/cbs_h2645: add helper macros for signed values
James Almer
2019-04-16
1
-0
/
+20
*
cbs_h2645: Avoid memcpy when splitting fragment #2
Andreas Rheinhardt
2019-01-23
1
-22
/
+11
*
h2645_parse: Make ff_h2645_packet_split reference-compatible
Andreas Rheinhardt
2019-01-23
1
-4
/
+4
*
cbs_h2645: Avoid memcpy when splitting fragment
Andreas Rheinhardt
2018-11-22
1
-11
/
+17
*
cbs_h265: Add a lot more SEI parsing support
Mark Thompson
2018-11-18
1
-2
/
+21
*
cbs_h2645: Improve performance of writing slices
Andreas Rheinhardt
2018-11-12
1
-50
/
+68
*
cbs_h2645: Allocate all internal buffers with padding
Mark Thompson
2018-10-22
1
-1
/
+2
*
cbs_h264: Actually decompose end-of-sequence NAL units
Mark Thompson
2018-10-22
1
-1
/
+31
*
avcodec/cbs_h264: silence errors about end_of_seq nalus
Aman Gupta
2018-10-15
1
-0
/
+3
*
cbs_h264: Add support for mastering display SEI messages
Mark Thompson
2018-05-10
1
-0
/
+1
*
cbs_h264: Add support for pan-scan rectangle SEI messages
Mark Thompson
2018-05-10
1
-0
/
+1
*
cbs_h265: read/write content light level information SEI message
Haihao Xiang
2018-05-10
1
-0
/
+1
*
cbs_h265: read/write HEVC PREFIX SEI
Haihao Xiang
2018-05-10
1
-0
/
+45
*
avcodec/cbs_h2645: use AVBufferRef to store list of active parameter sets
James Almer
2018-05-09
1
-20
/
+26
*
cbs: Add support for array subscripts in trace output
Mark Thompson
2018-05-02
1
-35
/
+48
*
cbs_h2645: Simplify representation of fixed values
Mark Thompson
2018-05-01
1
-0
/
+5
*
avcodec/cbs_h2645: create a reference to the existing buffer when decomposing...
James Almer
2018-04-30
1
-14
/
+4
*
avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...
James Almer
2018-03-05
1
-3
/
+5
*
Merge commit 'eccc03c8fbc603a0a3257df66f0705f74fe2581a'
Mark Thompson
2018-02-21
1
-0
/
+21
|
\
|
*
cbs_h264: Add support for filler NAL units
Mark Thompson
2018-02-20
1
-0
/
+21
*
|
Merge commit '7157d959264f3729da463725c6faa580d9394d19'
Mark Thompson
2018-02-21
1
-1
/
+9
|
\
\
|
|
/
|
*
cbs_h264: Move slice_group_id array out of PPS structure
Mark Thompson
2018-02-20
1
-1
/
+9
*
|
Merge commit 'a2ca8ed903b435446031a8a0792ca535e6ee2913'
Mark Thompson
2018-02-21
1
-0
/
+95
|
\
\
|
|
/
|
*
cbs_h264: Add utility functions to insert/delete SEI messages
Mark Thompson
2018-02-20
1
-0
/
+95
*
|
Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'
Mark Thompson
2018-02-21
1
-183
/
+157
|
\
\
|
|
/
|
*
cbs: Refcount all the things!
Mark Thompson
2018-02-20
1
-183
/
+157
*
|
Merge commit '0e4c166cdd6446522a085dd9731967d09ac71f72'
Mark Thompson
2018-02-21
1
-0
/
+2
|
\
\
|
|
/
|
*
cbs_h2645: Remove active ps references when it is replaced
Mark Thompson
2018-02-20
1
-0
/
+2
|
*
cbs: Add an explicit type for coded bitstream unit types
Mark Thompson
2018-02-20
1
-1
/
+1
|
*
cbs: Add padding to slice data allocations
Mark Thompson
2017-12-02
1
-2
/
+8
|
*
cbs_h2645: Fix memory leak on when reading SEI fails
Mark Thompson
2017-11-12
1
-0
/
+1
|
*
cbs_h264: Fix writing streams with auxiliary pictures
Mark Thompson
2017-09-25
1
-1
/
+2
|
*
cbs: Add buffer padding when splitting fragments
Mark Thompson
2017-09-12
1
-2
/
+9
|
*
cbs: Always check for bitstream end before reading
Mark Thompson
2017-09-12
1
-60
/
+58
|
*
cbs_h2645: Return error if writing fails
Mark Thompson
2017-08-20
1
-0
/
+5
|
*
lavc: Add coded bitstream read/write support for H.265
Mark Thompson
2017-08-12
1
-3
/
+407
|
*
lavc: Add coded bitstream read/write support for H.264
Mark Thompson
2017-08-12
1
-0
/
+997
*
lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.
Carl Eugen Hoyos
2017-12-17
1
-1
/
+1
*
cbs_h264: Fix memory leak in error case
Mark Thompson
2017-10-18
1
-0
/
+1
*
cbs_h264: Fix writing streams with auxiliary pictures
Mark Thompson
2017-10-18
1
-1
/
+2
*
lavc: Add coded bitstream read/write support for H.265
Mark Thompson
2017-10-17
1
-3
/
+410
*
lavc: Add coded bitstream read/write support for H.264
Mark Thompson
2017-10-17
1
-0
/
+1010