summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_metadata_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* h264_metadata: Support overscan_appropriate_flagMark Thompson2019-07-291-0/+11
* av1/h264_metadata: Don't reinitialize dataAndreas Rheinhardt2019-07-281-25/+10
* cbs_h264, h264_metadata: Deleting SEI messages never failsAndreas Rheinhardt2019-07-081-16/+5
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-081-7/+1
* h264_metadata: Localize code for display orientationAndreas Rheinhardt2019-07-071-21/+12
* h264_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-13/+7
* av1/h264_metadata, filter_units: Count down when deleting unitsAndreas Rheinhardt2019-07-071-12/+6
* lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin2019-03-271-1/+7
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-251-2/+4
* h264_metadata: Don't use inferred value of buffering framesAndreas Rheinhardt2018-11-131-3/+6
* h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt2018-11-131-1/+1
* h264_metadata: Avoid integer overflow in bitrateMark Thompson2018-09-241-2/+2
* h264_metadata: Add option to set the level of the streamMark Thompson2018-09-231-0/+90
* h264_metadata: Fix AUD writingMark Thompson2018-05-101-4/+5
* h264_metadata: Remove redundant setting of SEI payload sizeMark Thompson2018-05-101-2/+0
* avcodec/h264_metadata: fix memory leak in case of output packet creation failureJames Almer2018-03-201-1/+3
* h264_metadata: Fix memory leak on multiple display orientation messagesMark Thompson2018-03-191-0/+4
* lavc/h264_metadata_bsf: support dump options.Jun Zhao2018-03-181-28/+38
* h264_metadata: Remove unused fieldsMark Thompson2018-03-181-7/+5
* h264_metadata: Add support for display orientation SEI messagesMark Thompson2018-03-181-4/+165
* h264_metadata: Actually fail when sei_user_data option is invalidMark Thompson2018-03-061-0/+1
* Merge commit '6d5a6dde5301c81e221a37b3f39bb03149492b98'Mark Thompson2018-02-211-0/+43
|\
| * h264_metadata: Add option to delete filler dataMark Thompson2018-02-201-0/+43
* | Merge commit '78fa0b9033c0834c049e2aedf71a8c613fed87ab'Mark Thompson2018-02-211-1/+1
|\ \ | |/
| * h264_metadata: Always add the SEI user data to the first access unitMark Thompson2018-02-201-2/+6
* | Merge commit '69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb'Mark Thompson2018-02-211-53/+19
|\ \ | |/
| * h264_metadata: Use common SEI addition functionMark Thompson2018-02-201-53/+19
* | Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-3/+3
|\ \ | |/
| * cbs: Refcount all the things!Mark Thompson2018-02-201-3/+3
| * cbs: Allocate the context inside the init functionMark Thompson2018-02-201-10/+10
| * h264_metadata: Fix clearing SEI payload in error caseMark Thompson2017-11-121-1/+1
| * h264_metadata: Fix double-freeMark Thompson2017-09-121-1/+9
| * lavc: Add h264_metadata bitstream filterMark Thompson2017-08-131-0/+512
* avcodec/h264_metadata_bsf: fix the AVClass version numberJames Almer2017-11-121-1/+1
* h264_metadata: Fix clearing SEI payload in error caseMark Thompson2017-10-181-1/+1
* lavc: Add h264_metadata bitstream filterMark Thompson2017-10-171-0/+524
OpenPOWER on IntegriCloud