log mplayer.c @ 14197:2ae224195625

age author description
Tue, 21 Dec 2004 12:25:59 +0000 reimar Use demuxer_get_percent_pos for the OSD position bar
Sun, 19 Dec 2004 16:59:39 +0000 reimar Hopefully fixes problems with non-working vobsubs.
Fri, 17 Dec 2004 16:23:50 +0000 reimar Set mixer.afilter at a more appropriate place.
Fri, 10 Dec 2004 23:04:54 +0000 reimar 10l, should check for != NULL before using not after...
Thu, 02 Dec 2004 14:37:16 +0000 aurel enable the run slave commande even without libmenu
Wed, 01 Dec 2004 12:22:39 +0000 reimar use a configurable-size ringbuffer instead of a pipe for buffering key events.
Fri, 26 Nov 2004 10:32:53 +0000 henry rescale the fonts with hidden OSD too
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Sat, 20 Nov 2004 10:51:13 +0000 reimar add "pausing" prefix for MPlayer commands
Mon, 15 Nov 2004 15:29:39 +0000 iive free freetype descriptor and library and mconfig data right before exit
Mon, 15 Nov 2004 09:09:29 +0000 diego Reduce excessive verbosity.
Sat, 13 Nov 2004 16:10:32 +0000 reimar fix scrolling status line in windows
Tue, 09 Nov 2004 20:09:26 +0000 reimar use get_screen_size from getch2.c instead of ioctl, fixes bug #131.
Sun, 07 Nov 2004 19:58:42 +0000 reimar fix insane CPU usage with ao_null
Fri, 05 Nov 2004 21:44:20 +0000 reynaldo Replaces edl_mute_count with togle making code more understandable, other trivial list suggested changes too, Patch by Oded Shimon
Wed, 03 Nov 2004 21:37:09 +0000 reynaldo Fix broken seek while on edl and audio only, spoted by Oded Shimon
Wed, 03 Nov 2004 20:48:19 +0000 reynaldo Fix EDL mute behavior, Patch by Oded Shimon
Wed, 03 Nov 2004 00:08:03 +0000 reynaldo fixed some doxygen comments, patch by Oded Shimon
Tue, 02 Nov 2004 23:06:12 +0000 reimar reworked the status line to avoid scrolling and remove duplicate code.
Thu, 28 Oct 2004 23:25:18 +0000 reimar Allow attaching gdb on crash automatically.
Tue, 26 Oct 2004 21:38:57 +0000 reynaldo Fixed 2 debug edl messages
Tue, 26 Oct 2004 09:32:51 +0000 reimar cmd can be NULL when leaving the paused mode and using the GUI
Sat, 23 Oct 2004 18:57:06 +0000 reimar 100l for playback speed changing in audio-only case
Sat, 23 Oct 2004 18:40:25 +0000 reimar 10l, missing playback_speed argument in mp_msg call.
Wed, 20 Oct 2004 20:07:50 +0000 reimar allow changing playback speed during playback.
Mon, 18 Oct 2004 21:16:45 +0000 faust3 10l, patch by Jan Knutar <jknutar@nic.fi>
Tue, 12 Oct 2004 22:10:56 +0000 reimar allow to step only one frame forward by pressing s.
Sun, 10 Oct 2004 17:39:07 +0000 reimar Do not loose commands while paused.
Thu, 07 Oct 2004 00:14:23 +0000 diego printf --> mp_msg conversion
Tue, 28 Sep 2004 14:00:49 +0000 joey show ogg subtitle language on OSD, if available