Re: [libav-devel] [PATCH] matroskaenc: Don't set language to empty string, use und

2014-07-20 Thread j
On 07/20/2014 01:41 PM, Anton Khirnov wrote: @@ -681,7 +681,7 @@ static int mkv_write_track(AVFormatContext *s, MatroskaMuxContext *mkv, if ((tag = av_dict_get(st-metadata, title, NULL, 0))) put_ebml_string(pb, MATROSKA_ID_TRACKNAME, tag-value); tag =

Re: [libav-devel] [PATCH] matroskaenc: Don't set language to empty string, use und

2014-07-20 Thread j
On 07/20/2014 03:13 PM, Anton Khirnov wrote: Could you share the sample? This really sounds like a bug elsewhere that should be fixed. Here a short clip http://v2v.cc/~j/samples/emtpy_language.mpg ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] avprobe: also output dar/par if only defined in stream

2013-01-02 Thread j
use stream-sample_aspect_ratio to output display_aspect_ratio and pixel_aspect_ratio if dec_ctx-sample_aspect_ratio.num is not set. --- avprobe.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/avprobe.c b/avprobe.c index 4da9621..3e26b90 100644 --- a/avprobe.c +++

[libav-devel] Ogg seeking

2011-09-26 Thread j
currently the ogg demuxer does not properly seek to keyframes, this results in artifacts after seek. I.e. this can be seen if you run: ffmpeg -ss 10 -i seektest.ogv -frames 1 test.jpg http://v2v.cc/~j/samples/seektest.ogv attached is a patch that tries to fix this, not sure this is the right

[libav-devel] [PATCH] Add Ogg Skeleton 4 decoding support

2011-09-26 Thread j
Attached patch adds Ogg Skeleton 4 support to the ogg demuxer. For more info on OggIndex and Ogg Skeleton see https://wiki.xiph.org/Ogg_Skeleton_4 diff --git a/libavformat/oggparseskeleton.c b/libavformat/oggparseskeleton.c index e318e9e..6d4c8e0 100644 --- a/libavformat/oggparseskeleton.c +++

[libav-devel] Add Ogg Skeleton 4 support

2011-09-26 Thread j
Add Ogg Skeleton 4 support to the ogg demuxer. For more info on OggIndex and Ogg Skeleton see https://wiki.xiph.org/Ogg_Skeleton_4 Addressing Diego's comments. If the vlc is in libav already it should be used of cause. --- libavformat/oggparseskeleton.c | 75

Re: [libav-devel] [PATCH 1/2] configure: add GPLv2 support (needed for ProRes)

2011-09-17 Thread j
proceedings) got a link to the other project and to foundation proceedings? j ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel