Wed, 26 Oct 2011 15:12:35 +0000 |
diego |
Add missing mp_msg.h #includes, remove some unnecessary ones.
|
Tue, 05 Jul 2011 12:05:06 +0000 |
ib |
Cosmetic: Change prefix for symbolic constants from GMP to GUI.
|
Tue, 05 Jul 2011 10:47:51 +0000 |
ib |
Rename the gui() symbolic constants.
|
Tue, 05 Jul 2011 09:33:09 +0000 |
ib |
Rename guiGetEvent() gui().
|
Sat, 02 Jul 2011 22:55:52 +0000 |
reimar |
Fix type to match read_pnm arguments.
|
Wed, 29 Jun 2011 15:22:22 +0000 |
ib |
Don't let MPlayer directly call user interface functions.
|
Mon, 27 Jun 2011 19:39:57 +0000 |
ib |
Rename guiGetEvent type guiIEvent guiRunCommand.
|
Mon, 27 Jun 2011 10:29:34 +0000 |
ib |
Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
|
Sun, 19 Jun 2011 16:48:33 +0000 |
reimar |
Move init_vo_spudec to mp_common.c and reuse it in mencoder.
|
Sat, 18 Jun 2011 14:33:41 +0000 |
ib |
Cosmetic: Rename some GUI variables and functions.
|
Tue, 07 Jun 2011 13:17:05 +0000 |
ib |
Fix segmentation fault when pressing U (stop playing) in GUI.
|
Thu, 28 Apr 2011 13:45:16 +0000 |
diego |
Add missing osdep/strsep.h #include where strsep() is used.
|
Sat, 23 Apr 2011 16:48:36 +0000 |
reimar |
Fix DVD angle cycling up.
|
Sat, 23 Apr 2011 16:41:11 +0000 |
reimar |
Fix audio/video ID mapping for slave commands to correspond to the
|
Thu, 27 Jan 2011 20:51:11 +0000 |
reimar |
Force subtitles to be redrawn on sub_scale change.
|
Mon, 03 Jan 2011 19:39:31 +0000 |
cboesch |
Factorize ROUND() redefinitions macro.
|
Sat, 11 Dec 2010 12:44:39 +0000 |
reimar |
Allow cycling subtitles backwards with 'J'.
|
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
|
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.
|
Sat, 23 Oct 2010 10:16:34 +0000 |
reimar |
Change capture feature to append to file instead of overwriting.
|
Sat, 23 Oct 2010 10:14:43 +0000 |
reimar |
Simplify and fix capture feature to not always return an error.
|
Fri, 22 Oct 2010 20:39:43 +0000 |
cigaes |
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.
|
Thu, 21 Oct 2010 18:19:30 +0000 |
diego |
Implement a basic capture feature, available through -capture.
|