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
2018-01-26Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba'Mark Thompson
2018-01-16intreadwrite: Use __unaligned in MSVC for ARM64 as wellMartin Storsjö
2017-11-12Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer
2017-11-11Merge commit '09c98327b9f25c6c1716c0ee82ce09d8b484887a'James Almer
2017-10-25build: Drop support for legacy TI ARM compilerDiego Biurrun
2017-10-11build: Drop support for Tru64 Unix (OSF/1)Diego Biurrun
2017-03-16Merge commit 'f79d847400d218cfd0b95f10358fe6e65ec3c9c4'James Almer
2017-03-16Merge commit '230b1c070baa3b6d4bd590426a365b843d60ff50'James Almer
2016-08-02Revert "libavutil: Use an intermediate variable in AV_COPY*U"Martin Storsjö
2016-08-02intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64Martin Storsjö
2016-08-02intreadwrite: Add intermediate variables in the byteswise AV_W*() macrosMartin Storsjö
2016-07-31libavutil: Use an intermediate variable in AV_COPY*UMartin Storsjö
2014-07-19libavutil: document side effects of macrosChristophe Gisquet
2013-02-13lavu/intreadwrite: add AV_[RW][BLN]48Paul B Mahol
2012-10-24Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer
2012-10-23intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun
2012-09-04intreadwrite: Dont evaluate value for AV_W* multiple times.Michael Niedermayer
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-11Make intreadwrite.h installation-safeMåns Rullgård
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-10intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård
2010-03-02Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård
2010-02-24AV_COPY16() & AV_ZERO16()Michael Niedermayer
2010-02-19TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård
2010-02-18Add alias-safe aligned AV_[RW]N macrosMåns Rullgård
2010-02-18Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård
2010-02-18Use alias-safe types in AV_[RW] macrosMåns Rullgård
2010-02-18Add alias-safe union typedefsMåns Rullgård
2010-01-29Add AV_COPY32Måns Rullgård
2010-01-18Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange
2010-01-17Add missing parens in AV_WN macrosMåns Rullgård
2009-08-17AVR32: optimisations for intreadwrite.hMåns Rullgård
2009-08-16cosmetics: reformat intreadwrite.hMåns Rullgård
2009-08-16intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård
2009-08-16intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-17Check for __attribute__((packed)) supportMåns Rullgård
2009-05-29MIPS: inline asm for intreadwrite.hMåns Rullgård
2009-04-18PPC asm for AV_RL*()Måns Rullgård
2009-04-18ARM asm for AV_RN*()Måns Rullgård
2009-04-18Reorganise intreadwrite.hMåns Rullgård
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-18intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård
2008-07-17Rearrange AV_[RW][BL]*() macrosMåns Rullgård
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun
2008-02-01Do not cast const away.Michael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun