log mplayer.c @ 16323:60c6693b2b2b

age author description
Wed, 31 Aug 2005 02:15:03 +0000 nplourde add key_down_eventto slave mode, used to inject key down event with mplayer_put_key
Sat, 27 Aug 2005 19:45:11 +0000 ods15 adds 'ID_DEMUXER=avi' to -identify...
Tue, 23 Aug 2005 07:56:29 +0000 reimar ensure that audio-only files are decoded till the end by not only
Mon, 15 Aug 2005 08:30:43 +0000 reimar loadfile/loadlist can now also add files to the playlist
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sun, 31 Jul 2005 00:26:07 +0000 iive remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
Sun, 24 Jul 2005 12:56:07 +0000 wight Remove untranslatable strings
Fri, 22 Jul 2005 17:11:39 +0000 reimar define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer
Thu, 21 Jul 2005 14:03:52 +0000 iive Fix few memleaks on exit.
Sun, 03 Jul 2005 10:09:09 +0000 reimar Do not count skipped/broken frames when using -frames
Thu, 30 Jun 2005 10:22:09 +0000 reimar Missing part of the last commit (got merged in on cvs update :-( )
Thu, 30 Jun 2005 10:11:50 +0000 reimar simplify osd-status display, and allow e.g. osd -2 to get the old behaviour
Thu, 30 Jun 2005 09:38:55 +0000 diego Make the OSD display state information when cycling OSD states with 'o'.
Fri, 24 Jun 2005 10:50:53 +0000 reimar make -srate work again, unify audio filter init and preinit.
Mon, 20 Jun 2005 23:07:35 +0000 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
Thu, 09 Jun 2005 20:13:53 +0000 reimar Add sub_load and sub_remove slave commands.
Wed, 01 Jun 2005 09:01:41 +0000 reimar strdup subtitle filename at a more appropriate place, fixing memleaks and
Sat, 28 May 2005 21:28:40 +0000 reimar keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwise
Wed, 18 May 2005 11:38:06 +0000 reimar new get_time_pos slave mode commando
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
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
Tue, 28 Sep 2004 13:51:20 +0000 joey fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
Tue, 28 Sep 2004 13:43:47 +0000 joey make sure exit_player gets called
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 :-)