log mplayer.c @ 21119:5f9009952814

age author description
Tue, 21 Nov 2006 15:43:23 +0000 reimar Move vo_spudec initialization into a separate function, for later reuse
Mon, 20 Nov 2006 11:37:23 +0000 uau Move pause loop into a separate function.
Mon, 20 Nov 2006 09:12:07 +0000 uau Reorganize code to move more things out of main().
Sun, 19 Nov 2006 23:16:15 +0000 nicodvb in mp_property_{video,audio} permit uniniting of the corresponding chain
Sun, 19 Nov 2006 19:39:16 +0000 reimar Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,
Sun, 19 Nov 2006 18:08:03 +0000 uau Fix printf format/argument count mismatch in mp_property_video
Sun, 19 Nov 2006 17:55:38 +0000 uau Move subtitle updating to a separate function, fix inverted condition
Sun, 19 Nov 2006 16:15:05 +0000 voroshil new slave command: radio_step_freq
Sun, 19 Nov 2006 14:23:54 +0000 reimar Generalize subtitle switching, demux_ogg does not need a special case
Sun, 19 Nov 2006 11:21:09 +0000 reimar Make sure sh_video == NULL when reinit_video_chain fails.
Sun, 19 Nov 2006 10:52:23 +0000 reimar Do not just skip a file when vo init fails, instead try to play it
Sat, 18 Nov 2006 18:23:38 +0000 nicodvb switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-1
Sat, 18 Nov 2006 15:50:31 +0000 uau When changing playback speed write the current speed to OSD only after
Sat, 18 Nov 2006 14:33:04 +0000 nicodvb switch_program property to switch to/set a new program
Sat, 18 Nov 2006 12:38:03 +0000 reimar more mp_property_deinterlace simplification, patch by
Sat, 18 Nov 2006 12:34:06 +0000 nicodvb implemented M_PROPERTY_SET in mp_property_{audio,video}
Sat, 18 Nov 2006 12:30:48 +0000 reimar reinit_video_chain might set sh_video = NULL, so check against that.
Sat, 18 Nov 2006 07:38:58 +0000 uau Mark some functions static
Fri, 17 Nov 2006 20:11:52 +0000 reimar Support palette for general vobsub
Fri, 17 Nov 2006 19:03:53 +0000 reimar consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.
Fri, 17 Nov 2006 18:18:28 +0000 reimar Minor mp_property_deinterlace simplification
Fri, 17 Nov 2006 18:16:21 +0000 reimar Add deinterlace property, patch by Carl Eugen Hoyos
Thu, 16 Nov 2006 21:25:35 +0000 nicodvb handle video stream switch using 'switch_video' property'
Thu, 16 Nov 2006 21:22:07 +0000 nicodvb moved video codec/filters/outdevice initialization code to specific function
Tue, 14 Nov 2006 19:52:21 +0000 reimar Introduce step_property command.
Tue, 14 Nov 2006 19:24:41 +0000 reimar Fix Unkown -> Unknown typo
Tue, 14 Nov 2006 14:02:55 +0000 uau Use vf control for reading pts from vf_vo
Tue, 14 Nov 2006 13:41:24 +0000 reimar Fix statement-before-declaration warnings.
Tue, 14 Nov 2006 12:39:49 +0000 uau Remove write-only variable
Tue, 14 Nov 2006 12:29:20 +0000 uau Update OSD contents only after the correct values for the frame are known.
Tue, 14 Nov 2006 09:52:49 +0000 uau Move xscreensaver_heartbeat call next to vo check_events
Tue, 14 Nov 2006 09:29:03 +0000 uau Replace sleep time calculation in main() with a separate function.
Tue, 14 Nov 2006 06:56:17 +0000 uau simplify
Tue, 14 Nov 2006 06:49:37 +0000 uau Move -frames check out of frame flip code (like -endpos earlier)
Tue, 14 Nov 2006 06:44:16 +0000 uau Remove some unused code.
Tue, 14 Nov 2006 06:35:55 +0000 uau Move endpos handling from page flip code to a saner location, change < to <=
Tue, 14 Nov 2006 06:25:02 +0000 uau move vo event check together with gui event check
Tue, 14 Nov 2006 05:56:20 +0000 uau Remove some incorrect code
Tue, 14 Nov 2006 04:17:41 +0000 uau Try filling audio buffers more if they're very large, add some comments.
Tue, 14 Nov 2006 03:13:45 +0000 uau Move audio playing code from main() into a separate function.
Tue, 14 Nov 2006 01:59:46 +0000 uau Remove useless check.
Tue, 14 Nov 2006 01:40:06 +0000 uau Split some from main() into separate functions.
Wed, 08 Nov 2006 18:31:04 +0000 uau Change value used to indicate "unknown audio format" from 0 to -1.
Tue, 07 Nov 2006 22:57:42 +0000 nicodvb now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts
Wed, 01 Nov 2006 18:41:25 +0000 reimar ARCH_X86 simplifications
Sun, 29 Oct 2006 15:26:13 +0000 eugeni Move ass_library initialization code to ass_mp.c.
Sun, 29 Oct 2006 03:23:23 +0000 eugeni Always initialize and destroy ass_library.
Sun, 29 Oct 2006 00:23:12 +0000 uau Always initialize libass to fix crashes caused by use without initialization.
Sat, 28 Oct 2006 15:07:18 +0000 eugeni Libass interface reworked:
Sat, 21 Oct 2006 23:45:41 +0000 reimar Do not forget to clear subtitles when switching files for embedded subtitles.
Sat, 21 Oct 2006 09:32:58 +0000 ptt applied patch for -endpos, to work without a blit_frame, pointed out by Andrew Savchenko
Sun, 15 Oct 2006 21:27:15 +0000 rtogni Disable loading of file-specific configuration file from the same
Sat, 14 Oct 2006 16:31:41 +0000 reimar Remove unused ABS define
Thu, 12 Oct 2006 18:15:07 +0000 reimar 10l, used MSGTR_Unknown instead of lang in mp_property_audio
Thu, 12 Oct 2006 18:10:45 +0000 reimar simplify mp_property_sub
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()
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