[FFmpeg-devel] [PATCH] jpeg2000: split off inverse MCT decoding as Jpeg2000DSP

James Almer jamrial at gmail.com
Thu Oct 2 08:23:00 CEST 2014


On 01/10/14 11:16 PM, Michael Niedermayer wrote:
> On Wed, Oct 01, 2014 at 10:35:59PM -0300, James Almer wrote:
>> This makes the addition of arch optimized functions easier.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/Makefile      |  2 +-
>>  libavcodec/jpeg2000dec.c | 71 +++++++++--------------------------
>>  libavcodec/jpeg2000dsp.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++
>>  libavcodec/jpeg2000dsp.h | 35 +++++++++++++++++
>>  libavcodec/jpeg2000dwt.h |  3 +-
>>  5 files changed, 153 insertions(+), 56 deletions(-)
>>  create mode 100644 libavcodec/jpeg2000dsp.c
>>  create mode 100644 libavcodec/jpeg2000dsp.h
> 
> LGTM

Pushed, thanks.



More information about the ffmpeg-devel mailing list