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-09-29h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29x86: fpel: Remove unnecessary sign extendDiego Biurrun
2016-09-28lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov
2016-09-22audiodsp/x86: yasmify vector_clipf_sseAnton Khirnov
2016-09-22audiodsp: reorder arguments for vector_clipfAnton Khirnov
2016-09-22blockdsp: drop the high_bit_depth parameterAnton Khirnov
2016-09-19audiodsp/x86: clear the high bits of the order parameter on 64bitAnton Khirnov
2016-09-19audiodsp/x86: fix ff_vector_clip_int32_sse2Anton Khirnov
2016-09-14pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun
2016-08-26prores: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun
2016-08-26vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-17simple_idct: x86: Drop disabled IDCT implementationDiego Biurrun
2016-08-03vp9mc/x86: sse2 MC assembly.Ronald S. Bultje
2016-08-03vp9mc/x86: add AVX and AVX2 MCJames Almer
2016-08-03vp9mc/x86: rename ff_* to ff_vp9_*Clément Bœsch
2016-08-03vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer
2016-08-03vp9mc/x86: simplify a few inits.Clément Bœsch
2016-08-03vp9mc/x86: add 16px functions (64bit only).Ronald S. Bultje
2016-08-03vp9/x86: rename vp9dsp to vp9mcAnton Khirnov
2016-08-03x86: deduplicate some constantsChristophe Gisquet
2016-07-20x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun
2016-07-20x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun
2016-07-20x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific codeDiego Biurrun
2016-07-20x86: hpeldsp: Drop unused function parametersDiego Biurrun
2016-07-20x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriateDiego Biurrun
2016-07-20x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun
2016-07-18hevc: Add AVX2 DC IDCTJames Almer
2016-06-26libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-17x86: Add missing movsxd for the int stride parameterMartin Storsjö
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-01fft: Split MDCT bits off from FFTDiego Biurrun
2016-02-26fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun
2016-02-23x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun
2016-02-19build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun
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-01-27v210: x86: Add the correct guards around the asm codeLuca Barbato
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-18x86: build: Group all encoder objects togetherDiego Biurrun