summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-111-1/+2
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-2/+2
* Document new idct requirements.Michael Niedermayer2008-12-191-0/+4
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-191-0/+2
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-181-0/+8
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-2/+2
* clear_block mmxLoren Merritt2008-12-101-0/+1
* enable RV40 decoderKostya Shishkov2008-12-011-0/+4
* RV40 MC functionsKostya Shishkov2008-12-011-0/+6
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-14/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-1/+1
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-041-0/+6
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-251-0/+5
* document some dsp alignmentsLoren Merritt2008-08-241-4/+4
* document some dsp alignmentsLoren Merritt2008-08-151-6/+7
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-141-0/+6
* simd int->floatLoren Merritt2008-08-131-0/+2
* simd downmixLoren Merritt2008-08-131-0/+1
* mdct wrapper function to match fftLoren Merritt2008-08-121-2/+11
* remove mdct tmp bufferLoren Merritt2008-08-121-14/+7
* optimize imdct_half:Loren Merritt2008-08-121-7/+7
* split-radix FFTLoren Merritt2008-08-121-1/+8
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-291-0/+1
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-191-1/+1
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-161-1/+1
* exploit mdct symmetryLoren Merritt2008-07-131-0/+8
* simplify vorbis windowingLoren Merritt2008-07-131-0/+5
* Monkey's Audio decoder vector functions work on input with lengthKostya Shishkov2008-07-101-3/+3
* Fix x86-64Michael Niedermayer2008-07-071-2/+2
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-061-0/+17
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-241-0/+5
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-221-0/+7
* Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange2008-04-161-0/+1
* typo fixesDiego Biurrun2008-03-121-1/+1
* misc spelling fixesDiego Biurrun2008-03-101-5/+8
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-051-0/+1
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-041-0/+4
* Fix compilation on powerpc.Aurelien Jacobs2008-03-041-1/+1
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-041-0/+15
* move draw_edges() into dsputilAurelien Jacobs2008-03-041-0/+2
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-241-1/+1
* simd and unroll png_filter_rowLoren Merritt2008-02-211-0/+3
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-161-39/+6
* const src for bswapMichael Niedermayer2008-02-011-1/+1
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-131-1/+3
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-121-0/+6
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-211-2/+2
OpenPOWER on IntegriCloud