log mplayer.c @ 33725:f3361b27a151

age author description
Tue, 05 Jul 2011 10:47:51 +0000 ib Rename the gui() symbolic constants.
Tue, 05 Jul 2011 09:33:09 +0000 ib Rename guiGetEvent() gui().
Wed, 29 Jun 2011 14:31:17 +0000 ib Rename guiGetEvent type guiSetDefaults guiNewFile.
Wed, 29 Jun 2011 14:24:39 +0000 ib Don't let MPlayer directly call user interface functions.
Tue, 28 Jun 2011 17:36:19 +0000 ib Rename guiGetEvent type guiSetVolume guiSetMixer.
Tue, 28 Jun 2011 17:23:37 +0000 ib Redraw GUI only after all necessary values have been set.
Tue, 28 Jun 2011 10:55:17 +0000 ib Change return code of guiGetEvent() to indicate success.
Tue, 28 Jun 2011 09:23:16 +0000 ib Cosmetic: Remove needless parentheses.
Tue, 28 Jun 2011 08:52:02 +0000 ib Rename guiGetEvent type guiSetAudioOnly guiSetAudio.
Tue, 28 Jun 2011 07:31:35 +0000 ib Rename guiGetEvent type guiSetValues guiSetVideo.
Mon, 27 Jun 2011 19:39:57 +0000 ib Rename guiGetEvent type guiIEvent guiRunCommand.
Mon, 27 Jun 2011 19:25:04 +0000 ib Rename guiGetEvent type guiSetParameters guiPreparation.
Mon, 27 Jun 2011 19:14:45 +0000 ib Remove guiGetEvent type guiSetDemuxer.
Mon, 27 Jun 2011 18:55:18 +0000 ib Remove guiGetEvent type guiSetFileFormat.
Mon, 27 Jun 2011 10:46:25 +0000 ib Simplify code concerning guiGetEvent type guiSetAudioOnly.
Mon, 27 Jun 2011 10:29:34 +0000 ib Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
Mon, 27 Jun 2011 10:02:04 +0000 ib Rename guiInterface_t member AudioType AudioChannels.
Fri, 24 Jun 2011 12:54:10 +0000 ib Cosmetic: Adjust indent.
Wed, 22 Jun 2011 12:53:30 +0000 ib Replace all playback integer constants by their symbolic constants.
Wed, 22 Jun 2011 12:12:50 +0000 ib Rename the symbolic playback state constants.
Wed, 22 Jun 2011 11:48:31 +0000 ib Rename guiGetEvent type guiCEvent guiSetState.
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Sun, 19 Jun 2011 16:05:35 +0000 reimar Factor out a tiny bit of common code.
Sun, 19 Jun 2011 13:58:45 +0000 ib Add const to string pointer argument that will not be modified.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Sat, 18 Jun 2011 08:07:53 +0000 reimar Spelling fix.
Sun, 12 Jun 2011 09:57:07 +0000 reimar Make mp_dvdnav_save_smpi more robust and ensure consistency of nav buffer.
Sun, 12 Jun 2011 09:17:05 +0000 reimar Spelling fix.
Sun, 12 Jun 2011 00:23:10 +0000 reimar Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.
Sat, 11 Jun 2011 15:39:00 +0000 cboesch Put code checking if at the EOS in a function.
Sat, 11 Jun 2011 15:07:37 +0000 reimar a_pos is also used by update_subtitles, so initialize it always.
Sat, 11 Jun 2011 13:52:11 +0000 cboesch Various alignment cosmetics and brackets simplifications.
Sat, 11 Jun 2011 13:27:29 +0000 cboesch Clarify child_sighandler loop.
Wed, 08 Jun 2011 18:58:10 +0000 reimar Change -udp-slave code to temporarily fall back to normal
Tue, 07 Jun 2011 00:08:06 +0000 cehoyos Fix compilation without gui.
Mon, 06 Jun 2011 11:55:35 +0000 ib Make option '-noidle' working for the GUI.
Fri, 03 Jun 2011 15:43:38 +0000 ib Define "gmplayer" as symbolic constant.
Sat, 21 May 2011 18:46:39 +0000 cigaes stream dump: print progress information.
Mon, 09 May 2011 18:47:27 +0000 cboesch Prettify main MPlayer source file.
Sat, 07 May 2011 15:30:14 +0000 ib Set GUI initialization flag earlier.
Thu, 05 May 2011 16:50:38 +0000 reimar Move m_config_free last, otherwise mp_msg might stop working
Thu, 05 May 2011 10:29:08 +0000 cboesch Doxygen cleanups in the main file.
Wed, 04 May 2011 20:38:06 +0000 reimar Avoid duplicating MP_CMD_QUIT code, even though it currently
Wed, 04 May 2011 20:13:25 +0000 reimar Move freeing of subtitle data to uninit_player so it not only happens
Sun, 01 May 2011 16:44:58 +0000 cboesch Remove some useless static and global zero initializations.
Sun, 01 May 2011 16:40:30 +0000 cboesch Remove MI2-Trailer.avi reference from filename variable comment.
Fri, 15 Apr 2011 20:41:40 +0000 reimar Avoid crash when pausing an audio-only file.
Sat, 09 Apr 2011 14:55:22 +0000 reimar Send udp master updates also when paused and let slave use normal timing
Sat, 09 Apr 2011 14:47:16 +0000 reimar Prefer snprintf over printf.
Thu, 07 Apr 2011 22:43:45 +0000 reimar Disable timing/sleep directly after seek.
Thu, 07 Apr 2011 22:30:18 +0000 reimar Move variables into block where they are used.
Sat, 26 Mar 2011 16:11:18 +0000 reimar Do not do A-V sync correction if one of the pts values is bogus
Sat, 26 Mar 2011 16:02:44 +0000 reimar Generalize previous commit: assume that a 0 frame time is always wrong
Sat, 26 Mar 2011 16:01:00 +0000 reimar For a stream without pts values time video frames based on fps
Sun, 27 Feb 2011 10:30:04 +0000 cboesch 10l: forgot mp_strings.h header include with mp_asprintf prototype.
Sat, 26 Feb 2011 11:58:53 +0000 cboesch Use mp_asprintf in get_metadata instead of limited stack buffer.
Tue, 22 Feb 2011 18:22:16 +0000 reimar Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
Mon, 14 Feb 2011 18:52:03 +0000 cboesch Remove uneeded trailing semicolon.
Thu, 10 Feb 2011 19:20:36 +0000 cigaes Fractional part of time stamp in OSD.
Sat, 05 Feb 2011 20:38:02 +0000 cboesch Add sub-paths option.