summaryrefslogtreecommitdiff
path: root/libavutil/intreadwrite.h
Commit message (Expand)AuthorAgeFilesLines
* intreadwrite: add AV_RL64A, AV_WL64APeter Ross2019-01-111-0/+15
* Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba'Mark Thompson2018-01-251-1/+1
|\
| * intreadwrite: Use __unaligned in MSVC for ARM64 as wellMartin Storsjö2018-01-161-1/+1
* | Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer2017-11-111-1/+1
|\ \ | |/
| * build: Drop support for legacy TI ARM compilerDiego Biurrun2017-10-251-1/+1
* | Merge commit '09c98327b9f25c6c1716c0ee82ce09d8b484887a'James Almer2017-11-111-5/+0
|\ \ | |/
| * build: Drop support for Tru64 Unix (OSF/1)Diego Biurrun2017-10-101-5/+0
| * Revert "libavutil: Use an intermediate variable in AV_COPY*U"Martin Storsjö2016-08-021-5/+1
* | Merge commit 'f79d847400d218cfd0b95f10358fe6e65ec3c9c4'James Almer2017-03-151-0/+5
|\ \ | |/
| * intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64Martin Storsjö2016-08-021-0/+5
* | Merge commit '230b1c070baa3b6d4bd590426a365b843d60ff50'James Almer2017-03-151-12/+12
|\ \ | |/
| * intreadwrite: Add intermediate variables in the byteswise AV_W*() macrosMartin Storsjö2016-08-021-6/+12
| * libavutil: Use an intermediate variable in AV_COPY*UMartin Storsjö2016-07-311-1/+5
* | libavutil: document side effects of macrosChristophe Gisquet2014-07-191-0/+8
* | lavu/intreadwrite: add AV_[RW][BLN]48Paul B Mahol2013-02-131-1/+67
* | Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer2012-10-241-0/+27
|\ \ | |/
| * intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun2012-10-231-0/+27
* | intreadwrite: Dont evaluate value for AV_W* multiple times.Michael Niedermayer2012-09-041-6/+12
* | 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