log libmpcodecs/vd_vfw.c @ 27344:d83952beeaca

age author description
2007-10-21 reimar Check ICDecompressGetFormatSize to avoid crashes.
2007-08-25 diego Remove redundant variable declaration.
2007-03-15 diego Include loader/ prefix in #include path everywhere.
2006-06-21 diego Move #ifdefs around complete files into the build system.
2006-03-31 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
2006-03-27 diego Convert printfs in aviprint.c to mp_msg and give the information printing
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-05-04 rtognimp Support for new vssh dll, patch by adland
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-01 arpi verbose can be negative
2002-10-19 arpi bypass palette from bih, when codec cannot give it in o_bih
2002-09-22 arpi wine headers cleanup
2002-09-13 alex fixed to comply with new loader
2002-09-04 arpi 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)
2002-09-04 arpi NULL->0 (warning fix)
2002-09-03 arpi enabled csp-query support, but only for formats with 'query' flag set
2002-09-03 arpi - vfwex redundancy removed
2002-09-03 arpi fixed some problems with colorspace/init order, some cleanup
2002-09-02 alex correct palette handling and query_format support (now huffyuv, cram and mwv1 is working nice)
2002-09-01 alex 10l
2002-09-01 alex merged with dll_init
2002-08-30 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
2002-08-30 arpi 2*10l to me
2002-08-30 arpi vfwex separated from vfw, to work with new vfm system and dlopen
2002-07-30 arpi vd_vfw.c
2002-05-30 arpi grayscaled palette support
2002-05-16 arpi iive is right - we shouldn't use IP buffering for vfw. it was changed
2002-04-21 arpi export palette for rgb8/bgr8
2002-04-01 alex added vfw uninit
2002-03-17 arpi fixed colorspace detection
2002-03-16 arpi handle error from mpcodecs_config_vo()
2002-03-07 arpi common includes moved to private vd_internal.h
2002-03-07 arpi vfw, vfwex, odivx, divx4 added