summaryrefslogtreecommitdiff
path: root/libavcodec/h264idct.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'Michael Niedermayer2013-02-091-0/+2
|\
| * dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun2013-02-071-0/+2
* | h264idct: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-3/+3
|\ \ | |/
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+10
| * Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2011-05-101-248/+1
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-101-0/+22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-22/+0
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-0/+10
* | Move the functions in h264idct into a new file h264idct_internal.h.Oskar Arvidsson2011-04-101-248/+1
* | Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-04-101-0/+22
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-22/+0
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-0/+22
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-0/+35
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-141-36/+36
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-221-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
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt2008-12-251-25/+24
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-181-0/+52
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-101-0/+25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* decode H.264 with 8x8 transform.Loren Merritt2005-06-021-0/+71
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-271-0/+70