Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth value | James Almer | 2019-08-03 | 1 | -2/+1 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avformat/av1: rename some AV1SequenceParameters fields | James Almer | 2019-08-03 | 1 | -3/+3 |
| | | | | | | Cosmetic change. Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avformat/av1: split off sequence header parsing from the av1C writing function | James Almer | 2019-08-03 | 1 | -0/+29 |
| | | | | | | It will be used by the dash muxer Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avformat/av1: fix AV1CodecConfigurationBox name in doxy | James Almer | 2019-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avformat/movenc: add support for AV1 streams | James Almer | 2018-07-20 | 1 | -0/+70 |
Signed-off-by: James Almer <jamrial@gmail.com> |