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
2014-07-18alpha/me_cmp: move code out of dsputilJames Almer
2014-07-18alpha/idctdsp: move disabled cruft out of dsputilJames Almer
2014-07-10alpha/pixblockdsp: move code out of dsputilJames Almer
2014-07-09alpha/idctdsp: move idct init code out of dsputilJames Almer
2014-07-08avcodec/alpha/dsputil_alpha: fix buildMichael Niedermayer
2014-06-20alpha/blockdsp: move clear_blocks out of dsputilJames Almer
2013-03-13Move alpha half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-06Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer
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-23Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76'Michael Niedermayer
2013-01-23Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836'Michael Niedermayer
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
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
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
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-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20simple_idct: add 10-bit versionMans 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-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-08Alpha: move dsputil prototypes to a header fileMåns Rullgård
2009-01-18Alpha: fix pix_abs16Måns Rullgård
2009-01-18Alpha: add ff_ prefix to idct functionsMåns Rullgård
2009-01-18Alpha: indentationMåns Rullgård
2009-01-18Alpha: proper IDCT selectionMåns Rullgård
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2003-12-30interlaced motion estimationMichael Niedermayer
2003-09-13Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner
2003-06-29build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-01-10Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner
2002-11-27Kludge around compilation failure on Alpha.Falk Hüffner