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.
|