summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_motion.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo: Refactor emulated_edge_mc callsLuca Barbato2016-03-05
* mpegvideo: Fix undefined negative shifts in mpeg_motion_internalLuca Barbato2016-03-05
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-08
* mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-31
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* mpegvideo: Move 8x8 in a separate functionLuca Barbato2013-10-15
* mpegvideo: Move obmc in a separate functionLuca Barbato2013-10-15
* mpegvideo: K&R formatting cosmeticsLuca Barbato2013-10-15
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö2013-09-04
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* h261: Move function declarations to h261.hDiego Biurrun2013-04-05
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard2012-11-23
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-26
* mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard2012-09-16
* mpegvideo: drop 'inline' from some functionsMans Rullgard2012-09-16
* mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard2012-08-09
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09