| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/proresdec : add 12b prores idct | Martin Vignali | 2018-12-02 | 1 | -0/+16 |
* | avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b... | Martin Vignali | 2018-12-02 | 1 | -1/+1 |
* | simple_idct: Template functions to support an input bitdepth parameter | Kieran Kunhya | 2018-04-02 | 1 | -3/+12 |
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -6/+6 |
|\ |
|
| * | idct: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -6/+6 |
| * | idct: Only build prores IDCT if ProRes decoder is enabled | Diego Biurrun | 2016-02-24 | 1 | -0/+2 |
* | | avcodec/simple_idct: Fix runtime error: left shift of negative value -6395 | Michael Niedermayer | 2017-02-21 | 1 | -2/+2 |
* | | avcodec/simple_idct: use predefined M_SQRT2 | Ganesh Ajjanagadde | 2015-11-14 | 1 | -2/+2 |
* | | avcodec/simple_idct10: improve precision | Christophe Gisquet | 2015-10-13 | 1 | -2/+7 |
* | | avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCT | Michael Niedermayer | 2014-01-14 | 1 | -1/+3 |
* | | avcodec/dsputil: add 12bit simple idct | Michael Niedermayer | 2013-09-06 | 1 | -0/+4 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -1/+0 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -1/+0 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -9/+9 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -6/+4 |
|\| |
|
| * | Don't use ff_cropTbl[] for IDCT. | Ronald S. Bultje | 2012-03-06 | 1 | -11/+8 |
* | | simple_idct: idct_4col_put: Fix out of array reads. | Michael Niedermayer | 2012-03-02 | 1 | -5/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -6/+3 |
|\| |
|
| * | prores-idct: fix overflow in c code. | Ronald S. Bultje | 2011-10-14 | 1 | -6/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 1 | -0/+17 |
|\| |
|
| * | prores: extract idct into its own dspcontext and merge with put_pixels. | Ronald S. Bultje | 2011-10-11 | 1 | -0/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -329/+9 |
|\| |
|
| * | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -329/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-19 | 1 | -46/+19 |
|\| |
|
| * | simple_idct: simplify some ifdeffery | Mans Rullgard | 2011-07-18 | 1 | -18/+6 |
| * | simple_idct: remove code for DCTELEM != int16 | Mans Rullgard | 2011-07-18 | 1 | -30/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -12/+0 |
|\| |
|
| * | simple_idct: remove disabled code | Diego Biurrun | 2011-07-17 | 1 | -12/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | simple_idct: use MUL16 and MAC16 from mathops.h | Måns Rullgård | 2008-12-27 | 1 | -36/+17 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 1 | -1/+1 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -2/+2 |
* | Add 4x4 IDCT | Kostya Shishkov | 2007-12-09 | 1 | -0/+14 |
* | add ff_ prefix to all simple_idct symbols | Aurelien Jacobs | 2007-12-08 | 1 | -6/+6 |
* | Rename function to reflect its action | Kostya Shishkov | 2007-12-03 | 1 | -3/+3 |
* | enable some 64bit optimized code on 64bit arch | Aurelien Jacobs | 2007-02-28 | 1 | -3/+3 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -5/+5 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -55/+55 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -14/+14 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -14/+14 |
* | fixing DCTELEM != short | Michael Niedermayer | 2003-01-15 | 1 | -33/+47 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -0/+90 |