[FFmpeg-devel] [PATCH] x86/hevc_sao: move 10/12bit functions into a separate file
James Almer
jamrial at gmail.com
Wed Sep 30 08:02:53 CEST 2015
On 9/29/2015 11:39 PM, Michael Niedermayer wrote:
> On Tue, Sep 29, 2015 at 01:40:51PM -0300, James Almer wrote:
>> Sorry for the attachment. git send-email is giving me an unusual error when
>> i try to send this.
>
>> Makefile | 3
>> hevc_sao.asm | 394 ++++++------------------------------------------
>> hevc_sao_10bit.asm | 433 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 490 insertions(+), 340 deletions(-)
>> f12242898081e1241e29947a3f2e83cc7fe86013 0001-x86-hevc_sao-move-10-12bit-functions-into-a-separate.patch
>> From 9e8ec4d51566cdda677b15e50240e8842ec6cd34 Mon Sep 17 00:00:00 2001
>> From: James Almer <jamrial at gmail.com>
>> Date: Mon, 28 Sep 2015 00:58:01 -0300
>> Subject: [PATCH] x86/hevc_sao: move 10/12bit functions into a separate file
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> There's a bit of code duplication now (init functions), but it's cleaner
>> and should hopefully be easier to read.
>
> tested, seems working
Pushed then, thanks.
More information about the ffmpeg-devel
mailing list