log mp_core.h @ 37195:ac6c37d85d65 default tip

age author description
Tue, 30 Oct 2012 16:58:50 +0000 reimar Mark exit_player functions as noreturn.
Thu, 18 Aug 2011 19:15:06 +0000 reimar Remove strange pts locking code that would never really result in good
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Thu, 05 May 2011 05:29:58 +0000 reimar Forgotten part of previous commit: add INITIALIZED_SUBS
Fri, 26 Nov 2010 20:52:35 +0000 reimar build_afilter_chain is not safe to use directly, thus make it
Wed, 27 Oct 2010 16:28:50 +0000 cigaes Create a new directory, "sub", for subtitles and OSD related code.
Sat, 11 Sep 2010 22:24:16 +0000 diego Add required config.h #includes.
Tue, 07 Sep 2010 16:14:56 +0000 cehoyos Time-based PTS recalculation.
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Sat, 10 Jul 2010 20:48:50 +0000 reimar Change global subtitle numbering scheme so that demuxers can "asynchronously"
Sat, 10 Jul 2010 18:06:04 +0000 reimar Get rid of useless INITIALIZED_SPUDEC flag.
Fri, 18 Jun 2010 16:16:38 +0000 reimar Fix type: struct mp_image_s no longer exists, it is now
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.
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.