summaryrefslogtreecommitdiff
path: root/libavcodec/h264_redundant_pps_bsf.c
Commit message (Expand)AuthorAge
* avcodec/h264_redundant_pps_bsf: Inline constantAndreas Rheinhardt2021-12-03
* avcodec/h264_redundant_pps_bsf: Support multiple input PPSAndreas Rheinhardt2021-12-03
* avcodec/h264_redundant_pps_bsf: Remove flush callbackAndreas Rheinhardt2021-12-03
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* h264_redundant_pps_bsf: Use common cbs bsf implementationMark Thompson2021-01-21
* h264_redundant_pps: Make it reference-compatibleAndreas Rheinhardt2020-09-02
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-07
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-22
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-22
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-08
* h264_redundant_pps: Fix looping over an access unit's unitsAndreas Rheinhardt2019-07-07
* h264_redundant_pps: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-25
* h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt2018-11-18
* h264_redundant_pps: Fix logging contextAndreas Rheinhardt2018-11-10
* avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-16
* lavc: Add h264_redundant_pps bitstream filterMark Thompson2017-10-17