summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-31
* x86: Simplify some arch conditionalsDiego Biurrun2013-01-29
* x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer2013-01-28
* dsputil: Fix error by not using redzone and register nameDaniel Kang2013-01-28
* dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang2013-01-27
* dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-27
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-27
* Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje2013-01-26
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-26
* x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-24
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-22
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-22
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun2013-01-21
* dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang2013-01-21
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-20
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-20
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-20
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-19
* x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-18
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-15
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-14
* Drop Snow codecDiego Biurrun2013-01-06
* x86: sbrdsp: Implement SSE qmf_post_shuffleChristophe Gisquet2013-01-06
* x86: sbrdsp: Implement SSE sum64x5Christophe Gisquet2013-01-06
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-06
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-12
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-09
* SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-07
* x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-28
* x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-28
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-28
* x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-27
* x86: fix build without inline asmDiego Biurrun2012-11-26
* x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-25
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-25
* x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-25
* x86: h264_chromamc: port to cpuflagsDiego Biurrun2012-11-25
* x86: h264_intrapred: Fix C function names in commentsDiego Biurrun2012-11-18
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-18
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-16
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14