| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 1 | -113/+64 |
|\ |
|
| * | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 1 | -112/+63 |
| * | Support for lossless and inter H264 4:2:2. | Ronald S. Bultje | 2011-10-21 | 1 | -1/+1 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -8/+15 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -8/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -1/+2 |
|\| |
|
| * | H.264: add filter_mb_fast support for >8-bit decoding | Jason Garrett-Glaser | 2011-07-11 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-22 | 1 | -0/+61 |
|\| |
|
| * | h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. | Daniel Kang | 2011-06-21 | 1 | -0/+61 |
* | | Fix compilation with old yasm. | Carl Eugen Hoyos | 2011-06-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-02 | 1 | -52/+101 |
|\| |
|
| * | h264/10bit: add HAVE_ALIGNED_STACK checks. | Daniel Kang | 2011-05-31 | 1 | -4/+8 |
| * | Update 8-bit H.264 IDCT function names to reflect bit-depth. | Daniel Kang | 2011-05-31 | 1 | -52/+38 |
| * | Add IDCT functions for 10-bit H.264. | Daniel Kang | 2011-05-31 | 1 | -0/+59 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-17 | 1 | -0/+2 |
|\| |
|
| * | h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64. | Gil Pedersen | 2011-05-16 | 1 | -0/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-12 | 1 | -40/+99 |
|\| |
|
| * | 10-bit H.264 x86 chroma v loopfilter asm | Jason Garrett-Glaser | 2011-05-11 | 1 | -1/+15 |
| * | Port x86 10-bit H.264 deblock asm from x264 | Jason Garrett-Glaser | 2011-05-10 | 1 | -48/+81 |
| * | Update x86 H.264 deblock asm | Jason Garrett-Glaser | 2011-05-10 | 1 | -22/+34 |
| * | h264dsp_mmx: place bracket outside #if/#endif block. | Ronald S. Bultje | 2011-05-10 | 1 | -1/+1 |
| * | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -1/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Fix compilation with --disable-yasm. | Carl Eugen Hoyos | 2011-04-12 | 1 | -1/+1 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 1 | -1/+3 |
|/ |
|
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -0/+4 |
* | Move static inline function to a macro, so that constant propagation in | Ronald S. Bultje | 2010-09-29 | 1 | -117/+113 |
* | Merge b_idx and edge variables, and optimize the ASM to directly load variables | Ronald S. Bultje | 2010-09-29 | 1 | -46/+54 |
* | Remove mv_mask variable. Replace the related pand -1/0 instructions by either | Ronald S. Bultje | 2010-09-29 | 1 | -6/+7 |
* | Remove d_idx as a variable, and instead load it as a constant in the asm. | Ronald S. Bultje | 2010-09-29 | 1 | -32/+38 |
* | Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid | Ronald S. Bultje | 2010-09-29 | 1 | -5/+19 |
* | Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allows | Ronald S. Bultje | 2010-09-29 | 1 | -25/+29 |
* | Remove unused variable. | Ronald S. Bultje | 2010-09-24 | 1 | -1/+0 |
* | x86: disable SSE functions using stack when stack is not aligned | Måns Rullgård | 2010-09-21 | 1 | -0/+2 |
* | x86: remove hack disabling sse2 h264 loop filter with 32-bit icc | Måns Rullgård | 2010-09-18 | 1 | -2/+1 |
* | Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from | Ronald S. Bultje | 2010-09-14 | 1 | -527/+39 |
* | LGPL SSE2 H.264 iDCT | Jason Garrett-Glaser | 2010-09-10 | 1 | -3/+1 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -6/+6 |
* | Port latest x264 deblock asm (before they moved to using NV12 as internal | Ronald S. Bultje | 2010-09-03 | 1 | -266/+42 |
* | Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square | Ronald S. Bultje | 2010-09-01 | 1 | -120/+51 |
* | Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, | Ronald S. Bultje | 2010-09-01 | 1 | -1189/+101 |
* | Split intra prediction initialization (i.e. assigning of function pointers) | Ronald S. Bultje | 2010-08-30 | 1 | -83/+0 |
* | Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 | Ronald S. Bultje | 2010-08-30 | 1 | -121/+0 |
* | Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() | Ronald S. Bultje | 2010-08-30 | 1 | -1/+1 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -1/+1 |
* | Split h264dsp and h264pred in configure. | Jason Garrett-Glaser | 2010-08-07 | 1 | -1/+1 |
* | H.264: SSE2/SSSE3 weighted prediction asm | Eli Friedman | 2010-08-05 | 1 | -0/+16 |
* | Fix h264/vp8 intra pred on Athlon XP | Jason Garrett-Glaser | 2010-07-01 | 1 | -2/+0 |
* | Add missing mm_support call toff_h264_pred_init_x86. | Jason Garrett-Glaser | 2010-06-29 | 1 | -0/+2 |