| Commit message (Expand) | Author | Age | Files | Lines |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON | Måns Rullgård | 2008-08-25 | 1 | -0/+5 |
* | document some dsp alignments | Loren Merritt | 2008-08-24 | 1 | -4/+4 |
* | document some dsp alignments | Loren Merritt | 2008-08-15 | 1 | -6/+7 |
* | Add declarations for the sine tables used in wma.c (half window sizes: 128, | Robert Swain | 2008-08-14 | 1 | -0/+6 |
* | simd int->float | Loren Merritt | 2008-08-13 | 1 | -0/+2 |
* | simd downmix | Loren Merritt | 2008-08-13 | 1 | -0/+1 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -2/+11 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -14/+7 |
* | optimize imdct_half: | Loren Merritt | 2008-08-12 | 1 | -7/+7 |
* | split-radix FFT | Loren Merritt | 2008-08-12 | 1 | -1/+8 |
* | r14205 broke vorbis float_to_int on ppc | Loren Merritt | 2008-07-29 | 1 | -0/+1 |
* | Fix h264_loop_filter_strength_mmx2() so it works with PAFF. | Michael Niedermayer | 2008-07-19 | 1 | -1/+1 |
* | float_to_int16_interleave: change src to an array of pointers instead of assu... | Loren Merritt | 2008-07-16 | 1 | -1/+1 |
* | exploit mdct symmetry | Loren Merritt | 2008-07-13 | 1 | -0/+8 |
* | simplify vorbis windowing | Loren Merritt | 2008-07-13 | 1 | -0/+5 |
* | Monkey's Audio decoder vector functions work on input with length | Kostya Shishkov | 2008-07-10 | 1 | -3/+3 |
* | Fix x86-64 | Michael Niedermayer | 2008-07-07 | 1 | -2/+2 |
* | Add several vector functions used by Monkey's Audio decoder to dsputil | Kostya Shishkov | 2008-07-06 | 1 | -0/+17 |
* | Define mm_flags/support to be 0 on architectures where they don't exist. | Alexander Strange | 2008-06-24 | 1 | -0/+5 |
* | Add generic ff_sine_window_init function and implement in codecs appropriately | Robert Swain | 2008-06-22 | 1 | -0/+7 |
* | Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. | Alexander Strange | 2008-04-16 | 1 | -0/+1 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -5/+8 |
* | move EDGE_WIDTH definition allong with draw_edges where it belongs | Aurelien Jacobs | 2008-03-05 | 1 | -0/+1 |
* | move ff_emulated_edge_mc() to dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -0/+4 |
* | Fix compilation on powerpc. | Aurelien Jacobs | 2008-03-04 | 1 | -1/+1 |
* | move ff_init_scantable() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -0/+15 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -0/+2 |
* | __asm __volatile -> asm volatile, improves code consistency and works | Reimar Döffinger | 2008-02-24 | 1 | -1/+1 |
* | simd and unroll png_filter_row | Loren Merritt | 2008-02-21 | 1 | -0/+3 |
* | clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN | Måns Rullgård | 2008-02-16 | 1 | -39/+6 |
* | const src for bswap | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Add variable alpha and size of half window for Kaiser-Bessel Derived window | Robert Swain | 2008-01-13 | 1 | -1/+3 |
* | Make the Kaiser-Bessel window generator a common function | Robert Swain | 2008-01-12 | 1 | -0/+6 |
* | Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. | Diego Biurrun | 2007-12-21 | 1 | -2/+2 |
* | Switch VC-1 decoder to output decoded residual immediately. | Kostya Shishkov | 2007-12-08 | 1 | -3/+3 |
* | cosmetics: Fix spacial --> spatial typo in function names. | Diego Biurrun | 2007-11-10 | 1 | -2/+2 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -0/+10 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Sanitize altivec code so it can be built with runtime check properly | Luca Barbato | 2007-10-02 | 1 | -6/+0 |
* | sse2 version of compute_autocorr(). | Loren Merritt | 2007-09-29 | 1 | -0/+2 |
* | cosmetics: typos | Panagiotis Issaris | 2007-09-27 | 1 | -2/+2 |
* | VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. | Diego Biurrun | 2007-09-23 | 1 | -1/+1 |
* | Do not wrongly mark Apple gcc workarounds as being specific to Darwin. | Diego Biurrun | 2007-08-26 | 1 | -1/+1 |
* | use 16bit IDWT (a SIMD implementation of it should be >2x faster then with | Michael Niedermayer | 2007-08-25 | 1 | -2/+3 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 1 | -1/+1 |
* | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) | Roman Shaposhnik | 2007-08-09 | 1 | -14/+14 |
* | revert commit 9603 | Ivan Kalvachev | 2007-07-11 | 1 | -1/+0 |
* | Integrate reference mpeg IDCT into dsputil. | Ivan Kalvachev | 2007-07-11 | 1 | -0/+1 |