summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-19
* x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-18
* x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-18
* x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang2013-02-11
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* dsputil: x86: Fix compile errorDaniel Kang2013-02-07
* dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-06
* h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-06
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* 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