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
2016-02-01all: Make header guard names consistentTimothy Gu
2016-01-31avcodec/dca: add new decoder based on libdcadecfoo86
2016-01-31avcodec/dca: remove old decoderfoo86
2016-01-28x86/imdct36: use extractps inside the STORE macroJames Almer
2016-01-27Merge commit '4f22b138886e29f7fffa8c715673951e51be9f32'Derek Buitenhuis
2016-01-25avcodec/synth_filter: split off remaining code from dcadec filesJames Almer
2016-01-22x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-18videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.Ronald S. Bultje
2016-01-18x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun
2016-01-17avcodec/v210: guard new avx2 functions from old assemblersJames Darnley
2016-01-17avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley
2016-01-17avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley
2016-01-15avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()Michael Niedermayer
2016-01-02Merge commit '8563f9887194b07c972c3475d6b51592d77f73f7'Hendrik Leppkes
2016-01-02Merge commit 'f4f27e4cf1013c55b2c7df359ce8d58ee922662c'Hendrik Leppkes
2016-01-02Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes
2016-01-02Merge commit '5dfe4edad63971d669ae456b0bc40ef9364cca80'Hendrik Leppkes
2015-12-30x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau
2015-12-29x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau
2015-12-24dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková
2015-12-20x86/hevc_sao: add ff_hevc_sao_edge_filter_{8,16}_{10,12}James Almer
2015-12-20x86/hevc_sao: simplify sao_edge_filter 10/12bitJames Almer
2015-12-20x86/hevc_sao: simplify sao_band_filter 10/12bitJames Almer
2015-12-14x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau
2015-12-11hevcdsp: use a macro for .rodata sectionDave Yeo
2015-12-10diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-11-08pixblockdsp: x86: Condense diff_pixels_* to a shared macroTimothy Gu
2015-10-25all: fix -Wextra-semi reported on clangGanesh Ajjanagadde
2015-10-24videodsp: don't overread edges in vfix3 emu_edge.Ronald S. Bultje
2015-10-22avcodec/x86/vc1dsp: Remove unused macroMichael Niedermayer
2015-10-22lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm.Carl Eugen Hoyos
2015-10-22x86/Makefile: move decoder/encoder objects out of the subsystems sectionJames Almer
2015-10-22vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasmTimothy Gu
2015-10-21huffyuvencdsp: Cherry pick changes left out in the last commitTimothy Gu
2015-10-21huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu
2015-10-21huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu
2015-10-20huffyuvencdsp: Use intptr_t for widthTimothy Gu
2015-10-20x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_initTimothy Gu
2015-10-20x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototypeTimothy Gu
2015-10-20x86: fpel: Move prototypes for 4-px block functionsTimothy Gu
2015-10-14x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2James Almer
2015-10-13x86: simple_idct10_template: use constChristophe Gisquet
2015-10-13vp9: use registers for constant loading where possible.Ronald S. Bultje
2015-10-13vp9: refactor itx coefficients and share between 8 and 10/12bpp.Ronald S. Bultje
2015-10-13vp9: add itxfm_add eob shortcuts to 10/12bpp functions.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version.Ronald S. Bultje
2015-10-13vp9: 10/12bpp sse2 SIMD for iadst16.Ronald S. Bultje
2015-10-13vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16.Ronald S. Bultje