summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_vfw.c
Commit message (Collapse)AuthorAgeFilesLines
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+2
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbose can be negativearpi2002-11-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
* bypass palette from bih, when codec cannot give it in o_biharpi2002-10-191-5/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7790 b3059339-0415-0410-9bf9-f77b7e298cf2
* wine headers cleanuparpi2002-09-221-7/+4
| | | | | | | | | - WAVEFORMATEX & BITMAPINFOHEADER decl moved to stheader.h - lots of useless include wine/* removed from mplayer code - fixed few warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7472 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to comply with new loaderalex2002-09-131-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7391 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)arpi2002-09-041-1/+3
| | | | | | | we shouldn't do planes[1]==NULL for formats like planar yuv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7276 b3059339-0415-0410-9bf9-f77b7e298cf2
* NULL->0 (warning fix)arpi2002-09-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7274 b3059339-0415-0410-9bf9-f77b7e298cf2
* enabled csp-query support, but only for formats with 'query' flag setarpi2002-09-031-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7263 b3059339-0415-0410-9bf9-f77b7e298cf2
* - vfwex redundancy removedarpi2002-09-031-4/+31
| | | | | | | - fixed 10l bug in GetPalette (outflags vs. outfmt) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7261 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed some problems with colorspace/init order, some cleanuparpi2002-09-031-116/+62
| | | | | | | csp query disabled, has to be fixed in vd core first and make it optional git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7250 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct palette handling and query_format support (now huffyuv, cram and ↵alex2002-09-021-45/+114
| | | | | | mwv1 is working nice) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7244 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-09-011-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7231 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged with dll_initalex2002-09-011-15/+217
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7230 b3059339-0415-0410-9bf9-f77b7e298cf2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and ↵arpi2002-08-301-1/+0
| | | | | | makes dlopen()'ing possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2*10l to mearpi2002-08-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7177 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfwex separated from vfw, to work with new vfm system and dlopenarpi2002-08-301-20/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7176 b3059339-0415-0410-9bf9-f77b7e298cf2
* vd_vfw.carpi2002-07-301-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6845 b3059339-0415-0410-9bf9-f77b7e298cf2
* grayscaled palette supportarpi2002-05-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6233 b3059339-0415-0410-9bf9-f77b7e298cf2
* iive is right - we shouldn't use IP buffering for vfw. it was changedarpi2002-05-161-1/+3
| | | | | | | to test DR support but i forgot to remove that later :( 10l is mine... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6106 b3059339-0415-0410-9bf9-f77b7e298cf2
* export palette for rgb8/bgr8arpi2002-04-211-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5770 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vfw uninitalex2002-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5452 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed colorspace detectionarpi2002-03-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5154 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle error from mpcodecs_config_vo()arpi2002-03-161-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5125 b3059339-0415-0410-9bf9-f77b7e298cf2
* common includes moved to private vd_internal.harpi2002-03-071-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4987 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfw, vfwex, odivx, divx4 addedarpi2002-03-071-0/+105
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4969 b3059339-0415-0410-9bf9-f77b7e298cf2