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
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-17Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis
2016-03-23Move const qualifier before type nameDiego Biurrun
2016-03-17avcodec/motion_est_template: Fix map cache use in qpel_motion_search()Michael Niedermayer
2015-10-29avcodec/motion_est_template: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-09-29Merge commit '4885bde3187a2bb0cae85b67796e07db233bf77f'Hendrik Leppkes
2015-09-29motion_est_template: Fix undefined left shift of negative numberGanesh Ajjanagadde
2015-09-20avcodec/motion_est_template: fix undefined left shift of negative numberGanesh Ajjanagadde
2015-07-10avcodec/motion_est_template: Fix undefined behavior in small_diamond_search()Michael Niedermayer
2015-07-02avcodec/motion_est_template: Fix undefined shifts in CHECK_MV()Michael Niedermayer
2015-07-01avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR()Michael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-05-01Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d'Michael Niedermayer
2014-05-01lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2012-12-29motion_est_template: fix warning: "ASSERT_LEVEL" is not definedMichael Niedermayer
2012-12-29hpel_motion_search: move code used for asserts under correct #ifMichael Niedermayer
2012-12-05motion_est: use av_log() in debug codeMichael Niedermayer
2012-11-04sab_diamond_search: add assert to double check the minima_countMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-20motion_est: fix use of inline on extern functionsMans Rullgard
2012-08-04motion_est_template: switch to av_assertMichael Niedermayer
2012-06-15new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-27Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-08Restore array sizes in doxygen parameter names.Diego Biurrun
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02slice dice, inline and outline cmp()Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun