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
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-28ARM: NEON optimised vector_fmac_scalar()Mans Rullgard
2011-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-27dsputil: remove some unused functionsMans Rullgard
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02ARM: NEON optimised vector_clip_int32()Mans Rullgard
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-25Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.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