summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct.h
Commit message (Expand)AuthorAge
* avcodec/proresdec : add 12b prores idctMartin Vignali2018-12-02
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-02
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-02
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-21
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* | Merge commit '5dcc201505f71b1e73e9eef12ce89d4eed252ad0'Michael Niedermayer2014-07-19
|\|
| * simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
* | avcodec/dsputil: add 12bit simple idctMichael Niedermayer2013-09-06
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\|
| * simple_idct: add 10-bit versionMans Rullgard2011-07-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add 4x4 IDCTKostya Shishkov2007-12-09
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* fixing DCTELEM != shortMichael Niedermayer2003-01-15
* qpel encodingMichael Niedermayer2002-12-27
* first version of IDCT248 for DV decoding supportFabrice Bellard2002-10-03
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* dct-test updateMichael Niedermayer2002-09-01
* added inlined put/add functionsFabrice Bellard2002-06-05
* license/copyright changeFabrice Bellard2002-05-25
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09