summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-121-1/+1
* asserts to check if assumed conditions really are trueMichael Niedermayer2006-03-101-0/+2
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-1/+1
* sc_factor support for encoding.Corey Hickey2006-01-221-5/+5
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* 10l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt2006-01-091-1/+14
* dont discard least significant bitsMichael Niedermayer2005-12-251-34/+34
* hmm did i mess the scaling of these up at some point?Michael Niedermayer2005-12-241-5/+5
* 10l (segfault fix)Michael Niedermayer2005-12-231-12/+11
* bidir refine supportMichael Niedermayer2005-12-231-3/+63
* minor typoMichael Niedermayer2005-12-231-3/+4
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-116/+116
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-125/+125
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-261-2/+2
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-2/+1
* fix assertion failure for mpeg2 encodingMichael Niedermayer2005-08-011-3/+1
* motion vector limit for mpeg2Michael Niedermayer2005-07-271-5/+10
* spelling fixesDiego Biurrun2005-06-171-1/+1
* fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer2005-05-051-1/+1
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-261-3/+3
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-3/+2
* overflow fixMichael Niedermayer2004-11-161-3/+3
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-0/+10
* fix constrained parameters flagMichael Niedermayer2004-10-181-3/+11
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-261-10/+12
* 4x4 SSE compare functionMichael Niedermayer2004-08-221-30/+11
* chroma me fixMichael Niedermayer2004-06-111-3/+21
* clip input motion vectorsMichael Niedermayer2004-06-101-3/+23
* nsse weightMichael Niedermayer2004-06-071-1/+1
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-071-0/+1
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-031-7/+6
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-111-65/+67
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-111-157/+161
* dont missuse assert()Michael Niedermayer2004-04-301-2/+8
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-251-31/+80
* sanity checksMichael Niedermayer2004-04-241-0/+3
* minor motion estimation cleanupMichael Niedermayer2004-04-241-52/+52
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-231-0/+157
* motion estimation cleanupMichael Niedermayer2004-04-221-431/+322
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-6/+6
* warning patrolFalk Hüffner2004-03-241-4/+0
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-11/+10
* 4mv + b frame encoding segfault fixMichael Niedermayer2004-01-281-4/+4
* dont calculate stuff if its not used ...Michael Niedermayer2004-01-141-2/+4
* fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmpMichael Niedermayer2004-01-141-2/+2
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-1/+1
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-47/+8
* interlaced motion estimationMichael Niedermayer2003-12-301-317/+502
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-091-26/+26
OpenPOWER on IntegriCloud