summaryrefslogtreecommitdiff
path: root/libavcodec/h264_redundant_pps_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_redundant_pps_bsf: Don't remove PPSAndreas Rheinhardt2022-09-251-11/+0
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-231-3/+4
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-3/+4
* avcodec/h264_redundant_pps_bsf: Inline constantAndreas Rheinhardt2021-12-031-8/+3
* avcodec/h264_redundant_pps_bsf: Support multiple input PPSAndreas Rheinhardt2021-12-031-7/+7
* avcodec/h264_redundant_pps_bsf: Remove flush callbackAndreas Rheinhardt2021-12-031-8/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* h264_redundant_pps_bsf: Use common cbs bsf implementationMark Thompson2021-01-211-78/+21
* h264_redundant_pps: Make it reference-compatibleAndreas Rheinhardt2020-09-021-3/+14
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-071-4/+4
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-221-0/+1
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-221-1/+1
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-081-3/+1
* h264_redundant_pps: Fix looping over an access unit's unitsAndreas Rheinhardt2019-07-071-0/+2
* h264_redundant_pps: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-13/+6
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-251-2/+4
* h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt2018-11-181-14/+26
* h264_redundant_pps: Fix logging contextAndreas Rheinhardt2018-11-101-1/+1
* avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+9
* lavc: Add h264_redundant_pps bitstream filterMark Thompson2017-10-171-0/+178