log libmpcodecs/ve_qtvideo.c @ 22667:e1859558b37d

age author description
2007-03-15 diego Add explicit location for headers from the libmpdemux/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-15 diego Include loader/ prefix in #include path everywhere.
2006-12-18 nicodvb muxers now write to output muxer->stream rather than to muxer->file
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-11-29 diego Remove bswap.h, use libavutil/bswap.h instead.
2006-06-21 diego Move #ifdefs around complete files into the build system.
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-01-26 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-04-27 reimar typo, memset 0 was done on desc instead of cdesc, see bug #288
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2005-03-01 henry fixes for encoding of multiple files
2005-01-20 reimar Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
2005-01-17 faust3 preload quicktime.qts, this allows us to ignore the hardcoded path inside the dlls so that quicktime.qts doesn't need to be in the windows system dir, patch by Gianluigi Tiesi <mplayer at netfarm.it>, comments by myself
2004-08-28 rathann small gcc warning fixes
2004-04-13 faust3 printf -> mp_msg; print error msg when qtmlClient.dll is missing
2004-03-24 ranma Use aspect from encoder for AVI vprp header
2003-02-15 faust3 cygwin win32 dll support
2003-02-02 arpi compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
2003-01-19 arpi Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
2003-01-03 arpi compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
2002-12-27 arpi the long-waited MUXER layer, and new MPEG-PS muxer
2002-12-21 arpi set keyframe flag at encoding
2002-12-16 arpi Sorenson 1/3 encoding just for fun :)