[libav-devel] [PATCH] mpeg: Drop unused parameters from ff_draw_horiz_band()

2014-01-29 Thread Diego Biurrun
--- libavcodec/mpegvideo.c | 10 -- libavcodec/mpegvideo.h | 7 +++ libavcodec/svq3.c | 5 +++-- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 7b66568..d26bcbe 100644 --- a/libavcodec/mpegvideo.c +++

Re: [libav-devel] [PATCH 10/20] mxfdec: Set audio packets pts

2014-01-29 Thread Tomas Härdin
On Fri, 2014-01-17 at 11:38 +, Kieran Kunhya wrote: On 17 January 2014 09:41, Anton Khirnov an...@khirnov.net wrote: On Wed, 8 Jan 2014 03:25:41 +0100, Luca Barbato lu_z...@gentoo.org wrote: From: Matthieu Bouron matthieu.bou...@gmail.com Further fixes from Tomas Härdin. Pretty

[libav-devel] [PATCH 1/2] movdec: report 180 degree rotation as metadata

2014-01-29 Thread Janne Grunau
From: Dave Badia dba...@gmail.com Signed-off-by: Janne Grunau janne-li...@jannau.net --- libavformat/mov.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index dc5b42b..5b444ab 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2253,6

[libav-devel] [PATCH 2/2] movdec: report 90 and 270 degrees clockwise rotation too

2014-01-29 Thread Janne Grunau
From: Piotr Tomasik pi...@tomasik.co Signed-off-by: Janne Grunau janne-li...@jannau.net --- libavformat/mov.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 5b444ab..333995e 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@

[libav-devel] [PATCH 1/1] movdec: report 180 degree rotation as metadata

2014-01-29 Thread Janne Grunau
From: Dave Badia dba...@gmail.com stupid me, forgot to rebase for av_dict_set Signed-off-by: Janne Grunau janne-li...@jannau.net --- libavformat/mov.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index dc5b42b..8b661e9 100644 ---

[libav-devel] [PATCH 1/1] lavf: include 60 fps in guessed standard frame rates

2014-01-29 Thread Janne Grunau
Due to what looks like an off-by-one error 60 * 12 * 1001 / 12 * 1001 is not tested as standard frame rate in avformat_find_stream_info(). --- libavformat/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index

Re: [libav-devel] [PATCH] mpeg: Drop unused parameters from ff_draw_horiz_band()

2014-01-29 Thread Janne Grunau
On 2014-01-29 14:14:46 +0100, Diego Biurrun wrote: --- libavcodec/mpegvideo.c | 10 -- libavcodec/mpegvideo.h | 7 +++ libavcodec/svq3.c | 5 +++-- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index

Re: [libav-devel] [PATCH 07/20] mxfdec: Correctly support files from Pinnacle Thunder

2014-01-29 Thread Tomas Härdin
On Fri, 2014-01-10 at 21:19 +0100, Anton Khirnov wrote: On Wed, 8 Jan 2014 03:25:38 +0100, Luca Barbato lu_z...@gentoo.org wrote: From: Tomas Härdin tomas.har...@codemill.se Such files have IndexTableSegments which when parsed cover EditUnit ranges like this: [0,1) [249,250)

[libav-devel] [PATCH 2/3] template: Use the correct doctype

2014-01-29 Thread Luca Barbato
We are using html5. --- src/template_head1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template_head1 b/src/template_head1 index 21ab236..1e5c8a8 100644 --- a/src/template_head1 +++ b/src/template_head1 @@ -1,4 +1,4 @@ -!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

[libav-devel] [PATCH 3/3] news: Fix some small mistakes

2014-01-29 Thread Luca Barbato
--- src/news | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/news b/src/news index 3fdbb37..af4f5ca 100644 --- a/src/news +++ b/src/news @@ -168,7 +168,7 @@ following CVE tracked issues have been fixed: liiff: validate CMAP palette size (CVE-2013-2495)/li limsrledec:

[libav-devel] Website css update

2014-01-29 Thread Luca Barbato
I moved the css to bootstrap3 and fixed few nits in the process. (so it stays consistent with the planet) lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 3/3] news: Fix some small mistakes

2014-01-29 Thread Diego Biurrun
On Wed, Jan 29, 2014 at 04:09:42PM +0100, Luca Barbato wrote: --- src/news | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) OK Did you run all of the current HTML through the W3C validator? Diego ___ libav-devel mailing list

Re: [libav-devel] [PATCH 3/3] news: Fix some small mistakes

2014-01-29 Thread Luca Barbato
On 29/01/14 16:35, Diego Biurrun wrote: On Wed, Jan 29, 2014 at 04:09:42PM +0100, Luca Barbato wrote: --- src/news | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) OK Did you run all of the current HTML through the W3C validator? tidy is still upset but less upset and I'd

[libav-devel] [PATCH] avformat: utils: Refactor duplicated PRINT macro

2014-01-29 Thread Diego Biurrun
--- Now with the improved name suggested by Janne. libavformat/utils.c | 54 ++- 1 file changed, 23 insertions(+), 31 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index a0e81a8..eaedf74 100644 --- a/libavformat/utils.c

Re: [libav-devel] [PATCH] avformat: utils: Refactor duplicated PRINT macro

2014-01-29 Thread Janne Grunau
On 2014-01-29 17:05:43 +0100, Diego Biurrun wrote: --- Now with the improved name suggested by Janne. libavformat/utils.c | 54 ++- 1 file changed, 23 insertions(+), 31 deletions(-) diff --git a/libavformat/utils.c

[libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Janne Grunau
The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 --- libavcodec/mpeg4videodec.c | 58 +++--- 1 file changed, 29 insertions(+), 29

[libav-devel] [PATCH 2/2] fate: add xvid test for custom matrices

2014-01-29 Thread Janne Grunau
Test sample is made from the sample in https://trac.videolan.org/vlc/ticket/7411 --- tests/Makefile| 1 + tests/fate/xvid.mak | 6 ++ tests/ref/fate/xvid-custom-matrix | 21 + 3 files changed, 28 insertions(+) create mode 100644

Re: [libav-devel] [PATCH 2/2] fate: add xvid test for custom matrices

2014-01-29 Thread Luca Barbato
On 29/01/14 18:39, Janne Grunau wrote: Test sample is made from the sample in https://trac.videolan.org/vlc/ticket/7411 --- tests/Makefile| 1 + tests/fate/xvid.mak | 6 ++ tests/ref/fate/xvid-custom-matrix | 21 + 3 files

Re: [libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Luca Barbato
On 29/01/14 18:39, Janne Grunau wrote: The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 Bug-Id: videolan/7411 should work better soon =) lu

Re: [libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Luca Barbato
On 29/01/14 18:39, Janne Grunau wrote: The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 --- libavcodec/mpeg4videodec.c | 58

Re: [libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Janne Grunau
On 2014-01-29 18:46:43 +0100, Luca Barbato wrote: On 29/01/14 18:39, Janne Grunau wrote: The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 ---

Re: [libav-devel] [PATCH 10/20] mxfdec: Set audio packets pts

2014-01-29 Thread Luca Barbato
On 29/01/14 10:49, Tomas Härdin wrote: It extrapolates audio timestamps based on the number of samples demxued. It also deals with some MXF nastiness involving fractional number of samples per EditUnit when seeking (the specs handwave this away). Patch updated using your description, thank

Re: [libav-devel] [PATCH 2/3] template: Use the correct doctype

2014-01-29 Thread Timothy Gu
On Jan 29, 2014 7:09 AM, Luca Barbato lu_z...@gentoo.org wrote: We are using html5. --- src/template_head1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) OK. [...] Timothy ___ libav-devel mailing list libav-devel@libav.org