log mp_core.h @ 27195:5eb532ff5793

age author description
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.
Sat, 26 Jan 2008 11:51:34 +0000 ben Add support for dvdnav still frames playback.
Tue, 01 Jan 2008 21:35:58 +0000 diego Add multiple inclusion guards to all header files that lack them.
Tue, 04 Dec 2007 12:34:44 +0000 ulion When auto loading subs, log warning instead of error for load failure.
Sun, 02 Dec 2007 14:24:23 +0000 reimar Mark several uses of vo_functions_t as const to stop some of the current
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Sat, 25 Aug 2007 16:03:02 +0000 diego Fix warnings:
Sat, 25 Aug 2007 13:28:25 +0000 diego Fix warnings:
Sun, 12 Aug 2007 12:21:07 +0000 diego Declare all vo_gamma variables in libvo/video_out.h and remove them from
Wed, 18 Jul 2007 13:02:08 +0000 Gabrov fix redundant redeclaration warning
Mon, 09 Jul 2007 14:51:47 +0000 albeu Move loop_times into mpctx.
Sun, 11 Mar 2007 06:16:14 +0000 uau Move the sh_audio->delay field to mpctx->delay.
Thu, 22 Feb 2007 20:44:48 +0000 uau Move some related variables together & add a comment
Wed, 21 Feb 2007 21:59:33 +0000 uau Cleanup, move "global" state from the frame_time_remaining mainloop
Wed, 21 Feb 2007 00:49:24 +0000 uau Split command/property handling from mplayer.c to a new file command.c.