summaryrefslogtreecommitdiffstats
path: root/libavcodec/jrevdct.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/jrevdct: Avoid an aliasing violation.Carl Eugen Hoyos2018-11-271-8/+9
* jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje2017-04-061-2/+2
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-2/+2
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+2
| * idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-051-18/+18
* | Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer2014-09-031-0/+14
|\ \ | |/
| * idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-021-0/+14
* | avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts.Katerina Barone-Adesi2014-05-201-18/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-091-1/+1
|\ \ | |/
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-1/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-25/+25
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-19/+19
* | lowres2 support.Michael Niedermayer2012-04-221-0/+213
|/
* Remove lowres video decodingMans Rullgard2012-04-211-213/+0
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-151-4/+4
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-081-2/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove unused assignment from j_rev_dct() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Remvoe useless assignment found by CSA.Michael Niedermayer2009-04-171-1/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-031-2/+35
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-712/+712
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-78/+78
* porting optimizations from 4x4 dct to 8x8Michael Niedermayer2004-09-261-260/+0
* optimizing 4x4 idctMichael Niedermayer2004-09-261-270/+8
* 1/8 resolution decodingMichael Niedermayer2004-09-261-0/+4
* 1/4 resolution decodingMichael Niedermayer2004-09-261-2/+14
* 1/2 resolution decodingMichael Niedermayer2004-09-251-0/+456
* per file doxyMichael Niedermayer2003-03-061-0/+6
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-10/+10
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-271-1/+2
* permuted coefs in normal IDCT to avoid having different cases thereFabrice Bellard2001-08-071-7/+9
* Initial revisionFabrice Bellard2001-07-221-0/+1167
OpenPOWER on IntegriCloud