]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_motion.c
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
[ffmpeg] / libavcodec / mpegvideo_motion.c
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-01-09 Anton Khirnovmpegvideo: drop support for real (non-emulated) edges
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-10-15 Luca Barbatompegvideo: Move 8x8 in a separate function
2013-10-15 Luca Barbatompegvideo: Move obmc in a separate function
2013-10-15 Luca Barbatompegvideo: K&R formatting cosmetics
2013-10-15 Ronald S. Bultjelavc: Convert some remaining strides to ptrdiff_t
2013-09-04 Martin Storsjömpegvideo: Avoid 32-bit wrapping of linesize multiplica...
2013-04-19 Ronald S. Bultjempegvideo: Use hpeldsp instead of dsputil for half...
2013-04-05 Diego Biurrunh261: Move function declarations to h261.h
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-11-23 Mans Rullgardmpegvideo: simplify dxy calculation in hpel_motion()
2012-10-26 Janne Grunauh263: avoid memcpys over array bound in motion vector...
2012-09-16 Mans Rullgardmpegvideo: drop unnecessary arguments to hpel_motion()
2012-09-16 Mans Rullgardmpegvideo: drop 'inline' from some functions
2012-08-09 Mans Rullgardmpegvideo: reduce excessive inlining of mpeg_motion()
2012-08-09 Mans Rullgardmpegvideo: convert mpegvideo_common.h to a .c file