aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/h264dsp.c
AgeCommit message (Expand)Author
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-10h264dsp: 12 and 14 bit supportMichael Niedermayer
2012-07-03h264dsp: assert that depth is supportedMichael Niedermayer
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-05-10h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje
2011-04-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-10Move the functions in h264dsp.c into a new file h264dsp_internal.hOskar Arvidsson
2011-04-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-20Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-14H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-17Fix compilation on PPC 470.Carl Eugen Hoyos
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2007-07-28Rename h264dsp.c to h264dspenc.cPanagiotis Issaris
2006-12-11Adding H.264 DCT.Panagiotis Issaris