summaryrefslogtreecommitdiffstats
path: root/libavutil/intreadwrite.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-10/+10
|\
| * intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala2011-06-161-10/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Make intreadwrite.h installation-safeMåns Rullgård2010-07-101-8/+14
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-4/+4
* intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård2010-07-101-1/+1
* Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård2010-03-021-1/+1
* AV_COPY16() & AV_ZERO16()Michael Niedermayer2010-02-241-0/+8
* TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård2010-02-191-0/+2
* Add alias-safe aligned AV_[RW]N macrosMåns Rullgård2010-02-181-0/+32
* Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård2010-02-181-3/+8
* Use alias-safe types in AV_[RW] macrosMåns Rullgård2010-02-181-7/+7
* Add alias-safe union typedefsMåns Rullgård2010-02-181-0/+22
* Add AV_COPY32Måns Rullgård2010-01-291-0/+4
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-181-2/+45
* Add missing parens in AV_WN macrosMåns Rullgård2010-01-171-3/+3
* AVR32: optimisations for intreadwrite.hMåns Rullgård2009-08-171-0/+2
* cosmetics: reformat intreadwrite.hMåns Rullgård2009-08-161-88/+104
* intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård2009-08-161-8/+114
* intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård2009-08-161-1/+9
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-2/+2
* Check for __attribute__((packed)) supportMåns Rullgård2009-07-171-1/+1
* MIPS: inline asm for intreadwrite.hMåns Rullgård2009-05-281-0/+2
* PPC asm for AV_RL*()Måns Rullgård2009-04-181-0/+2
* ARM asm for AV_RN*()Måns Rullgård2009-04-181-0/+3
* Reorganise intreadwrite.hMåns Rullgård2009-04-181-72/+141
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård2008-07-181-1/+11
* Rearrange AV_[RW][BL]*() macrosMåns Rullgård2008-07-171-49/+41
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-131-0/+1
* Do not cast const away.Michael Niedermayer2008-02-011-37/+37
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-091-36/+36
* intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger2007-06-241-0/+1
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* Proper fix for r8963Jindřich Makovička2007-05-101-17/+17
* add AV_[RW][BL]64 supportIvo van Poorten2007-05-071-0/+54
* "fast unaligned" bytestream functionsRamiro Polla2007-04-251-0/+32
* cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun2007-04-241-28/+29
* add little endian 24bit read/writeAlex Beregszaszi2007-03-061-0/+8
* add R/WB24 functionsBaptiste Coudurier2007-03-041-0/+8
* Add missing license headers.Diego Biurrun2007-02-271-0/+18
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-061-18/+18
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-191-6/+29
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-5/+5
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-031-0/+42
OpenPOWER on IntegriCloud