| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -2976/+0 |
* | Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. | Diego Biurrun | 2008-12-22 | 1 | -1/+1 |
* | Port x264 deblocking code to libavcodec. | Jason Garrett-Glaser | 2008-12-19 | 1 | -0/+26 |
* | H.264 idct functions that include the chroma, inter luma and intra16 luma loops | Michael Niedermayer | 2008-12-18 | 1 | -2/+12 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-14 | 1 | -5/+5 |
* | clear_block mmx | Loren Merritt | 2008-12-10 | 1 | -13/+37 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -8/+8 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -23/+23 |
* | Rename template included sources from .h to _template.c. | Diego Pettenò | 2008-10-27 | 1 | -4/+4 |
* | Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. | Reimar Döffinger | 2008-10-20 | 1 | -4/+8 |
* | Cosmetics: reindent | David Conrad | 2008-10-19 | 1 | -3/+3 |
* | Combine non-bitexact sections | David Conrad | 2008-10-19 | 1 | -3/+2 |
* | VP3 loop filter is mmx2 not mmx | David Conrad | 2008-10-19 | 1 | -5/+6 |
* | MMX VP3 Loop Filter | David Conrad | 2008-10-17 | 1 | -0/+7 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -68/+68 |
* | Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled | David Conrad | 2008-09-17 | 1 | -1/+1 |
* | MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permu... | David Conrad | 2008-09-17 | 1 | -3/+1 |
* | Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it | David Conrad | 2008-08-31 | 1 | -1/+0 |
* | Let ff_pw_8 be used as an SSE constant | David Conrad | 2008-08-30 | 1 | -1/+1 |
* | gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins... | Loren Merritt | 2008-08-14 | 1 | -43/+19 |
* | gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ... | Loren Merritt | 2008-08-14 | 1 | -2/+2 |
* | special case 6 channel version of float_to_int16_interleave | Loren Merritt | 2008-08-13 | 1 | -5/+51 |
* | simd int->float | Loren Merritt | 2008-08-13 | 1 | -0/+46 |
* | simd downmix | Loren Merritt | 2008-08-13 | 1 | -0/+100 |
* | cosmetics in dsp init | Loren Merritt | 2008-08-12 | 1 | -6/+4 |
* | Mark add_png_paeth_prediction_* functions which are only used within this file | Uoti Urpala | 2008-08-02 | 1 | -1/+1 |
* | 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 | 1 | -14/+54 |
* | 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 |
* | float_to_int16_sse2() | Michael Niedermayer | 2008-07-09 | 1 | -0/+20 |
* | 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 |
* | Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 | Reimar Döffinger | 2008-06-22 | 1 | -2/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -5/+5 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -32/+32 |
* | Add a new xvid-style IDCT using SSE2. | Alexander Strange | 2008-04-16 | 1 | -1/+6 |
* | Add a header file to declare Xvid IDCT functions. | Alexander Strange | 2008-04-12 | 1 | -3/+1 |
* | h264 chroma mc ssse3 | Loren Merritt | 2008-04-01 | 1 | -0/+6 |
* | 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 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -0/+90 |
* | split encoding part of dsputil_mmx into its own file | Aurelien Jacobs | 2008-02-25 | 1 | -1409/+3 |
* | __asm __volatile -> asm volatile, improves code consistency and works | Reimar Döffinger | 2008-02-24 | 1 | -18/+18 |
* | simd and unroll png_filter_row | Loren Merritt | 2008-02-21 | 1 | -0/+98 |
* | sse2 h264 motion compensation. not new code, just separate out the cases that... | Loren Merritt | 2008-02-06 | 1 | -7/+35 |
* | put loop counter in a register if possible. makes some of the qpel functions ... | Loren Merritt | 2008-02-06 | 1 | -2/+2 |