]> git.sesse.net Git - ffmpeg/history - libavutil/intreadwrite.h
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text
[ffmpeg] / libavutil / intreadwrite.h
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-18 Måns Rullgårdintreadwrite: support DEC compiler __unaligned type...
2008-07-17 Måns RullgårdRearrange AV_[RW][BL]*() macros
2008-03-13 Diego BiurrunAdd #include "config.h" to headers that need it.
2008-02-01 Michael NiedermayerDo not cast const away.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-06-24 Reimar Döffingerintreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED...
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-05-10 Jindřich MakovičkaProper fix for r8963
2007-05-07 Ivo van Poortenadd AV_[RW][BL]64 support
2007-04-25 Ramiro Polla"fast unaligned" bytestream functions
2007-04-24 Diego Biurruncosmetics: Reorder endianness macros by bit depth,...
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...