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-02-08mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by meMichael Niedermayer
2003-01-22cleanupMichael Niedermayer
2003-01-20trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer
2003-01-19finetuneing thresholds/factorsMichael Niedermayer
2003-01-15fixing DCTELEM != shortMichael Niedermayer
2003-01-15more compare functions (rd & bit)Michael Niedermayer
2003-01-12/* align 16 */Michael Niedermayer
2003-01-12get_format()Michael Niedermayer
2003-01-05negative linesize support (so mplayer -flip works)Michael Niedermayer
2003-01-05qpel in mmx2/3dnowMichael Niedermayer
2003-01-04mpeg4 header encoding bugfixMichael Niedermayer
2003-01-02pre motion estimation cleanup/bugfixMichael Niedermayer
2003-01-02motion estimation pre passMichael Niedermayer
2003-01-01shape adaptive diamonds for EPZSMichael Niedermayer
2003-01-01trellis quantization for mpeg1Michael Niedermayer
2002-12-31trellis quantizationMichael Niedermayer
2002-12-30correcter mpeg4 headersMichael Niedermayer
2002-12-28qpel encodingMichael Niedermayer
2002-12-17more debug outputMichael Niedermayer
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-09cleanup / messup?Michael Niedermayer
2002-12-06fixing 2pass assert failureMichael Niedermayer
2002-12-05new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-19* fixed prototypeZdenek Kabelac
2002-11-19* compilation fix (ARM users please check)Zdenek Kabelac
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-08cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer
2002-11-02Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer
2002-10-30exporting the internal qscale table, this allso fixes the orderingMichael Niedermayer
2002-10-27handle direct rendering buffer allocation failureMichael Niedermayer
2002-10-25idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer
2002-10-23optimize block_permute()Michael Niedermayer
2002-10-22xvid qpel bug autodetectMichael Niedermayer
2002-10-16complete mpeg4 GMC decoding supportMichael Niedermayer
2002-10-14better padding bug detectionMichael Niedermayer
2002-10-14mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad...Michael Niedermayer
2002-10-13better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer
2002-10-05moved dct init out from mpv_common_init to dct_common_init (for less-uglier w...Alex Beregszaszi
2002-10-04ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg
2002-09-30renaming variableMichael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-24adaptive quantization for h263Michael Niedermayer
2002-09-23adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer
2002-09-1810l (forgot to commit)Michael Niedermayer
2002-09-15dont store version for bit-exact testsMichael Niedermayer
2002-09-13interlaced mpeg4 b frame decodingMichael Niedermayer
2002-09-12statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer
2002-09-11reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer