]> git.sesse.net Git - ffmpeg/history - libavutil/intreadwrite.h
Move the memory related functions out of common.h into their own header file
[ffmpeg] / libavutil / intreadwrite.h
2007-03-06 Alex Beregszasziadd little endian 24bit read/write
2007-03-04 Baptiste Coudurieradd R/WB24 functions
2007-02-27 Diego BiurrunAdd missing license headers.
2007-02-06 Michael Niedermayersimplify and remove useless index in AV_W*
2007-01-19 Alex Beregszasziadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...