Uoti Urpala
b34a88e4f4
translations: tweak cases that relied on concatenating adjacent strings
...
Tweak some code parts that used to rely on string literals from
translation macros being concatenated with other adjacent string
literals. Break up the resulting string into independently translated
parts, so that the existing translations for those parts can still be
used.
2010-03-07 21:35:23 +02:00
Uoti Urpala
5234c72e28
Restore collapsed whitespace in output messages
...
For some reason commit e306174952
, which
replaced translation macro names with the corresponding English
strings, also collapsed multiple consecutive space characters into
one. Change most of these back. In a couple of cases the amount of
whitespace is important for alignment, and for the rest it at least
keeps the strings closer to the existing translations.
2010-03-07 21:34:54 +02:00
Uoti Urpala
2569c2e2bc
Make help text translatable
...
Translate help_text and also make all CONF_TYPE_PRINT option output
translatable (though no translations exist yet for anything other than
the main help text).
2010-03-07 21:34:40 +02:00
ptt
cb8796857c
dots at end of sentences (kai driver section)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30748 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 17:07:22 +00:00
ptt
ba641b8275
synced to r30610
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30747 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 17:05:30 +00:00
Uoti Urpala
74ffb51f33
build/vdpau: drop support for dynamic loading of libvdpau
...
After a recent library update on my system MPlayer started crashing on
exit in XCloseDisplay() if -vo vdpau had been used. With normal
linking it works OK. Since there should be little need for the dynamic
loading functionality any more, I'll just drop it rather than try
investigating the exact problem with dynamic loading and whether it
would be fixable. VDPAU is now linked normally with -lvdpau if
available.
2010-02-26 18:37:19 +02:00
ptt
2b2fbe120e
new sentences on new lines, cropdetect filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30746 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 15:47:42 +00:00
ptt
57186ad0be
it's synced up to r30515
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30745 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 15:33:45 +00:00
Uoti Urpala
5ff421bf5d
vo_vdpau: improve VOCTRL_GET_EOSD_RES code
...
Remove the special case for fullscreen; the same variables should have
the correct values in windowed and fullscreen modes. This fixes libass
subtitle positioning in the (non-typical) case where you have black
bands inside a window. Behavior in fullscreen and in the typical
windowed case without borders should not be affected.
2010-02-26 17:11:04 +02:00
Uoti Urpala
0a2a78c62e
Makefile: vf_halfpack no longer needs libswscale internals
...
vf_halfpack now uses only the public libswscale API, so compile it
unconditionally.
2010-02-26 17:11:04 +02:00
diego
b63759b175
Do not cast the results of malloc/calloc/realloc.
...
These functions return void*, which is compatible with any pointer,
so there is no need for casts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30744 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 15:01:37 +00:00
attila
fad137d7fe
mention that on windows, you've to use the netstream.exe to build the
...
netstream binary
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30743 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 12:49:49 +00:00
jrash
b3d891ebd7
sync with en/mplayer.1 rev. 30677
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30742 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 11:15:56 +00:00
reimar
e3e75ca066
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30741 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:53:04 +00:00
reimar
2b7b000b80
Add const to ass_read_stream fname argument, the string is not modified.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30740 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:51:23 +00:00
reimar
72d18a204f
Mark stream open filename parameter as const, the filename string is not
...
modified by these functions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30739 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:47:04 +00:00
reimar
136c046e06
Add cast to proper type.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30738 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:44:02 +00:00
reimar
42096a34d5
Make more option-parsing related function arguments const.
...
Prerequisite for making stream_open filename const in a proper way.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30737 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:32:28 +00:00
reimar
b99077dc4c
Remove unused function declaration.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30736 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:29:00 +00:00
reimar
e522920697
Make local-only cddb functions static.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30735 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:27:53 +00:00
reimar
25f353346d
Add const to mpvdec declaration
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30734 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:23:58 +00:00
reimar
bdf546c7c6
Remove declarations of functions now already declared in stream.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30733 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:19:32 +00:00
reimar
5a2289137f
Fix check for wrong variable: len can be unitialized but not normally < 0,
...
the return value needs to be checked to detect an error.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30732 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 22:06:05 +00:00
reimar
adc345131f
Fix silly type of guiGetEvent argument to use void * instead of char * and
...
get rid of some of the insane amount of casts necessary to hide the utter
idiocy of the type used before.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30731 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 21:27:22 +00:00
stefano
150de6566f
Remove pointless empty line.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30730 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 21:21:29 +00:00
stefano
83b756a65d
Apply consistency nit.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30729 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 21:12:38 +00:00
diego
2074d1a3e7
Unconditionally declare fast_memcpy() and mem2agpcpy().
...
This fixes the following warnings on non-x86 systems:
libvo/aclib.c:162: warning: no previous prototype for 'fast_memcpy'
libvo/aclib.c:196: warning: no previous prototype for 'mem2agpcpy'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30728 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 13:20:56 +00:00
komh
16d8b08089
Define O_BINARY if it is undefined.
...
This removes a platform check for open().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30727 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 09:09:57 +00:00
zuxy
b2e8cf6bc2
Include libmpcodecs/vd.h for declaration of "fullscreen".
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30726 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-25 08:39:55 +00:00
Grigori Goronzy
91f0b3c9a5
Add FLV4 fourcc to ffvp6f decoder
...
Some Flash videos use this fourcc and several websites indicate this is
a standard fourcc for Flash VP6 content.
2010-02-24 09:53:24 +01:00
reimar
70647bb9cb
Disable old-style implicit rules to fix MinGW/Cygwin compilation
...
(mplayer-rc.o can not be generated).
TO be improved or removed if/when someone figures out the issue.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30725 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 23:33:10 +00:00
reimar
1783ce38f6
Fix compilation: the dct64_MMX_func variable should be declared only once,
...
not every time the header is included.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30724 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 22:29:57 +00:00
diego
abc9495e0c
Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:
...
mencoder.c:226: warning: no previous prototype for 'mp_input_check_interrupt'
mencoder.c:232: warning: no previous prototype for 'mplayer_put_key'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30723 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 20:16:30 +00:00
ramiro
eb846cb700
Reorder buffer debug. Also print out if slice was buffered.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30722 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 16:46:43 +00:00
compn
0139c2394a
add older lhacm codec for formats 0x70-0x73 to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30721 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 13:40:45 +00:00
kostya
43423627d4
FFmpeg Bink video now supports alpha channel
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30720 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 09:04:18 +00:00
diego
dc33991b88
Add -Wmissing-prototypes to CFLAGS if available.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30719 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 07:55:47 +00:00
diego
9c856aeffe
Mark theRenderProc() as static, it is only used within the file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30718 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 07:54:43 +00:00
diego
5405958e34
Add header for macosx_finder_args() instead of forward declaring it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30717 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 07:54:10 +00:00
zuxy
9c0f9900ee
Reset output color after each line.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30716 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-23 06:42:51 +00:00
diego
38648cae06
Mark sleep_accurate() as static, it is only used within the file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30715 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 21:53:06 +00:00
tack
42beaf6883
Clarify that AC3/DTS passthrough is also possible with HDMI.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30714 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 19:17:25 +00:00
tack
9f40f991f3
Update my (Jason Tackaberry) email address and contributions in AUTHORS
...
file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30713 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 17:06:24 +00:00
diego
202fbbecdf
Mark vcd_get_track_end () and vcd_read_toc() as static.
...
They are only used within the respective files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30712 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 16:32:03 +00:00
diego
6676504bbe
Conditionally declare mp_input_slave_cmd_func().
...
It does only get compiled on MinGW and OS/2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30711 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 15:35:53 +00:00
diego
7262f6c9b4
Properly declare get_term_charset() instead of forward declaring it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30710 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 15:34:56 +00:00
tack
cc8a878a9c
Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
...
wave file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30709 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 14:27:32 +00:00
tack
2f19fe91ec
Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader
...
option is enabled (default) and channels > 2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30708 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 14:24:53 +00:00
diego
2b85db87ab
Add required mplayer.h and access_mpcontext.h #includes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30707 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 14:11:33 +00:00
diego
6ad59a1eae
Mark data argument of my_ao_write() function as const.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30706 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-22 14:05:30 +00:00