64 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Michael Niedermayer 28dc6e7291 avcodec/simple_idct: Fix runtime error: left shift of negative value -6395 8 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun d6e49096c0 idct: Only build prores IDCT if ProRes decoder is enabled 9 years ago
Ganesh Ajjanagadde 618b3ae7d4 avcodec/simple_idct: use predefined M_SQRT2 9 years ago
Christophe Gisquet 2fd14dd8eb avcodec/simple_idct10: improve precision 9 years ago
Michael Niedermayer d9e556ebd0 avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCT 11 years ago
Michael Niedermayer ae57e82469 avcodec/dsputil: add 12bit simple idct 11 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 13 years ago
Michael Niedermayer 689f65126b simple_idct: idct_4col_put: Fix out of array reads. 13 years ago
Ronald S. Bultje f78cd0c243 prores-idct: fix overflow in c code. 13 years ago
Ronald S. Bultje 92fb52d906 prores: extract idct into its own dspcontext and merge with put_pixels. 13 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Mans Rullgard 3e9409b1d0 simple_idct: simplify some ifdeffery 14 years ago
Mans Rullgard dbb5ee8ea7 simple_idct: remove code for DCTELEM != int16 14 years ago
Diego Biurrun e0ae2174db simple_idct: remove disabled code 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Måns Rullgård edf7c2b26f simple_idct: use MUL16 and MAC16 from mathops.h 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Kostya Shishkov 91823a6efd Add 4x4 IDCT 17 years ago
Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
Kostya Shishkov fda767bb4f Rename function to reflect its action 17 years ago
Aurelien Jacobs c2a29455e3 enable some 64bit optimized code on 64bit arch 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer 0e15384d9d fixing DCTELEM != short 22 years ago
Michael Niedermayer 1457ab5233 qpel encoding 22 years ago
Falk Hüffner 8b313a4787 Move Alpha optimized IDCT to own file. Based on a patch by Måns 22 years ago
Fabrice Bellard 652f019786 in fact IDCT248 needs to be normalized as I suspected 22 years ago
Fabrice Bellard 9bf71516b1 first version of IDCT248 for DV decoding support 22 years ago
Michael Niedermayer b59f574753 10l (compilation if defined ARCH_ALPHA) 23 years ago
Michael Niedermayer 86748dbc61 dct-test update 23 years ago
Falk Hüffner 3155c994b6 Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more 23 years ago
Fabrice Bellard d36a246675 added inlined put/add functions 23 years ago
Fabrice Bellard 412ba501b1 removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs 23 years ago
Felix Bünemann bc45bca372 gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>) 23 years ago
Zdenek Kabelac cd4af68ad5 * started to cleanup name clashes for onetime compilation 23 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago