summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* Clean up FFT related comments.Alex Converse2009-01-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-11
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Document new idct requirements.Michael Niedermayer2008-12-19
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-19
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-18
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* clear_block mmxLoren Merritt2008-12-10
* enable RV40 decoderKostya Shishkov2008-12-01
* RV40 MC functionsKostya Shishkov2008-12-01
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* 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