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
2013-08-29arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun
2013-08-29arm: dcadsp: Move synth filter initialization to dcadsp fileDiego Biurrun
2013-08-23arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun
2013-08-23vp56: Mark VP6-only optimizations as such.Diego Biurrun
2013-08-08arm: Add assembly version of h264_find_start_code_candidateBen Avison
2013-07-24arm: Comment out unused labels in simple_idct_armMartin Storsjö
2013-07-22arm: Mangle external symbols properly in new vfp assembly filesMartin Storsjö
2013-07-22arm: Add VFP-accelerated version of qmf_32_subbandsBen Avison
2013-07-22arm: Add VFP-accelerated version of fft16Martin Storsjö
2013-07-22arm: Add VFP-accelerated version of dca_lfe_firMartin Storsjö
2013-07-22arm: Add VFP-accelerated version of imdct_halfMartin Storsjö
2013-07-22arm: Add VFP-accelerated version of int32_to_float_fmul_array8Ben Avison
2013-07-22arm: Add VFP-accelerated version of int32_to_float_fmul_scalarBen Avison
2013-07-22arm: Add VFP-accelerated version of synth_filter_floatBen Avison
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
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-04-30arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
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-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-26Fix a number of incorrect intmath.h #includes.Diego Biurrun
2013-02-20arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun
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-01Use proper "" quotes for local header #includesDiego Biurrun
2013-01-27arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_whtMartin Storsjö
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-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-23arm: Add some missing header #includesDiego Biurrun
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-21vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje
2013-01-20videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNALJanne Grunau
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles