Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-01-22sc_factor support for encoding.Corey Hickey
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-0910l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt
2005-12-25dont discard least significant bitsMichael Niedermayer
2005-12-25hmm did i mess the scaling of these up at some point?Michael Niedermayer
2005-12-2310l (segfault fix)Michael Niedermayer
2005-12-23bidir refine supportMichael Niedermayer
2005-12-23minor typoMichael Niedermayer
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-08-02fix assertion failure for mpeg2 encodingMichael Niedermayer
2005-07-27motion vector limit for mpeg2Michael Niedermayer
2005-06-17spelling fixesDiego Biurrun
2005-05-05fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-03-26check mb/me_threshold range, fixes assertion failureMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-11-16overflow fixMichael Niedermayer
2004-10-28H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer
2004-10-19fix constrained parameters flagMichael Niedermayer
2004-08-27quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer
2004-08-224x4 SSE compare functionMichael Niedermayer
2004-06-12chroma me fixMichael Niedermayer
2004-06-11clip input motion vectorsMichael Niedermayer
2004-06-07nsse weightMichael Niedermayer
2004-06-07noise preserving sum of squares comparission functionMichael Niedermayer
2004-06-03change qscale -> lambda for the motion estimationMichael Niedermayer
2004-05-11moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer
2004-05-11reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer
2004-04-30dont missuse assert()Michael Niedermayer
2004-04-25support reusing mb types and field select values of the source file, but use ...Michael Niedermayer
2004-04-24sanity checksMichael Niedermayer
2004-04-24minor motion estimation cleanupMichael Niedermayer
2004-04-23reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer
2004-04-22motion estimation cleanupMichael Niedermayer
2004-04-16unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer
2004-03-25warning patrolFalk Hüffner
2004-02-13multithreaded/SMP motion estimationMichael Niedermayer
2004-01-284mv + b frame encoding segfault fixMichael Niedermayer
2004-01-14dont calculate stuff if its not used ...Michael Niedermayer
2004-01-14fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmpMichael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2004-01-06interlaced dct decision cleanupMichael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-09move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler
2003-11-29cleanupMichael Niedermayer
2003-11-29h263 OBMC & 4MV supportMichael Niedermayer