| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
ca44fa5d7f |
avcodec/libdav1d: properly free all output picture references
Dav1dPictures contain more than one buffer reference, so we're forced to use the API properly to free them all. Signed-off-by: James Almer <jamrial@gmail.com> |
7 years ago |
|
|
70ab2778be |
libdav1d: update API usage to the first stable release
The color fields were moved to another struct, and a way to propagate timestamps and other input metadata was introduced, so the packet fifo can be removed. Add support for 12bit streams, an option to disable film grain, and read the profile from the sequence header referenced by the ouput picture instead of guessing based on output pix_fmt. Signed-off-by: James Almer <jamrial@gmail.com> |
7 years ago |
|
|
56f50183f3 |
libdav1d: fix build after a recent API break
Signed-off-by: James Almer <jamrial@gmail.com> |
7 years ago |
|
|
9bf9358b61 |
avcodec: libdav1d AV1 decoder wrapper.
Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer <jamrial@gmail.com> |
7 years ago |