summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* dirac: drop unused END_HORIZONTALMichael Niedermayer2011-11-011-17/+0
* dirac: fix horizontal_compose_dd97i_ssse3Michael Niedermayer2011-11-012-5/+7
* dirac: Fix mmx/sse haar wavelet composeMichael Niedermayer2011-11-012-36/+37
* dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexactMichael Niedermayer2011-11-011-1/+1
* dirac: alignment for dirac_hpel_filter_v has been fixedMichael Niedermayer2011-10-311-4/+4
* dirac: alignment for add_dirac_obmc has been fixedMichael Niedermayer2011-10-311-4/+4
* dirac: alignment for add_rect_clamped has been fixedMichael Niedermayer2011-10-311-1/+1
* dirac: alignment for put_signed_rect_clamped has been fixedMichael Niedermayer2011-10-311-2/+2
* dirac: alignment for dirac_hpel_filter_v() has been fixedMichael Niedermayer2011-10-311-2/+2
* dirac: fix segfault in horizontal_compose_haarMichael Niedermayer2011-10-311-1/+1
* dirac: enable diracdsp_mmxMichael Niedermayer2011-10-301-1/+1
* dirac: ff_horizontal_compose_dd97i_ssse3 does not work yet, thus disable itMichael Niedermayer2011-10-301-1/+1
* dirac: put_dirac_pixels8_mmx() does not work yet, thus disable it.Michael Niedermayer2011-10-301-1/+1
* dirac: add_rect_clamped does currently not receive aligned data, thus use una...Michael Niedermayer2011-10-301-1/+1
* dirac: put_signed_rect_clamped does currently not receive aligned data, thus ...Michael Niedermayer2011-10-301-2/+2
* dirac; dirac_hpel_filter_h does currently not receive aligned data thus use u...Michael Niedermayer2011-10-301-2/+2
* dirac: dirac_hpel_filter_v does currently not receive aligned data, thus use ...Michael Niedermayer2011-10-301-5/+5
* Dirac: More formatingJordi Ortiz2011-10-301-22/+22
* DIRAC Decoder stable version, MMX support removed.multiple authors2011-10-308-1/+986
* MMX put_no_rnd_pixels_l2David Conrad2011-10-301-0/+41
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-271-12/+12
|\
| * H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-261-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-231-0/+1
|\ \ | |/
| * h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-221-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-226-533/+360
|\ \ | |/
| * fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-212-60/+61
| * fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-213-60/+53
| * fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles2011-10-211-4/+4
| * fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-212-76/+55
| * H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-213-338/+192
| * Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-211-1/+1
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-212-25/+45
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-214-5/+5
|\ \ | |/
| * x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun2011-10-203-3/+3
| * x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun2011-10-201-3/+3
* | Add V210 SIMDKieran Kunhya2011-10-193-0/+135
* | Move x264asm to libavutil.Kieran Kunhya2011-10-1919-35/+35
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-3/+3
|\ \ | |/
| * proresdsp: fix function prototypes.Ronald S. Bultje2011-10-141-3/+3
* | prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer2011-10-141-1/+4
* | proresdsp: fix roundingMichael Niedermayer2011-10-121-3/+3
* | proresdsp: Correct credits to point to the Author and not just the code this ...Michael Niedermayer2011-10-121-5/+6
* | proresdsp: Optimize series of padds outMichael Niedermayer2011-10-121-11/+2
* | proresdsp.asm: Remove useless instructions.Michael Niedermayer2011-10-121-80/+0
* | prores: change license to LGPL, merge some parts.Elvis Presley2011-10-121-0/+2
* | proresdsp.asm: drop useless shiftsElvis Presley2011-10-121-34/+2
* | x86/proresdsp-init: add forgotten HAVE_YASMElvis Presley2011-10-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-124-0/+490
|\ \ | |/
| * prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-114-0/+490
* | mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer2011-09-251-4/+7