summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
* document some dsp alignmentsLoren Merritt2008-08-24
* document some dsp alignmentsLoren Merritt2008-08-15
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14
* simd int->floatLoren Merritt2008-08-13
* simd downmixLoren Merritt2008-08-13
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* optimize imdct_half:Loren Merritt2008-08-12
* split-radix FFTLoren Merritt2008-08-12
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-29
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-19
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-16
* exploit mdct symmetryLoren Merritt2008-07-13
* simplify vorbis windowingLoren Merritt2008-07-13
* Monkey's Audio decoder vector functions work on input with lengthKostya Shishkov2008-07-10
* Fix x86-64Michael Niedermayer2008-07-07
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-06
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
* Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange2008-04-16
* typo fixesDiego Biurrun2008-03-12
* misc spelling fixesDiego Biurrun2008-03-10
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-05
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
* Fix compilation on powerpc.Aurelien Jacobs2008-03-04
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-24
* simd and unroll png_filter_rowLoren Merritt2008-02-21
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-16
* const src for bswapMichael Niedermayer2008-02-01
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-13
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-12
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-10
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
* cosmetics: typosPanagiotis Issaris2007-09-27
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun2007-08-26
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09