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
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-06-23ARM: allow building in Thumb2 modeMans Rullgard
2011-05-31ARM: simplify inline asm with 64-bit operandsMans Rullgard
2011-05-28ARM: improve FASTDIV asmMans Rullgard
2011-05-26ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard
2011-05-26ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard
2011-05-26ARM: fix av_clipl_int32_arm()Mans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18Force inlining of avutil common routinesJason Garrett-Glaser
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-09-27ARM: change return type of AV_RN16() to unsignedMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-07ARM: optimised integer clip functionsMåns Rullgård
2010-07-07ARM: intmath.h cosmeticsMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-08ARM: add some missing includesMåns Rullgård
2010-02-22ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-18Mark all intreadwrite functions av_always_inlineMåns Rullgård
2009-08-16ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård
2009-07-01ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård
2009-04-18ARM asm for AV_RN*()Måns Rullgård
2009-04-02ARM: START/STOP_TIMER support for ARMv7Måns Rullgård
2009-03-06ARM: armcc versions of bswap_16/32Måns Rullgård
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-22split bswap.h into per-arch filesMåns Rullgård