483 Commits (540f1c7b138f6b9f973c9f44b3a756cb75e2b52d)

Author SHA1 Message Date
Uoti Urpala f769b746aa Mark add_png_paeth_prediction_* functions which are only used within this file 16 years ago
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 4342a7f30b 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples 16 years ago
Loren Merritt b9fa32082c exploit mdct symmetry 16 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 16 years ago
Kostya Shishkov d7e1fc4254 SSE2 optimizations for Monkey's Audio decoder vector functions 16 years ago
Alexander Strange bc31447225 Make the function prototype visible to comply with C99 inline. 16 years ago
Michael Niedermayer e98750c373 float_to_int16_sse2() 16 years ago
Victor Pollex 1835cda65a Make LOAD4/STORE4 macros more generic. 16 years ago
Michael Niedermayer 35ee72b1d7 1 c-asm loop less and 1x unroll of float_to_int16_sse() 16 years ago
Michael Niedermayer 560fa9bf51 Fix x86-64 16 years ago
Michael Niedermayer 63b737d4f9 dont use C-asm loops and unroll once float_to_int16_3dnow() 16 years ago
Alexander Strange 74fd9022b5 Realign newlines. 16 years ago
Alexander Strange 00969e1c59 Use MANGLE() instead of memory operands to read globals. 16 years ago
Reimar Döffinger 00eebe3d6a Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 16 years ago
Michael Niedermayer 0bd134abd3 Simplify vsad16_mmx2(). 17 years ago
Michael Niedermayer 6bf6a9301b Simplify vsad16_mmx(). 17 years ago
Michael Niedermayer e13810223a Simplify vsad_intra16_mmx2() 17 years ago
Michael Niedermayer 06bb35f94c Simplify vsad_intra16_mmx() 17 years ago
Diego Biurrun a12b44d7fb Add missing required header directly. 17 years ago
Diego Biurrun 20cd685ae8 Add missing path to #include. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Diego Biurrun 57105ddd03 Rename i386/cputest.c --> i386/cpuid.c. 17 years ago
Diego Biurrun c88c253d8b cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Diego Biurrun 80465c7eed cosmetics: Fix nonstandard indentation. 17 years ago
Jeff Downs 591d87babe Cosmetics: 17 years ago
Jeff Downs 52cb7981e2 Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. 17 years ago
Jeff Downs 3aa9ede400 Revert 12838 to redo it the right way (use svn copy to create new 17 years ago
Alexander Strange f73a6393e7 Add a new xvid-style IDCT using SSE2. 17 years ago
Jeff Downs e6cfd8fffb Move decode_significance_x86() and decode_significance_8x8_x86() to 17 years ago
Luca Barbato 3fbe711832 Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom 17 years ago
Alexander Strange 54a0b6e590 Add a header file to declare Xvid IDCT functions. 17 years ago
Loren Merritt 96275520a3 Fix H.264 interframe decoding when compiling with icc. Patch by Loren 17 years ago
Loren Merritt ce53144bac h264 chroma mc ssse3 17 years ago
Diego Biurrun 04932b0d97 cosmetics: typo fixes 17 years ago
Zuxy Meng 9e8e6d318c Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() 17 years ago
Michael Niedermayer 943032b155 Hardcode register to prevent aparent miscompilation. 17 years ago
Michael Niedermayer dea00a4623 remove unused temp 17 years ago
Måns Rullgård b55aa9a904 get register names from x86_cpu.h 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Aurelien Jacobs 97d1d009e2 split encoding part of dsputil_mmx into its own file 17 years ago
Reimar Döffinger f2217d6f90 __asm __volatile -> asm volatile part 2 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
Michael Niedermayer 1435e4ccde Disabling all SSE* code for old gcc to avoid alignment issues. 17 years ago
Reimar Döffinger 754bf3d8a1 Fix warnings: 17 years ago
Diego Biurrun 5edac5dc94 cosmetics: Replace // by /* */ comments. 17 years ago
Loren Merritt ec199cc94c asm argument that might be in memory needs a size 17 years ago