[FFmpeg-devel] [PATCH 0/3] simple_idct leftovers
Christophe Gisquet
christophe.gisquet at gmail.com
Tue Oct 13 21:21:38 CEST 2015
First patch addresses an issue raised by Donald.
Second is one forgotten during the patchset iterations
Third requires sample from ticket #4683, whose license isn't clear,
all the more since it has a watermark indicating an unlicensed s/w.
Having a 12bpp sample of that nature has been however very benefitial.
Christophe Gisquet (3):
x86: simple_idct10_template: use const
simple_idct12: align C and x86
fate: add 12bpp sample
libavcodec/simple_idct_template.c | 17 ++++------------
libavcodec/x86/constants.c | 28 --------------------------
libavcodec/x86/constants.h | 16 ---------------
libavcodec/x86/idctdsp_init.c | 8 +++-----
libavcodec/x86/proresdsp.asm | 13 ++++++++++++
libavcodec/x86/simple_idct10.asm | 33 +++++++++++++++++++++++++++----
libavcodec/x86/simple_idct10_template.asm | 13 ------------
tests/fate/image.mak | 6 ++++++
tests/ref/fate/jpg-12bpp | 2 ++
9 files changed, 57 insertions(+), 79 deletions(-)
create mode 100644 tests/ref/fate/jpg-12bpp
--
2.6.0
More information about the ffmpeg-devel
mailing list