Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-08-24stricter constraints of asm() blocksAlexis Ballier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2007-12-02spellingVitor Sessak
2007-11-28make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-05-12sse2 & ssse3 versions of dct_quantize.Loren Merritt
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-13zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-12Support for MacIntel, last part: balign directivesJohn Dalgliesh
2006-07-03Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni
2006-04-28missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
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