| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264_redundant_pps_bsf: Don't remove PPS | Andreas Rheinhardt | 2022-09-25 | 1 | -11/+0 |
* | avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs | Andreas Rheinhardt | 2022-03-23 | 1 | -3/+4 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -3/+4 |
* | avcodec/h264_redundant_pps_bsf: Inline constant | Andreas Rheinhardt | 2021-12-03 | 1 | -8/+3 |
* | avcodec/h264_redundant_pps_bsf: Support multiple input PPS | Andreas Rheinhardt | 2021-12-03 | 1 | -7/+7 |
* | avcodec/h264_redundant_pps_bsf: Remove flush callback | Andreas Rheinhardt | 2021-12-03 | 1 | -8/+0 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | h264_redundant_pps_bsf: Use common cbs bsf implementation | Mark Thompson | 2021-01-21 | 1 | -78/+21 |
* | h264_redundant_pps: Make it reference-compatible | Andreas Rheinhardt | 2020-09-02 | 1 | -3/+14 |
* | avcodec/cbs: Remove unused function parameters | Andreas Rheinhardt | 2020-07-07 | 1 | -4/+4 |
* | avcodec.h: split bitstream filters API into its own header | Anton Khirnov | 2020-05-22 | 1 | -0/+1 |
* | lavc: rename bsf.h to bsf_internal.h | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | cbs: ff_cbs_delete_unit: Replace return value with assert | Andreas Rheinhardt | 2019-07-08 | 1 | -3/+1 |
* | h264_redundant_pps: Fix looping over an access unit's units | Andreas Rheinhardt | 2019-07-07 | 1 | -0/+2 |
* | h264_redundant_pps: Avoid allocations and copies of packet structures | Andreas Rheinhardt | 2019-07-07 | 1 | -13/+6 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -2/+4 |
* | h264_redundant_pps: Fix memleak in case of errors | Andreas Rheinhardt | 2018-11-18 | 1 | -14/+26 |
* | h264_redundant_pps: Fix logging context | Andreas Rheinhardt | 2018-11-10 | 1 | -1/+1 |
* | avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callback | James Almer | 2018-08-16 | 1 | -0/+9 |
* | lavc: Add h264_redundant_pps bitstream filter | Mark Thompson | 2017-10-17 | 1 | -0/+178 |