summaryrefslogtreecommitdiff
path: root/libavutil/intreadwrite.h
Commit message (Expand)AuthorAge
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård2008-07-18
* Rearrange AV_[RW][BL]*() macrosMåns Rullgård2008-07-17
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-13
* Do not cast const away.Michael Niedermayer2008-02-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
* intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger2007-06-24
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Proper fix for r8963Jindřich Makovička2007-05-10
* add AV_[RW][BL]64 supportIvo van Poorten2007-05-07
* "fast unaligned" bytestream functionsRamiro Polla2007-04-25
* cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun2007-04-24
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
* add R/WB24 functionsBaptiste Coudurier2007-03-04
* Add missing license headers.Diego Biurrun2007-02-27
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-06
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-19
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03