summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_motion.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-15/+15
* mpegvideo: Move 8x8 in a separate functionLuca Barbato2013-10-151-65/+79
* mpegvideo: Move obmc in a separate functionLuca Barbato2013-10-151-76/+88
* mpegvideo: K&R formatting cosmeticsLuca Barbato2013-10-151-449/+516
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-4/+6
* mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö2013-09-041-1/+2
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-4/+4
* h261: Move function declarations to h261.hDiego Biurrun2013-04-051-0/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+2
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-15/+15
* mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard2012-11-231-6/+5
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-261-13/+21
* mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard2012-09-161-24/+15
* mpegvideo: drop 'inline' from some functionsMans Rullgard2012-09-161-11/+12
* mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard2012-08-091-25/+42
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-091-0/+875
OpenPOWER on IntegriCloud