[libav-devel] [PATCH 2/2] mpegts: use av_islang before setting language

2014-07-24 Thread Jan Gerber
--- libavformat/mpegts.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 5d8b08c..fa784ac 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -29,6 +29,7 @@ #include "libavcodec/bytestream.h" #include "libavco

[libav-devel] [PATCH 1/2] avlanguage: add av_islang

2014-07-24 Thread Jan Gerber
--- libavformat/avlanguage.c | 14 ++ libavformat/avlanguage.h | 5 + 2 files changed, 19 insertions(+) diff --git a/libavformat/avlanguage.c b/libavformat/avlanguage.c index e606ef2..a4b916f 100644 --- a/libavformat/avlanguage.c +++ b/libavformat/avlanguage.c @@ -763,3 +763,17

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

2014-07-21 Thread Jan Gerber
On 07/20/2014 03:28 PM, j...@v2v.cc wrote: > 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 > Found the issue for this sample in mpegts.

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

2014-07-20 Thread Jan Gerber
--- libavformat/matroskaenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index b55ad35..aa30b9b 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -681,7 +681,7 @@ static int mkv_write_track(AVFo

Re: [libav-devel] Fix potential infinite discard loop.

2013-08-18 Thread Jan Gerber
On 08/18/2013 05:57 PM, Luca Barbato wrote: > On 18/08/13 17:40, Jan Gerber wrote: >> +// Do not set incomplete for empty packets. >> +// Together with the code in ogg_read_page >> +// that discards all continuation of empty packets >&g

[libav-devel] Fix potential infinite discard loop.

2013-08-18 Thread Jan Gerber
Merging commit d7b542ae from FFmpeg: Fixes trac issue #438. Seeking in that sample would cause ogg_read_timestamp to fail because ogg_packet would go into a state where all packets of stream 1 would be discarded until the end of the stream. FFmpeg patch by: Reimar Döffinger Bug-Id: 553 --- li

[libav-devel] [PATCH] Fix reading wav files with odd-length chunks.

2013-05-01 Thread Jan Gerber
forward patch from ffmpeg, fixes http://bugzilla.libav.org/show_bug.cgi?id=500 >From 68755a1adefd0e3f2356c85e4d3bd435a01118ae Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 8 Apr 2013 19:36:01 +0200 Subject: [PATCH] Fix reading wav files with odd-length chunks. Fixes ticket #2417. ---

[libav-devel] Fwd: [PATCH] oggparsetheora: fix comment header parsing

2013-01-10 Thread Jan Gerber
another patch that should be applied to libav. Original Message Subject: [FFmpeg-devel] [PATCH] oggparsetheora: fix comment header parsing Date: Fri, 5 Oct 2012 14:12:03 +0200 From: Giorgio Vazzana To: FFmpeg development discussions and patches Hi, with the command: ffplay h

[libav-devel] [PATCH] libtheoraenc: fix granularity of video quality

2013-01-10 Thread Jan Gerber
forwarding patch from ffmpeg-devel to fix theora video quality settings from Maximilian Seesslen. >From dc5f148ca58333905072544ce447a9891dcca376 Mon Sep 17 00:00:00 2001 From: Maximilian Seesslen Date: Fri, 4 Jan 2013 16:56:00 +0100 Subject: [PATCH] libtheoraenc: fix granularity of video quality

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

2013-01-03 Thread Jan Gerber
On 01/03/2013 12:03 PM, Anton Khirnov wrote: > Based on a patch by Jan Gerber > --- > Duplicating the code your patch is not very pretty, I'd prefer something like > this instead. LGTM ___ libav-devel mailing list libav-deve