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
2013-09-04avcodec: add emuedge_linesize_typeMichael Niedermayer
2013-04-19avcodec/mpegvideo_motion: Use a field from the current frame if the last is u...Michael Niedermayer
2013-04-18avcodec/mpegvideo_motion: Check P field referencesMichael Niedermayer
2013-04-05Merge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780'Michael Niedermayer
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-03-29gmc: Always use edge emuMichael Niedermayer
2013-03-13mpegvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-11-23Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'Michael Niedermayer
2012-11-23mpegvideo: simplify dxy calculation in hpel_motion()Mans Rullgard
2012-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-26h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau
2012-09-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-16mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard
2012-09-16mpegvideo: drop 'inline' from some functionsMans Rullgard
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard