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
2013-02-23av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov
2013-02-20intreadwrite: tomi: Add missing attributes.h #include for av_always_inlineDiego Biurrun
2013-02-20x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje
2013-02-14avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun
2013-02-14avutil: Move emms code to x86-specific headerDiego Biurrun
2013-02-12lavu: avoid clashing definition of ELuca Barbato
2013-02-11crc: Move static data table from header to .c fileDiego Biurrun
2013-02-11arm: Fall back to runtime cpu feature detection via /proc/cpuinfoMartin Storsjö
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-25dict: add av_dict_parse_string()Justin Ruggles
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
2013-01-24avstring: K&R formatting cosmeticsLuca Barbato
2013-01-23float_dsp: Include config.h for redefining restrictMartin Storsjö
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-19x86: Add a Yasm-based emms() replacementMartin Storsjö
2013-01-19x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2013-01-17float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2013-01-16lavu: Add a fate test for the HMAC APIMartin Storsjö
2013-01-15x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun
2013-01-15x86: ABSB2: port to cpuflagsDiego Biurrun
2013-01-15x86: ABSB: port to cpuflagsDiego Biurrun
2013-01-15lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö
2013-01-15x86: ABS2: port to cpuflagsDiego Biurrun
2013-01-12Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun
2013-01-12pixfmt: add picture format for VDPAURémi Denis-Courmont
2013-01-06x86: ABS1: port to cpuflagsDiego Biurrun
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
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