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-09-21ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard
2012-09-21ARM: align PIC offset pools to 4 bytesMans Rullgard
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-10mem: fix typo in check for __ICCMans Rullgard
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-07x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer
2012-09-05lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-09-04pixdesc: cosmeticsLuca Barbato
2012-09-04x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-26vf_hqdn3d: x86 asmLoren Merritt
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-08-22x86: remove FASTDIV inline asmMans Rullgard
2012-08-22configure: Drop fastdiv optionDiego Biurrun
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13ARM: intmath: use native-size return types for clipping functionsMans Rullgard
2012-08-13libavutil: add saturating addition functionsMans Rullgard
2012-08-10dict: move struct AVDictionary definition to dict.cMans Rullgard
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-10ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard
2012-08-09libavutil: remove unused av_abort() macroMans Rullgard
2012-08-09libavutil: drop offsetof() fallback definitionMans Rullgard
2012-08-09libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard
2012-08-09doxygen: Fix function parameter names to match the codeDiego Biurrun
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
2012-08-09x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-08ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard
2012-08-07x86: fix build with nasm 2.08Mans Rullgard
2012-08-07x86: use nop cpu directives only if supportedMans Rullgard
2012-08-07x86: fix rNmp macros with nasmMans Rullgard
2012-08-07x86: add colons after labelsMans Rullgard
2012-08-05rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-07-28x86inc: clip num_args to 7 on x86-32.Loren Merritt
2012-07-28x86inc: sync to latest version from x264.Ronald S. Bultje
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles