summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAge
* new I/P frame selection heuristicMichael Niedermayer2006-11-02
* CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the...Michael Niedermayer2006-10-28
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-12
* asserts to check if assumed conditions really are trueMichael Niedermayer2006-03-10
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* sc_factor support for encoding.Corey Hickey2006-01-22
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* 10l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt2006-01-09
* dont discard least significant bitsMichael Niedermayer2005-12-25
* hmm did i mess the scaling of these up at some point?Michael Niedermayer2005-12-24
* 10l (segfault fix)Michael Niedermayer2005-12-23
* bidir refine supportMichael Niedermayer2005-12-23
* minor typoMichael Niedermayer2005-12-23
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* fix assertion failure for mpeg2 encodingMichael Niedermayer2005-08-01
* motion vector limit for mpeg2Michael Niedermayer2005-07-27
* spelling fixesDiego Biurrun2005-06-17
* fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer2005-05-05
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-26
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* overflow fixMichael Niedermayer2004-11-16
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* fix constrained parameters flagMichael Niedermayer2004-10-18
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-26
* 4x4 SSE compare functionMichael Niedermayer2004-08-22
* chroma me fixMichael Niedermayer2004-06-11
* clip input motion vectorsMichael Niedermayer2004-06-10
* nsse weightMichael Niedermayer2004-06-07
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-07
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-03
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-11
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-11
* dont missuse assert()Michael Niedermayer2004-04-30
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-25
* sanity checksMichael Niedermayer2004-04-24
* minor motion estimation cleanupMichael Niedermayer2004-04-24
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-23
* motion estimation cleanupMichael Niedermayer2004-04-22
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* warning patrolFalk Hüffner2004-03-24
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* 4mv + b frame encoding segfault fixMichael Niedermayer2004-01-28
* dont calculate stuff if its not used ...Michael Niedermayer2004-01-14
* fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmpMichael Niedermayer2004-01-14