Commit Graph

1027 Commits

Author SHA1 Message Date
ptt 127339a624 another round to get it in utf-8...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27410 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-04 09:23:29 +00:00
diego 02135001b4 Change a bunch of video/audio-output-specific preprocessor directives from
a HAVE_ prefix to a CONFIG_ prefix.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27402 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-03 15:21:40 +00:00
diego 3b31fa5717 Rename two GUI-related preprocessor directives:
HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27375 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 13:44:59 +00:00
diego 4b141479da Start unifying names of internal preprocessor directives.
Replace all USE_ prefixes by CONFIG_ prefixes to indicate
options which are configurable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27373 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 12:01:30 +00:00
Gabrov b0c1710aa0 synced with r27326
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27327 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-18 16:04:31 +00:00
ptt 20d81382ac restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27325 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-18 09:35:44 +00:00
kraymer 85305320f1 r27123: Add verbose messages about trying and searching for audio output drivers.
Add messages showing why a specified audio output driver failed to be used.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27164 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-30 12:39:51 +00:00
kraymer 03ca76a15b r27067: Remove pointless #ifdef.
r27068: Remove pointless HELP_MP_DEFINE_STATIC definition.
r27069: -alang/-slang do not depend on dvdread support.
r27071: Add the ugly HELP_MP_DEFINE_STATIC back, [...]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27163 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-30 12:39:48 +00:00
kraymer 9efccaa58a r27066: update comments, whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27162 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-30 12:39:45 +00:00
kraymer 3813ffbf77 r27065: whitespace consistency cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27161 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-30 12:39:42 +00:00
kraymer e9ba5a0db6 r26863: make use of the new MGA_VID_VERSION ioctl to check
r26900: Fix typo in string name.
r26901: mga_vid string wording fix
r26911: mga_vid driver wording fixes
r27063: Move message about which adapter is used to verbose mode.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27160 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-30 12:39:39 +00:00
kraymer 5f8fafff6c r25605: properties to get and set angle
r25663: add support for per protocol and per extension playback profile loading
r25947: Add windows cp1256 encoding for arabic, fixes bug #1007
r26067: Check glyph bounding box before rasterizing and complain if it is too large.
r26649: Fix some not entirely correct and misleading messages.
r26762: Add a new suboption to -vo xv and -vo xvmc that allows ...
r26795: Add support for AppleIR Remote as an input under Linux systems.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27159 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-30 12:39:37 +00:00
kraymer 400811f503 r24924: Add audio filter scaletempo
r25058: Add missed translatable string in my previous commit
r25158: Make up missed update for osd message.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27158 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-30 12:39:33 +00:00
kraymer 3737b00347 r24790: Disable channel scanner when no tuner is present.
r24892: move errors and a warning to help_mp-en.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27156 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-29 11:32:12 +00:00
kraymer df55746a31 remove trailing whitespaces
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27155 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-29 11:31:54 +00:00
gpoirier 5144b63daa sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27140 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-28 12:19:19 +00:00
kraymer 20c782e27b r24772: DirectShow based tv:// driver for win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27137 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-25 14:44:39 +00:00
corey 5eee4632d3 Add verbose messages about trying and searching for audio output drivers.
Add messages showing why a specified audio output driver failed to be used.

Based on a patch from Bryan Henderson, giraffedata [[]] gmail :: com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27123 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-22 19:25:54 +00:00
diego 54a2ad68df cosmetics: Group entries by directory instead of randomly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27072 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 14:36:23 +00:00
diego ca8d41adb5 Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
./help_mp.h:21: warning: 'help_text' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27071 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 13:37:44 +00:00
diego 9c9ed25b2e cosmetics: Remove empty line for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27070 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 13:22:10 +00:00
diego b34a522786 -alang/-slang do not depend on dvdread support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27069 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 13:05:21 +00:00
diego da3eec542c Remove pointless HELP_MP_DEFINE_STATIC definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27068 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 12:56:09 +00:00
diego 4e09a179df Remove pointless #ifdef.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27067 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 12:51:12 +00:00
diego 5bc498aa74 update comments, whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27066 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 12:37:30 +00:00
diego cf167fccf2 whitespace consistency cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27065 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 12:36:01 +00:00
diego bbd838e308 Remove now unused messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27064 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 12:18:03 +00:00
diego c31a0a07c7 Move message about which adapter is used to verbose mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27063 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 12:13:29 +00:00
diego 6c852424d0 Slightly reduce VIDIX video output verbosity.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27040 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-08 21:51:00 +00:00
Gabrov 44f4ae1a29 synced with r26967
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26968 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-02 18:40:35 +00:00
diego 03a30e3a59 Remove extra messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26920 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 12:56:44 +00:00
diego 062cb2816a Fix mismatching messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26919 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 12:53:40 +00:00
diego 7621a77c54 Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26918 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 12:43:58 +00:00
gpoirier cbb51f853a fix problems picked up by mphelp_check.py
patch by cedric viou %Cedric P Dumez-Viou A obs-nancay P fr%


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26917 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 11:55:39 +00:00
diego 03e8826213 mga_vid driver wording fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26911 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-28 10:25:09 +00:00
diego 1bb19a7f48 Move messages header file creation to a separate shell script.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26910 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 22:03:21 +00:00
diego 2aa93c54f5 Use 'grep -q' instead of redirecting grep output to /dev/null.
The -q option is part of POSIX.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26902 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 14:33:16 +00:00
diego f4724c6a9a mga_vid string wording fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26901 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 13:32:00 +00:00
diego 90c5b9d782 Fix typo in string name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26900 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 13:30:50 +00:00
gpoirier e0f1fc5d90 sync w/r26863, patch by JRaSH % jrash06 A 163 P com %
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26877 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-25 17:01:04 +00:00
attila abd22b8f48 make use of the new MGA_VID_VERSION ioctl to check
whether the installed driver has the version
we expect it to have.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26863 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-23 20:18:06 +00:00
voroshil 721baa16f4 r26512: consistently print fps with three digits of precision
r26649: Fix some not entirely correct and misleading messages.
r26762: Add a new suboption to -vo xv and -vo xvmc that allows selection
r26795: Add support for AppleIR Remote as an input under Linux systems.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26845 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-21 16:27:35 +00:00
Gabrov d1a59246f3 synced with r26839
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26840 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-20 14:52:02 +00:00
diego 5f7c758c80 Move the logic that decides if untranslated messages need to be added to
help_mp.h into the helper script that generates those messages.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26832 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 23:33:46 +00:00
ben dc6d14fb1b Add support for AppleIR Remote as an input under Linux systems.
This requires Linux 2.6 with evdev and appleir drivers.
The keymapping is done to mimics the one that was done for MacOSX.

WARNING: Most distributions do not seems to bother and only let root
access to the device. Modify udev rules accordingly if you want regular
user to be able to use the remote.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26795 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 11:53:00 +00:00
ben 531000e6ae Add a new suboption to -vo xv and -vo xvmc that allows selection
of XVideo adaptor to be used (instead of default one, which is #0).

This is useful for example if you'd rather like to use the original
Overlay renderer of your GPU instead of the texture blitting engine
(which is usually default), which is number one cause of nasty
video tearing effects.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26762 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-13 17:52:25 +00:00
Gabrov 2bc80831e9 synced with r26729
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26730 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-11 09:30:58 +00:00
ptt 6b48b82de6 synced with r26649
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26677 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-06 15:10:14 +00:00
eugeni 34349f673d Fix some not entirely correct and misleading messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26649 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-02 23:32:32 +00:00
corey 0decac38d3 consistently print fps with three digits of precision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26512 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-23 20:20:25 +00:00