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