summaryrefslogtreecommitdiffstats
path: root/libavformat/av1.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth valueJames Almer2019-08-031-6/+9
* avformat/av1: rename some AV1SequenceParameters fieldsJames Almer2019-08-031-12/+12
* avformat/av1: split off sequence header parsing from the av1C writing functionJames Almer2019-08-031-17/+30
* avformat/av1: add color config values to AV1SequenceParametersJames Almer2019-08-031-14/+18
* avformat/av1: Initialize padding in ff_isom_write_av1cJeremy Dorfman via ffmpeg-devel2019-04-081-0/+1
* avformat/av1: zero initialize the seq_params structJames Almer2018-09-021-2/+2
* avformat/av1: filter out tile list OBUs from samplesJames Almer2018-08-171-0/+1
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-171-0/+247
* avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c()James Almer2018-08-021-4/+46
* avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer2018-08-021-20/+12
* avformat/av1: return an error when no data is provided to ff_isom_write_av1c()James Almer2018-08-021-0/+3
* avformat/movenc: add support for AV1 streamsJames Almer2018-07-201-0/+108
OpenPOWER on IntegriCloud