summaryrefslogtreecommitdiff
path: root/libavcodec/h264dsp.c
Commit message (Collapse)AuthorAge
...
* Fix compilation on PPC 470.Carl Eugen Hoyos2010-03-17
| | | | Originally committed as revision 22584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
| | | | | | | | | | | This moves the H264-specific functions from DSPContext to the new H264DSPContext. The code is made conditional on CONFIG_H264DSP which is set by the codecs requiring it. The qpel and chroma MC functions are not moved as these are used by non-h264 code. Originally committed as revision 22565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-28
| | | | Originally committed as revision 9819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding H.264 DCT.Panagiotis Issaris2006-12-11
Originally committed as revision 7282 to svn://svn.ffmpeg.org/ffmpeg/trunk