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-02-26Remove unnecessary dsputil.h #includesDiego 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-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-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-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans 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-04-21Remove lowres video decodingMans Rullgard
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
2011-12-01ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard
2011-12-01ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard
2011-09-28ARM: NEON optimised vector_fmac_scalar()Mans Rullgard
2011-07-27dsputil: remove some unused functionsMans Rullgard
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-02ARM: NEON optimised vector_clip_int32()Mans Rullgard
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-24ARM: fix ff_apply_window_int16_neon() prototypeMans 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-27Add const to some pointer parameters.Eli Friedman
2010-06-01ARM: NEON clear_block[s]Måns Rullgård
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-02-22ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov
2009-12-02ARM: NEON 2xN chroma MCMåns Rullgård
2009-12-02ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård
2009-10-08ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård
2009-10-04ARM: cosmeticsMåns Rullgård
2009-10-04ARM: clean up file/function naming conventionsMåns Rullgård