log mp_core.h @ 30918:be200e917ae1

age author description
Sun, 14 Feb 2010 11:02:05 +0000 diego Rename exit_reason_t enum to exit_reason and do not typedef it.
Sun, 14 Feb 2010 10:53:20 +0000 diego Fix exit_player() usage throughout the codebase.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Mon, 04 Jan 2010 21:38:45 +0000 reimar At startup and while seeking avoid to introduce pointless sleeps and possibly
Mon, 04 Jan 2010 21:27:08 +0000 reimar Also reset time_frame and next_frame_time on reset, it makes no sense to
Tue, 02 Dec 2008 19:53:41 +0000 reimar Print ID_EXIT and exit reason message in identify mode when exiting.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Tue, 27 May 2008 18:39:57 +0000 ben Add a slave command to stop stream playback.
Mon, 31 Mar 2008 04:10:51 +0000 uau mp_core.h: Fix use of 'mp_image_t' without definition
Tue, 04 Mar 2008 23:35:24 +0000 diego Add necessary #includes to pass 'make checkheaders'.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Fri, 01 Feb 2008 20:11:14 +0000 reimar ao_functions_t should be const, part 1
Wed, 30 Jan 2008 07:21:05 +0000 ulion Split osd related stuff from mp_core.h into new header file mp_osd.h.