log dvenc.c @ 5682:e346e10c9537 libavformat

age author description
2009-10-16 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavformat
2009-03-08 michael Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 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
2009-01-07 diego Remove inappropriate const qualifier from function argument, fixes the warning: libavformat
2008-10-24 diego prettyprinting cosmetics libavformat
2008-10-24 diego spelling cosmetics libavformat
2008-10-07 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavformat
2008-10-02 diego spelling cosmetics libavformat
2008-09-02 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
2008-07-24 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavformat
2008-06-03 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
2008-05-28 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
2008-05-09 diego Use full path for #includes from another directory. libavformat
2007-11-21 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
2007-06-24 reimar Cosmetics: use consistent indentation by four spaces libavformat
2007-06-24 reimar DV muxer should not only fail for more that 3 streams altogether libavformat
2007-05-16 corey Don't forget about audio remaining in buffer, in case there is enough libavformat
2007-04-08 diego Get rid of unnecessary pointer casts. libavformat
2007-01-15 romansh * Fixing a bug with incorrect bits set in AAUX source pack libavformat
2006-11-08 romansh * fixing a memory leak in DV format. libavformat
2006-10-16 romansh * Simplifying the setting of STYPE for AAUX AS libavformat
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
2006-09-15 takis Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat base dv.c@2b9b572e8335