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-06-02use Kostyas full name in copyrightsMichael Niedermayer
2013-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-30Merge commit 'efb7968cfe8b285ab4f27b363719b7c92d19ec74'Michael Niedermayer
2013-05-30Merge commit '36a7df8cf1115aa37a1b0d42324ecde5ab6c2304'Michael Niedermayer
2013-05-30Merge commit '186599ffe0a94d587434e5e46e190e038357ed99'Michael Niedermayer
2013-05-30Merge commit '9b9b2e9f3036abfd42916bcf734af14b4cb686aa'Michael Niedermayer
2013-05-30arm: Include hpeldsp_neon.o if h264qpel is enabledMartin Storsjö
2013-05-30arm: Don't unconditionally build dsputil filesMartin Storsjö
2013-05-30arm: Only build the FFT init files if FFT is enabledMartin Storsjö
2013-05-30build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun
2013-05-30build: arm: cosmetics: Place all OBJS declarations in alphabetical orderDiego Biurrun
2013-05-18fmtconvert: int32_t input to int32_to_float_fmul_scalarChristophe Gisquet
2013-05-01Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer
2013-04-30arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-20Merge commit '7384b7a71338d960e421d6dc3d77da09b0a442cb'Michael Niedermayer
2013-04-20arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-15Fix compilation on ARM with android gcc 4.7Reimar Döffinger
2013-04-11Merge commit '62844c3fd66940c7747e9b2bb7804e265319f43f'Michael Niedermayer
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-03-13Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer
2013-03-13Move arm half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-26Fix a number of incorrect intmath.h #includes.Diego Biurrun
2013-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-20arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje
2013-02-17Only set accelerated arm fft functions if fft is enabled.Carl Eugen Hoyos
2013-02-07Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-06Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-01Use proper "" quotes for local header #includesDiego Biurrun
2013-01-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-27arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_whtMartin Storsjö
2013-01-25Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'Michael Niedermayer
2013-01-25Merge commit '6bdb841b46d170d58488deaed720729b79223b1d'Michael Niedermayer
2013-01-24arm: Add mathops.h to ARCH_HEADERS listDiego Biurrun
2013-01-24arm: h264qpel: use neon h264 qpel functions only if supportedJanne Grunau
2013-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-24dsputil: Separate h264 qpelMans Rullgard