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
2018-12-02avcodec/proresdec : add 12b prores idctMartin Vignali
2018-12-02avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali
2018-04-02simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2017-02-21avcodec/simple_idct: Fix runtime error: left shift of negative value -6395Michael Niedermayer
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-02-24idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun
2015-11-14avcodec/simple_idct: use predefined M_SQRT2Ganesh Ajjanagadde
2015-10-13avcodec/simple_idct10: improve precisionChristophe Gisquet
2014-01-14avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer
2013-09-06avcodec/dsputil: add 12bit simple idctMichael Niedermayer
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2012-03-03simple_idct: idct_4col_put: Fix out of array reads.Michael Niedermayer
2011-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14prores-idct: fix overflow in c code.Ronald S. Bultje
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-18simple_idct: simplify some ifdefferyMans Rullgard
2011-07-18simple_idct: remove code for DCTELEM != int16Mans Rullgard
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17simple_idct: remove disabled codeDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-27simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2007-12-09Add 4x4 IDCTKostya Shishkov
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-12-03Rename function to reflect its actionKostya Shishkov
2007-02-28enable some 64bit optimized code on 64bit archAurelien Jacobs
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
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-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-15fixing DCTELEM != shortMichael Niedermayer
2002-12-28qpel encodingMichael Niedermayer