log libmpcodecs/vd_vfw.c @ 7917:5ae8a326a31b

age author description
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