summaryrefslogtreecommitdiff
path: root/libavcodec/jrevdct.c
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* lavc/jrevdct: Avoid an aliasing violation.Carl Eugen Hoyos2018-11-27
* jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje2017-04-06
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-21
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
| * idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-05
* | Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer2014-09-03
|\|
| * idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-02
* | avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts.Katerina Barone-Adesi2014-05-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-09
|\|
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | lowres2 support.Michael Niedermayer2012-04-22
|/
* Remove lowres video decodingMans Rullgard2012-04-21
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-15
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-08
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove unused assignment from j_rev_dct() found by CSA.Michael Niedermayer2009-04-17
* Remvoe useless assignment found by CSA.Michael Niedermayer2009-04-17
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-03
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* porting optimizations from 4x4 dct to 8x8Michael Niedermayer2004-09-26
* optimizing 4x4 idctMichael Niedermayer2004-09-26
* 1/8 resolution decodingMichael Niedermayer2004-09-26
* 1/4 resolution decodingMichael Niedermayer2004-09-26
* 1/2 resolution decodingMichael Niedermayer2004-09-25
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* permuted coefs in normal IDCT to avoid having different cases thereFabrice Bellard2001-08-07
* Initial revisionFabrice Bellard2001-07-22