]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/intreadwrite.h
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavutil / intreadwrite.h
2009-04-18 mruPPC asm for AV_RL*()
2009-04-18 mruARM asm for AV_RN*()
2009-04-18 mruReorganise intreadwrite.h
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-07-18 mruintreadwrite: support DEC compiler __unaligned type...
2008-07-17 mruRearrange AV_[RW][BL]*() macros
2008-03-13 diegoAdd #include "config.h" to headers that need it.
2008-02-01 michaelDo not cast const away.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-06-24 reimarintreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED...
2007-06-16 mruinclude all prerequisites in header files
2007-05-10 ramiroProper fix for r8963
2007-05-07 ivoadd AV_[RW][BL]64 support
2007-04-25 benoit"fast unaligned" bytestream functions
2007-04-24 diegocosmetics: Reorder endianness macros by bit depth,...
2007-03-06 alexadd little endian 24bit read/write
2007-03-04 bcoudurieradd R/WB24 functions
2007-02-27 diegoAdd missing license headers.
2007-02-06 michaelsimplify and remove useless index in AV_W*
2007-01-19 alexadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-03 reimarMove BE_*/LE_*/ST*/LD* macros to a common place. Some...