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-06dirac_dwt: Make x86 files/functions names consistentTimothy Gu
2016-02-06diracdsp: Make x86 files/functions names consistentTimothy Gu
2016-02-06avcodec/h264: Fix segfault in 4:2:2 chroma deblock with 32-bit msvcHenrik Gramner
2016-02-05avcodec/h264: mmxext 4:2:2 chroma deblock/loop filterJames Darnley
2016-02-02diracdsp_mmx: Fix some more indentationsTimothy Gu
2016-02-02diracdsp_mmx: Fix indentationTimothy Gu
2016-02-02x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM formatTimothy Gu
2016-02-01v210: Use separate sample_factorsLuca Barbato
2016-02-01v210: Add avx2 version of the 10-bit line encoderJames Darnley
2016-02-01v210: Add avx2 version of the 8-bit line encoderJames Darnley
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-27v210: x86: Add the correct guards around the asm codeLuca Barbato
2016-01-25avcodec/synth_filter: split off remaining code from dcadec filesJames Almer
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
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: build: Group all encoder objects togetherDiego Biurrun
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