Sun, 19 Sep 2004 18:45:11 +0000 |
faust3 |
handle sigchld in mplayer.c
|
Fri, 17 Sep 2004 02:28:44 +0000 |
diego |
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
|
Thu, 16 Sep 2004 09:25:56 +0000 |
faust3 |
make it possible to use the run command from a menu config file, based on a patch by Aurelien Jacobs <aurel@gnuage.org>
|
Wed, 15 Sep 2004 11:26:45 +0000 |
faust3 |
fix ineffectual video equalizer command line options, patch by kiriuja <mplayer-bugs at en-directo.net>, closes #37, some more variable docu by me
|
Wed, 15 Sep 2004 09:45:34 +0000 |
faust3 |
slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
|
Wed, 15 Sep 2004 09:29:10 +0000 |
faust3 |
quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
|
Thu, 09 Sep 2004 19:24:12 +0000 |
rtognimp |
Don't leave a messed up terminal after a crash
|
Mon, 06 Sep 2004 22:27:08 +0000 |
ivo |
mplayer -af help now lists all available audio filters.
|
Thu, 02 Sep 2004 12:02:06 +0000 |
faust3 |
slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
|
Sat, 28 Aug 2004 00:46:05 +0000 |
rtognimp |
EDL enhancement/fixes:
|
Wed, 25 Aug 2004 09:49:43 +0000 |
faust3 |
10l
|
Tue, 24 Aug 2004 21:37:41 +0000 |
mosu |
Display the language code for subtitles from Matroska files.
|
Tue, 24 Aug 2004 21:20:24 +0000 |
mosu |
Do not use globals. Put the variables into the appropriate demuxer struct instead.
|
Tue, 24 Aug 2004 20:58:29 +0000 |
mosu |
Support for subtitle switching in Matroska.
|
Tue, 24 Aug 2004 19:36:17 +0000 |
diego |
printf -> mp_msg conversion, first steps
|
Tue, 24 Aug 2004 16:50:13 +0000 |
henry |
fix compilation withoud libdvdread
|
Mon, 23 Aug 2004 00:31:33 +0000 |
attila |
Make the stepsize of volume changes, changeable by a commandline paarameter
|
Sun, 22 Aug 2004 19:52:50 +0000 |
joey |
fix for audio position inaccuracy
|
Sun, 22 Aug 2004 19:34:13 +0000 |
joey |
forgot some ifdef's and broke mplayer.c without ogg & dvdread
|
Sun, 22 Aug 2004 19:01:56 +0000 |
joey |
added runtime toggle of root window playback
|
Sun, 22 Aug 2004 18:47:48 +0000 |
joey |
moved combined vobsub_lang into sub_select
|
Thu, 12 Aug 2004 22:33:21 +0000 |
joey |
windows path seperator fixes
|
Mon, 09 Aug 2004 18:06:08 +0000 |
diego |
Don't drop frames when paused, fixes not displaying the pause OSD icon
|
Wed, 04 Aug 2004 15:48:43 +0000 |
wight |
Native darwin timer update.
|
Sun, 25 Jul 2004 00:33:32 +0000 |
rathann |
fix segfault when loading subtitles (idea by pl)
|
Fri, 23 Jul 2004 16:10:21 +0000 |
al |
false-use-of-get_path() memleak fixes.
|
Sat, 17 Jul 2004 12:47:12 +0000 |
alex |
individual sub_select option not interferring with vobsub_lang
|
Fri, 16 Jul 2004 20:31:17 +0000 |
iive |
cache min fill adjustment, based on patch by Jeremy Huddleston
|
Wed, 14 Jul 2004 09:27:04 +0000 |
diego |
-use-stdin renamed to -noconsolecontrols.
|
Fri, 02 Jul 2004 22:20:10 +0000 |
reimar |
fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi).
|
Sat, 26 Jun 2004 13:26:11 +0000 |
diego |
Fix GUI compilation, patch by Reimar Dffinger and Alexander Strasser.
|
Sat, 26 Jun 2004 10:51:44 +0000 |
alex |
rtc-device cmd option by James Noble
|
Sat, 26 Jun 2004 09:14:20 +0000 |
alex |
New 'Mixer API' with ability to change volume through libaf (this part was written by Reimar Doffinger) and lesser global variables
|
Thu, 10 Jun 2004 11:16:44 +0000 |
mosu |
Support for the "custom colors" and "forced subtitles" entries in the VobSub idx. Made the parser handle whitespaces better.
|
Fri, 30 Apr 2004 20:05:54 +0000 |
faust3 |
10l on cygwin WIN32 gets defined in config.h
|
Fri, 30 Apr 2004 16:56:00 +0000 |
faust3 |
Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
|
Tue, 27 Apr 2004 23:38:52 +0000 |
alex |
play the audio buffer in case of normal eof (i know the change is rude, but mplayer.c is hopelessly obfuscated)
|
Mon, 26 Apr 2004 21:15:14 +0000 |
nicodvb |
slave command dvb_set_channel now takes 2 arguments: channel card
|
Wed, 14 Apr 2004 20:50:15 +0000 |
rtognimp |
Fix segfault if EDL is used without video
|
Tue, 06 Apr 2004 17:55:36 +0000 |
alex |
uninit immed flag
|
Thu, 25 Mar 2004 06:40:04 +0000 |
rfelker |
remove stupid misadvice
|
Thu, 26 Feb 2004 20:42:52 +0000 |
ranma |
Use system clock for xscreensaver pings
|
Wed, 18 Feb 2004 15:23:41 +0000 |
michael |
flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
|
Mon, 09 Feb 2004 20:20:24 +0000 |
diego |
Display Framedropping state on the OSD.
|
Thu, 29 Jan 2004 12:01:26 +0000 |
attila |
* changes mencoder's exit code on explicit kill to 2
|
Mon, 12 Jan 2004 03:47:49 +0000 |
diego |
Happy new year to all from Argentina :-)
|
Sat, 10 Jan 2004 11:23:42 +0000 |
attila |
prevent sig11 when $HOME is not set
|
Thu, 08 Jan 2004 18:02:31 +0000 |
attila |
add -codecs-file for selecting a specific codecs.conf on the comand line
|
Mon, 08 Dec 2003 21:34:05 +0000 |
alex |
removed the historic libcss support
|
Mon, 08 Dec 2003 18:35:39 +0000 |
alex |
vobsub seeking support by Lu Ran
|
Mon, 08 Dec 2003 13:30:30 +0000 |
alex |
100l
|
Mon, 08 Dec 2003 12:14:32 +0000 |
alex |
Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
|
Sun, 30 Nov 2003 16:36:10 +0000 |
joey |
runtime 'stay-on-top' functionality
|
Sat, 01 Nov 2003 15:17:01 +0000 |
attila |
Patch by Nico <nsabbi@libero.it>
|
Thu, 30 Oct 2003 15:02:16 +0000 |
mosu |
Do not display VobSubs whose timecodes are < 0 which would make all VobSubs appear from the start on upon seeking. Patch by "Reder, Uwe" <Uwe.Reder@3SOFT.de>.
|
Thu, 23 Oct 2003 22:44:25 +0000 |
iive |
make 'your system is too slow' appear only once
|
Wed, 22 Oct 2003 22:58:42 +0000 |
arpi |
100000l again
|
Thu, 16 Oct 2003 21:06:43 +0000 |
mosu |
Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.
|
Sat, 04 Oct 2003 01:24:50 +0000 |
rfelker |
1000l to pl, this made mplayer crash when playing playlists longer
|
Mon, 29 Sep 2003 09:53:27 +0000 |
pl |
fix a memory leak when playing several files in a row (playlist for instance)
|