summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Collapse)AuthorAge
...
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
| | | | Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
| | | | | | | 4x faster than c (somehow, even though doubles only allow 2x simd). overal flac encoding: 15-50% faster on core2, 4-11% on k8, 3-13% on p4. Originally committed as revision 10621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typosPanagiotis Issaris2007-09-27
| | | | Originally committed as revision 10602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun2007-08-26
| | | | Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
| | | | | | | the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
| | | | Originally committed as revision 10023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert commit 9603Ivan Kalvachev2007-07-11
| | | | Originally committed as revision 9605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-11
| | | | Originally committed as revision 9603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
| | | | Originally committed as revision 9548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-16
| | | | Originally committed as revision 9330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use DECLARE_ALIGNED from mem.h (which is included through common.h)Alex Beregszaszi2007-05-13
| | | | Originally committed as revision 9015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-12
| | | | | | | | | | | | | sum_abs_dctelem_* alone: core2: c=186 mmx2=39 sse2=21 ssse3=13 (cycles) k8: c=163 mmx2=33 sse2=31 p4: c=370 mmx2=60 sse2=60 dct_sad including sum_abs_dctelem_*: core2: c=405 mmx2=258 sse2=240 ssse3=232 k8: c=624 mmx2=394 sse2=392 p4: c=849 mmx2=556 sse2=556 Originally committed as revision 9001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typos in commentsLuca Barbato2007-03-30
| | | | Originally committed as revision 8561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
| | | | Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
| | | | Originally committed as revision 7764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
| | | | Originally committed as revision 7332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-07
| | | | Originally committed as revision 7249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-07
| | | | Originally committed as revision 7247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-05
| | | | Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
| | | | | | | optimization/cleanup would be desirable (e.g. LE_* and LD* should be the same on x86). Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-26
| | | | | | | | | Patch by Brian Foley % bfoley A compsoc P nuigalway P ie % Original thread: Date: Nov 26, 2006 6:44 PM Subject: Re: [Ffmpeg-devel] [PATCH] put_mpeg4_qpel16_h_lowpass altivec, take 2 Originally committed as revision 7172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
| | | | Originally committed as revision 7171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* approximate qpel functions: sacrifice some quality for some decoding speed. ↵Loren Merritt2006-10-01
| | | | | | enabled on B-frames with -lavdopts fast. Originally committed as revision 6412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse implementation of imdct.Loren Merritt2006-09-21
| | | | | | patch mostly by Zuxy Meng (zuxy dot meng at gmail dot com) Originally committed as revision 6311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADI Blackfin optimizationsMichael Benjamin2006-09-16
| | | | | | patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-02
| | | | Originally committed as revision 6152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-02
| | | | Originally committed as revision 6150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato2006-08-31
| | | | | | | | declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
| | | | | | Existing DSPUtil functions cause chroma artifacts on some files. Originally committed as revision 6139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28
| | | | | | 2-3% faster h264. Originally committed as revision 6113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis simd tweaksLoren Merritt2006-08-11
| | | | Originally committed as revision 5983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
| | | | | | 15% faster vorbis. Originally committed as revision 5975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
| | | | | | 6% faster vorbis and wma. Originally committed as revision 5954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-03
| | | | | | 9% faster vorbis (on a K8). Originally committed as revision 5898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-30
| | | | Originally committed as revision 5862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
| | | | Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-28
| | | | | | | | | | Add SSE3 support. Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com > Original thread: 04/26/06 13:13: [Ffmpeg-devel] [PATCH] Bug fix, SSE3 support in i386/cputest.c and dsputil.h Originally committed as revision 5326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
| | | | Originally committed as revision 5265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ST16 is undefined for non-GNU compilers.Steve L'Homme2006-03-24
| | | | | | Patch by Steve Lhomme <slhomme at divxcorp com> Originally committed as revision 5206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
| | | | Originally committed as revision 5203 to svn://svn.ffmpeg.org/ffmpeg/trunk