summaryrefslogtreecommitdiff
path: root/libavcodec/videodsp.h
Commit message (Collapse)AuthorAge
* Move ff_emulated_edge_mc prototypes to videodsp.Ronald S. Bultje2013-02-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* videodsp: Fix project nameMichael Niedermayer2012-12-22
| | | | | | These are all part of splited out dsp utils from FFmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>