summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-12-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg conversion, less verbositydiego2004-12-151-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14157 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplyfied it and fixed some 10ls (but sadly xshape still don't works)alex2003-05-231-12/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10170 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes and bigendian fix for 32bpp pngsalex2003-05-231-5/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10169 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup - round 2.pontscho2002-11-021-0/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8047 b3059339-0415-0410-9bf9-f77b7e298cf2
* Off-by-one error allocating bitmap, when (width*height) % 8 != 0jkeil2002-09-101-1/+1
| | | | | | | The code was writing beyond allocated memory, and could corrupt malloc heap. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7353 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add workaround for fuckin localepontscho2002-09-041-74/+8
| | | | | | | - remove tga and bmp filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli@suse.de>pontscho2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gui and 64-bit issues patch from Gui and 64-bit issuespontscho2002-05-201-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6146 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix by Colin Leroy <colin@colino.net>arpi2002-05-121-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6055 b3059339-0415-0410-9bf9-f77b7e298cf2
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-231-24/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix small xshape bugpontscho2001-11-051-0/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2718 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc3 warning fixedarpi2001-10-041-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2081 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI version n-1arpi2001-08-251-0/+174
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2