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
2022-09-30avcodec/jrevdct: Fix UB left shifts of negative numbersAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2018-11-27lavc/jrevdct: Avoid an aliasing violation.Carl Eugen Hoyos
2017-04-06jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-03-05idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi
2014-09-03Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer
2014-09-03idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun
2014-05-20avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts.Katerina Barone-Adesi
2013-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-04-23lowres2 support.Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-02-16libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö
2011-11-08Remove redundant filename self-references inside files.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-17Remove unused assignment from j_rev_dct() found by CSA.Michael Niedermayer
2009-04-17Remvoe useless assignment found by CSA.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2006-09-03Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-09-26porting optimizations from 4x4 dct to 8x8Michael Niedermayer
2004-09-26optimizing 4x4 idctMichael Niedermayer
2004-09-261/8 resolution decodingMichael Niedermayer
2004-09-261/4 resolution decodingMichael Niedermayer
2004-09-261/2 resolution decodingMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
2001-08-08permuted coefs in normal IDCT to avoid having different cases thereFabrice Bellard
2001-07-22Initial revisionFabrice Bellard