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
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-09-12diracdsp: Fix unprotected inline asmDerek Buitenhuis
2012-09-11x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun
2012-09-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-10x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun
2012-09-09x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_bl...Michael Niedermayer
2012-09-09x86/h264dsp_init: put a HAVE_YASM backMichael Niedermayer
2012-09-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-08x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes
2012-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun
2012-09-07x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun
2012-09-07cavsdsp: set idct permutation independently of dsputilMans Rullgard
2012-09-07x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard
2012-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-06x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun
2012-09-05x86: vp56: cmov version of vp56_rac_get_prob requires inline asmHendrik Leppkes
2012-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-04x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun
2012-09-01Fix compilation with yasm-0.6.2.Carl Eugen Hoyos
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer
2012-08-29x86: Always compile files with functions that are called unconditionallyDiego Biurrun
2012-08-29x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun
2012-08-29x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun
2012-08-28x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun
2012-08-28x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun
2012-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun
2012-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-26x86: fft: remove unused fft_dispatch* functionsMans Rullgard
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
2012-08-24x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun
2012-08-24dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun
2012-08-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-22build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-08-16vc1dsp_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16simple_idct_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16x86/motion_est_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16x86/mlpdsp: remove libavutil/internal.h includeMichael Niedermayer