summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_vfw.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
* Fix printf format string mismatch, eliminates the warning:diego2008-03-061-1/+1
* ve_vfw.c: #include aviheader.h instead of wine avifmt.huau2008-03-061-1/+1
* Use correct printf length modifiers, fixes the following warnings:diego2007-12-031-15/+15
* Add Coinitialize function to vfw encoder and win32 loader.compn2007-10-171-1/+23
* Fix double close() in ve_vfw.ciive2007-03-241-1/+0
* 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-4/+4
* Controllable quality setting of VFW enconding, through the dumped state of th...alex2007-02-181-2/+51
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-2/+0
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-22/+22
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-271-1/+1
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* 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
* Use aspect from encoder for AVI vprp headerranma2004-03-241-0/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+2
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-3/+1
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-5/+6
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-18/+18
* warning fixesarpi2002-09-291-2/+2
* fixed to comply with new loaderalex2002-09-131-2/+2
* changing return type of put_image void->intarpi2002-09-101-1/+2
* FreeBSD fixnexus2002-09-011-0/+1
* merged with dll_init.calex2002-09-011-5/+174
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+3
* added support for codec selectionalex2002-05-131-1/+17
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-1/+1
* soem fixesarpi2002-04-111-3/+6
* encodersarpi2002-04-101-0/+100