summaryrefslogtreecommitdiff
path: root/libavformat/av1.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/av1: Avoid allocation + copying when filtering OBUsAndreas Rheinhardt2020-01-261-4/+9
* avformat/av1: Fix nits in the documentation of ff_av1_filter_obus_buf()Andreas Rheinhardt2020-01-261-4/+2
* avformat/av1, avc, hevc: Remove av_freep()Andreas Rheinhardt2020-01-261-0/+1
* avformat/av1: Improve filtering AV1 OBUsAndreas Rheinhardt2020-01-261-2/+2
* avformat/av1, hevc: Make *_buf-functions return 0 on successAndreas Rheinhardt2020-01-261-2/+2
* avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth valueJames Almer2019-08-031-2/+1
* avformat/av1: rename some AV1SequenceParameters fieldsJames Almer2019-08-031-3/+3
* avformat/av1: split off sequence header parsing from the av1C writing functionJames Almer2019-08-031-0/+29
* avformat/av1: fix AV1CodecConfigurationBox name in doxyJames Almer2019-07-301-1/+1
* avformat/movenc: add support for AV1 streamsJames Almer2018-07-201-0/+70