Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-07dsputil: x86: Fix compile errorDaniel Kang
2013-02-07dsputil: x86: Convert h263 loop filter to yasmDaniel Kang
2013-02-06h264chroma: x86: Fix building with yasm disabledMartin Storsjö
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-31x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun
2013-01-29x86: Simplify some arch conditionalsDiego Biurrun
2013-01-28x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer
2013-01-28dsputil: Fix error by not using redzone and register nameDaniel Kang
2013-01-27dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang
2013-01-27dsputil: add missing HAVE_YASM guardDaniel Kang
2013-01-27dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang
2013-01-27Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje
2013-01-26x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun
2013-01-24x86: h264qpel: add cpu flag checks for init functionJanne Grunau
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-23vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun
2013-01-21dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang
2013-01-21vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje
2013-01-21dsputil: remove butterflies_float_interleave.Ronald S. Bultje
2013-01-20dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje
2013-01-19x86: dsputil: Drop some unused macro definitionsDiego Biurrun
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2013-01-15x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun
2013-01-15x86: ABS2: port to cpuflagsDiego Biurrun
2013-01-06Drop Snow codecDiego Biurrun
2013-01-06x86: sbrdsp: Implement SSE qmf_post_shuffleChristophe Gisquet
2013-01-06x86: sbrdsp: Implement SSE sum64x5Christophe Gisquet
2013-01-06x86: ABS1: port to cpuflagsDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-12-07SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet
2012-11-28x86: dsputilenc: port to cpuflagsDiego Biurrun
2012-11-28x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun
2012-11-28x86: h264_idct: port to cpuflagsDiego Biurrun