aboutsummaryrefslogtreecommitdiff
path: root/libavformat/av1.c
AgeCommit message (Expand)Author
2019-12-06avformat/av1: Fix leak of dynamic buffer in case of parsing failureAndreas Rheinhardt
2019-08-05avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth valueJames Almer
2019-08-05avformat/av1: rename some AV1SequenceParameters fieldsJames Almer
2019-08-05avformat/av1: split off sequence header parsing from the av1C writing functionJames Almer
2019-08-05avformat/av1: add color config values to AV1SequenceParametersJames Almer
2019-04-08avformat/av1: Initialize padding in ff_isom_write_av1cJeremy Dorfman via ffmpeg-devel
2018-09-02avformat/av1: zero initialize the seq_params structJames Almer
2018-08-17avformat/av1: filter out tile list OBUs from samplesJames Almer
2018-08-17avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer
2018-08-02avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c()James Almer
2018-08-02avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer
2018-08-02avformat/av1: return an error when no data is provided to ff_isom_write_av1c()James Almer
2018-07-20avformat/movenc: add support for AV1 streamsJames Almer