aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_qtvideo.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hGravatar diego2008-04-01
* typo fix: inited --> initializedGravatar diego2008-02-14
* warning fix:Gravatar diego2007-08-28
* Fix unused variable warning.Gravatar diego2007-08-25
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* typo, memset 0 was done on desc instead of cdesc, see bug #288Gravatar reimar2005-04-27
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* fixes for encoding of multiple filesGravatar henry2005-03-01
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsGravatar reimar2005-01-20
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...Gravatar faust32005-01-17
* small gcc warning fixesGravatar rathann2004-08-28
* printf -> mp_msg; print error msg when qtmlClient.dll is missingGravatar faust32004-04-13
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* cygwin win32 dll supportGravatar faust32003-02-15
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2003-02-02
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.Gravatar arpi2003-01-19
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2003-01-03
* the long-waited MUXER layer, and new MPEG-PS muxerGravatar arpi2002-12-27
* set keyframe flag at encodingGravatar arpi2002-12-21
* Sorenson 1/3 encoding just for fun :)Gravatar arpi2002-12-16