summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_h2645.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt2019-09-291-1/+1
* avcodec/cbs_h264: Automatically free SEI payload on errorAndreas Rheinhardt2019-09-241-5/+11
* lavc/cbs_h2645: Use av_realloc instead of av_mallocThierry Foucu2019-08-281-1/+1
* cbs_h264: Improve adding SEI messagesAndreas Rheinhardt2019-07-291-13/+7
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-291-9/+9
* cbs: Remove useless initializationsAndreas Rheinhardt2019-07-271-4/+4
* avcodec/cbs_h265: add support for Alpha Channel Info SEI messagesJames Almer2019-07-201-0/+1
* cbs_h2645: Fix infinite loop in more_rbsp_dataAndreas Rheinhardt2019-07-201-2/+4
* configure, cbs_h2645: Remove unneeded golomb dependencyAndreas Rheinhardt2019-07-081-1/+0
* cbs_h264, h264_metadata: Deleting SEI messages never failsAndreas Rheinhardt2019-07-081-7/+4
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-081-3/+3
* avcodec/cbs_h264: add support for Alternative Transfer Characteristics SEI me...James Almer2019-06-031-0/+1
* avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer2019-04-281-1/+9
* avcodec/cbs_h2645: add helper macros for signed valuesJames Almer2019-04-161-0/+20
* 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
OpenPOWER on IntegriCloud