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
2004-05-08rate distorted intra only encodingMichael Niedermayer
2004-05-07first pass at a Sorenson Video 1 (SVQ1) encoderMike Melanson
2004-03-16init cleanupMichael Niedermayer
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2004-01-02off-by-1 error in the never-before-tested embedded string codeMike Melanson
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-07-25get_bits -> skip_bitsAlex Beregszaszi
2003-07-17AVCodec.flush()Michael Niedermayer
2003-05-26rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg'sMike Melanson
2003-05-24Warning and compatibility fixes.Falk Hüffner
2003-03-16field pic decoding cleanupMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-04cliping MVs, i dunno if its correct but it looks better then without itMichael Niedermayer
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-09workaround dropable p frame after first frame bugMichael Niedermayer
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-09cleanup / messup?Michael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-12* fixing some minor const warningsZdenek Kabelac
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-10-27handle direct rendering buffer allocation failureMichael Niedermayer
2002-09-11put/avg_pixels16Michael Niedermayer
2002-07-23moved codebooks to svq1_cb.hAlex Beregszaszi
2002-07-16hurry up supportMichael Niedermayer
2002-07-16grayscale only decodingMichael Niedermayer
2002-07-16direct rendering for SVQ1Michael Niedermayer
2002-07-151001LNick Kurshev
2002-07-14faster get_bit_cacheMichael Niedermayer
2002-07-1110LNick Kurshev
2002-07-11Add Arpi to list of porters.Nick Kurshev
2002-07-11Change licence to LGPL since there are no objections from side of original au...Nick Kurshev
2002-07-10Applied patch of Felix BuenemannNick Kurshev
2002-07-10* prefixication (due Kabi's request)Nick Kurshev
2002-07-09new codec: Sorenson v1Nick Kurshev