Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/av1: Initialize padding in ff_isom_write_av1c | Jeremy Dorfman via ffmpeg-devel | 2019-04-08 | 1 | -0/+1 |
* | avformat/av1: zero initialize the seq_params struct | James Almer | 2018-09-02 | 1 | -2/+2 |
* | avformat/av1: filter out tile list OBUs from samples | James Almer | 2018-08-17 | 1 | -0/+1 |
* | avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec | James Almer | 2018-08-17 | 1 | -0/+247 |
* | avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c() | James Almer | 2018-08-02 | 1 | -4/+46 |
* | avcodec/av1_parse: return size of the parsed OBU in parse_obu_header() | James Almer | 2018-08-02 | 1 | -20/+12 |
* | avformat/av1: return an error when no data is provided to ff_isom_write_av1c() | James Almer | 2018-08-02 | 1 | -0/+3 |
* | avformat/movenc: add support for AV1 streams | James Almer | 2018-07-20 | 1 | -0/+108 |