log mplayer.c @ 20179:be692800bc0c

age author description
Thu, 12 Oct 2006 18:06:18 +0000 reimar Cosmetics for previous mplayer.c patch
Thu, 12 Oct 2006 18:03:28 +0000 reimar Simplify mp_property_audio
Thu, 12 Oct 2006 14:11:39 +0000 ptt modifications pointed out by reimar doffinger
Wed, 11 Oct 2006 17:25:46 +0000 ptt added OSD audio switching visualization
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()