summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
* __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
* revert commit 9603Ivan Kalvachev2007-07-11
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-11
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-16
* misc spelling fixesDiego Biurrun2007-06-12
* use DECLARE_ALIGNED from mem.h (which is included through common.h)Alex Beregszaszi2007-05-13
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-12
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Typos in commentsLuca Barbato2007-03-30
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-07
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-07
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-05
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-26
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-01
* sse implementation of imdct.Loren Merritt2006-09-21
* ADI Blackfin optimizationsMichael Benjamin2006-09-16
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-02
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-02
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-31
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28