Tue, 22 Feb 2011 18:22:16 +0000 |
reimar |
Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
|
Mon, 14 Feb 2011 18:52:03 +0000 |
cboesch |
Remove uneeded trailing semicolon.
|
Thu, 10 Feb 2011 19:20:36 +0000 |
cigaes |
Fractional part of time stamp in OSD.
|
Sat, 05 Feb 2011 20:38:02 +0000 |
cboesch |
Add sub-paths option.
|
Sat, 05 Feb 2011 20:05:38 +0000 |
cboesch |
Revert 32857: FPS should be double everywhere, not float.
|
Sat, 05 Feb 2011 19:05:02 +0000 |
cboesch |
FPS are in float in sh_video, not double.
|
Wed, 02 Feb 2011 18:30:20 +0000 |
reimar |
Fix r32824: It broke -frames and many, many other things.
|
Thu, 27 Jan 2011 20:39:01 +0000 |
reimar |
Continue playing even if we reached video EOF if there is still audio
|
Thu, 27 Jan 2011 19:34:40 +0000 |
reimar |
Cosmetics: move if and following { onto same line.
|
Wed, 26 Jan 2011 21:51:43 +0000 |
reimar |
Update PAUSED status line with cache fill status if it changed.
|
Wed, 26 Jan 2011 21:48:15 +0000 |
reimar |
Convert cache_fill_status into a function so we always get the latest state,
|
Wed, 26 Jan 2011 21:24:49 +0000 |
reimar |
Change MSGTR_Paused definition to allow simplifying some code.
|
Sun, 23 Jan 2011 13:04:15 +0000 |
cboesch |
Replace hacky vobsub loading with a new clean one.
|
Sun, 16 Jan 2011 12:18:39 +0000 |
cboesch |
Reindent (and prettify) after 32791.
|
Sun, 16 Jan 2011 12:11:14 +0000 |
cboesch |
Get rid of the "main" label.
|
Mon, 10 Jan 2011 19:18:51 +0000 |
cboesch |
Add size based support for -endpos in MPlayer.
|
Mon, 03 Jan 2011 19:39:31 +0000 |
cboesch |
Factorize ROUND() redefinitions macro.
|
Sat, 25 Dec 2010 16:58:00 +0000 |
cboesch |
Remove pointless case braces.
|
Fri, 24 Dec 2010 23:02:24 +0000 |
cboesch |
Factorize subtitles loading between mplayer and mencoder.
|
Sun, 19 Dec 2010 14:15:44 +0000 |
cboesch |
Simplify video format condition in get_metadata.
|
Sun, 19 Dec 2010 14:09:21 +0000 |
cboesch |
Remove pointless case braces in get_metadata.
|
Sun, 19 Dec 2010 14:03:24 +0000 |
cboesch |
Fix potential heap overflow in get_metadata.
|
Sat, 04 Dec 2010 10:24:42 +0000 |
cboesch |
Make use of mp_basename in a few places.
|
Fri, 26 Nov 2010 20:52:35 +0000 |
reimar |
build_afilter_chain is not safe to use directly, thus make it
|
Tue, 16 Nov 2010 21:06:52 +0000 |
cboesch |
Export mp_basename in a function instead of duplicate macros in various places
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Sun, 07 Nov 2010 12:47:40 +0000 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
Wed, 27 Oct 2010 17:47:13 +0000 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
Wed, 27 Oct 2010 17:37:29 +0000 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
Wed, 27 Oct 2010 17:08:36 +0000 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
Wed, 27 Oct 2010 17:03:26 +0000 |
cigaes |
Move eosd.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:58:23 +0000 |
cigaes |
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:38:51 +0000 |
cigaes |
Move spudec.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:28:50 +0000 |
cigaes |
Create a new directory, "sub", for subtitles and OSD related code.
|
Thu, 21 Oct 2010 18:19:30 +0000 |
diego |
Implement a basic capture feature, available through -capture.
|
Sun, 17 Oct 2010 15:23:33 +0000 |
reimar |
Move gui-specific code out of common_init, it certainly does
|
Sat, 09 Oct 2010 15:04:50 +0000 |
reimar |
Avoid duplicating common init code between MPlayer and mencoder.
|
Sat, 09 Oct 2010 14:17:06 +0000 |
reimar |
Remove some commented-out and generally useless code.
|
Mon, 04 Oct 2010 06:40:32 +0000 |
reimar |
1000l, %lf is not valid format string for printf (only for scanf) and actually
|
Sun, 03 Oct 2010 13:45:29 +0000 |
diego |
Remove some dead and commented-out variable declarations and assignments.
|
Fri, 17 Sep 2010 15:13:37 +0000 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
Fri, 10 Sep 2010 13:52:56 +0000 |
diego |
Remove unnecessary cache_fill_status #define.
|
Thu, 09 Sep 2010 16:54:35 +0000 |
diego |
Move cache_fill_status extern declaration to cache2.h, where it belongs.
|
Thu, 09 Sep 2010 10:42:01 +0000 |
diego |
Mark libmenu_vfs declaration as const, fixes the warning:
|
Wed, 08 Sep 2010 19:35:02 +0000 |
diego |
Refactor all font_fontconfig extern declarations to libvo/font_load.h.
|
Wed, 08 Sep 2010 18:34:21 +0000 |
diego |
Move vf_info_menu extern declaration to menu.h, where it belongs.
|
Wed, 08 Sep 2010 17:55:35 +0000 |
diego |
Refactor *demuxer_name extern declarations to demuxer.h.
|
Wed, 08 Sep 2010 17:47:26 +0000 |
reimar |
Remove useless ifdef.
|
Wed, 08 Sep 2010 05:29:05 +0000 |
reimar |
Add synchronization of multiple MPlayer instances over UDP.
|
Tue, 07 Sep 2010 23:29:49 +0000 |
diego |
Rename decode_audio() to mp_decode_audio().
|
Tue, 07 Sep 2010 16:24:34 +0000 |
cehoyos |
Revert r31349 "Make -mc 1 the default".
|
Tue, 07 Sep 2010 16:20:52 +0000 |
cehoyos |
Improve A/V sync when not using -correct-pts.
|
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.
|