log nut.h @ 4815:845b21056111 libavformat

age author description
2008-12-13 diego Remove misleading comment, _t is POSIX-reserved namespace. libavformat
2008-12-11 michael Remove comment suggesting using variables ending in _t as this would break POSIX. libavformat
2008-12-11 michael remove _t for POSIX compatibility. libavformat
2008-08-31 stefano Globally rename the header inclusion guard names. libavformat
2008-08-01 michael Revert r14497 libavformat
2008-08-01 diego Add missing header #includes. libavformat
2008-05-09 diego Use full path for #includes from another directory. libavformat
2008-03-07 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
2008-03-05 michael Subtitle support. (untested) libavformat
2008-02-15 michael Elision header demuxing support. libavformat
2008-02-13 michael update flags libavformat
2007-10-30 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
2007-10-17 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavformat
2007-08-17 diego spelling/wording cosmetics libavformat
2007-08-10 michael header repetition libavformat
2007-08-09 michael move syncpoint cache related stuff to common file libavformat
2007-08-09 michael move lsb2full to common file libavformat
2007-08-09 michael move crc wrapper to slightly better spot libavformat
2007-08-09 michael move syncpoint timestamp resetting code to a common file libavformat
2007-08-09 michael use a dynamic ByteIOContext instead of using the lavf buffer libavformat
2007-08-09 michael make StreamContext.time_base a pointer libavformat
2007-08-09 michael variables needed for muxer libavformat
2007-07-05 diego license header consistency cosmetics libavformat
2007-07-02 diego Add missing comment markers to #endif directive. libavformat
2007-06-17 gpoirier add a comment to indicate which #endif belong to which #define libavformat
2007-06-17 mru add multiple inclusion guards to headers libavformat
2007-06-12 diego misc spelling fixes libavformat
2006-11-16 michael 10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) libavformat
2006-11-14 michael index less seeking in O(log n) time libavformat
2006-11-11 michael updating nut demuxer to latest spec libavformat