summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_h2645.c
Commit message (Expand)AuthorAgeFilesLines
* cbs_h2645: Avoid memcpy when splitting fragment #2Andreas Rheinhardt2019-01-231-22/+11
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-231-4/+4
* cbs_h2645: Avoid memcpy when splitting fragmentAndreas Rheinhardt2018-11-221-11/+17
* cbs_h265: Add a lot more SEI parsing supportMark Thompson2018-11-181-2/+21
* cbs_h2645: Improve performance of writing slicesAndreas Rheinhardt2018-11-121-50/+68
* cbs_h2645: Allocate all internal buffers with paddingMark Thompson2018-10-221-1/+2
* cbs_h264: Actually decompose end-of-sequence NAL unitsMark Thompson2018-10-221-1/+31
* avcodec/cbs_h264: silence errors about end_of_seq nalusAman Gupta2018-10-151-0/+3
* cbs_h264: Add support for mastering display SEI messagesMark Thompson2018-05-101-0/+1
* cbs_h264: Add support for pan-scan rectangle SEI messagesMark Thompson2018-05-101-0/+1
* cbs_h265: read/write content light level information SEI messageHaihao Xiang2018-05-101-0/+1
* cbs_h265: read/write HEVC PREFIX SEIHaihao Xiang2018-05-101-0/+45
* avcodec/cbs_h2645: use AVBufferRef to store list of active parameter setsJames Almer2018-05-091-20/+26
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-021-35/+48
* cbs_h2645: Simplify representation of fixed valuesMark Thompson2018-05-011-0/+5
* avcodec/cbs_h2645: create a reference to the existing buffer when decomposing...James Almer2018-04-301-14/+4
* avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer2018-03-051-3/+5
* Merge commit 'eccc03c8fbc603a0a3257df66f0705f74fe2581a'Mark Thompson2018-02-211-0/+21
|\
| * cbs_h264: Add support for filler NAL unitsMark Thompson2018-02-201-0/+21
* | Merge commit '7157d959264f3729da463725c6faa580d9394d19'Mark Thompson2018-02-211-1/+9
|\ \ | |/
| * cbs_h264: Move slice_group_id array out of PPS structureMark Thompson2018-02-201-1/+9
* | Merge commit 'a2ca8ed903b435446031a8a0792ca535e6ee2913'Mark Thompson2018-02-211-0/+95
|\ \ | |/
| * cbs_h264: Add utility functions to insert/delete SEI messagesMark Thompson2018-02-201-0/+95
* | Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-183/+157
|\ \ | |/
| * cbs: Refcount all the things!Mark Thompson2018-02-201-183/+157
* | Merge commit '0e4c166cdd6446522a085dd9731967d09ac71f72'Mark Thompson2018-02-211-0/+2
|\ \ | |/
| * cbs_h2645: Remove active ps references when it is replacedMark Thompson2018-02-201-0/+2
| * cbs: Add an explicit type for coded bitstream unit typesMark Thompson2018-02-201-1/+1
| * cbs: Add padding to slice data allocationsMark Thompson2017-12-021-2/+8
| * cbs_h2645: Fix memory leak on when reading SEI failsMark Thompson2017-11-121-0/+1
| * cbs_h264: Fix writing streams with auxiliary picturesMark Thompson2017-09-251-1/+2
| * cbs: Add buffer padding when splitting fragmentsMark Thompson2017-09-121-2/+9
| * cbs: Always check for bitstream end before readingMark Thompson2017-09-121-60/+58
| * cbs_h2645: Return error if writing failsMark Thompson2017-08-201-0/+5
| * lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-08-121-3/+407
| * lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-08-121-0/+997
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-171-1/+1
* cbs_h264: Fix memory leak in error caseMark Thompson2017-10-181-0/+1
* cbs_h264: Fix writing streams with auxiliary picturesMark Thompson2017-10-181-1/+2
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-10-171-3/+410
* lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-10-171-0/+1010
OpenPOWER on IntegriCloud