summaryrefslogtreecommitdiff
path: root/libavcodec/h264idct.c
Commit message (Expand)AuthorAge
* dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun2013-02-07
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2011-05-10
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-14
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt2008-12-25
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-18
* license header consistency cosmeticsDiego Biurrun2007-07-05
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-27