Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-16mpegvideo: Move 8x8 in a separate functionLuca Barbato
2013-10-16mpegvideo: Move obmc in a separate functionLuca Barbato
2013-10-16mpegvideo: K&R formatting cosmeticsLuca Barbato
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-09-04mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-11-23mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard
2012-10-26h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau
2012-09-16mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard
2012-09-16mpegvideo: drop 'inline' from some functionsMans Rullgard
2012-08-09mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard