mpv/Gui
arpi 9abd90701e I attach a fix to the problem described in:
http://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-July/019494.html
The bug came out to be that sws_rgb2rgb_init was called, but only after
the critical step in which ws.c copied the relevant function pointer to
wsConvFunc. Someone deserves 1000l for this.
Maybe we want to preinit the function pointers so that they will print
something like "Call to an rgb2rgb function without calling to
sws_rgb2rgb_init first. Please report." - this bug wasn't discovered since
the function pointers were NULL, and the rest of the cde uses "wsConvFunc"
only if it is not NULL.
Raindel Shachar <raindel@techunix.technion.ac.il>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10412 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-12 17:19:18 +00:00
..
mplayer From: Ben Low <ben@bdlow.net> 2003-05-26 08:45:43 +00:00
skin fix name clash fix libsmbclient, patch by Raindel Shachar <raindel@techunix.technion.ac.il> 2003-06-03 17:36:25 +00:00
wm I attach a fix to the problem described in: 2003-07-12 17:19:18 +00:00
.cvsignore usefull file 2001-11-25 17:38:59 +00:00
Makefile Using a different alignment for only the Gui is bad as this code use 2003-04-04 15:39:51 +00:00
app.c many 10l for me ... 2003-03-20 12:42:16 +00:00
app.h many 10l for me ... 2003-03-20 12:42:16 +00:00
bitmap.c simplyfied it and fixed some 10ls (but sadly xshape still don't works) 2003-05-23 17:23:35 +00:00
bitmap.h some fixes and bigendian fix for 32bpp pngs 2003-05-23 17:04:24 +00:00
cfg.c many 10l for me ... 2003-03-20 12:42:16 +00:00
cfg.h many 10l for me ... 2003-03-20 12:42:16 +00:00
interface.c renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR 2003-06-09 12:15:48 +00:00
interface.h - It adds an option enqueue/noenqueue, so users can choose if they want to 2003-02-05 23:02:35 +00:00