| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec.h: split bitstream filters API into its own header | Anton Khirnov | 2020-05-22 | 1 | -1/+2 |
* | lavc: rename bsf.h to bsf_internal.h | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | vp9_superframe: Avoid allocations and copies of packet structures | Andreas Rheinhardt | 2019-10-17 | 1 | -15/+11 |
* | lavc/vp9_superframe_bsf: avoid error messages in one line | Fu Linjie | 2019-05-21 | 1 | -2/+2 |
* | avcodec/vp9_superframe_bsf: implement a AVBSFContext.flush() callback | James Almer | 2018-08-16 | 1 | -0/+12 |
* | Revert "avcodec/vp9_superframe_bsf: cache packets by creating new references ... | James Almer | 2018-03-24 | 1 | -3/+1 |
* | Merge commit '5c22c90c1d5050f1206e46494b193320ac2397cb' | James Almer | 2017-11-12 | 1 | -1/+1 |
|\ |
|
| * | vp9_superframe_bsf: cache packets by creating new references instead of movin... | James Almer | 2017-11-11 | 1 | -4/+21 |
* | | avcodec/vp9_superframe_bsf: cache packets by creating new references rather t... | James Almer | 2017-10-31 | 1 | -1/+3 |
* | | avcodec/vp9_superframe_bsf: allocate cache of packets during init | James Almer | 2017-10-31 | 1 | -4/+20 |
* | | Merge commit '3fb6b98b5e247434456916c35ba7e08efa03e85d' | James Almer | 2017-10-31 | 1 | -31/+21 |
|\| |
|
| * | vp9_superframe_bsf: cache input packets directly | Anton Khirnov | 2017-05-20 | 1 | -30/+19 |
| * | vp9_superframe_bsf: convert to the new bitstream reader | Anton Khirnov | 2017-05-20 | 1 | -10/+12 |
* | | Merge commit '0cf949a01193dcf6f83fd95d46792dd94479b4e4' | James Almer | 2017-10-26 | 1 | -4/+6 |
|\| |
|
| * | vp9: Add bsf to merge superframes | Ronald S. Bultje | 2017-04-02 | 1 | -0/+207 |
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab' | Derek Buitenhuis | 2016-04-17 | 1 | -52/+68 |
* | vp9_superframe: fix endianness of size markers. | Ronald S. Bultje | 2016-03-11 | 1 | -3/+3 |
* | vp9: add superframe merging bitstream filter. | Ronald S. Bultje | 2016-03-11 | 1 | -0/+189 |