log mplayer.c @ 20000:df32602be04f

age author description
Mon, 25 Sep 2006 16:47:56 +0000 ptt after a long time, finally i could add -endpos option to mplayer executable.
Sat, 23 Sep 2006 13:06:55 +0000 diego Fix the sound mute switch in the GUI menu by moving the corresponding
Sat, 23 Sep 2006 11:07:58 +0000 reimar Fix audio stream switching with demux_mkv:
Sat, 23 Sep 2006 10:27:32 +0000 nicodvb when changing chapter, in the osd print the channel number in a more natural form:
Tue, 19 Sep 2006 22:44:19 +0000 nicodvb show in the osd the number of the button selected by the mouse
Tue, 19 Sep 2006 21:42:43 +0000 jonas §Ænitial button value is -1. Only (button>0) is a correct button selection.
Sat, 16 Sep 2006 15:25:31 +0000 nicodvb report mouse coordinates after movement to dvdnav; this permits to enable button selection using the mouse; patch by Jonas Jermann and me
Sat, 16 Sep 2006 15:13:41 +0000 nicodvb report to mplayer with a slave command the coordinates of the pointer reported by x11; rescale coordinates to [0,1]x[0,1] range - patch by Jonas Jermann and me
Fri, 15 Sep 2006 17:26:30 +0000 nicodvb don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann
Fri, 15 Sep 2006 13:27:59 +0000 eugeni Add repeated screenshot mode to vf_screenshot.
Tue, 12 Sep 2006 16:24:23 +0000 attila * remove extern definitions of functions in .c files
Sat, 09 Sep 2006 22:40:22 +0000 nicodvb in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()
Sat, 09 Sep 2006 21:45:23 +0000 nicodvb first touch of support for dvdnav menus; the selection is based on the keyboard selection and is completely blind: there's not the slightest visual feedback
Sat, 09 Sep 2006 21:32:06 +0000 nicodvb unconditionally include label goto_enable_cache (to be used next by dvdnav)
Sat, 09 Sep 2006 11:57:43 +0000 gpoirier fix broken term_osd output in update_osd_msg()
Sat, 09 Sep 2006 02:08:52 +0000 uau Disable rtc timing by default.
Mon, 28 Aug 2006 17:05:18 +0000 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
Sat, 26 Aug 2006 09:44:20 +0000 ben extended slave mode with metadata retrieval commands
Fri, 25 Aug 2006 23:14:32 +0000 ben added new helpers to allow easy metadata retrieval and make libmenu use them
Fri, 25 Aug 2006 19:22:51 +0000 ben new option for libmenu that allow display of properties and metadata of currently played stream
Thu, 24 Aug 2006 22:10:43 +0000 eugeni Add VFCTRL_DRAW_EOSD.
Tue, 22 Aug 2006 20:55:49 +0000 ben added new filter option to menu file browser to only display some files according to extension
Mon, 21 Aug 2006 23:19:11 +0000 diego support for disabling/enabling bitmap font support from configure
Mon, 21 Aug 2006 19:19:00 +0000 nicodvb demuxer_seek_chapter() returns informations about chapters count and name
Mon, 21 Aug 2006 09:28:01 +0000 gpoirier fix null pointer check in add_subtitles,
Fri, 18 Aug 2006 16:52:23 +0000 nicodvb seek to chapter using newly introduced demux_seek_chapter()
Tue, 15 Aug 2006 19:25:46 +0000 eugeni Add subdata to ass_track conversion for external subtitles.
Sun, 13 Aug 2006 16:45:20 +0000 ivo fix segfault if an unknown property is requested
Tue, 08 Aug 2006 14:13:51 +0000 reimar Reintroduce an ugly variant of the -gui/-nogui options.
Sun, 06 Aug 2006 18:55:34 +0000 eugeni Add matroska chapter seeking capability.
Sat, 05 Aug 2006 18:23:10 +0000 uau Don't crash if audio init fails.
Fri, 04 Aug 2006 18:40:19 +0000 reimar Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed otherwise).
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Fri, 28 Jul 2006 23:17:45 +0000 uau Set user_muted in mp_property_mute(). Fixes mute turning off when
Fri, 28 Jul 2006 16:33:27 +0000 uau cosmetics: fix incorrect indentation left by reimar and extra word in
Fri, 28 Jul 2006 13:59:50 +0000 uau Remove code that prevented the OSD current time from going back by one
Wed, 26 Jul 2006 18:52:33 +0000 reimar demuxer might not set i_bps, so do not divide by it in that case
Sun, 16 Jul 2006 01:40:24 +0000 reynaldo marks several strings inside structs as const when they hold just
Sat, 15 Jul 2006 16:03:12 +0000 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Wed, 12 Jul 2006 10:37:11 +0000 uau Fix = vs == typo
Mon, 10 Jul 2006 02:41:06 +0000 rfelker 1000000000l to whoever added c++ decl crap, probably uau..
Sat, 08 Jul 2006 13:59:17 +0000 reimar No point in checking for X for windows gui, in addition the hackish
Sat, 08 Jul 2006 11:03:18 +0000 reimar Change use_gui detection to accept also filenames only containing
Fri, 07 Jul 2006 18:27:58 +0000 eugeni Indentation fix (cosmetics).
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).
Fri, 07 Jul 2006 18:02:49 +0000 eugeni Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
Fri, 07 Jul 2006 11:20:06 +0000 reimar Remove windows-specific hack that interfered with relative path
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Thu, 06 Jul 2006 01:51:31 +0000 vayne Initial win32 gui release.
Wed, 05 Jul 2006 22:47:44 +0000 reynaldo Modifies behavior of -edlout
Tue, 04 Jul 2006 20:40:18 +0000 nicodvb support for audio streams that appear after unsuccessful probing
Mon, 03 Jul 2006 23:18:06 +0000 reynaldo parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
Fri, 30 Jun 2006 04:09:29 +0000 reynaldo more sizeof(char) fun
Sun, 25 Jun 2006 21:16:52 +0000 ben switch_ratio -1 slave command restores aspect ratio to default value (geexbox patch)
Wed, 21 Jun 2006 23:50:23 +0000 uau Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")
Wed, 21 Jun 2006 20:29:45 +0000 michael send flip_page() through the filter chain
Fri, 16 Jun 2006 21:52:25 +0000 uau Rewrite audio EOF handling logic fixing some problems that could cause
Fri, 16 Jun 2006 20:21:37 +0000 uau Fix definition of reinit_audio_chain().
Fri, 16 Jun 2006 19:06:00 +0000 nicodvb removed old dvdnav code
Wed, 14 Jun 2006 21:58:17 +0000 nicodvb restored support for dvdnav only in the stream layer; all other functionalities are disabled
Wed, 14 Jun 2006 20:20:28 +0000 uau When playing an audio only file use audio time instead of video time to
Wed, 14 Jun 2006 19:48:54 +0000 uau Clean up audio pts handling, make audio pts tracking in the audio-only
Sun, 11 Jun 2006 21:29:00 +0000 nicodvb include stream_dvd's interface from libmpdemux/stream_dvd.h
Sun, 11 Jun 2006 21:16:12 +0000 nicodvb moved audio codec/filters/out to a separate function that is called both at init() and to switch audio stream
Tue, 09 May 2006 07:17:19 +0000 diego Unconditionally compile Matroska demuxer - oops, part missed in initial commit.
Fri, 05 May 2006 17:30:52 +0000 uau Don't blit frame if we hit EOF and no new frame is read. Fixes picture
Thu, 27 Apr 2006 22:13:59 +0000 uau Remove a useless variable.
Thu, 27 Apr 2006 13:22:23 +0000 diego spelling/grammar/wording fixes in doxygen and non-doxygen comments
Thu, 27 Apr 2006 13:16:40 +0000 uau Remove useless "#if 0" blocks
Thu, 27 Apr 2006 12:40:29 +0000 uau Make EDL compilation unconditional
Thu, 27 Apr 2006 11:13:21 +0000 uau Change common pts variables from floats to doubles. Individual demuxers
Tue, 25 Apr 2006 22:34:40 +0000 uau The code setting the OSD seek direction indicator for absolute seeks was
Tue, 25 Apr 2006 21:36:02 +0000 uau Remove updating of vo_mouse_timer_const from the main loop and also
Tue, 25 Apr 2006 20:32:46 +0000 nicodvb simplified management of dvb channel switching
Mon, 24 Apr 2006 21:33:50 +0000 albeu Doxygen attack! - Chapter 2
Mon, 24 Apr 2006 11:00:20 +0000 rtognimp 5 - Drop more buffered audio data left from old position when seeking.
Mon, 24 Apr 2006 10:58:40 +0000 rtognimp 4 - Implement a better way to calculate current audio pts and use it for
Mon, 24 Apr 2006 10:26:19 +0000 rtognimp 1 - Remove kernel HZ=100 assumptions that are no longer true from
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Sun, 23 Apr 2006 23:26:12 +0000 diego Remove support for default.sub.
Sun, 23 Apr 2006 23:14:58 +0000 diego Kill an unused variable warning.
Sun, 23 Apr 2006 15:39:51 +0000 albeu Add properties to get/set the stream position and get the stream
Sun, 23 Apr 2006 14:48:15 +0000 albeu Align osd_show_text with osd_show_property_text.
Sun, 23 Apr 2006 14:31:54 +0000 albeu Add a new command: osd_show_property_text that show an expanded property
Sat, 22 Apr 2006 19:29:02 +0000 albeu Handle the tv color control commands with the properties.
Sat, 22 Apr 2006 14:30:22 +0000 albeu Add properties for the tv input color controls.
Wed, 19 Apr 2006 21:06:12 +0000 reimar add a newline before the "Playing"... line
Mon, 17 Apr 2006 16:31:42 +0000 corey Include buffered decoded audio in A-V sync calculations.
Sat, 15 Apr 2006 09:36:53 +0000 reimar do not try to load default.sub when it doesn't exist. Fixes bug #480.
Fri, 14 Apr 2006 10:57:41 +0000 reimar fix A-V sync overcorrection for desync due to too slow hardware.
Thu, 06 Apr 2006 12:12:08 +0000 reimar sh_audio->delay is adjusted in the wrong direction when changing audio_delay
Thu, 30 Mar 2006 23:47:03 +0000 rfelker more cruft
Thu, 30 Mar 2006 23:44:35 +0000 rfelker arrg more of this stupid cruft
Mon, 27 Mar 2006 18:33:23 +0000 albeu Fix stepping in the playtree when interupting libmpdemux.
Fri, 24 Mar 2006 20:42:23 +0000 albeu Get rid of 2 osd related hacks.
Fri, 24 Mar 2006 19:32:23 +0000 albeu Subtitles properties: move sub_select, sub_pos, sub_visibilty,
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Thu, 23 Mar 2006 15:17:23 +0000 albeu Fix osd_show_msg alignment and make sure msg strings
Thu, 23 Mar 2006 01:22:43 +0000 albeu Convert fullscreen, panscan, color controls, ontop, rootwin,
Wed, 22 Mar 2006 23:05:13 +0000 albeu Move audio_delay to a property and add a few read only properties to
Wed, 22 Mar 2006 16:35:17 +0000 albeu Add an option to list the properties: -list-properties
Wed, 22 Mar 2006 00:19:02 +0000 albeu Add the new property API and implement a couple properties.
Tue, 21 Mar 2006 23:09:52 +0000 michael feed something (hopefully correct timestamps) into the video filter chain
Sat, 18 Mar 2006 18:48:14 +0000 diego Print the mute state on the OSD.
Sat, 18 Mar 2006 18:13:22 +0000 albeu Enable gui key bindings only when running the gui. Fix enter and esc
Sun, 05 Mar 2006 08:55:08 +0000 nicodvb restored the ability to disable subtitles when cycling with slave command 'sub_select' (previously broken in release 1.900)
Thu, 02 Mar 2006 21:19:57 +0000 nicodvb don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch by calking a ieee d org
Mon, 20 Feb 2006 09:36:10 +0000 corey New option: -ignore-start
Sat, 18 Feb 2006 09:26:39 +0000 corey dwStart support for mplayer.
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Fri, 13 Jan 2006 20:06:59 +0000 nicodvb dvd subtitles should be disabled by default, and enabled specifying -sid or -slang; this fix also restores the display of other subtitles types when dvd subs are present
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Sun, 08 Jan 2006 10:18:18 +0000 henry fix premature end of audio playback (audio only)
Wed, 04 Jan 2006 15:28:02 +0000 gpoirier Update copyright date to 2006
Mon, 02 Jan 2006 20:40:25 +0000 nicodvb don't reset dvdsub->id unless -slang is specified; assign default sub stream id when demux->sub->id is -1 (autodetect)
Sat, 31 Dec 2005 07:37:37 +0000 henry check the intermediate audio buffer
Thu, 29 Dec 2005 11:27:22 +0000 ods15 change erase to end of line, fall back to old behavior if no termcap found
Tue, 27 Dec 2005 10:42:02 +0000 ods15 Fix erase to end of line with windows, windows terminal does not support
Sun, 25 Dec 2005 19:22:48 +0000 ods15 add "pausing_keep" and "pausing_toggle" input cmd prefixes
Sun, 25 Dec 2005 18:26:35 +0000 ods15 Use termcap "erase to end of line" character code instead of using spaces
Wed, 07 Dec 2005 05:12:07 +0000 ods15 Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll
Tue, 06 Dec 2005 08:52:18 +0000 ods15 Fix EDL to be per file, allow -edlout and -edl together as there is really
Tue, 06 Dec 2005 08:42:48 +0000 ods15 new -msglevel option, constrols msg level for every msg module
Mon, 05 Dec 2005 01:18:10 +0000 rathann mplayer.c:1928: warning: implicit declaration of function 'cache_uninit'
Sun, 27 Nov 2005 23:29:33 +0000 albeu Add a function to remove osd msg and use it to remove the "OSD: enabled"
Sun, 20 Nov 2005 23:44:46 +0000 albeu Make the osd command only switch between enabled/disabled when
Wed, 16 Nov 2005 16:51:48 +0000 albeu Big OSD cleanup. Replace the mess with 100's of counter vars
Thu, 10 Nov 2005 22:25:54 +0000 joey add a switch, slave command, and vo control to toggle borderless window.
Wed, 09 Nov 2005 23:18:38 +0000 ptt reordered subtitles language OSD display, since it worked bad for ogm...
Sun, 06 Nov 2005 18:01:52 +0000 faust3 there is no sh_video for audio only files
Sun, 06 Nov 2005 16:16:04 +0000 ranma 10l: osd_show_dvd_nav_highlight is just a flag
Sun, 06 Nov 2005 14:44:49 +0000 ranma Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead
Sat, 05 Nov 2005 17:25:34 +0000 ranma Translated strings might be longer than the originals. One unnecessary dependancy on string length fixed; quadrupled buffer size for matroska case
Sat, 05 Nov 2005 01:27:38 +0000 ptt Enabled OSD localization / moved msgs to help/help_mp-en.h
Thu, 03 Nov 2005 14:19:25 +0000 albeu Autoload vobsub's from ~/.mplayer/sub
Mon, 17 Oct 2005 18:16:28 +0000 rfelker new message was even worse -- B/s means bytes per second, not sample!
Sun, 16 Oct 2005 19:14:09 +0000 faust3 allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>
Thu, 13 Oct 2005 22:41:30 +0000 ivo exit mplayer if audio filter init fails (same as mencoder does)
Wed, 12 Oct 2005 20:40:05 +0000 reimar Missing space in status line
Wed, 12 Oct 2005 14:37:03 +0000 ods15 change to switch/case for dumpsub
Tue, 11 Oct 2005 15:51:46 +0000 reimar -frames plays one frame too many.
Tue, 04 Oct 2005 13:59:25 +0000 reimar Show total time when playing audio-only files
Mon, 19 Sep 2005 16:33:39 +0000 gpoirier Prints -identify output for:
Thu, 15 Sep 2005 03:08:35 +0000 diego Add comments to a few #endif statements in order to make clear which
Wed, 14 Sep 2005 23:21:44 +0000 reimar consistency fix: OSD bar for gamma changes should only appear when gamma
Sun, 11 Sep 2005 06:42:32 +0000 henry screenshot filter
Mon, 05 Sep 2005 12:05:29 +0000 reimar clear OSD when playing new file
Fri, 02 Sep 2005 17:11:00 +0000 diego Replace bps by B/s when it means bytes per second to avoid ambiguity since
Fri, 02 Sep 2005 08:44:55 +0000 ods15 Adds -idle, an option to make MPlayer wait for input ('loadfile' or
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Fri, 02 Sep 2005 08:29:30 +0000 gpoirier allow multiple help clauses on the command line, Patch by kiriuja " mplayer-patches AH en-directo POUM net "
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