| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -2/+1 |
* | Port latest x264 deblock asm (before they moved to using NV12 as internal | Ronald S. Bultje | 2010-09-03 | 1 | -1/+1 |
* | Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square | Ronald S. Bultje | 2010-09-01 | 1 | -1/+1 |
* | Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, | Ronald S. Bultje | 2010-09-01 | 1 | -0/+1 |
* | Fix vertical align. | Ronald S. Bultje | 2010-08-31 | 1 | -1/+1 |
* | Split intra prediction initialization (i.e. assigning of function pointers) | Ronald S. Bultje | 2010-08-30 | 1 | -0/+1 |
* | Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 | Ronald S. Bultje | 2010-08-30 | 1 | -0/+1 |
* | Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 | Ronald S. Bultje | 2010-08-30 | 1 | -9/+6 |
* | Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should | Ronald S. Bultje | 2010-08-25 | 1 | -2/+1 |
* | Move vp6_filter_diag4() from DSPContext to VP56DSPContext. | Ronald S. Bultje | 2010-08-25 | 1 | -2/+4 |
* | Split h264dsp and h264pred in configure. | Jason Garrett-Glaser | 2010-08-07 | 1 | -1/+2 |
* | H.264: SSE2/SSSE3 weighted prediction asm | Eli Friedman | 2010-08-05 | 1 | -0/+1 |
* | Convert deinterlacing MMX code to YASM | Vitor Sessak | 2010-07-31 | 1 | -0/+1 |
* | relicense h264 deblock sse2 to lgpl | Loren Merritt | 2010-07-22 | 1 | -3/+3 |
* | MMX/SSE VC1 loop filter | David Conrad | 2010-07-11 | 1 | -0/+2 |
* | Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM | Vitor Sessak | 2010-07-06 | 1 | -0/+2 |
* | First shot at VP8 optimizations: | Jason Garrett-Glaser | 2010-06-27 | 1 | -0/+2 |
* | Make vp8 select h264dsp and use this to pull in mmx intrapred | Måns Rullgård | 2010-06-25 | 1 | -3/+1 |
* | Fix compilation without --enable-gpl. | Carl Eugen Hoyos | 2010-06-25 | 1 | -1/+4 |
* | 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 | Jason Garrett-Glaser | 2010-06-25 | 1 | -0/+1 |
* | SSE-optimized MP3 floating point windowing functions | Vitor Sessak | 2010-06-24 | 1 | -0/+5 |
* | Simplify arch-specific object file lists | Måns Rullgård | 2010-03-16 | 1 | -4/+2 |
* | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård | 2010-03-16 | 1 | -0/+41 |