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-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-04-20arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_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-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08ARM: Move asm.S from libavcodec to libavutilJustin Ruggles
2012-05-11arm/neon: dsputil: use correct size specifiers on vld1/vst1Mans Rullgard
2012-05-11arm: dsputil: prettify some conditional instructions in put_pixels macrosMans Rullgard
2012-05-10arm: dsputil: fix overreads in put/avg_pixels functionsMans Rullgard
2011-12-01ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard
2011-12-01ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard
2011-12-01ARM: clean up NEON put/avg_pixels macrosMans Rullgard
2011-11-23ARM: remove needless .text/.align directivesMans Rullgard
2011-09-28ARM: NEON optimised vector_fmac_scalar()Mans Rullgard
2011-07-27dsputil: remove some unused functionsMans Rullgard
2011-07-02ARM: NEON optimised vector_clip_int32()Mans Rullgard
2011-06-23ARM: allow building in Thumb2 modeMans Rullgard
2011-03-24ARM: NEON optimised apply_window_int16()Mans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2010-06-01ARM: NEON clear_block[s]Måns Rullgård
2010-03-09ARM: set size of asm functions in object filesMåns Rullgård
2009-10-08ARM: whitespace cosmeticsMåns Rullgård
2009-10-08ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård
2009-10-04ARM: clean up file/function naming conventionsMåns Rullgård