Commit Graph

584 Commits

Author SHA1 Message Date
vayne bfa0a1c441 proper fix for avoiding file skipping when mplayer is already playing a file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21915 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 21:20:47 +00:00
diego 35c48c5c3b Do not add libavutil unconditionally to CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21895 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 06:24:13 +00:00
gpoirier c6ff802f20 compile fix after latest swscaler changes (r21888)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21890 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-12 23:44:27 +00:00
vayne 2c2a233ac2 small oops fix from my last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21790 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 21:33:40 +00:00
vayne 43592897f2 fix to allow adding multiple files to the playlist with the open file dialog.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21786 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 18:35:22 +00:00
vayne 6d9ce96d9f remove two unused functions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21781 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 15:36:54 +00:00
vayne 42552b211a avoid code duplication.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21780 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 15:31:48 +00:00
diego d45ebc8fea Replace deprecated vo_plugin_args by vf_settings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21445 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-02 17:29:56 +00:00
diego 7a3457baea cosmetics: Rename functions and variable names from vop to vf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21444 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-02 17:24:17 +00:00
reimar bc55a3fb67 Compile fix since libvo/sub.h include was removed from mplayer.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21433 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-02 10:00:03 +00:00
diego 4b87011106 Remove duplicate OPTFLAGS from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21391 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 15:17:49 +00:00
diego b7b22bd874 Remove some superfluous include CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21390 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 15:14:03 +00:00
reimar f9b2e78d79 Remove some of the worst "headers include headers which include
completely unrelated headers" mess.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21386 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 14:08:24 +00:00
reimar 38e9890c05 Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since
it both is more correct and is available on gtk1 under the same name.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21284 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 21:21:27 +00:00
diego dc2be42703 Merge common parts of all Makefiles into one file included by all.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:12:36 +00:00
diego 9b56c962e7 Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
already exists, both get included at the same time in some files...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21243 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:37:37 +00:00
diego 0507f7f35a simplify
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21233 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 17:16:21 +00:00
diego d487e055fd Remove commented-out cruft.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21232 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 17:14:31 +00:00
diego 27b0177662 Remove superfluous comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 16:12:36 +00:00
uau 544233bded Make compilation depending on USE_OSD unconditional.
USE_OSD was hardcoded to true in configure, manually turning it off
would break compilation, and most OSD-related code wasn't affected by it
anyway so it did nothing useful.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21177 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-22 19:21:16 +00:00
uau 2b50b7ddab Make compilation depending on USE_SUB unconditional.
USE_SUB was hardcoded to true in configure, manually turning it off
would break compilation, and there's no apparent reason why having all
subtitle code under #ifdefs (even working ones) would be worth the
clutter.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21156 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-21 20:48:17 +00:00
diego cf4bf03dc2 Unify dep/depend targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-20 11:18:01 +00:00
diego 3829ecb1a2 Remove remnants of long-gone libfame.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 22:57:14 +00:00
reimar 74a504f25b ARCH_X86 simplifications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20593 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-01 18:41:25 +00:00
eugeni 18beb11c3d Add ASS subtitle rendering options to gui.
Patch by Piotr Kaczuba <pepe at attika dot ath dot cx>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20440 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 00:05:14 +00:00
diego 70e30009b4 Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20266 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-16 13:26:22 +00:00
reimar f19fba1d05 Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handling
so that Volume names are updated after changing media.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20251 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 18:33:39 +00:00
reimar fa1aab0091 strcat->strcpy simplification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20243 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 16:06:06 +00:00
reimar 5c98e52e54 Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DVD drive.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20241 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 15:34:50 +00:00
vayne 4e7fd628bf as per request, fullscreen and mute options have been added to the context menus.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20217 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-14 20:50:08 +00:00
vayne 3ec87e80d9 code simplification and minor bug fix for files restarting rather than moving to the next file within the playlist.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20200 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-13 17:30:41 +00:00
vayne 489846074c indentation fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20140 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-09 18:37:16 +00:00
vayne a649e78529 added a simple timer to hide the mouse when in fullscreen mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20138 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-09 18:22:57 +00:00
vayne ddc392e2b4 fixed a crash bug as a result of the last change, as well as file skipping (hopefully)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20137 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-09 18:21:50 +00:00
reimar 2aabecca89 a + b => (a + b) for defines, just to be sure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20108 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 10:02:40 +00:00
diego dfce3e3f9c Add ASS subtitles to the subtitles file chooser dialog.
patch by Piotr Kaczuba, pepe attika_ath_cx


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 18:39:06 +00:00
diego abf834607f Do not compile with -DDEBUG by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20004 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-29 09:46:06 +00:00
diego 3460d03a84 Fix #ifdef indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20003 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-29 09:21:53 +00:00
vayne 448a04d2bb bug fix for replaying files when double clicking in the playlist.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20002 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-28 20:42:03 +00:00
diego bc633a5c4c Fix longstanding drag and drop bug: Only n-1 files get played when n files
get queued via drag and drop.
patch by laurent wozniak, laurent.wozniak at laposte dot net


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19992 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-27 11:24:28 +00:00
reimar 4137480167 Avoid buffer overflow: memory has do be allocated accordingly when overwriting a string!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19954 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-23 14:36:25 +00:00
reimar c466bd5d89 Do not assign constant string to audio_driver_list, it is supposed
to contain malloc'd strings


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19953 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-23 14:34:32 +00:00
vayne 6275f005bf fix for disabling screensaver when in fullscreen mode while using the sub window.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19903 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-18 23:05:57 +00:00
vayne 9ff3217bb0 ISO C90 warnings fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19724 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-06 17:44:41 +00:00
vayne c83c0bea03 bug fix for starting gmplayer with -fs when using the sub window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19577 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-28 18:42:01 +00:00
vayne 8b636ad366 vo_colorkey change to avoid clashes with other black windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19576 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-28 18:40:22 +00:00
reimar ccf75d6711 Get rid of demux_aid_vid_mismatch mess.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19546 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 19:17:04 +00:00
vayne 9ad95ec9fd Further fullscreen switching improvements. Fixes sub window position bug when exiting a file from fullscreen. Fixes sub window position when switching between windows and fullscreen modes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19541 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 16:52:51 +00:00
diego c3cd36d20e Remove backup files from the win32 subdir as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19499 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 23:04:48 +00:00
gpoirier 18f18eb2dc Fix audio stream selection in Gtk GUI
Patch by Rich % rincebrain A gmail P com %
Original Thred:
Date: Aug 19, 2006 11:33 AM
Subject: [MPlayer-dev-eng] [PATCH] Fix audio stream selection in Gtk GUI


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19467 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 18:52:55 +00:00