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