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.
|
Fri, 16 Jan 2009 08:45:35 +0000 |
reimar |
More #ifdef -> #if
|
Sat, 10 Jan 2009 20:01:47 +0000 |
diego |
Add missing const qualifier to mpctx_get_audio_out function declaration.
|
Thu, 01 Jan 2009 10:24:19 +0000 |
reimar |
Avoid a uselessly high number of wakeups when playing audio-only files.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Tue, 02 Dec 2008 19:53:41 +0000 |
reimar |
Print ID_EXIT and exit reason message in identify mode when exiting.
|
Sun, 23 Nov 2008 12:45:07 +0000 |
reimar |
Reimplement -endchapter support again for -dump*, it was broken in r25987.
|
Fri, 31 Oct 2008 18:44:45 +0000 |
diego |
Add an option that sets initial playback volume.
|
Mon, 27 Oct 2008 22:51:22 +0000 |
aurel |
Factorize vobsub idx/extradata handling.
|
Mon, 27 Oct 2008 22:34:33 +0000 |
aurel |
Avoid calling init_vo_spudec() too early.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Fri, 26 Sep 2008 21:17:01 +0000 |
nicodvb |
slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com
|
Thu, 25 Sep 2008 17:42:56 +0000 |
reimar |
Since the pause loop now also runs commands, set mpctx->was_paused
|
Thu, 25 Sep 2008 17:40:33 +0000 |
reimar |
Add an experimental pausing_keep_force slave mode command prefix
|
Sat, 09 Aug 2008 15:45:00 +0000 |
diego |
Use translatable string instead of hardcoded message for process priority.
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Thu, 07 Aug 2008 10:36:07 +0000 |
diego |
Rename font-related preprocessor directives.
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Mon, 04 Aug 2008 06:16:23 +0000 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Fri, 01 Aug 2008 20:28:58 +0000 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
Wed, 30 Jul 2008 18:07:19 +0000 |
diego |
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Sat, 26 Jul 2008 21:58:00 +0000 |
reimar |
Use GetTimerMS() instead of time() with srand.
|
Mon, 16 Jun 2008 18:42:58 +0000 |
reimar |
Try harder to honour CTRL+C etc. during dumpstream
|
Sun, 15 Jun 2008 13:37:44 +0000 |
diego |
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
|
Sun, 15 Jun 2008 12:56:09 +0000 |
diego |
Remove pointless HELP_MP_DEFINE_STATIC definition.
|
Sat, 07 Jun 2008 12:57:23 +0000 |
ben |
Rename some functions as they are mplayer related and not
|
Fri, 06 Jun 2008 13:28:25 +0000 |
diego |
Fix the linking of TOOLS/netstream and TOOLS/vivodump.
|
Tue, 27 May 2008 18:39:57 +0000 |
ben |
Add a slave command to stop stream playback.
|
Sat, 24 May 2008 07:47:11 +0000 |
reimar |
Re-add (hackish) support for -chapter (only start chapter, end is not supported) with -dumpstream.
|
Wed, 21 May 2008 20:46:05 +0000 |
reimar |
Avoid crash with video stream switching and -nosound
|
Tue, 13 May 2008 17:26:41 +0000 |
ben |
Delcare a dvdnav-specific input section if the currently played
|
Mon, 12 May 2008 20:40:42 +0000 |
eugeni |
Cosmetics: remove some commented code.
|
Mon, 12 May 2008 20:40:39 +0000 |
eugeni |
Change subtitle selection order by giving "indirect" ways of specifying the
|
Sat, 10 May 2008 15:03:04 +0000 |
reimar |
Request a timer resolution of 1 ms on Windows, the default of
|
Wed, 23 Apr 2008 20:14:14 +0000 |
corey |
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
|
Mon, 14 Apr 2008 11:21:29 +0000 |
albeu |
Add options to disable some or all config files.
|
Sun, 13 Apr 2008 19:18:51 +0000 |
albeu |
Replace the trivial command line preparser with a more robust version
|
Wed, 09 Apr 2008 00:36:28 +0000 |
albeu |
Remove the need for code using stream to export an mp_input_check_interrupt()
|
Wed, 02 Apr 2008 01:01:22 +0000 |
uau |
Add some const qualifiers to reduce warnings
|
Tue, 01 Apr 2008 15:24:53 +0000 |
uau |
Remove unnecessary includes
|
Sun, 30 Mar 2008 16:55:46 +0000 |
eugeni |
Support 'default' attribute for audio and subtitle tracks.
|
Fri, 28 Mar 2008 08:30:53 +0000 |
reimar |
Handle property commands in idle mode.
|
Mon, 17 Mar 2008 20:21:16 +0000 |
reimar |
Experimental support for -framedrop with -correct-pts.
|
Fri, 07 Mar 2008 17:16:10 +0000 |
diego |
cosmetics: Decrapify the indentation of the last few blocks of main().
|
Tue, 04 Mar 2008 21:45:36 +0000 |
diego |
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
|
Mon, 03 Mar 2008 09:53:18 +0000 |
diego |
Add ID_SEEKABLE information to -identify output.
|
Fri, 29 Feb 2008 17:25:50 +0000 |
eugeni |
Select audio stream in mplayer and mencoder, overriding demuxer decision.
|
Fri, 29 Feb 2008 17:25:44 +0000 |
eugeni |
Demuxer-independent subtitle track selection.
|
Thu, 28 Feb 2008 19:41:40 +0000 |
reimar |
Attempt to fix -chapter broken for mkv in r25987
|
Fri, 22 Feb 2008 06:57:51 +0000 |
diego |
Fix continuous scrolling on OS/2 due to status line updates unless -quiet
|
Thu, 21 Feb 2008 16:20:33 +0000 |
diego |
OS/2 getch2() support
|
Thu, 21 Feb 2008 16:15:31 +0000 |
diego |
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
|
Wed, 20 Feb 2008 08:51:53 +0000 |
diego |
Remove pointless #ifdefs around extern declarations.
|
Thu, 14 Feb 2008 14:50:34 +0000 |
reimar |
Change force_fps and force_ofps to double
|