| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs | Andreas Rheinhardt | 2022-03-23 | 1 | -4/+4 |
* | 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 |
* | av1/h264_metadata, filter_units: Count down when deleting units | Andreas Rheinhardt | 2019-07-07 | 1 | -4/+2 |
* | filter_units: Avoid allocations and copies of packet structures | Andreas Rheinhardt | 2019-07-07 | 1 | -15/+6 |
* | filter_units: Reindent after previous commit | Andreas Rheinhardt | 2019-07-07 | 1 | -23/+23 |
* | filter_units: Don't use fake loop | Andreas Rheinhardt | 2019-07-07 | 1 | -6/+3 |
* | filter_units: Unref packet on failure | Andreas Rheinhardt | 2019-07-07 | 1 | -0/+2 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -3/+4 |
* | filter_units, trace_headers: Always use fragment from context | Andreas Rheinhardt | 2019-02-25 | 1 | -4/+4 |
* | lavc: Add filter_units bitstream filter | Mark Thompson | 2018-03-18 | 1 | -0/+256 |