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
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-10-11adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-01-29SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer
2004-01-03denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)Denes Balatoni
2004-01-03denoise_dct_mmx()Michael Niedermayer
2003-12-14split intra / inter dequantizationMichael Niedermayer
2003-12-07h263 slice structured modeMichael Niedermayer
2003-11-03noise reduction of dct coefficientsMichael Niedermayer
2003-10-23minor mmx2 optimization if the dctMichael Niedermayer
2003-05-14fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-01warnings patch by (bubu <bubu at bubu dot net>)bubu
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-10-25idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-20fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi
2002-08-30slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer
2002-08-28warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski
2002-05-26license/copyright changeFabrice Bellard
2002-05-02- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo
2002-04-27fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer
2002-04-17mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer
2002-04-07mpeg4 mpeg quantizer supportMichael Niedermayer
2002-02-27- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo
2002-02-22- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo
2002-02-19- Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo
2002-02-18- H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo
2002-01-27(commit by michael)Michael Niedermayer
2002-01-15(commit by michael)Michael Niedermayer
2002-01-13(commit by michael)Michael Niedermayer
2001-11-11Let loops will be alignedNick Kurshev
2001-11-03dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi
2001-07-31renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ...Fabrice Bellard