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-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-08dsputil: Move get_penalty_factor() to the only place it is used.Diego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-29mpegvideo: remove some unused variables from Picture.Anton Khirnov
2013-01-06Drop Snow codecDiego Biurrun
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-20motion_est: fix use of inline on extern functionsMans Rullgard
2012-08-09motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard
2012-08-09motion_est: remove unused macrosMans Rullgard
2012-08-09motion_est: remove useless no_motion_search() functionMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-10-08motion_est: fix some signed overflowsMans Rullgard
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Replace more disabled printf() calls by av_dlog().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-07motion_est: fix implicit truncation warningsReimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02Optimize bidir_refine a bit.Michael Niedermayer
2010-04-02Change bidir refine hash code so we only need to perform a singleMichael Niedermayer
2010-04-02Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer
2010-04-02Move comment that belonged to cmp() back to cmp().Michael Niedermayer
2010-04-02slice dice, inline and outline cmp()Michael Niedermayer
2010-03-23Change ref_index structure so it matches how its organized in h264.Michael Niedermayer
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-12-02Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer
2008-09-011000l Fix snow regression test that i broke in r15135.Michael Niedermayer
2008-09-01Warn the user about me_method values that are not supported.Michael Niedermayer
2008-07-09Remove ancient code that hasnt worked in many years.Michael Niedermayer
2008-05-28Fix return type of ff_init_me().Michael Niedermayer
2008-05-28Check dia size a little more. Fixes CID80.Michael Niedermayer
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun