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-01-28win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have...Fabrice Bellard
2003-01-27Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau
2003-01-15fixing DCTELEM != shortMichael Niedermayer
2003-01-15more compare functions (rd & bit)Michael Niedermayer
2003-01-11altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau
2003-01-09qpel fixMichael Niedermayer
2003-01-07fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard
2003-01-05qpel in mmx2/3dnowMichael Niedermayer
2002-12-28qpel encodingMichael Niedermayer
2002-11-26altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n...Brian Foley
2002-11-22* altivec and pix_norm patch by Brian FoleyBrian Foley
2002-11-14huffyuvMichael 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-11-05lrintf detection (based upon a patch by François Revol <revol at free dot fr>)Michael Niedermayer
2002-10-30NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>Alex Beregszaszi
2002-10-30added lrintf for non ISOC libcs (fixme: find a better test)Fabrice Bellard
2002-10-30avoid name clashFabrice Bellard
2002-10-28new generic FFT/MDCT code for audio codecsFabrice Bellard
2002-10-23optimize block_permute()Michael Niedermayer
2002-10-16complete mpeg4 GMC decoding supportMichael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-23ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg
2002-09-20fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi
2002-09-14alignment infoMichael Niedermayer
2002-09-11put/avg_pixels16Michael Niedermayer
2002-09-02altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d...Brian Foley
2002-08-30patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro
2002-08-30slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer
2002-08-28first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps...Brian Foley
2002-08-26new ratecontrol codeMichael Niedermayer
2002-06-11move unaligned access macros to dsputil.h - added unaligned 32 bit storeFabrice Bellard
2002-06-05added ff_idct_put/addFabrice Bellard
2002-06-04avoid name clash with libjpeg - added missing externsFabrice Bellard
2002-05-26license/copyright changeFabrice Bellard
2002-05-20removed unused stuff - added dsputil_set_bit_exact() support for easier testingFabrice Bellard
2002-04-17fixed mpeg4 time stuff on encodingMichael Niedermayer
2002-03-28sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer
2002-03-284MV motion estimation (not finished yet)Michael Niedermayer
2002-03-09divx5-gmc supportMichael Niedermayer
2002-02-27- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo
2002-01-20Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev
2002-01-10fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <m...Michael Niedermayer
2001-12-09new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi
2001-09-17mlib mergeFabrice Bellard
2001-08-14arm optimizationsFabrice Bellard
2001-08-11export for imgconvert usageFabrice Bellard
2001-08-08added block permutation functionsFabrice Bellard
2001-08-03MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi
2001-07-25added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard