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
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21dct32: Add AVX implementation of 32-point DCTVitor Sessak
2011-05-21dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak
2011-05-21dct32: port SSE 32-point DCT to YASMVitor Sessak
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-20Add support for a.out object format to assembler macros.Dave Yeo
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-1910l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles
2011-05-19Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-17Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-16h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen
2011-05-15Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-1110-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser
2011-05-11Update x86 H.264 deblock asmJason Garrett-Glaser
2011-05-10h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Remove disabled non-optimized code variants.Diego Biurrun
2011-04-27Fix add_paeth_prediction_mmx for rgb48Michael Niedermayer
2011-04-27merge read and and in add_paeth_predictionMichael Niedermayer
2011-04-27Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-26Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak
2011-04-12Fix compilation with --disable-yasm.Carl Eugen Hoyos
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-27Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles
2011-03-16mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles
2011-03-15mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles
2011-03-15mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles