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-07-02x86: rename dsputil.asm to idctdsp.asmJames Almer
2014-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-28Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer
2014-06-27Merge commit 'd2869aea0494d3a20d53d5034cd41dbb488eb133'Michael Niedermayer
2014-06-27dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun
2014-06-26x86/videodsp: add emulated_edge_mc_mmxextJames Almer
2014-06-26Merge commit '5ab03e41e553452118113d0c224fa32b325e45e5'Michael Niedermayer
2014-06-26x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun
2014-06-25avcodec/x86/hevc_idct: fix function name in commentMichael Niedermayer
2014-06-25avcodec/x86/hevc_idct: fix number of sse registersplepere
2014-06-25avcodec/x86/hevc: add avx2 dc idctplepere
2014-06-24avcodec/x86/h264_qpel_10bit: locally define pb_0Michael Niedermayer
2014-06-24x86/dsputil: move put_signed_pixels_clamped out of bswapdsp.asmJames Almer
2014-06-23Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf'Michael Niedermayer
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-23x86/dsputil: remove redundant global motion compensation codeJames Almer
2014-06-22x86/audiodsp: move asm code out of dsputilJames Almer
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-20avcodec/x86/rv40dsp_init: fix () in macrosMichael Niedermayer
2014-06-19x86/blockdsp: restore author attributionJames Almer
2014-06-19avcodec: add simpleauto idctMichael Niedermayer
2014-06-19x86/hevc_idct: fix movd parameter size in DC_ADD_INITJames Almer
2014-06-19x86/blockdsp: move asm code out of dsputilJames Almer
2014-06-19avcodec/x86/lossless_videodsp: Fix size of values read for left/left_topMichael Niedermayer
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-17avcodec/hevc: new idct + asmplepere
2014-06-15x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet
2014-06-12vp9/x86: fix overwrite in ipred_vl_4x4_ssse3.Ronald S. Bultje
2014-06-12x86: huffyuv: fix {add,diff}_int16Christophe Gisquet
2014-06-10Merge commit '570d4b21863b6254d6bbca9c528bede471bb4478'Michael Niedermayer
2014-06-10x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö
2014-06-09avcodec/x86/dct_init: fix build failure with clang && disable-optimizationsMichael Niedermayer
2014-06-09x86/dct32: don't build ff_dct32_float_sse on x86_64James Almer
2014-06-08x86/vp9: inital AVX2 intra_predJames Almer
2014-06-06x86/dsputil: move some mmx init code inside dsputil_init_mmx()James Almer
2014-06-05apedsp: move to llauddspChristophe Gisquet
2014-06-04avcodec/x86/dsputilenc_mmx: fix build without yasmMichael Niedermayer
2014-06-04x86/motion_est: sad_{x, y}2_mmxext functions are bitexactJames Almer
2014-06-04x86: dsputilenc: convert hf_noise*_mmx to yasmTimothy Gu
2014-06-02x86: hevc_mc: remove unneeded shiftChristophe Gisquet
2014-06-02x86: hevcdsp_init: fix macro usageChristophe Gisquet
2014-06-01x86/motion_est: enable sad16_sse2 on k10 CPUsJames Almer
2014-05-31build: fix compilation of svq1enc_mmx.c with --disable-mmxJames Almer