[libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Kostya Shishkov
This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm --- libavcodec/rv10.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 01:33:07PM +0200, Luca Barbato wrote: On 8/17/11 10:36 AM, Kostya Shishkov wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here:

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 01:47:31PM +0200, Kostya wrote: On Wed, Aug 17, 2011 at 01:33:07PM +0200, Luca Barbato wrote: On 8/17/11 10:36 AM, Kostya Shishkov wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding),

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 1:36 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm ---  

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 09:22:00AM -0700, Ronald S. Bultje wrote: Hi, On Wed, Aug 17, 2011 at 1:36 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Måns Rullgård
Kostya Shishkov kostya.shish...@gmail.com writes: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm --- libavcodec/rv10.c |1 + 1 files

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Ronald S. Bultje
Hi, 2011/8/17 Måns Rullgård m...@mansr.com: Kostya Shishkov kostya.shish...@gmail.com writes: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm