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
2014-05-10arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau
2014-05-10arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau
2014-03-16armv6: vp8: use explicit labels in motion compensation asmJanne Grunau
2014-03-09arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declarationJanne Grunau
2014-03-09arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau
2014-03-05arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau
2014-02-09arm: Remove a stray .fpu directiveMartin Storsjö
2014-02-08dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau
2014-02-08dcadsp: split lfe_dir casesChristophe Gisquet
2014-02-08dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet
2014-02-07arm: Add X() around all references to extern symbolsMartin Storsjö
2014-02-06vp8: Use 2 registers for dst_stride and src_stride in neon bilin filterMartin Storsjö
2014-01-14arm: Use full filenames as multiple inclusion guardsDiego Biurrun
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
2014-01-07arm: Add a missing # as prefix for an immediate constantMartin Storsjö
2014-01-07arm: Allow overriding the alignment set in the function macroMartin Storsjö
2014-01-07arm: Remove a leftover define for the pld instructionMartin Storsjö
2014-01-07arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö
2014-01-06Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2014-01-04arm: Use the matching endfunc macro instead of the assembler directive directlyMartin Storsjö
2014-01-04arm: Add a missing endfunc macro callMartin Storsjö
2013-12-20arm: Don't clobber callee saved registers in scalarproductMartin Storsjö
2013-12-20vc1: arm: Add NEON no_rnd chroma MCMason Carter
2013-12-20vc1: arm: Add NEON assemblyMason Carter
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
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