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
2013-03-13Move x86 half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13Merge commit 'de27d2b92fa97deb2856d18e9f5f19586ce45a0f'Michael Niedermayer
2013-03-12dsputil: make selectable.Ronald S. Bultje
2013-03-09x86/qpel: move fullpel and l2 functions to separate file.Ronald S. Bultje
2013-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-18x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang
2013-02-07Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06h264chroma: x86: Fix building with yasm disabledMartin Storsjö
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-27Merge commit '71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46'Michael Niedermayer
2013-01-27dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang
2013-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23Merge commit '2e4bb99f4df7052b3e147ee898fcb4013a34d904'Michael Niedermayer
2013-01-23vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje
2013-01-20Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'Michael Niedermayer
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-15x86/Makefile: move dirac_dwt to right typeMichael Niedermayer
2013-01-15lavc: split snow and dirac DWTsMichael Niedermayer
2013-01-06Drop Snow codecDiego Biurrun
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-11build: fix prores decoder dependencies.Clément Bœsch
2012-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-25x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
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-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-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-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-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16x86: avcodec: Consistently name all init filesDiego Biurrun
2012-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun
2012-08-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer