| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/intreadwrite: add AV_[RW][BLN]48 | Paul B Mahol | 2013-02-13 | 1 | -1/+67 |
* | Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa' | Michael Niedermayer | 2012-10-24 | 1 | -0/+27 |
|\ |
|
| * | intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses | Diego Biurrun | 2012-10-23 | 1 | -0/+27 |
* | | intreadwrite: Dont evaluate value for AV_W* multiple times. | Michael Niedermayer | 2012-09-04 | 1 | -6/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 1 | -10/+10 |
|\| |
|
| * | intreadwrite.h: fix AV_RL32/AV_RB32 signedness. | Uoti Urpala | 2011-06-16 | 1 | -10/+10 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Make intreadwrite.h installation-safe | Måns Rullgård | 2010-07-10 | 1 | -8/+14 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -4/+4 |
* | intreadwrite: common.h is not needed, attributes.h is sufficient | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Fix build failure with fast_unaligned and non-gcc-compatible compilers | Måns Rullgård | 2010-03-02 | 1 | -1/+1 |
* | AV_COPY16() & AV_ZERO16() | Michael Niedermayer | 2010-02-24 | 1 | -0/+8 |
* | TOMI: 16- and 32-bit intreadwrite functions | Måns Rullgård | 2010-02-19 | 1 | -0/+2 |
* | Add alias-safe aligned AV_[RW]N macros | Måns Rullgård | 2010-02-18 | 1 | -0/+32 |
* | Use alias-safe types in AV_COPY/SWAP/ZERO macros | Måns Rullgård | 2010-02-18 | 1 | -3/+8 |
* | Use alias-safe types in AV_[RW] macros | Måns Rullgård | 2010-02-18 | 1 | -7/+7 |
* | Add alias-safe union typedefs | Måns Rullgård | 2010-02-18 | 1 | -0/+22 |
* | Add AV_COPY32 | Måns Rullgård | 2010-01-29 | 1 | -0/+4 |
* | Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. | Alexander Strange | 2010-01-18 | 1 | -2/+45 |
* | Add missing parens in AV_WN macros | Måns Rullgård | 2010-01-17 | 1 | -3/+3 |
* | AVR32: optimisations for intreadwrite.h | Måns Rullgård | 2009-08-17 | 1 | -0/+2 |
* | cosmetics: reformat intreadwrite.h | Måns Rullgård | 2009-08-16 | 1 | -88/+104 |
* | intreadwrite: ensure arch-specific versions are always used if defined | Måns Rullgård | 2009-08-16 | 1 | -8/+114 |
* | intreadwrite: allow arch-specific 24-bit access macros | Måns Rullgård | 2009-08-16 | 1 | -1/+9 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -2/+2 |
* | Check for __attribute__((packed)) support | Måns Rullgård | 2009-07-17 | 1 | -1/+1 |
* | MIPS: inline asm for intreadwrite.h | Måns Rullgård | 2009-05-28 | 1 | -0/+2 |
* | PPC asm for AV_RL*() | Måns Rullgård | 2009-04-18 | 1 | -0/+2 |
* | ARM asm for AV_RN*() | Måns Rullgård | 2009-04-18 | 1 | -0/+3 |
* | Reorganise intreadwrite.h | Måns Rullgård | 2009-04-18 | 1 | -72/+141 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | intreadwrite: support DEC compiler __unaligned type qualifier | Måns Rullgård | 2008-07-18 | 1 | -1/+11 |
* | Rearrange AV_[RW][BL]*() macros | Måns Rullgård | 2008-07-17 | 1 | -49/+41 |
* | Add #include "config.h" to headers that need it. | Diego Biurrun | 2008-03-13 | 1 | -0/+1 |
* | Do not cast const away. | Michael Niedermayer | 2008-02-01 | 1 | -37/+37 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) | Roman Shaposhnik | 2007-08-09 | 1 | -36/+36 |
* | intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it. | Reimar Döffinger | 2007-06-24 | 1 | -0/+1 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | Proper fix for r8963 | Jindřich Makovička | 2007-05-10 | 1 | -17/+17 |
* | add AV_[RW][BL]64 support | Ivo van Poorten | 2007-05-07 | 1 | -0/+54 |
* | "fast unaligned" bytestream functions | Ramiro Polla | 2007-04-25 | 1 | -0/+32 |
* | cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting. | Diego Biurrun | 2007-04-24 | 1 | -28/+29 |
* | add little endian 24bit read/write | Alex Beregszaszi | 2007-03-06 | 1 | -0/+8 |
* | add R/WB24 functions | Baptiste Coudurier | 2007-03-04 | 1 | -0/+8 |
* | Add missing license headers. | Diego Biurrun | 2007-02-27 | 1 | -0/+18 |
* | simplify and remove useless index in AV_W* | Michael Niedermayer | 2007-02-06 | 1 | -18/+18 |
* | add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) | Alex Beregszaszi | 2007-01-19 | 1 | -6/+29 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -5/+5 |