log mplayer.c @ 31971:910579aafc61

age author description
Tue, 07 Sep 2010 16:14:56 +0000 cehoyos Time-based PTS recalculation.
Tue, 07 Sep 2010 02:08:31 +0000 reynaldo Cosmetics pointed out by Diego Biurrun
Sat, 04 Sep 2010 19:24:34 +0000 reynaldo Cosmetics
Sat, 04 Sep 2010 19:09:23 +0000 reynaldo Cosmetics
Fri, 03 Sep 2010 23:49:35 +0000 reynaldo Add -edl-start-pts option to Adjust positions in EDL records according
Fri, 03 Sep 2010 18:50:03 +0000 reynaldo Add new slave mode command for loading EDL file on demand.
Fri, 27 Aug 2010 19:48:39 +0000 reimar 100l, we need to search for SetDllDirectoryA instead of SetDllDirectory
Fri, 27 Aug 2010 16:28:53 +0000 reimar Disable loading codecs from the current directory.
Mon, 23 Aug 2010 19:13:05 +0000 cigaes EOSD/ASS code factorization
Sat, 21 Aug 2010 11:36:18 +0000 reimar Remove pointless casts.
Sat, 21 Aug 2010 11:33:33 +0000 reimar Use vf_open_filter, just like in the previous change for mencoder.
Mon, 16 Aug 2010 10:33:33 +0000 reimar Do not call *_aid_from_lang when audio_lang is NULL.
Wed, 11 Aug 2010 20:59:03 +0000 reimar Add incomplete clipinf reading support to display audio
Tue, 03 Aug 2010 21:06:15 +0000 reimar 100l, do not free vo_spudec if e.g. just the audio is reinitialized.
Tue, 03 Aug 2010 17:01:13 +0000 reimar Remove useless cast.
Sat, 31 Jul 2010 16:55:57 +0000 reimar Fix compilation with --enable-crash-debug
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Mon, 26 Jul 2010 19:41:04 +0000 reimar Support for image highlights for dvdnav menus.
Wed, 21 Jul 2010 19:29:36 +0000 greg libass: remove yet another version check
Thu, 15 Jul 2010 18:18:15 +0000 reimar Reindent.
Thu, 15 Jul 2010 17:59:46 +0000 reimar Add support for parameter changes (e.g. channel count) during playback.
Wed, 14 Jul 2010 21:36:06 +0000 reimar Allow fullscreen switching during -idle. Useful in combination
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.
Thu, 08 Jul 2010 15:52:47 +0000 reynaldo Implement edl-backward-delay to avoid jumping right over an
Mon, 28 Jun 2010 09:39:49 +0000 diego Clean up #include handling in mplayer.c and mencoder.c.
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.
Sun, 14 Feb 2010 13:49:31 +0000 diego Avoid forward declarations for import_initial_playtree_into_gui() and
Sun, 14 Feb 2010 12:57:18 +0000 diego Add xscreensaver_heartbeat() declaration to x11_common.h.
Sun, 14 Feb 2010 12:39:58 +0000 diego Declare mp_input_register_options() in input/input.h.
Sun, 14 Feb 2010 11:02:05 +0000 diego Rename exit_reason_t enum to exit_reason and do not typedef it.
Sat, 13 Feb 2010 11:38:36 +0000 reimar Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
Fri, 05 Feb 2010 17:13:47 +0000 reimar Add support for loading ASS subtitles through the stream layer and thus e.g.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Sat, 23 Jan 2010 12:13:28 +0000 reimar Change code to allow playing a stream even if enabling the cache failed
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
Sun, 03 Jan 2010 11:33:33 +0000 reimar Fixup SDL configure check:
Sat, 26 Dec 2009 12:07:14 +0000 reimar Set some freed pointers to NULL.
Sat, 26 Dec 2009 12:04:48 +0000 reimar Free playtree_iter upon exiting MPlayer
Thu, 24 Dec 2009 10:26:29 +0000 reimar Remove more direct includes of libass/ass.h
Mon, 07 Dec 2009 23:11:40 +0000 reimar Add braces to avoid ambiguous else.
Tue, 24 Nov 2009 06:59:21 +0000 reimar Readjust the global number of subs when switching dvdnav track to take
Tue, 17 Nov 2009 18:28:43 +0000 reimar Remove useless check for valid fd with -dumpstream, the code does not
Fri, 13 Nov 2009 13:21:59 +0000 reimar Check that mpctx->audio_out is not NULL when trying to uninit it.
Thu, 12 Nov 2009 09:21:53 +0000 ptt Added -name, -title and -use-filename-title options and implementation in X11 vos
Wed, 11 Nov 2009 11:35:28 +0000 reimar Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.
Wed, 11 Nov 2009 11:31:36 +0000 reimar Do not call resume on unpausing if we have already reached eof while
Wed, 11 Nov 2009 11:22:12 +0000 reimar Remember which subtitle was auto-selected for dvdnav due to -slang
Wed, 11 Nov 2009 11:19:50 +0000 reimar Factor out code that decides which subtitle to play.
Sat, 07 Nov 2009 11:12:56 +0000 reimar Use switch_program property from mplayer.c to set ts_prog.
Fri, 06 Nov 2009 16:16:22 +0000 reimar Whitespace cosmetics: reindent reinit_audio_chain function
Fri, 06 Nov 2009 16:11:58 +0000 reimar Remove some useless comments/commented-out code.
Fri, 06 Nov 2009 16:10:19 +0000 reimar Split assignment from error value check to avoid overcomplicated if () condition.
Fri, 06 Nov 2009 16:08:00 +0000 reimar Reuse the init_error exit path also for init_best_audio_codec errors.
Fri, 06 Nov 2009 16:06:33 +0000 reimar Simplify: use &= instead of a = b & a;
Fri, 06 Nov 2009 16:04:39 +0000 reimar Remove some unnecessary else blocks
Fri, 06 Nov 2009 15:59:42 +0000 reimar Use an early return instead of a {} block over the whole function in reinit_audio_chain
Fri, 06 Nov 2009 15:56:30 +0000 reimar Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
Thu, 05 Nov 2009 20:59:46 +0000 reimar Change dvdnav_reset_stream to not disable subtitles, since that breaks
Tue, 29 Sep 2009 06:44:10 +0000 reimar Make -nosub work to disable subtitles even if -slang and dvd streams are used.
Mon, 28 Sep 2009 11:32:27 +0000 reimar Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
Mon, 28 Sep 2009 11:26:19 +0000 reimar Enable loading of external subtitles also for audio-only files.
Mon, 28 Sep 2009 11:24:13 +0000 reimar Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
Wed, 23 Sep 2009 21:48:48 +0000 reimar Add support for displaying subtitles on the command-line when playing
Wed, 23 Sep 2009 21:21:58 +0000 reimar Make update_subtitles work without sh_video for text subtitles.
Wed, 16 Sep 2009 18:09:48 +0000 reimar Merge two Windows-specific #if sections to simplify the condition.
Wed, 16 Sep 2009 18:07:19 +0000 reimar Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
Wed, 02 Sep 2009 19:55:24 +0000 reimar 10l, fix misplaced check in r29613, for loop detection we must compare
Wed, 02 Sep 2009 19:49:10 +0000 reimar Limit amount of data allocated on stack, strlen(filename) is not a good idea for
Wed, 02 Sep 2009 19:43:05 +0000 reimar Add support for directory-specific mplayer.conf configuration file.
Tue, 01 Sep 2009 15:52:13 +0000 reimar Make the loop detection for mov reference files less aggressive, fixes
Mon, 31 Aug 2009 10:07:44 +0000 reimar Fix per-file config file loading for DOS paths (i.e. where \ and : can
Mon, 31 Aug 2009 09:48:25 +0000 reimar Factor out code to try and load a config file only if it exists.
Mon, 03 Aug 2009 16:31:55 +0000 diego Only #include stream/dvbin.h when DVB is enabled.
Sun, 02 Aug 2009 16:00:55 +0000 diego Remove pointless #ifdefs around harmless internal header #includes.
Sun, 31 May 2009 12:48:53 +0000 reimar Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,
Sat, 30 May 2009 13:15:53 +0000 reimar 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 25 Apr 2009 12:34:24 +0000 diego sane verbosity levels for menu initialization
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Mon, 30 Mar 2009 17:05:39 +0000 reimar Set the forced_subs_only value correctly whenever a new spudec is created.
Sat, 07 Mar 2009 13:25:55 +0000 reimar Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
Sat, 21 Feb 2009 17:35:48 +0000 diego Print the version string after the command line has been parsed.
Tue, 10 Feb 2009 15:34:44 +0000 diego Add priority support for OS/2 and factorize the Windows priority support.
Mon, 09 Feb 2009 15:43:51 +0000 reimar Use SetErrorMode so Windows will not show all kinds of error dialogs
Sun, 01 Feb 2009 16:02:19 +0000 diego Do not print a warning if current pts is equal to previous pts.
Sun, 01 Feb 2009 00:00:21 +0000 compn increase max OSD message size limit
Sun, 25 Jan 2009 20:35:58 +0000 diego Factorize print_version().
Fri, 16 Jan 2009 09:41:26 +0000 reimar 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.