| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/av1: Add a parameter to av1c to omit seq header | Vignesh Venkatasubramanian | 2022-05-13 | 1 | -1/+3 |
* | avformat/av1: Document actual behaviour of ff_av1_filter_obus() | Andreas Rheinhardt | 2022-01-19 | 1 | -2/+4 |
* | avformat/av1: Avoid allocation + copying when filtering OBUs | Andreas Rheinhardt | 2020-01-26 | 1 | -4/+9 |
* | avformat/av1: Fix nits in the documentation of ff_av1_filter_obus_buf() | Andreas Rheinhardt | 2020-01-26 | 1 | -4/+2 |
* | avformat/av1, avc, hevc: Remove av_freep() | Andreas Rheinhardt | 2020-01-26 | 1 | -0/+1 |
* | avformat/av1: Improve filtering AV1 OBUs | Andreas Rheinhardt | 2020-01-26 | 1 | -2/+2 |
* | avformat/av1, hevc: Make *_buf-functions return 0 on success | Andreas Rheinhardt | 2020-01-26 | 1 | -2/+2 |
* | avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth value | James Almer | 2019-08-03 | 1 | -2/+1 |
* | avformat/av1: rename some AV1SequenceParameters fields | James Almer | 2019-08-03 | 1 | -3/+3 |
* | avformat/av1: split off sequence header parsing from the av1C writing function | James Almer | 2019-08-03 | 1 | -0/+29 |
* | avformat/av1: fix AV1CodecConfigurationBox name in doxy | James Almer | 2019-07-30 | 1 | -1/+1 |
* | avformat/movenc: add support for AV1 streams | James Almer | 2018-07-20 | 1 | -0/+70 |