summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_qtvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-011-1/+0
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* warning fix:diego2007-08-281-1/+0
* Fix unused variable warning.diego2007-08-251-1/+1
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-2/+2
* Include loader/ prefix in #include path everywhere.diego2007-03-151-2/+2
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Move #ifdefs around complete files into the build system.diego2006-06-211-2/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-1/+1
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-3/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* typo, memset 0 was done on desc instead of cdesc, see bug #288reimar2005-04-271-1/+1
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* fixes for encoding of multiple fileshenry2005-03-011-0/+1
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsreimar2005-01-201-1/+1
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...faust32005-01-171-0/+8
* small gcc warning fixesrathann2004-08-281-1/+1
* printf -> mp_msg; print error msg when qtmlClient.dll is missingfaust32004-04-131-13/+17
* Use aspect from encoder for AVI vprp headerranma2004-03-241-0/+1
* cygwin win32 dll supportfaust32003-02-151-5/+3
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-0/+4
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-3/+1
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-01-031-12/+16
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-4/+4
* set keyframe flag at encodingarpi2002-12-211-4/+5
* Sorenson 1/3 encoding just for fun :)arpi2002-12-161-0/+325