summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-081-3/+3
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-101-2/+2
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-091-0/+10
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-6/+0
* sse2 version of compute_autocorr().Loren Merritt2007-09-291-0/+2
* cosmetics: typosPanagiotis Issaris2007-09-271-2/+2
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-231-1/+1
* Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun2007-08-261-1/+1
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-251-2/+3
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-1/+1
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-091-14/+14
* revert commit 9603Ivan Kalvachev2007-07-111-1/+0
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-111-0/+1
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-081-1/+2
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-161-16/+10
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* use DECLARE_ALIGNED from mem.h (which is included through common.h)Alex Beregszaszi2007-05-131-19/+11
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-121-0/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Typos in commentsLuca Barbato2007-03-301-5/+6
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-301-0/+2
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-301-1/+1
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-181-0/+1
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-071-0/+2
OpenPOWER on IntegriCloud