| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-18 | 1 | -9/+0 |
|\ |
|
| * | dct-test: remove unused variable cropTbl | Mans Rullgard | 2011-12-17 | 1 | -9/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-09 | 1 | -1/+1 |
|\| |
|
| * | tests/examples: Mark some variables only used within their files as static. | Diego Biurrun | 2011-12-08 | 1 | -1/+1 |
| * | Replace some forgotten FFmpeg references by Libav. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Fix compilation of dct-test on ia32. | Carl Eugen Hoyos | 2011-11-01 | 1 | -0/+2 |
* | | dct-test: Test ff_prores_idct_put_10_sse2() | Michael Niedermayer | 2011-10-12 | 1 | -0/+17 |
* | | dct-test: add transpose permutation support | Michael Niedermayer | 2011-10-12 | 1 | -1/+4 |
* | | dct-test: document the number of bits we use for testing. | Michael Niedermayer | 2011-10-08 | 1 | -1/+2 |
* | | dct-test: better term for meximum error. | Michael Niedermayer | 2011-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-21 | 1 | -73/+54 |
|\| |
|
| * | dct-test: factor out some common code and do whas was likely intended | Mans Rullgard | 2011-09-21 | 1 | -75/+55 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-22 | 1 | -1/+1 |
|\| |
|
| * | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -1/+1 |
|\| |
|
| * | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -4/+0 |
|\| |
|
| * | dct-test: remove write-only variable | Mans Rullgard | 2011-07-16 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -233/+238 |
|\| |
|
| * | dct-test: remove 'ref' function pointer from tables | Mans Rullgard | 2011-07-04 | 1 | -28/+28 |
| * | dct-test: exit with non-zero status if an IDCT fails | Mans Rullgard | 2011-07-04 | 1 | -13/+30 |
| * | dct-test: make speed test optional | Mans Rullgard | 2011-07-04 | 1 | -6/+18 |
| * | dct-test: remove is_idct field from tables | Mans Rullgard | 2011-07-04 | 1 | -33/+32 |
| * | dct-test: split table in two for idct and fdct | Mans Rullgard | 2011-07-04 | 1 | -14/+22 |
| * | dct-test: simplify calling dct_error() | Mans Rullgard | 2011-07-04 | 1 | -20/+16 |
| * | dct-test: whitespace cosmetics | Mans Rullgard | 2011-07-04 | 1 | -183/+191 |
| * | dct-test: remove commented out code | Mans Rullgard | 2011-07-04 | 1 | -35/+0 |
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -19/+0 |
* | | dct-test: Support testing bits>8 | Michael Niedermayer | 2011-05-02 | 1 | -10/+13 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -4/+1 |
|\| |
|
| * | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -4/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -11/+11 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | ARM: fix dct-test | Måns Rullgård | 2010-03-08 | 1 | -6/+6 |
* | Remove unused fast_memcpy() function in dct-test | Måns Rullgård | 2010-03-08 | 1 | -2/+0 |
* | Move dctref prototypes to a header file | Måns Rullgård | 2010-03-08 | 1 | -5/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -5/+5 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | Ramiro Polla | 2009-06-04 | 1 | -5/+5 |
* | Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. | Stefano Sabatini | 2009-04-11 | 1 | -3/+3 |
* | cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). | Diego Biurrun | 2009-04-10 | 1 | -14/+14 |
* | Mark non-exported functions in test and example programs as static. | Diego Biurrun | 2009-03-31 | 1 | -6/+6 |
* | Give better names to reference DCT functions. | Dylan Yudaken | 2009-03-31 | 1 | -32/+32 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 1 | -13/+16 |
* | Nicely align output columns. | Diego Biurrun | 2009-03-19 | 1 | -1/+1 |
* | cosmetics: Remove period after copyright statement non-sentence. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | dct-test: add Alpha idct | Måns Rullgård | 2009-01-18 | 1 | -0/+6 |