[FFmpeg-devel] [PATCH 2/3] Do loop filter per-row rather than per-frame
David Conrad
lessen42
Fri Feb 12 23:03:04 CET 2010
On Feb 9, 2010, at 9:33 PM, Michael Niedermayer wrote:
> On Tue, Feb 09, 2010 at 08:54:03PM -0500, David Conrad wrote:
>> 3% faster on Elephants_Dream_HD-q7-aq7.ogg on my penryn
>
> great
> next would be supprting doing it in a seperae thread (optionally
> as not everyone has the hardware)
>
> and after that you can do the same for h264
>
> and then profit&fame ;)
> hey h264 should be ~30% faster if the loop filter where on a thread of
> its own ...
For theora it'd be around 15% faster max.
But it's something I'll look into, probably h264 first.
>> ---
>> libavcodec/vp3.c | 19 ++++++++++++-------
>> 1 files changed, 12 insertions(+), 7 deletions(-)
>
> ok
Applied
More information about the ffmpeg-devel
mailing list