[FFmpeg-devel] [PATCH v3 2/2] avformat: add srv3 demuxer

2024-12-30 Thread Hubert Głuchowski
Signed-off-by: Hubert Głuchowski --- Changelog | 1 + MAINTAINERS | 2 + configure | 2 + doc/general_contents.texi | 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/srv3dec.c | 515

[FFmpeg-devel] [PATCH v3 1/2] avcodec: add srv3 decoder

2024-12-30 Thread Hubert Głuchowski
: - Vertical text - Scrolling text - Ruby text - Background box support is incomplete These issues are mostly due to limitations of the ASS format. Signed-off-by: Hubert Głuchowski --- Changes in v3: - Applied Peter's style nits - Changed attribute parsing for pens and window positions to use an

[FFmpeg-devel] [PATCH v2] Add SRV3 decoder/demuxer

2024-12-25 Thread Hubert Głuchowski
unsupported: - Vertical text - Scrolling text - Ruby text - Background box support is janky These issues are mostly due to limitations of the ASS format. Signed-off-by: Hubert Głuchowski --- Hi guys, the ffmpeg-devel mailing list seems very preoccupied arguing about authoritarianism, and as

[FFmpeg-devel] [PATCH] Add SRV3 decoder/demuxer

2024-12-15 Thread Hubert Głuchowski
*/ +AV_PKT_DATA_SRV3_EVENT, + /** * The number of side data types. * This is not part of the public API/ABI in the sense that it may diff --git a/libavcodec/srv3dec.c b/libavcodec/srv3dec.c new file mode 100644 index 00..a924c1e50f --- /dev/null +++ b/libavcodec/srv3de