232 Commits (14a8acf108d24de2794229f755773c2b7459ba67)

Author SHA1 Message Date
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Kostya Shishkov 6beb8b2612 RV30 decoder 16 years ago
Jason Garrett-Glaser 712ca84c21 Move filter_luma_intra into dsputil for later addition of asm. 16 years ago
Michael Niedermayer ac22385931 H.264 idct functions that include the chroma, inter luma and intra16 luma loops 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
Kostya Shishkov 2d8a081511 RV40 MC functions 16 years ago
Peter Ross 28245435d9 Electronic Arts TGQ/TQI/MAD IDCT algorithm 16 years ago
David Conrad 9971331dfb Move VP3 loop filter to DSPContext 16 years ago
Loren Merritt 911e21a306 simd int->float 16 years ago
Loren Merritt ac2e556456 simd downmix 16 years ago
Loren Merritt 5eb0f2a425 float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. 17 years ago
Loren Merritt b9fa32082c exploit mdct symmetry 17 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 17 years ago
Michael Niedermayer 560fa9bf51 Fix x86-64 17 years ago
Kostya Shishkov 88c0536a42 Add several vector functions used by Monkey's Audio decoder to dsputil 17 years ago
Ramiro Polla e6dba5dfab Typo: distoration -> distortion. 17 years ago
Alexander Strange 0e956ba277 Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. 17 years ago
Aurelien Jacobs fbd4293df9 remove more useless mpegvideo.h includes 17 years ago
Aurelien Jacobs 288a44fb7a move ff_emulated_edge_mc() to dsputil 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
Michael Niedermayer 6f08c541b4 floating point AAN IDCT 17 years ago
Loren Merritt 917f55cc03 cleaner way of writing packed-byte constants. 17 years ago
Loren Merritt 31304587da indent 17 years ago
Loren Merritt 469bd7b150 pseudo-simd add_bytes and diff_bytes 17 years ago
Loren Merritt 4a9ca0a279 simd and unroll png_filter_row 17 years ago
Michael Niedermayer 96711ecff9 const src for bswap 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Diego Biurrun 9fbd14acb8 Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. 17 years ago
Michael Niedermayer f315b39469 More consistent { placement. 17 years ago
Michael Niedermayer 76abb18ef5 indent 17 years ago
Michael Niedermayer febdd0b9b4 ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out 17 years ago
Michael Niedermayer 815c81c0a7 30% faster h264_chroma_mc8_c(), this also prevents a possible out of 17 years ago
Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
Michael Niedermayer 177c9583b6 remove useless #ifdef 17 years ago
Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago
Loren Merritt 6810b93a81 sse2 version of compute_autocorr(). 17 years ago
Diego Biurrun 8b505fc689 VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. 17 years ago
Ramiro Polla 5e4c7ca224 Add attribute that forces alignment of stack to functions that need it. 18 years ago
Roman Shaposhnik 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 18 years ago
Panagiotis Issaris edecaff8c2 Take care of some renames (Doxygen and function name) after the previous pure rename patch. 18 years ago
Aurelien Jacobs 73f51a4d3e help some gcc version to optimize out those functions 18 years ago
Ivan Kalvachev 0ac9a875d4 revert commit 9603 18 years ago
Ivan Kalvachev ddeaf723c5 Integrate reference mpeg IDCT into dsputil. 18 years ago
Aurelien Jacobs 674eeb5f57 cosmetics: indentation 18 years ago