log mp_core.h @ 25415:a0a6541b1944

age author description
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.