summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_metadata_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* 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