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
2008-08-14simd int->floatLoren Merritt
2008-08-14simd downmixLoren Merritt
2008-07-16float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt
2008-07-13exploit mdct symmetryLoren Merritt
2008-07-13simplify vorbis windowingLoren Merritt
2008-07-08Fix x86-64Michael Niedermayer
2008-07-06Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov
2008-04-29Typo: distoration -> distortion.Ramiro Polla
2008-04-16Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-03-05move ff_emulated_edge_mc() to dsputilAurelien Jacobs
2008-03-04move ff_init_scantable() into dsputilAurelien Jacobs
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-26floating point AAN IDCTMichael Niedermayer
2008-02-22cleaner way of writing packed-byte constants.Loren Merritt
2008-02-21indentLoren Merritt
2008-02-21pseudo-simd add_bytes and diff_bytesLoren Merritt
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-01const src for bswapMichael Niedermayer
2008-02-01constsMichael Niedermayer
2007-12-21Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun
2007-12-21More consistent { placement.Michael Niedermayer
2007-12-21indentMichael Niedermayer
2007-12-21~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer
2007-12-2130% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-11-10remove useless #ifdefMichael Niedermayer
2007-11-10intrax8 decoder patch by "someone"Michael Niedermayer
2007-09-30sse2 version of compute_autocorr().Loren Merritt
2007-09-24VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-07-28Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris
2007-07-24help some gcc version to optimize out those functionsAurelien Jacobs
2007-07-12revert commit 9603Ivan Kalvachev
2007-07-12Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev
2007-07-11cosmetics: indentationAurelien Jacobs
2007-07-11Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs
2007-07-09fix warningMåns Rullgård
2007-07-09make arguments to ssd_int8_vs_int16() constMåns Rullgård
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-16kill some "defined but not used" warningsMåns Rullgård
2007-06-16kill a warning on 64-bit machinesMåns Rullgård
2007-06-15use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs
2007-06-15Correct signature of just_return().Panagiotis Issaris
2007-06-14Simplify init preprocessor statements.Albert Lee
2007-06-12misc typo fixesDiego Biurrun
2007-05-23ReindentPanagiotis Issaris
2007-05-23Make the compilation of h264idct.c optional.Panagiotis Issaris
2007-05-14Make vp3dsp*.c compilation optional.Panagiotis Issaris