Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-25avcodec/h264_redundant_pps_bsf: Don't remove PPSAndreas Rheinhardt
2022-03-24avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2021-12-03avcodec/h264_redundant_pps_bsf: Inline constantAndreas Rheinhardt
2021-12-03avcodec/h264_redundant_pps_bsf: Support multiple input PPSAndreas Rheinhardt
2021-12-03avcodec/h264_redundant_pps_bsf: Remove flush callbackAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-01-21h264_redundant_pps_bsf: Use common cbs bsf implementationMark Thompson
2020-09-02h264_redundant_pps: Make it reference-compatibleAndreas Rheinhardt
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-05-22avcodec.h: split bitstream filters API into its own headerAnton Khirnov
2020-05-22lavc: rename bsf.h to bsf_internal.hAnton Khirnov
2019-07-09cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt
2019-07-08h264_redundant_pps: Fix looping over an access unit's unitsAndreas Rheinhardt
2019-07-08h264_redundant_pps: Avoid allocations and copies of packet structuresAndreas Rheinhardt
2019-02-26libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2018-11-19h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt
2018-11-11h264_redundant_pps: Fix logging contextAndreas Rheinhardt
2018-08-17avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callbackJames Almer
2017-10-17lavc: Add h264_redundant_pps bitstream filterMark Thompson