Re: [FFmpeg-devel] [RFC PATCH] avformat/dashdec: Improve implementation

2021-04-09 Thread zsugabubus
fitted that all thing is there since the beginnings. No? The approach I chose to trim the code to my needs and get rid of chaos, required rewriting the parser and almost all stuff in some way or another, so you would see a thousand line change anyway. -- zsugabubus ___

Re: [FFmpeg-devel] [PATCH] avformat/utils: add helper functions to retrieve index entries from an AVStream

2021-03-25 Thread zsugabubus
user wants some fields to live longer, it can copy it... without branches. - Returned object can be extended with functions. (Computed values.) At the end, if you take some random pointer and you expect it too stay valid for some unspecified time, yes, you may face some unexpected result. There

Re: [FFmpeg-devel] DRM decryption with FFmpeg

2021-03-09 Thread zsugabubus
On Tue, Mar 09, 2021 at 12:58:57PM +0100, Peter White wrote: > DRM is AIDS wrapped in Cancer seasoned with a smidge of Syphilis. That's why I would like to share some code with the community. :) -- zsugabubus ___ ffmpeg-devel mailing list ffmp

Re: [FFmpeg-devel] DRM decryption with FFmpeg

2021-03-09 Thread zsugabubus
hat about just simply submitting patches to the mailing list? (Without accepting or caring about it at all.) Is that okay? Thanks, zsugabubus ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] DRM decryption with FFmpeg

2021-03-09 Thread zsugabubus
for RFC? Thanks, zsugabubus ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avformat/matroska: Handle TargetType and nested SimpleTags in metadata

2020-12-08 Thread zsugabubus
ambiguity about IETF language tags, like "en-US" and similar. "-" designates TagDefault := 0. Signed-off-by: zsugabubus --- Tried correcting failing tests. libavformat/matroska.c| 56 ++- libavformat/matroska.h| 9 + libavformat/matroskadec.

[FFmpeg-devel] [PATCH] avformat/matroska: Handle TargetType and nested SimpleTags in metadata

2020-12-08 Thread zsugabubus
ambiguity about IETF language tags, like "en-US" and similar. "-" designates TagDefault := 0. Signed-off-by: zsugabubus --- libavformat/matroska.c| 56 ++- libavformat/matroska.h| 9 ++ libavformat/matroskadec.c | 286 +-- libavformat/

[FFmpeg-devel] [PATCH] avformat/format: ensure av_probe_input_buffer2() gives correct format

2020-10-17 Thread zsugabubus
: zsugabubus --- libavformat/format.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/format.c b/libavformat/format.c index c47490c..7a5e846 100644 --- a/libavformat/format.c +++ b/libavformat/format.c @@ -229,6 +229,8 @@ int av_probe_input_buffer2(AVIOContext *pb, ff_const59