eugeni
18beb11c3d
Add ASS subtitle rendering options to gui.
...
Patch by Piotr Kaczuba <pepe at attika dot ath dot cx>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20440 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 00:05:14 +00:00
diego
dfce3e3f9c
Add ASS subtitles to the subtitles file chooser dialog.
...
patch by Piotr Kaczuba, pepe attika_ath_cx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 18:39:06 +00:00
reimar
ccf75d6711
Get rid of demux_aid_vid_mismatch mess.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19546 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 19:17:04 +00:00
gpoirier
18f18eb2dc
Fix audio stream selection in Gtk GUI
...
Patch by Rich % rincebrain A gmail P com %
Original Thred:
Date: Aug 19, 2006 11:33 AM
Subject: [MPlayer-dev-eng] [PATCH] Fix audio stream selection in Gtk GUI
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19467 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 18:52:55 +00:00
ben
145fffc5f7
fix includes due to libmpdemux split (patch by Stefan Huehner)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19280 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 19:59:06 +00:00
ben
49867bd432
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 17:39:17 +00:00
reynaldo
15e8c12de2
marks several strings inside structs as const when they hold just
...
read-only information and modifies GetLanguage in Gui/mplayer/gtk/menu.c
to cope which the changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19115 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-16 01:40:24 +00:00
diego
cb2e693d22
Mark several string parameters that are not modified in the function as const.
...
patch by Stefan Huehner, stefan at huehner org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 16:57:24 +00:00
reynaldo
241bfa8a0c
drops casts from void * on malloc/calloc from the gui code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19066 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 16:17:24 +00:00
diego
e364249f21
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 16:01:36 +00:00
diego
3f62423f42
Rename some misspelled and misnamed messages.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-28 23:06:42 +00:00
gpoirier
6a425eee5c
Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
...
Patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
Original thread:
Date: Apr 12, 2006 1:50 PM
Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18119 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-16 16:58:36 +00:00
gpoirier
c93f360e3d
fix segfault in the skin browser when sbSelectedSkin gets dereferenced before setting, when no skin is selected in the skin list upon opening the browser,
...
and "Cancel" or "OK" buttons get clicked.
Noticed when runnig freshly compiled gmplayer on a system where the skins were still under the old location.
based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18067 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:52:45 +00:00
gpoirier
b2360d8174
vertical size of "Configure Equalizer" window is not enough to hold all comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18066 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:49:37 +00:00
gpoirier
9ef8a90a8f
the title of this window was not localized => added new en and ru strings, based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18065 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:47:44 +00:00
diego
b5743fcfda
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
...
backwards compatibility.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 11:39:27 +00:00
rathann
e55d0e680f
fix the translator names list so that it conforms to lastname, firstname
...
convention, sort and add missing accents
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17288 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 23:22:13 +00:00
rathann
386e76a544
Avoid gcc warnings:
...
'...' might be used uninitialized in this function
In this case 'H', 'N', 'D', and 'F' can indeed be
used unitialized, thus possibly causing all sorts of problems.
Patch by Peter Breitenlohner
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17198 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-15 20:39:59 +00:00
gpoirier
84e6e3240c
Convert this file to UTF-8 as it contains funky caracters from all around the world.
...
What's even better is that this gets rid of a GTK assertion error. \o/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17158 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-10 17:31:04 +00:00
diego
c5561f6bf1
#include help_mp.h only once.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17149 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 12:51:13 +00:00
diego
1fd91df1ea
Unify include paths, -I.. is in CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-08 22:12:57 +00:00
gpoirier
bda8248830
Every contribution deserves to be listed on the "about" window of the gui.
...
Change the way this list is done by following the layout of AUTHORS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17136 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-07 21:17:29 +00:00
reimar
31469b3b69
About text should _not_ be editable, it just looks stupid.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17087 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-04 15:56:40 +00:00
reimar
c375528575
Support for GTK 2.x.
...
Patch by Onur Kucuk (onur . delipenguen net).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16247 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 18:41:15 +00:00
reimar
fbb2fcb22c
gmplayer + arts == bad!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16123 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 09:43:02 +00:00
reimar
f630d42c8a
ESD configuration dialog and software volume control option for Gui
...
Patch by Paul Wilhelm Elsinghorst ( paul [at] uni-bonn de )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14687 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-12 16:05:11 +00:00
diego
43f9cb0b4c
Add half size entry to the GMPlayer menu.
...
patch by Pierre Marc Dumuid <pierre dot dumuid at adelaide dot edu dot au>
approved by Pontscho
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14590 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-25 12:44:38 +00:00
reimar
736a268b8d
libao2/eq.h was removed, use libaf/equalizer.h instead.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14406 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-06 18:10:36 +00:00
diego
db527762f6
warning fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13949 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-15 10:00:58 +00:00
diego
0a70ad314c
icons for the GUI context menu
...
patch by Piero di Vita <scognito at acaro dot org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13853 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-02 14:45:03 +00:00
diego
5b829d877a
File filter dropdown box value is now preserved between dialog invocations.
...
patch by Deomid Ryabkov aka Rojer <myself at rojer dot pp dot ru>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13571 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-06 15:46:54 +00:00
reimar
14ab0d65ab
fix examples for ao_alsa options dialog and add example for mixer index.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13444 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-23 10:06:37 +00:00
reimar
fa0823db47
Copy-n-Paste bug breaking channel selection in audio configuration dialog
...
Patch by (eyager at chartermi dot net)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13267 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-06 20:11:37 +00:00
reimar
f2a5f5d727
100l, fixes DXR3 compile problems caused by my last patch.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12925 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-31 18:04:42 +00:00
reimar
e5b67089c7
unified audio options dialog, fixes also bug #40
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12919 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-30 15:58:36 +00:00
diego
662419c0f8
Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12692 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 13:26:11 +00:00
diego
2ff27a14d4
Address removed upon request.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12592 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-15 10:52:36 +00:00
pontscho
69de035e80
'video window vanishes after pause' bugfix, based on André Kühne's (andre.kuehne@gmx.net) bugreport
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11919 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-03 19:02:45 +00:00
pontscho
660e3c2281
patch from Kelemen Gábor <kg0021@stud.unideb.hu>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11761 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-08 18:29:27 +00:00
alex
c0d17b60ce
VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11570 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-07 15:42:03 +00:00
mosu
5b40cac6ba
Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10880 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-17 09:42:25 +00:00
pontscho
bbd2eafbb1
[PATCH] CP1250 encoding to GUI and UTF-8 to font.desc
...
From: Nikola Smolenski <smolensk@eunet.yu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10183 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-25 17:26:31 +00:00
alex
f647802a3f
support for pnm and rtsp stream opening with gui, patch by Ambrose Li <a.c.li@ieee.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10161 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 12:58:13 +00:00
pontscho
6637888c97
fix dvd, vcd playing, compiling, and add one small playlist patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9813 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-03 12:09:44 +00:00
pontscho
90b278bfaa
many 10l for me ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9626 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-20 12:42:16 +00:00
arpi
561ab920c0
what's the opposite of backport? :)
...
some changes ported from 0_90
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9613 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-17 00:48:26 +00:00
pontscho
f541066d3f
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9352 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 21:54:57 +00:00
henry
43edcd2801
minor fixes for font autoscaling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9347 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 18:45:32 +00:00
pontscho
4774e76d0a
fix one 10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9304 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 22:13:54 +00:00
pontscho
084dae624a
fix idx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9260 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-03 22:06:07 +00:00