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
2017-03-16Merge commit 'f79d847400d218cfd0b95f10358fe6e65ec3c9c4'James Almer
2017-03-16Merge commit '230b1c070baa3b6d4bd590426a365b843d60ff50'James Almer
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
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-06-24intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-05-10Proper fix for r8963Jindřich Makovička
2007-05-07add AV_[RW][BL]64 supportIvo van Poorten
2007-04-25"fast unaligned" bytestream functionsRamiro Polla
2007-04-24cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun