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
@
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
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
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 +
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
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
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
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
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/
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
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
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
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
101 - 113 of 113 matches
Mail list logo