| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix h264_loop_filter_strength_mmx2() so it works with PAFF. | Michael Niedermayer | 2008-07-19 | 1 | -1/+11 |
* | float_to_int16_interleave: change src to an array of pointers instead of assu... | Loren Merritt | 2008-07-16 | 1 | -10/+10 |
* | 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples | Loren Merritt | 2008-07-15 | 1 | -2/+2 |
* | exploit mdct symmetry | Loren Merritt | 2008-07-13 | 3 | -22/+161 |
* | simplify vorbis windowing | Loren Merritt | 2008-07-13 | 1 | -1/+120 |
* | SSE2 optimizations for Monkey's Audio decoder vector functions | Kostya Shishkov | 2008-07-11 | 1 | -0/+78 |
* | Make the function prototype visible to comply with C99 inline. | Alexander Strange | 2008-07-09 | 1 | -0/+1 |
* | float_to_int16_sse2() | Michael Niedermayer | 2008-07-09 | 1 | -0/+20 |
* | Make LOAD4/STORE4 macros more generic. | Victor Pollex | 2008-07-08 | 2 | -18/+18 |
* | 1 c-asm loop less and 1x unroll of float_to_int16_sse() | Michael Niedermayer | 2008-07-07 | 1 | -12/+19 |
* | Fix x86-64 | Michael Niedermayer | 2008-07-07 | 1 | -2/+2 |
* | dont use C-asm loops and unroll once float_to_int16_3dnow() | Michael Niedermayer | 2008-07-07 | 1 | -12/+19 |
* | Realign newlines. | Alexander Strange | 2008-06-28 | 1 | -62/+62 |
* | Use MANGLE() instead of memory operands to read globals. | Alexander Strange | 2008-06-28 | 1 | -10/+10 |
* | Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 | Reimar Döffinger | 2008-06-22 | 1 | -2/+6 |
* | Simplify vsad16_mmx2(). | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | Simplify vsad16_mmx(). | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | Simplify vsad_intra16_mmx2() | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | Simplify vsad_intra16_mmx() | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | Add missing required header directly. | Diego Biurrun | 2008-05-09 | 1 | -0/+1 |
* | Add missing path to #include. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 22 | -45/+49 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 20 | -175/+185 |
* | Rename i386/cputest.c --> i386/cpuid.c. | Diego Biurrun | 2008-04-26 | 1 | -0/+0 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 2 | -11/+11 |
* | cosmetics: Fix nonstandard indentation. | Diego Biurrun | 2008-04-16 | 1 | -21/+21 |
* | Cosmetics: | Jeff Downs | 2008-04-16 | 1 | -9/+21 |
* | Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. | Jeff Downs | 2008-04-16 | 1 | -0/+144 |
* | Revert 12838 to redo it the right way (use svn copy to create new | Jeff Downs | 2008-04-16 | 1 | -144/+0 |
* | Add a new xvid-style IDCT using SSE2. | Alexander Strange | 2008-04-16 | 3 | -1/+402 |
* | Move decode_significance_x86() and decode_significance_8x8_x86() to | Jeff Downs | 2008-04-15 | 1 | -0/+144 |
* | Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithin... | Luca Barbato | 2008-04-14 | 1 | -146/+146 |
* | Add a header file to declare Xvid IDCT functions. | Alexander Strange | 2008-04-12 | 2 | -3/+33 |
* | Fix H.264 interframe decoding when compiling with icc. Patch by Loren | Loren Merritt | 2008-04-08 | 1 | -2/+3 |
* | h264 chroma mc ssse3 | Loren Merritt | 2008-04-01 | 5 | -2/+251 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-03-22 | 1 | -1/+1 |
* | Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() | Zuxy Meng | 2008-03-21 | 1 | -0/+4 |
* | Hardcode register to prevent aparent miscompilation. | Michael Niedermayer | 2008-03-20 | 1 | -2/+2 |
* | remove unused temp | Michael Niedermayer | 2008-03-20 | 1 | -5/+3 |
* | get register names from x86_cpu.h | Måns Rullgård | 2008-03-17 | 1 | -8/+1 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 2 | -90/+90 |
* | split encoding part of dsputil_mmx into its own file | Aurelien Jacobs | 2008-02-25 | 3 | -1409/+1434 |
* | __asm __volatile -> asm volatile part 2 | Reimar Döffinger | 2008-02-24 | 2 | -32/+32 |
* | __asm __volatile -> asm volatile, improves code consistency and works | Reimar Döffinger | 2008-02-24 | 2 | -19/+19 |
* | simd and unroll png_filter_row | Loren Merritt | 2008-02-21 | 1 | -0/+98 |
* | Disabling all SSE* code for old gcc to avoid alignment issues. | Michael Niedermayer | 2008-02-21 | 1 | -2/+6 |
* | Fix warnings: | Reimar Döffinger | 2008-02-19 | 1 | -2/+2 |
* | cosmetics: Replace // by /* */ comments. | Diego Biurrun | 2008-02-13 | 1 | -202/+202 |
* | asm argument that might be in memory needs a size | Loren Merritt | 2008-02-10 | 1 | -1/+1 |
* | use fewer registers in apply_welch_window_sse2 | Loren Merritt | 2008-02-09 | 1 | -8/+7 |