| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/h264_levels: add MaxMBPS checking and update fate test. | Decai Lin | 2019-03-27 | 1 | -1/+7 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -2/+4 |
* | h264_metadata: Don't use inferred value of buffering frames | Andreas Rheinhardt | 2018-11-13 | 1 | -3/+6 |
* | h264_levels, h264_metadata_bsf: Fix levels typo | Andreas Rheinhardt | 2018-11-13 | 1 | -1/+1 |
* | h264_metadata: Avoid integer overflow in bitrate | Mark Thompson | 2018-09-24 | 1 | -2/+2 |
* | h264_metadata: Add option to set the level of the stream | Mark Thompson | 2018-09-23 | 1 | -0/+90 |
* | h264_metadata: Fix AUD writing | Mark Thompson | 2018-05-10 | 1 | -4/+5 |
* | h264_metadata: Remove redundant setting of SEI payload size | Mark Thompson | 2018-05-10 | 1 | -2/+0 |
* | avcodec/h264_metadata: fix memory leak in case of output packet creation failure | James Almer | 2018-03-20 | 1 | -1/+3 |
* | h264_metadata: Fix memory leak on multiple display orientation messages | Mark Thompson | 2018-03-19 | 1 | -0/+4 |
* | lavc/h264_metadata_bsf: support dump options. | Jun Zhao | 2018-03-18 | 1 | -28/+38 |
* | h264_metadata: Remove unused fields | Mark Thompson | 2018-03-18 | 1 | -7/+5 |
* | h264_metadata: Add support for display orientation SEI messages | Mark Thompson | 2018-03-18 | 1 | -4/+165 |
* | h264_metadata: Actually fail when sei_user_data option is invalid | Mark Thompson | 2018-03-06 | 1 | -0/+1 |
* | Merge commit '6d5a6dde5301c81e221a37b3f39bb03149492b98' | Mark Thompson | 2018-02-21 | 1 | -0/+43 |
|\ |
|
| * | h264_metadata: Add option to delete filler data | Mark Thompson | 2018-02-20 | 1 | -0/+43 |
* | | Merge commit '78fa0b9033c0834c049e2aedf71a8c613fed87ab' | Mark Thompson | 2018-02-21 | 1 | -1/+1 |
|\| |
|
| * | h264_metadata: Always add the SEI user data to the first access unit | Mark Thompson | 2018-02-20 | 1 | -2/+6 |
* | | Merge commit '69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb' | Mark Thompson | 2018-02-21 | 1 | -53/+19 |
|\| |
|
| * | h264_metadata: Use common SEI addition function | Mark Thompson | 2018-02-20 | 1 | -53/+19 |
* | | Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2' | Mark Thompson | 2018-02-21 | 1 | -3/+3 |
|\| |
|
| * | cbs: Refcount all the things! | Mark Thompson | 2018-02-20 | 1 | -3/+3 |
| * | cbs: Allocate the context inside the init function | Mark Thompson | 2018-02-20 | 1 | -10/+10 |
| * | h264_metadata: Fix clearing SEI payload in error case | Mark Thompson | 2017-11-12 | 1 | -1/+1 |
| * | h264_metadata: Fix double-free | Mark Thompson | 2017-09-12 | 1 | -1/+9 |
| * | lavc: Add h264_metadata bitstream filter | Mark Thompson | 2017-08-13 | 1 | -0/+512 |
* | avcodec/h264_metadata_bsf: fix the AVClass version number | James Almer | 2017-11-12 | 1 | -1/+1 |
* | h264_metadata: Fix clearing SEI payload in error case | Mark Thompson | 2017-10-18 | 1 | -1/+1 |
* | lavc: Add h264_metadata bitstream filter | Mark Thompson | 2017-10-17 | 1 | -0/+524 |