aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_vfw.c
Commit message (Expand)AuthorAge
* cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
| | * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
| | * Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightlyGravatar reimar2009-12-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
|/
* Check ICDecompressGetFormatSize to avoid crashes.Gravatar reimar2007-10-21
* Remove redundant variable declaration.Gravatar diego2007-08-25
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* 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
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Support for new vssh dll, patch by adlandGravatar rtognimp2005-05-04
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* verbose can be negativeGravatar arpi2002-11-01
* bypass palette from bih, when codec cannot give it in o_bihGravatar arpi2002-10-19
* wine headers cleanupGravatar arpi2002-09-22
* fixed to comply with new loaderGravatar alex2002-09-13
* 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)Gravatar arpi2002-09-04
* NULL->0 (warning fix)Gravatar arpi2002-09-04
* enabled csp-query support, but only for formats with 'query' flag setGravatar arpi2002-09-03
* - vfwex redundancy removedGravatar arpi2002-09-03
* fixed some problems with colorspace/init order, some cleanupGravatar arpi2002-09-03
* correct palette handling and query_format support (now huffyuv, cram and mwv1...Gravatar alex2002-09-02
* 10lGravatar alex2002-09-01
* merged with dll_initGravatar alex2002-09-01
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* 2*10l to meGravatar arpi2002-08-30
* vfwex separated from vfw, to work with new vfm system and dlopenGravatar arpi2002-08-30
* vd_vfw.cGravatar arpi2002-07-30
* grayscaled palette supportGravatar arpi2002-05-30
* iive is right - we shouldn't use IP buffering for vfw. it was changedGravatar arpi2002-05-16
* export palette for rgb8/bgr8Gravatar arpi2002-04-21
* added vfw uninitGravatar alex2002-04-01
* fixed colorspace detectionGravatar arpi2002-03-17
* handle error from mpcodecs_config_vo()Gravatar arpi2002-03-16
* common includes moved to private vd_internal.hGravatar arpi2002-03-07