log mplayer.c @ 31514:c6195b5575cc

age author description
Mon, 28 Jun 2010 09:35:18 +0000 diego cosmetics: Move volstep global var to the top where all other global vars live.
Mon, 28 Jun 2010 09:25:56 +0000 diego Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.
Mon, 21 Jun 2010 20:44:12 +0000 reynaldo Improves EDL to avoid jumping into a skipped out scene. It also
Wed, 16 Jun 2010 18:59:10 +0000 diego Replace common options template by a common options array.
Wed, 16 Jun 2010 17:33:17 +0000 reimar SIGPIPE is not really a crash, try to exit cleanly in case we receive one.
Sun, 13 Jun 2010 17:10:52 +0000 reimar Remove unused mp_input_init parameter.
Tue, 08 Jun 2010 20:11:01 +0000 cehoyos Make -mc 1 the default.
Mon, 07 Jun 2010 17:52:28 +0000 reimar Print media start time with -identify.
Mon, 07 Jun 2010 17:12:49 +0000 reimar Move code printing -identify output for a file to a separate function.
Sat, 05 Jun 2010 16:46:25 +0000 reimar If we have no FPS value, try enabling -correct-pts mode, it does
Fri, 04 Jun 2010 18:46:22 +0000 reimar Do not use libass functions if it is disabled.
Thu, 03 Jun 2010 20:39:41 +0000 reimar If an invalid pts value is detected, try to to make up some if it seems
Thu, 03 Jun 2010 08:17:51 +0000 cehoyos Simplify libass version check.
Wed, 02 Jun 2010 20:21:29 +0000 cehoyos Fix compilation with external libass.
Mon, 31 May 2010 19:10:57 +0000 aurel backport ass_flush_events() from upstream libass and make use of it
Sat, 29 May 2010 10:13:39 +0000 diego misc cosmetics: K&R style nits, #include placement, indentation
Sun, 23 May 2010 23:22:25 +0000 reimar Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some
Sun, 25 Apr 2010 16:09:56 +0000 reimar Fix crash if a DVD is played with dvdnav:// and without video
Sun, 21 Mar 2010 08:34:09 +0000 diego Rename SetCodecPath() --> set_codec_path().
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Sat, 20 Mar 2010 23:27:07 +0000 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
Thu, 18 Mar 2010 20:57:49 +0000 diego Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
Thu, 18 Mar 2010 20:44:01 +0000 reimar Split codec path related code into a separate file to fix Windows build.
Wed, 17 Mar 2010 09:12:51 +0000 komh Follow a more proper way to support -codecpath.
Mon, 15 Mar 2010 08:30:06 +0000 komh Add -codecpath option.
Sun, 07 Mar 2010 09:13:18 +0000 reimar Use int64_t instead of long for variable containing current playback time.
Mon, 22 Feb 2010 14:11:33 +0000 diego Add required mplayer.h and access_mpcontext.h #includes.
Fri, 19 Feb 2010 23:35:21 +0000 reimar Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.
Fri, 19 Feb 2010 19:41:17 +0000 diego Remove some pointless '#if 1' preprocessor directives.
Sun, 14 Feb 2010 14:54:48 +0000 diego Declare vf_menu_pause_update in libmenu/menu.h.