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-04-12Merge commit '73ff983e8dd22ccee166403d0bbbc9c1cd543622'Derek Buitenhuis
2016-03-04avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer
2016-03-04avcodec: Extend fft to size 2^17Michael Niedermayer
2016-02-29x86/vc1dsp: Split the file into MC and loopfilterTimothy Gu
2016-02-26fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun
2016-02-24Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis
2016-02-23x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun
2016-02-23x86/dcadec: add ff_lfe_fir1_float_{sse3,avx}James Almer
2016-02-19build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun
2016-02-16Merge commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45'Derek Buitenhuis
2016-02-16Merge commit 'eafb05fcf37cd19a910ca3b17824384f9006bc0a'Derek Buitenhuis
2016-02-15x86: use the new helper macros where usefulJames Almer
2016-02-14x86/vc1dsp: Port vc1_*_hor_16b_shift2 to NASM formatTimothy Gu
2016-02-07huffyuvencdsp: Undefine "i" macro after each useTimothy Gu
2016-02-06x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3}James Almer
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