diego
a42fd601ef
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
...
by "Reynaldo H. Verdejo Pinochet" <reynaldo at opendot dot cl>, spelling
and wording corrections by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13359 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-17 02:28:44 +00:00
faust3
7a7248586c
make it possible to use the run command from a menu config file, based on a patch by Aurelien Jacobs <aurel@gnuage.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13354 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 09:25:56 +00:00
faust3
c2c997fda1
fix ineffectual video equalizer command line options, patch by kiriuja <mplayer-bugs at en-directo.net>, closes #37 , some more variable docu by me
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13342 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 11:26:45 +00:00
faust3
c95142bc23
slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13340 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 09:45:34 +00:00
faust3
49c553dc7f
quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13339 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 09:29:10 +00:00
rtognimp
f50e3682eb
Don't leave a messed up terminal after a crash
...
Old way:
crash: try uninit + exit (4 times)
crash: try exit(1)
crash: send self kill -9
With this patch:
crash: try uninit + exit (4 times)
crash: forget about the normal mplayer uninit codepaths and try
restore terminal by force + exit
crash: try exit
crash: send self kill -9
Patch by Jan Knutar ( jknutar at nic dot fi )
Approved by alex
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13299 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-09 19:24:12 +00:00
ivo
bdc25d636e
mplayer -af help now lists all available audio filters.
...
Updated manual page.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13270 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-06 22:27:08 +00:00
faust3
e27c39844f
slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13229 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 12:02:06 +00:00
rtognimp
afdca81f8f
EDL enhancement/fixes:
...
*Some edl's code moved from mplayer.c to edl.c (mencoder will use the
same functions)
* slighty faster
* removed MAX_EDL_ENTRIES limit (just reserve the memory we really need)
* really treat edl_records as a linked list (coz it is)
* edl now 'remembers' pending operations after a manual _seek_
* better way of handling Mute/Umute eliminates some nasty bugs
when manual seeking (scrwed up mute/unmute order, no audio after
seek, etc)
* seeking while on -edl mode now _WORKS_
Patch by Reynaldo H. Verdejo Pinochet (reynaldo at opendot dot cl)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13169 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-28 00:46:05 +00:00
faust3
626f569831
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13133 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-25 09:49:43 +00:00
mosu
51fe7e4a6a
Display the language code for subtitles from Matroska files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13130 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 21:37:41 +00:00
mosu
bddf8c6c27
Do not use globals. Put the variables into the appropriate demuxer struct instead.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13128 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 21:20:24 +00:00
mosu
55e4ded2bc
Support for subtitle switching in Matroska.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13127 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 20:58:29 +00:00
diego
ba0fc01e35
printf -> mp_msg conversion, first steps
...
patch by The Wanderer <inverseparadox@comcast.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13123 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 19:36:17 +00:00
henry
fcf77e05c4
fix compilation withoud libdvdread
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13117 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 16:50:13 +00:00
attila
8d2a80047b
Make the stepsize of volume changes, changeable by a commandline paarameter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13099 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-23 00:31:33 +00:00
joey
178974d75b
fix for audio position inaccuracy
...
also accounts for -speed option
patch by Mikulas Patocka
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13095 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-22 19:52:50 +00:00
joey
22d818c2d5
forgot some ifdef's and broke mplayer.c without ogg & dvdread
...
1L to me!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13093 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-22 19:34:13 +00:00
joey
896b8f4c2f
added runtime toggle of root window playback
...
only directx supports this at the moment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13092 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-22 19:01:56 +00:00
joey
1b8e3babb8
moved combined vobsub_lang into sub_select
...
add support for dvd subs and ogg subs into sub_select
document sub_select
vobsub_lang left as a link to sub_select for backwards compatibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13090 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-22 18:47:48 +00:00
joey
eabfd291c4
windows path seperator fixes
...
mp_basename now looks for \ and / both
new playlist parsing:
/path/to/thing is treated as a full path
c:\windows is treated as a full path
\windows is "near-full" and we prepend drive letter
file.avi is relative and we prepend path to playlist
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13011 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-12 22:33:21 +00:00
diego
8e5d1b940a
Don't drop frames when paused, fixes not displaying the pause OSD icon
...
when paused, patch by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>,
approved by Attila.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12982 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-09 18:06:08 +00:00
wight
e68d7f6858
Native darwin timer update.
...
Patch by Dan Christiansen <danchr@daimi.au.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12955 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-04 15:48:43 +00:00
rathann
8c838b7a1d
fix segfault when loading subtitles (idea by pl)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12894 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-25 00:33:32 +00:00
al
8bad258e0d
false-use-of-get_path() memleak fixes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12891 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-23 16:10:21 +00:00
alex
5eaa11ba78
individual sub_select option not interferring with vobsub_lang
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12842 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-17 12:47:12 +00:00
iive
9b0d8c680f
cache min fill adjustment, based on patch by Jeremy Huddleston
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12836 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-16 20:31:17 +00:00
diego
de22e52855
-use-stdin renamed to -noconsolecontrols.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12817 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-14 09:27:04 +00:00
reimar
ddb0d33258
fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12754 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-02 22:20:10 +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
alex
bca005762f
rtc-device cmd option by James Noble
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12682 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 10:51:44 +00:00
alex
ba3c4568fb
New 'Mixer API' with ability to change volume through libaf (this part was written by Reimar Doffinger) and lesser global variables
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12673 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 09:14:20 +00:00
mosu
adcae3e051
Support for the "custom colors" and "forced subtitles" entries in the VobSub idx. Made the parser handle whitespaces better.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12551 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-10 11:16:44 +00:00
faust3
4926bfdabb
10l on cygwin WIN32 gets defined in config.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12361 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 20:05:54 +00:00
faust3
0af4151b05
Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12359 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 16:56:00 +00:00
alex
791008230d
play the audio buffer in case of normal eof (i know the change is rude, but mplayer.c is hopelessly obfuscated)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12333 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-27 23:38:52 +00:00
nicodvb
03ca8a9eb8
slave command dvb_set_channel now takes 2 arguments: channel card
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12307 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-26 21:15:14 +00:00
rtognimp
6b19bea6e1
Fix segfault if EDL is used without video
...
Based on a patch by adland
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12208 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-14 20:50:15 +00:00
alex
504270e549
uninit immed flag
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12146 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-06 17:55:36 +00:00
rfelker
70d700b8cd
remove stupid misadvice
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12065 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 06:40:04 +00:00
ranma
b9bde11d1c
Use system clock for xscreensaver pings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12000 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-26 20:42:52 +00:00
michael
14c5a7c333
flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11978 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-18 15:23:41 +00:00
diego
f1a51e5ca7
Display Framedropping state on the OSD.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11937 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-09 20:20:24 +00:00
attila
333832e130
* changes mencoder's exit code on explicit kill to 2
...
* add quiet/noquiet to mencoder
* dont depend targets on themselfs
patch by Oswald Buddenhagen <ossi@kde.org>
additionaly moved quiet/noquiet and v/verbose to cfg-common.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11876 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 12:01:26 +00:00
diego
f603b6dc93
Happy new year to all from Argentina :-)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11779 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-12 03:47:49 +00:00
attila
1a79e7878c
prevent sig11 when $HOME is not set
...
patch by From: Martin Oberzalek <kingleo@gmx.at>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11768 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-10 11:23:42 +00:00
attila
fab8cc090f
add -codecs-file for selecting a specific codecs.conf on the comand line
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11760 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-08 18:02:31 +00:00
alex
922162fb5d
removed the historic libcss support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11593 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 21:34:05 +00:00
alex
0955d23934
vobsub seeking support by Lu Ran
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11590 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 18:35:39 +00:00
alex
85f98092f5
100l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11585 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 13:30:30 +00:00