| Commit message (Expand) | Author | Age | Files | Lines |
* | fft-test: Pass correct struct members to (i)dct functions | Diego Biurrun | 2014-07-23 | 1 | -3/+3 |
* | fft-test: K&R formatting cosmetics | Diego Biurrun | 2014-07-23 | 1 | -77/+82 |
* | fft-test: Check memory allocations | Diego Biurrun | 2014-07-23 | 1 | -4/+13 |
* | fft-test: Drop unnecessary pointer indirection for context structs | Diego Biurrun | 2014-07-23 | 1 | -24/+23 |
* | fft-test: Reduce variable scope where sensibly possible | Diego Biurrun | 2014-07-23 | 1 | -51/+36 |
* | mpegenccontext: Remove unused dct_unquantize_h261 function pointers | Nidhi Makhijani | 2014-07-23 | 1 | -4/+0 |
* | fft-test: Make global exptab variable static | Diego Biurrun | 2014-07-23 | 1 | -1/+1 |
* | mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used | Diego Biurrun | 2014-07-23 | 2 | -1/+3 |
* | fft-test: Comment some #endifs | Diego Biurrun | 2014-07-22 | 1 | -6/+6 |
* | fft-test: Drop unnecessary #ifdefs around header includes | Diego Biurrun | 2014-07-22 | 1 | -2/+0 |
* | dct/rdft: Add missing typedefs for context structs | Diego Biurrun | 2014-07-22 | 2 | -4/+4 |
* | build: Add define for SIMD extensions requiring 16-byte aligned buffers | Diego Biurrun | 2014-07-22 | 1 | -1/+1 |
* | libxvid: Drop PPC-specific CPU detection hack | Diego Biurrun | 2014-07-22 | 1 | -12/+0 |
* | imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery | Diego Biurrun | 2014-07-21 | 1 | -9/+7 |
* | arm: Macroize the test for 'setend' CPU instruction support | Ben Avison | 2014-07-21 | 1 | -5/+1 |
* | aarch64: NEON intrinsics dct_unquantize_h263. | James Yu | 2014-07-21 | 4 | -0/+139 |
* | build: Conditionally compile all avcodec test programs | Diego Biurrun | 2014-07-21 | 1 | -5/+3 |
* | build: Conditionally build and run DCT test program | Diego Biurrun | 2014-07-21 | 2 | -3/+6 |
* | build: Conditionally build and test iirfilter | Diego Biurrun | 2014-07-21 | 1 | -3/+4 |
* | mjpeg: return proper error code | Nidhi Makhijani | 2014-07-21 | 1 | -1/+1 |
* | dct-test: Move arch-specific bits into arch-specific subdirectories | Diego Biurrun | 2014-07-21 | 4 | -74/+185 |
* | Revert "tiff: support reading gray+alpha at 8 bits" | Janne Grunau | 2014-07-21 | 1 | -3/+0 |
* | h264: Fix direct temporal mvs for bottom-field-first poc order | Ronald S. Bultje | 2014-07-20 | 1 | -1/+2 |
* | tiff: support reading gray+alpha at 8 bits | Carl Eugen Hoyos | 2014-07-20 | 1 | -0/+3 |
* | idct: Move arm-specific declarations to a header in the arm directory | Diego Biurrun | 2014-07-20 | 6 | -22/+45 |
* | mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong | Nidhi Makhijani | 2014-07-20 | 2 | -7/+7 |
* | fdct: Move ppc-specific declarations to a header in the ppc directory | Diego Biurrun | 2014-07-19 | 3 | -7/+5 |
* | simple_idct: Move x86-specific declarations to a header in the x86 directory | Diego Biurrun | 2014-07-19 | 5 | -6/+32 |
* | fdct: Move x86-specific declarations to a header in the x86 directory | Diego Biurrun | 2014-07-19 | 6 | -6/+32 |
* | dct-test: Reuse enum idct_permutation_type instead of duplicating it | Diego Biurrun | 2014-07-18 | 1 | -32/+39 |
* | dct-test: Skip indirection for MMX IDCT permutation | Diego Biurrun | 2014-07-18 | 1 | -14/+1 |
* | x86: dnxhdenc: Eliminate some unnecessary ifdefs | Diego Biurrun | 2014-07-18 | 1 | -2/+0 |
* | libgsm: Split decoder and encoder | Nidhi Makhijani | 2014-07-18 | 3 | -116/+158 |
* | idctdsp: prettyprinting cosmetics | Diego Biurrun | 2014-07-18 | 7 | -50/+50 |
* | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 19 | -46/+49 |
* | fft: Convert FFT/MDCT permutation type #defines to enums | Diego Biurrun | 2014-07-18 | 1 | -7/+13 |
* | dct-test: Improve CPU flags struct member name | Diego Biurrun | 2014-07-18 | 1 | -2/+2 |
* | dct-test: Move cpu_flags variable out of global scope | Diego Biurrun | 2014-07-18 | 1 | -4/+1 |
* | arm: cosmetics: Consistently use lowercase for shift operators | Martin Storsjö | 2014-07-18 | 2 | -3/+3 |
* | arm: cosmetics: Fix a misaligned asm operand | Martin Storsjö | 2014-07-18 | 1 | -1/+1 |
* | armv6: Accelerate ff_fft_calc for general case (nbits != 4) | Ben Avison | 2014-07-18 | 2 | -17/+255 |
* | armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) | Ben Avison | 2014-07-18 | 1 | -2/+144 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 30 | -206/+175 |
* | x86: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-17 | 4 | -526/+447 |
* | h264: K&R formatting cosmetics | Luca Barbato | 2014-07-17 | 3 | -364/+437 |
* | h264: Remove some commented-out, broken cruft | Diego Biurrun | 2014-07-16 | 1 | -1/+1 |
* | arm: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-16 | 4 | -91/+28 |
* | g2meet: allow size changes within original sizes | Vittorio Giovara | 2014-07-15 | 1 | -2/+7 |
* | x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection | Diego Biurrun | 2014-07-13 | 4 | -888/+855 |
* | ppc: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-13 | 4 | -74/+11 |