summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-02-09Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'Michael Niedermayer4-20/+47
2013-02-07dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun4-18/+45
2012-07-10h264idct: 12 and 14 bit supportMichael Niedermayer1-0/+8
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer56-459/+3934
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-365/+753
2011-05-10Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2-248/+279
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson5-25/+29
2011-04-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-359/+745
2011-04-10Move the functions in h264idct into a new file h264idct_internal.h.Oskar Arvidsson2-248/+279
2011-04-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson5-25/+29
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje10-42/+99
2011-01-20Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje10-42/+99
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser10-99/+42
2011-01-14H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser12-65/+227
2011-01-14H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2-60/+46
2010-06-22Improve some uses of ff_cropTbl with constant offsetMåns Rullgård4-43/+47
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-26Fix filenames in Doxygen comments.Diego Biurrun15-15/+15
2008-12-25flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt1-25/+24
2008-12-18H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer5-2/+171
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård30-86/+89
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård18-70/+70
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-02-10h264: special case dc-only idct. ~1% faster overallLoren Merritt6-38/+173
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-06-02decode H.264 with 8x8 transform.Loren Merritt5-63/+693
2004-09-27move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer5-43/+92