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-11-13x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer
2014-11-12x86/flacdsp: separate decoder and encoder dsp initializationJames Almer
2014-10-23x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmxJames Almer
2014-10-08Merge commit '2d91abade29e43bb45c881d45909b8ee77e904e2'Michael Niedermayer
2014-10-08x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner
2014-10-04x86/hevc: get rid off packusdw for ssse3 compatibilityMickaël Raulet
2014-10-03x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2}James Almer
2014-10-01x86/mpegvideoencdsp: improve ff_pix_sum16_sse2James Almer
2014-09-28avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse*Michael Niedermayer
2014-09-27x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2}James Almer
2014-09-26lavc/x86/idctdsp.h: Fix make checkheaders.Carl Eugen Hoyos
2014-09-25avcodec/svq1enc: align buffer used by simd functionsJames Almer
2014-09-25x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()James Almer
2014-09-25x86/idctdsp: port {put,add}_pixels_clamped to yasmJames Almer
2014-09-25avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_sizeJames Almer
2014-09-25avcodec/x86: use function pointers for {put,add}_pixels_clampedJames Almer
2014-09-24x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer
2014-09-24x86/videodsp: fix warning about discarded 'const' qualifierJames Almer
2014-09-23x86/vp9: add AVX and AVX2 MCJames Almer
2014-09-20x86/me_cmp: port mmxext vsad functions to yasmJames Almer
2014-09-18x86/me_cmp: combine sad functions into a single macroJames Almer
2014-09-18avcodec/x86/vp9lpf: Always include x86util.asmMichael Niedermayer
2014-09-17avcodec/x86/me_cmp: fix sad8xhMichael Niedermayer
2014-09-17x86/me_cmp: port mmxext and sse2 sad functions to yasmJames Almer
2014-09-05x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2James Almer
2014-09-05x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2James Almer
2014-09-05lavc/x86/v210: give cpuflag to INIT macroJames Darnley
2014-09-03Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer
2014-09-03Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer
2014-09-03xvid: Add C IDCTPascal Massimino
2014-09-03idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-27Merge commit '8d27bf1cff35be406b0fd89d832e1852d4c573bc'Michael Niedermayer
2014-08-27Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer
2014-08-27Merge commit '1f156af4274dc72d588620f6bedb4e9e66023c92'Michael Niedermayer
2014-08-27x86: xvid: K&R formatting cosmeticsDiego Biurrun
2014-08-27cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun
2014-08-27x86: xvid_idct: Drop unused definitionsDiego Biurrun
2014-08-24x86: hevc_mc: split differently callsChristophe Gisquet
2014-08-24x86: hevc_mc: correct unneeded use of SSE4 codeChristophe Gisquet
2014-08-22x86: hevcdsp: use compilation-time-fixed constantChristophe Gisquet
2014-08-22hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet
2014-08-22hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet
2014-08-22x86: hevc_mc: assume 2nd source stride is 64Christophe Gisquet
2014-08-21x86/hevc_res_add: refactor ff_hevc_transform_add{16,32}_8James Almer
2014-08-20x86/hecv_res_add: add ff_hevc_transform_add{8,16,32}_8_avxJames Almer
2014-08-20x86/hevc_res_add: fix register count in hevc_transform_add{16,32}_10_avx2James Almer
2014-08-20x86: hevc: adding transform_addPierre Edouard Lepere
2014-08-15Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer