]> git.sesse.net Git - ffmpeg/history - libavutil/intreadwrite.h
x86inc: support stack mem allocation and re-alignment in PROLOGUE
[ffmpeg] / libavutil / intreadwrite.h
2012-10-23 Diego Biurrunintreadwrite: Add AV_COPYxxU macros for copying to...
2011-06-16 Uoti Urpalaintreadwrite.h: fix AV_RL32/AV_RB32 signedness.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-10 Måns RullgårdMake intreadwrite.h installation-safe
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdintreadwrite: common.h is not needed, attributes.h...
2010-03-02 Måns RullgårdFix build failure with fast_unaligned and non-gcc-compa...
2010-02-24 Michael NiedermayerAV_COPY16() & AV_ZERO16()
2010-02-19 Måns RullgårdTOMI: 16- and 32-bit intreadwrite functions
2010-02-18 Måns RullgårdAdd alias-safe aligned AV_[RW]N macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_COPY/SWAP/ZERO macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_[RW] macros
2010-02-18 Måns RullgårdAdd alias-safe union typedefs
2010-01-29 Måns RullgårdAdd AV_COPY32
2010-01-18 Alexander StrangeAdd macros for 64- and 128-bit write-combining optimiza...
2010-01-17 Måns RullgårdAdd missing parens in AV_WN macros
2009-08-17 Måns RullgårdAVR32: optimisations for intreadwrite.h
2009-08-16 Måns Rullgårdcosmetics: reformat intreadwrite.h
2009-08-16 Måns Rullgårdintreadwrite: ensure arch-specific versions are always...
2009-08-16 Måns Rullgårdintreadwrite: allow arch-specific 24-bit access macros
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-17 Måns RullgårdCheck for __attribute__((packed)) support
2009-05-28 Måns RullgårdMIPS: inline asm for intreadwrite.h
2009-04-18 Måns RullgårdPPC asm for AV_RL*()
2009-04-18 Måns RullgårdARM asm for AV_RN*()
2009-04-18 Måns RullgårdReorganise intreadwrite.h
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-18 Måns Rullgårdintreadwrite: support DEC compiler __unaligned type...
2008-07-17 Måns RullgårdRearrange AV_[RW][BL]*() macros
2008-03-13 Diego BiurrunAdd #include "config.h" to headers that need it.
2008-02-01 Michael NiedermayerDo not cast const away.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-06-24 Reimar Döffingerintreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED...
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-05-10 Jindřich MakovičkaProper fix for r8963
2007-05-07 Ivo van Poortenadd AV_[RW][BL]64 support
2007-04-25 Ramiro Polla"fast unaligned" bytestream functions
2007-04-24 Diego Biurruncosmetics: Reorder endianness macros by bit depth,...
2007-03-06 Alex Beregszasziadd little endian 24bit read/write
2007-03-04 Baptiste Coudurieradd R/WB24 functions
2007-02-27 Diego BiurrunAdd missing license headers.
2007-02-06 Michael Niedermayersimplify and remove useless index in AV_W*
2007-01-19 Alex Beregszasziadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...