log swfenc.c @ 6021:d01a092c7423 libavformat

age author description
2010-03-30 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
2009-06-22 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
2009-05-21 bcoudurier check av_fifo_alloc return libavformat
2009-04-13 stefano Rename pbBufPtr() to put_bits_ptr(). libavformat
2009-04-12 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavformat
2009-03-09 reimar Reorder arguments for av_fifo_generic_read to be more logical and libavformat
2009-03-08 michael Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavformat
2009-02-08 diego Remove const qualifier from function argument to eliminate the warning libavformat
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
2009-01-13 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
2008-10-03 diego Remove offset_t typedef and use int64_t directly instead. libavformat
2008-07-19 bcoudurier update swf video frame number when muxing done, fix #439 libavformat
2008-06-03 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
2008-05-27 bcoudurier use internal video frame number libavformat
2008-05-27 bcoudurier cosmetics libavformat
2008-05-27 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
2008-05-27 bcoudurier use AVFifoBuffer libavformat
2008-05-27 bcoudurier cosmetics libavformat
2008-05-27 bcoudurier merge init and declaration libavformat
2008-05-27 bcoudurier simplify and use version instead libavformat
2008-05-27 bcoudurier simplify libavformat
2008-05-27 bcoudurier simplify libavformat
2008-05-27 bcoudurier cosmetics, remove useless cases and braces libavformat
2008-05-26 bcoudurier cosmetics, remove useless dot libavformat
2008-05-20 bcoudurier remove useless/obsolete comments libavformat
2008-05-20 bcoudurier split swf de/muxer libavformat base swf.c@5529c85ea12a