208 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)

Author SHA1 Message Date
Michael Niedermayer 4f20b45fbe Fix h264_loop_filter_strength_mmx2() so it works with PAFF. 16 years ago
Loren Merritt 5eb0f2a425 float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. 16 years ago
Loren Merritt b9fa32082c exploit mdct symmetry 16 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 16 years ago
Kostya Shishkov bb68f8a2b6 Monkey's Audio decoder vector functions work on input with length 16 years ago
Michael Niedermayer 560fa9bf51 Fix x86-64 16 years ago
Kostya Shishkov 88c0536a42 Add several vector functions used by Monkey's Audio decoder to dsputil 16 years ago
Alexander Strange f67a10cd0c Define mm_flags/support to be 0 on architectures where they don't exist. 16 years ago
Robert Swain 9146e4d61c Add generic ff_sine_window_init function and implement in codecs appropriately 16 years ago
Alexander Strange 0e956ba277 Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Aurelien Jacobs cbcd6c8ca9 move EDGE_WIDTH definition allong with draw_edges where it belongs 17 years ago
Aurelien Jacobs 288a44fb7a move ff_emulated_edge_mc() to dsputil 17 years ago
Aurelien Jacobs 49c35f16fc Fix compilation on powerpc. 17 years ago
Aurelien Jacobs 4c79b95c32 move ff_init_scantable() into dsputil 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Reimar Döffinger 78d3d94f14 __asm __volatile -> asm volatile, improves code consistency and works 17 years ago
Loren Merritt 4a9ca0a279 simd and unroll png_filter_row 17 years ago
Måns Rullgård 5c319d3334 clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN 17 years ago
Michael Niedermayer 96711ecff9 const src for bswap 17 years ago
Robert Swain 3ed546fe52 Add variable alpha and size of half window for Kaiser-Bessel Derived window 17 years ago
Robert Swain 4eb7a735cb Make the Kaiser-Bessel window generator a common function 17 years ago
Diego Biurrun 9fbd14acb8 Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. 17 years ago
Kostya Shishkov d2e45f33a4 Switch VC-1 decoder to output decoded residual immediately. 17 years ago
Diego Biurrun 8a43317e66 cosmetics: Fix spacial --> spatial typo in function names. 17 years ago
Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Luca Barbato 89523beea4 Sanitize altivec code so it can be built with runtime check properly 17 years ago
Loren Merritt 6810b93a81 sse2 version of compute_autocorr(). 17 years ago
Panagiotis Issaris 9846cbdb13 cosmetics: typos 17 years ago
Diego Biurrun 8b505fc689 VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. 17 years ago
Diego Biurrun a41f4eacd6 Do not wrongly mark Apple gcc workarounds as being specific to Darwin. 17 years ago
Michael Niedermayer d593e32983 use 16bit IDWT (a SIMD implementation of it should be >2x faster then with 17 years ago
Diego Biurrun 9d16f87ffd Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Roman Shaposhnik 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 years ago
Ivan Kalvachev 0ac9a875d4 revert commit 9603 17 years ago
Ivan Kalvachev ddeaf723c5 Integrate reference mpeg IDCT into dsputil. 17 years ago
Måns Rullgård a00177a952 make arguments to ssd_int8_vs_int16() const 17 years ago
Måns Rullgård a1bee08046 move dsputil_init_foo() out from #ifdef 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Alex Beregszaszi 43c7c7c7cf use DECLARE_ALIGNED from mem.h (which is included through common.h) 18 years ago
Loren Merritt 1edbfe1994 factor sum_abs_dctelem out of dct_sad, and simd it. 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Luca Barbato 30f1505380 Typos in comments 18 years ago
Loren Merritt 5900637219 mmx 16-bit ssd. 2.3x faster svq1 encoding. 18 years ago
Panagiotis Issaris 9dd6c80453 Add the const specifier as needed to reduce the number of warnings. 18 years ago
Guillaume Poirier 5a5c770d5a Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection 18 years ago
Michael Niedermayer 6dc7d5da70 ff_check_alignment to warn the user about a missaligned stack 18 years ago
Panagiotis Issaris f1862127f5 Added entry for H.264 DCT to the DSP context. 18 years ago