| Commit message (Expand) | Author | Age | Files | Lines |
* | 1000l Fix snow regression test that i broke in r15135. | Michael Niedermayer | 2008-09-01 | 1 | -1/+2 |
* | Warn the user about me_method values that are not supported. | Michael Niedermayer | 2008-08-31 | 1 | -0/+4 |
* | Remove ancient code that hasnt worked in many years. | Michael Niedermayer | 2008-07-09 | 1 | -257/+0 |
* | Fix return type of ff_init_me(). | Michael Niedermayer | 2008-05-28 | 1 | -1/+3 |
* | Check dia size a little more. Fixes CID80. | Michael Niedermayer | 2008-05-27 | 1 | -0/+6 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -2/+2 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -2/+1 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+4 |
* | doxy comment tweaks | Loren Merritt | 2007-03-31 | 1 | -2/+2 |
* | Add doxy comments, based on Loren's explanations posted here: | Guillaume Poirier | 2007-03-31 | 1 | -0/+3 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -6/+6 |
* | test DIRECT{0,0} too if flag mv0 is used | Michael Niedermayer | 2006-12-22 | 1 | -0/+2 |
* | simplify | Michael Niedermayer | 2006-12-21 | 1 | -2/+2 |
* | i think this if() is useless lets abuse our users to test this ;) | Michael Niedermayer | 2006-12-21 | 1 | -0/+1 |
* | skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s... | Michael Niedermayer | 2006-12-21 | 1 | -0/+12 |
* | 10l | Michael Niedermayer | 2006-12-17 | 1 | -1/+1 |
* | warn user if the selected diamond size is larger then the motion estimation s... | Michael Niedermayer | 2006-12-17 | 1 | -0/+6 |
* | limit x/ymin/max to me_range | Michael Niedermayer | 2006-12-17 | 1 | -0/+7 |
* | Doxygen comments about variables described by Michael here: | Guillaume Poirier | 2006-12-12 | 1 | -1/+3 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | spelling cosmetics: cliped --> clipped | Diego Biurrun | 2006-12-02 | 1 | -1/+1 |
* | new I/P frame selection heuristic | Michael Niedermayer | 2006-11-02 | 1 | -17/+13 |
* | CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the... | Michael Niedermayer | 2006-10-28 | 1 | -1/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -8/+8 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix CHECK_BIDIR macro so it works with Intel's Compiler | Marco Manfredini | 2006-08-12 | 1 | -1/+1 |
* | asserts to check if assumed conditions really are true | Michael Niedermayer | 2006-03-10 | 1 | -0/+2 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -1/+1 |
* | sc_factor support for encoding. | Corey Hickey | 2006-01-22 | 1 | -5/+5 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | 10l: bidir_refine didn't save the new mvs. also improve speed. | Loren Merritt | 2006-01-09 | 1 | -1/+14 |
* | dont discard least significant bits | Michael Niedermayer | 2005-12-25 | 1 | -34/+34 |
* | hmm did i mess the scaling of these up at some point? | Michael Niedermayer | 2005-12-24 | 1 | -5/+5 |
* | 10l (segfault fix) | Michael Niedermayer | 2005-12-23 | 1 | -12/+11 |
* | bidir refine support | Michael Niedermayer | 2005-12-23 | 1 | -3/+63 |
* | minor typo | Michael Niedermayer | 2005-12-23 | 1 | -3/+4 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -116/+116 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -125/+125 |
* | Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u... | Michael Niedermayer | 2005-08-26 | 1 | -2/+2 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -2/+1 |
* | fix assertion failure for mpeg2 encoding | Michael Niedermayer | 2005-08-01 | 1 | -3/+1 |
* | motion vector limit for mpeg2 | Michael Niedermayer | 2005-07-27 | 1 | -5/+10 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 1 | -1/+1 |
* | fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi' | Michael Niedermayer | 2005-05-05 | 1 | -1/+1 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -1/+1 |
* | check mb/me_threshold range, fixes assertion failure | Michael Niedermayer | 2005-03-26 | 1 | -3/+3 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -3/+2 |
* | overflow fix | Michael Niedermayer | 2004-11-16 | 1 | -3/+3 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -0/+10 |