aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_vfw.c
Commit message (Expand)AuthorAge
* Fix printf format string mismatch, eliminates the warning:Gravatar diego2008-03-06
* ve_vfw.c: #include aviheader.h instead of wine avifmt.hGravatar uau2008-03-06
* Use correct printf length modifiers, fixes the following warnings:Gravatar diego2007-12-03
* Add Coinitialize function to vfw encoder and win32 loader.Gravatar compn2007-10-17
* Fix double close() in ve_vfw.cGravatar iive2007-03-24
* 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
* Controllable quality setting of VFW enconding, through the dumped state of th...Gravatar alex2007-02-18
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-31
* Change 'if(verbose)' to the more appropriate mp_msg_test.Gravatar diego2006-03-27
* 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
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* 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
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.Gravatar arpi2003-01-19
* the long-waited MUXER layer, and new MPEG-PS muxerGravatar arpi2002-12-27
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* warning fixesGravatar arpi2002-09-29
* fixed to comply with new loaderGravatar alex2002-09-13
* changing return type of put_image void->intGravatar arpi2002-09-10
* FreeBSD fixGravatar nexus2002-09-01
* merged with dll_init.cGravatar alex2002-09-01
* mostly compiler warning fixes, some small bugfixGravatar arpi2002-08-28
* added support for codec selectionGravatar alex2002-05-13
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* capabilities support -> automatic insertion of scale, expand, ppGravatar arpi2002-04-11
* soem fixesGravatar arpi2002-04-11
* encodersGravatar arpi2002-04-10