[FFmpeg-devel] [PATCH 2/2] tests/fate-run: do not attempt to parse tiny_psnrs output if it failed

2015-04-22 Thread Michael Niedermayer
This avoids confusing syntax errors with awk later Signed-off-by: Michael Niedermayer --- tests/fate-run.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 1a8ff94..7f129d7 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @

[FFmpeg-devel] [PATCH 1/2] tests/tiny_psnr: do not ignore errors from run_psnr

2015-04-22 Thread Michael Niedermayer
failure to calculate psnr should not result in tiny_psnr returning success Signed-off-by: Michael Niedermayer --- tests/tiny_psnr.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/tiny_psnr.c b/tests/tiny_psnr.c index e09f394..5f791c1 100644 --- a/tests/tiny

Re: [FFmpeg-devel] [PATCH] fate: add cinepak encoder vsynth tests

2015-04-22 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 05:34:28PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > tests/fate/vcodec.mak| 6 +- > tests/ref/vsynth/vsynth1-cinepak | 4 > tests/ref/vsynth/vsynth2-cinepak | 4 > tests/ref/vsynth/vsynth_lena-cinepak | 4 > 4

Re: [FFmpeg-devel] [PATCH 1/2] vp9: add support for resolution changes in inter frames.

2015-04-22 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 08:54:51PM -0400, Ronald S. Bultje wrote: > --- > libavcodec/vp9.c | 316 > ++- > libavcodec/vp9_mc_template.c | 171 +++ > libavcodec/vp9_parser.c | 5 +- > libavcodec/vp9dsp.c | 205 +

Re: [FFmpeg-devel] [PATCH 2/2] vp9: add fate size for resolution changes.

2015-04-22 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 08:54:52PM -0400, Ronald S. Bultje wrote: > See sample: > http://downloads.webmproject.org/test_data/libvpx/vp90-2-05-resize.ivf > --- > tests/fate/vpx.mak | 3 +++ > tests/ref/fate/vp9-05-resize | 15 +++ > 2 files changed, 18 insertions(+) > create

[FFmpeg-devel] [PATCH 1/3] libvpxenc: only set noise reduction w/vp8

2015-04-22 Thread James Zern
this quiets a warning: Failed to set VP8E_SET_NOISE_SENSITIVITY codec control: Unspecified internal error --- libavcodec/libvpxenc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 2104876..159fbdd 100644 --- a/libavcod

[FFmpeg-devel] [PATCH] git-howto.texi: fix a typo

2015-04-22 Thread James Zern
s/Refer to and to sync/Refer to how to sync/ --- doc/git-howto.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-howto.texi b/doc/git-howto.texi index 8ece341..8f4a18b 100644 --- a/doc/git-howto.texi +++ b/doc/git-howto.texi @@ -330,7 +330,7 @@ git push Will push

Re: [FFmpeg-devel] [PATCH] git-howto.texi: fix a typo

2015-04-22 Thread James Zern
On Wed, Apr 22, 2015 at 8:59 PM, James Zern wrote: > s/Refer to and to sync/Refer to how to sync/ > --- > doc/git-howto.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/git-howto.texi b/doc/git-howto.texi > index 8ece341..8f4a18b 100644 > --- a/doc/git-howto.texi

Re: [FFmpeg-devel] [PATCH] git-howto.texi: fix a typo

2015-04-22 Thread Timothy Gu
On Wed, Apr 22, 2015 at 09:00:17PM -0700, James Zern wrote: > On Wed, Apr 22, 2015 at 8:59 PM, James Zern wrote: > > s/Refer to and to sync/Refer to how to sync/ > > --- > > doc/git-howto.texi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/doc/git-howto.texi b/doc/

Re: [FFmpeg-devel] [PATCH 1/2] tests/tiny_psnr: do not ignore errors from run_psnr

2015-04-22 Thread Timothy Gu
On Thu, Apr 23, 2015 at 04:43:09AM +0200, Michael Niedermayer wrote: > failure to calculate psnr should not result in tiny_psnr returning success > > Signed-off-by: Michael Niedermayer > --- > tests/tiny_psnr.c |9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Patchset LGTM. W

[FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 1/2] postproc: Updated postprocess_template to use new sse/avx deinterlace functions

2015-04-22 Thread Tucker DiNapoli
A few notes on changes from the last version of this patch. The main issue with the previous code was with the sse2/avx2 implementation of the blockCopy function, so for the time being the MMX2 version is used instead. I tried to place the MMX2 version into a function, but this did not work, my be

[FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 2/2] postproc: Added support for sse2/avx2 versions of the do_a_deblock function

2015-04-22 Thread Tucker DiNapoli
I added a new file with the sse2/avx2 code for do_a_deblock. I also moved the code for running vertical deblock filters into it's own function, both to clean up the postprocess funciton and to make it easier to integrate the new sse2/avx2 versions of these filters. --- libpostproc/postprocess_temp

Re: [FFmpeg-devel] [PATCH] Decoding of Bold-Italic-Underlined styles for 3gpp timed text

2015-04-22 Thread Niklesh Lalwani
Thank you for your suggestions. I'll try to do as much as I can before the deadline. -Niklesh On Wed, Apr 22, 2015 at 10:57 PM, Philip Langdale wrote: > On 2015-04-22 03:10, Niklesh Lalwani wrote: > >> From: Niklesh >> >> This patch supports decoding of Bold, Italic, Underlined styles for >> 3

<    1   2