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
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-03ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard
2012-10-02ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-10-02ARM: fix Thumb PIC on AppleMans Rullgard
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-08-13ARM: intmath: use native-size return types for clipping functionsMans Rullgard
2012-08-13libavutil: add saturating addition functionsMans Rullgard
2012-08-10ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard
2012-08-08ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-22cosmetics: do not use full path for local headersDiego Biurrun
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-08ARM: fix float_dsp breakage from d5a7229Mans Rullgard
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08ARM: Move asm.S from libavcodec to libavutilJustin Ruggles
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-04arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard
2012-05-02arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard
2012-05-02arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-03-13remove iwmmxt optimizationsJanne Grunau
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