jkeil
fb3b95bc3a
Use the character substitution code from fntRender() / fntTextWidth()
...
for non-existant characters in fntTextHeight(), too.
Otherwise the image height is mis-computed and we allocate an output image
that is too small; this could result in malloc heap corruption.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7354 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 12:44:47 +00:00
jkeil
9088ca28e9
Off-by-one error allocating bitmap, when (width*height) % 8 != 0
...
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
2002-09-10 12:38:19 +00:00
pontscho
323877b789
100l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7288 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 17:13:03 +00:00
pontscho
aa7224916e
- add fuckin locale fix from Dietrich Clauß <dc2@clauss.dyndns.org>
...
(Yeah. Nice round:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7284 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 15:22:45 +00:00
pontscho
e70262071e
- add workaround for fuckin locale
...
- remove tga and bmp filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 09:36:03 +00:00
pontscho
c118d27f08
obsoleted
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7265 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 09:32:53 +00:00
diego
d0011c3cda
Pontscho forgot to add *.rm to all video files...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7238 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 21:26:48 +00:00
pontscho
acc08a36ec
rewrite eq interface and add *.rm to fs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7218 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 11:28:18 +00:00
pontscho
30c502e5ce
obsoleted
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7217 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 11:27:29 +00:00
pontscho
44bc676502
remove obsoleted files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7207 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 17:04:59 +00:00
pontscho
9488c3c7ed
- add None to audio/video family selection
...
- add *.divx and case insensitive search to fs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7204 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 15:55:03 +00:00
alex
5e4a4fc383
enable linewrapping
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7199 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 14:27:41 +00:00
alex
bf8fb7478f
fix flip handling bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7195 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 13:29:26 +00:00
pontscho
fc4697b029
upsz ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7188 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 09:52:43 +00:00
pontscho
7ce4e2d2eb
fix vfm and add afm support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7187 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 09:45:59 +00:00
pontscho
4de0098d01
upsz, 10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7171 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 19:32:43 +00:00
pontscho
25f8352ffe
add subtitle dropping support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7170 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 19:11:03 +00:00
pontscho
a5bd7044a4
- fix window handling with dxr3
...
- workaround dxr3 subpicture size with freetype osd rendering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7152 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 23:15:24 +00:00
pontscho
8a147cf3f0
- add play time subtitle change support
...
- better language support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7151 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 22:24:49 +00:00
arpi
be1b28d9ab
This patch fixes a compile error when HAVE_FREETYPE is not defined.
...
Alexander.Gottwald@informatik.tu-chemnitz.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7147 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 21:06:33 +00:00
pontscho
6247d6be7a
- add freetype support for gui
...
- fix some small bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7140 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 17:16:34 +00:00
nexus
af4654d926
FreeBSD iconv change/fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7129 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 23:00:25 +00:00
arpi
fd44bbee3d
freetype 2.0/2.1+ support - disabled by default until bugs fixed
...
patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7123 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 20:52:02 +00:00
alex
0b03ca9d27
removed old input code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 15:55:58 +00:00
pontscho
a3ce1c658a
- add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco@freemail.hu>
...
- add cosmetic patch from uh ... don't know :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7096 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-27 08:33:05 +00:00
pontscho
452e7bdc03
- warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>
...
- wsXDNDProcessSelection return Truae fix
- add url list saving support from Morten Volden <mvolden@tdcadsl.dk>
- fix bug's in this patches
- fix some memleak and bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7093 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-26 22:20:58 +00:00
atmos4
e6fc83ee80
Fix small typo noticed by Francisco Javier Cabello <fjcabello@visual-tools.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7081 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-24 20:18:34 +00:00
pontscho
4d5b4f9422
fix (?) cmd line handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-15 22:52:52 +00:00
pontscho
2518620787
- add dxr3 gui support (dialogbox, etc.)
...
- fix one small dvd playing bug ( dvd playing don't del the playlist)
- add some ifdef() check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7010 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-14 23:02:45 +00:00
pontscho
b5bb6e8f73
add uri2filename converter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6997 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-14 12:17:04 +00:00
pontscho
afdbb16a2f
kde3 dnd fix from Gregory Kovriga and file name handling fix in dnd callback
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6978 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-11 19:12:09 +00:00
pontscho
6287343f35
fix -sub
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6974 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-11 18:07:42 +00:00
pontscho
fa964c61e5
10l :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6969 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-11 13:32:28 +00:00
pontscho
418dbef6ef
add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) and fix -subdelay bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6968 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-11 13:12:38 +00:00
pontscho
a04e780da0
- fix equ handling
...
- fix dvd pos bar
- fix 10l bug in evLoadPlay bugfix :)
- mittomen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6913 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 01:14:14 +00:00
pontscho
3028f5f38f
- fix playlist2dvd bug
...
- change playlist selection mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6906 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 20:44:21 +00:00
pontscho
0cfdf68bfb
- fix mixer handling
...
- some change in menu
- fix evLoadPlay bug
- etc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6904 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 19:23:58 +00:00
pontscho
432de7091c
- fix fuckin' locale (?:)
...
- fix msg box layer handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6899 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 17:24:00 +00:00
arpi
c784deba62
gui.conf parsing moved to after gtkInit() - should fix i18n problems
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6892 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 11:09:20 +00:00
pontscho
0246dff153
upsz 2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6858 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-31 13:26:46 +00:00
pontscho
c1ce20d7a0
gtk dialog bug fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6855 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 23:09:24 +00:00
pontscho
ca407ba0ed
upsz :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6843 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 13:38:35 +00:00
pontscho
51165d44ef
- some cosmetic change in preferences
...
- add *.wav to file selector
- fix setlocale() bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6841 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 11:50:20 +00:00
pontscho
d462fc4317
upsz, sorry, i forgott this :) (skin name saving:)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6798 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 21:31:36 +00:00
pontscho
b1be9a6a39
- add preferences support (first try)
...
- fix some playlist bug
- fix some equ bug
- fix some redraw bug
- fix dvd playing
- fix file open dialog box
- etc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6795 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 20:26:38 +00:00
pontscho
1f56d9a900
first
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6771 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-23 16:46:51 +00:00
pontscho
d05326c4bc
- fix audio equalizer
...
- rewrite video equalizer handling (i teszted with mga g400 [x]mga,xv,xvidix and radeon xv,xvidix )
- fix some small gtk bug
- i dunno, i don't remember ... :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6756 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-19 20:51:48 +00:00
pontscho
d8f83d2296
add simple playlist support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6714 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-12 00:53:26 +00:00
pontscho
4e0bd7f66a
- add icon (nice, but very ugly hakk:)
...
- move all window to one group
- better multilanguage support
- some small bug fixed
- some warning fixed
- swap the two menu
- fix small network playing bug ( evPlay instead of evPlayNetwork :)
- add channel name selection for equalizer support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6652 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 23:47:00 +00:00
pontscho
18a3939822
add equalizer support and fix some small bug...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6628 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-03 18:57:52 +00:00