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-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-22configure: Drop fastdiv optionDiego Biurrun
2012-08-17deprecate av_parse_cpu_flagsMichael Niedermayer
2012-08-17av_parse_cpu_caps: add "mmxext" as alias for mmx2Michael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-13ARM: intmath: use native-size return types for clipping functionsMans Rullgard
2012-08-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-13libavutil: add saturating addition functionsMans Rullgard
2012-08-13lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macroStefano Sabatini
2012-08-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-11lavu/opt: fix crash in av_opt_next() in case the class has no optionsStefano Sabatini
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09integer: switch to av_assertMichael Niedermayer
2012-08-09integer: fix typos in assertsMichael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-08lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch
2012-08-08x86inc.asm: remove redundant ifdef __YASM_VER__Michael Niedermayer
2012-08-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-08-01timecode: show frame rate when invalid.Clément Bœsch