On 5/26/2023 7:32 AM, Dawid Kozinski wrote:
- Added EVC encoder wrapper
- Changes in project configuration file and libavcodec Makefile
- Added documentation for xeve wrapper
Signed-off-by: Dawid Kozinski<[email protected]>
---
configure | 4 +
doc/encoders.texi | 69 +++++
doc/general_contents.texi | 11 +
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/libxeve.c | 616 ++++++++++++++++++++++++++++++++++++++
6 files changed, 702 insertions(+)
create mode 100644 libavcodec/libxeve.c
Does libxeve provide a function to retrieve global headers, which you
can export as extradata? If so, it would be nice to use it, so the muxer
doesn't need to generate it from the first packet.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".