log mplayer.c @ 15288:7fc3a521d42b

age author description
Fri, 29 Apr 2005 10:48:32 +0000 nplourde use darwin accurate timer
Thu, 28 Apr 2005 14:43:19 +0000 reimar adds a parameter to the switch_audio command to directly select a track.
Fri, 22 Apr 2005 18:28:10 +0000 reimar Apply -srate and -channels only to the start of the filter chain, not
Fri, 15 Apr 2005 12:14:24 +0000 henry Fix OSD when switching subtitles - set the osd buffer to Subtitle: off
Mon, 11 Apr 2005 21:26:14 +0000 henry allow sub_select and vobsub_lang to select particular subtitle
Sat, 09 Apr 2005 22:38:41 +0000 henry remove force_load_font stuff moved to sub.c
Sat, 09 Apr 2005 11:20:23 +0000 henry reload font on fullscreen change when panscan is enabled
Sun, 03 Apr 2005 14:08:28 +0000 gpoirier Added support of audio stream switching in the MPEG demuxer using the #-key
Sat, 02 Apr 2005 18:29:16 +0000 faust3 windows priority support patch by Rune Petersen <runner at mail.tele.dk> with the freedom to shoot yourself in the foot
Fri, 25 Feb 2005 11:11:07 +0000 alex finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
Fri, 25 Feb 2005 04:30:53 +0000 reynaldo Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Stack handling improvements, Patch by Oded Shimon
Thu, 17 Feb 2005 15:56:25 +0000 reimar Make seek command parameter float.
Sat, 12 Feb 2005 14:45:54 +0000 henry command to log current subtitle to file
Fri, 04 Feb 2005 19:19:42 +0000 faust3 avoid null pointer dereference with .ssa subtitles when the video codec is missing patch by Philip Chong <pchong at ic.eecs.berkeley.edu>
Sat, 29 Jan 2005 21:26:20 +0000 reimar Print CPUflags and extension support on x86_64, too
Fri, 21 Jan 2005 18:25:44 +0000 mosu Handle missing palettes in the info part of VobSubs in Matroska files correctly by giving mplayer a NULL pointer. This way it will use a default palette instead of black only. Patch by Csillag Kristof (fenwick () freemail ! hu)
Mon, 17 Jan 2005 21:28:29 +0000 faust3 print the actual commandline to stdout, too
Thu, 06 Jan 2005 00:06:56 +0000 diego RTC support on FreeBSD, inspired by a patch from Michael Johnson
Sun, 02 Jan 2005 14:10:13 +0000 diego happy new year
Mon, 27 Dec 2004 19:43:13 +0000 reimar 100l, buf etc. in af_fmt2str call are already pointers...
Mon, 27 Dec 2004 19:34:42 +0000 reimar Do not use audio plugins anymore
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Sun, 26 Dec 2004 10:46:39 +0000 reimar Set message level of the added subtitle message to INFO, fixes bug #139
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