Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
2012-12-23opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles
2012-12-19lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-14x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau
2012-12-12x86inc: fix stack alignment on win64Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-08x86: float_dsp: fix loading of the len parameter on x86-32Justin Ruggles
2012-12-07arm: detect cpu features at runtime on LinuxMans Rullgard
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-12-06x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32Justin Ruggles
2012-12-05pixdesc: fix yuva 10bit bit depthPaul B Mahol
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-12-05lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles
2012-12-05eval: treat dB as decibels instead of decibytesJustin Ruggles
2012-12-05float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-30avutil: Use a configure check to enable windows console functionsMartin Storsjö
2012-11-30avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö
2012-11-29avutil: Include io.h with a separate condition from MapViewOfFileMartin Storsjö
2012-11-28x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun
2012-11-26x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26base64: fix signed overflow in shiftMans Rullgard
2012-11-26remove #defines to prevent use of discouraged external functionsJanne Grunau
2012-11-23av_memcpy_backptr: optimise some special casesMans Rullgard
2012-11-20pixdesc: add PIX_FMT_ALPHA flagLuca Barbato
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-16cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52Janne Grunau
2012-11-16crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun
2012-11-14avutil: change GET_UTF8 to not use av_log2()Mans Rullgard
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-11build: Drop AVX assembly ifdefsDiego Biurrun
2012-11-11lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles
2012-11-11x86inc: Set program_name outside of x86inc.asmDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-06lavu: add av_ctz() for trailing zero bit countJustin Ruggles
2012-11-05x86: PABSW: port to cpuflagsDiego Biurrun
2012-11-02crc: move doxy to the headerAnton Khirnov
2012-11-02x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun
2012-11-02x86: PMINUB: port to cpuflagsDiego Biurrun
2012-11-02x86util: Add cpuflags_mmxext alias for cpuflags_mmx2Diego Biurrun
2012-11-02x86inc: Only define program_name if the macro is unsetDiego Biurrun
2012-10-31x86: Fix assembly with NASMDave Yeo
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-30Remove INIT_AVX from x86inc.asm.Ronald S. Bultje