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
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2003-01-08suppressed redundant math.h - suppressed M_PI redefinitionFabrice Bellard
2003-01-01warnings patch by (bubu <bubu at bubu dot net>)bubu
2002-12-18mb qp limitsMichael Niedermayer
2002-12-17more debug outputMichael Niedermayer
2002-12-06fixing 2pass assert failureMichael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-10reversing header gameMichael Niedermayer
2002-10-14removed warningsFabrice Bellard
2002-09-30renaming variableMichael Niedermayer
2002-09-24darkness masking (lumi masking does only bright stuff now)Michael Niedermayer
2002-09-23adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer
2002-09-18better min/max rate handlingMichael Niedermayer
2002-09-18fixingMichael Niedermayer
2002-08-30undefined M_PI / M_E fixMichael Niedermayer
2002-08-28warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski
2002-08-26forgot the const bits in 2pass curve matching (patch (with rounding removed) ...Michael Niedermayer
2002-08-26fixing qmin==qmax && qsquish==1Michael Niedermayer
2002-08-26new ratecontrol codeMichael Niedermayer
2002-06-0210l found&patch by D Richard Felker III <dalias at aerifal.cx>D Richard Felker III
2002-06-02b_quant_offset (unfinished, should be 0 for now)Michael Niedermayer
2002-05-26consistent include usageFabrice Bellard
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
2002-05-17qmin==1 bugfixMichael Niedermayer
2002-04-22fixed ratecontrol & b-framesMichael Niedermayer