diego
08a14cf5a4
Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
...
This makes XML documentation generation work again.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29372 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-19 15:20:59 +00:00
vitor
990a1eb471
Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
...
yet for those formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29371 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-17 18:40:19 +00:00
siretart
9b57e55ee5
enable fontconfig support by default. This change takes only in effect,
...
if fontconfig support is actually compiled in.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29370 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-17 09:16:19 +00:00
siretart
a0bb608741
Conform to the updated Desktop File Specification. Also improve the
...
wording of the Name and Comment field. Also update the german
translation. Other translations based on a suggestion from Siegfried
Gevatter <rainct@ubuntu.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29369 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-17 09:14:17 +00:00
compn
91cb465fd3
add .mp1/.mp2 mov audio fourcc to ffmp2 codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29368 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-17 05:18:28 +00:00
eugeni
ed5cac57c7
Add a missing check for a NULL return value.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29367 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-16 17:58:12 +00:00
cehoyos
811779d337
Do not auto-detect old libnut installations.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29366 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-16 13:32:51 +00:00
diego
53d273ec22
Rename LIBVORBIS Makefile variable to VORBIS.
...
The latter is more clear as it can represent either Tremor or libvorbis.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29365 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-14 21:09:35 +00:00
diego
961ef54977
100l: Add missing $s to default language variable checks, which prevented
...
fallback language settings from taking effect.
patch by Francesco Lavra, francescolavra interfree it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29364 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-14 18:51:36 +00:00
diego
2b78779100
Overhaul translation handling completely and add options to install specific
...
documentation and man page translations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29363 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-14 14:55:01 +00:00
diego
ee57be5389
cosmetics: Drop leading underscore from _language* variables.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29362 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-14 13:25:54 +00:00
diego
4a034d1f80
Allow setting message language separately from documentation language.
...
patch by Steve Dibb, steve.dibb gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29361 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-14 12:42:06 +00:00
diego
d2a3ba44e8
Drop redundant setting of message language to English when all languages
...
are enabled. This is the default anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29360 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-14 12:31:35 +00:00
compn
3657b0185c
sync with ffmpeg
...
add m1v1 fourcc to mpeg1 codec
add another format to ima wav adpcm from facebook samples
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29359 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-13 12:32:05 +00:00
jrash
550b3a3eb1
refine previous translation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29358 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-12 14:23:21 +00:00
compn
7fbd75845c
sync with ffmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29357 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-12 11:23:22 +00:00
compn
3c20965003
sync with ffmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29356 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-12 02:39:21 +00:00
ramiro
79cbf2cc39
Kill warnings of possibly unused variables by using av_unused.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29355 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-11 17:10:54 +00:00
diego
3971067764
Fix compilation: #undef standard library functions that are
...
forbidden within FFmpeg, but allowed in example code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29354 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-11 15:15:43 +00:00
diego
0fa66fd738
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
...
This fixes swscale-example compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29353 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-11 10:19:04 +00:00
gpoirier
17eaff1a38
replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
...
the operator (cmp) using the "g"-constrained operand doesn't support 64bit
immediates.
Original thread:
date: Tue, Jun 2, 2009 at 11:31 AM
subject: [PATCH] Fix MPlayer to compile on Darwin/x86_86
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29352 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-07 14:42:43 +00:00
stefano
825adf684d
Remove '\p' doxygen markup, as it should improve plain text doxy
...
readability.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29351 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-06 09:37:46 +00:00
ramiro
594de0a0dd
Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29350 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-04 22:50:38 +00:00
ramiro
0318aa32cf
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29349 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-04 22:10:52 +00:00
ramiro
b12a88e01d
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
...
Patch by Pavel Pavlov <pavel at summit-tech dot ca>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29348 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-04 21:55:52 +00:00
compn
0c1ce64fe4
cosmetics: replace dead url
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29347 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-03 17:27:22 +00:00
diego
bf67bb10a1
Files should be opened in binary mode on OS/2.
...
patch by KO Myung-Hun, komh chollian net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29346 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-03 14:06:10 +00:00
diego
c9280563fe
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.
...
Thus, we cannot check for them in an #if directive, but have to
use #if defined() instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29345 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-03 13:42:11 +00:00
reimar
166ffef96b
Configure needs AS to be set for the Makefiles.
...
Note that this may not be a pure assembler (i.e. AS=as is wrong), it must be
a gcc-compatible assembler with preprocessor (e.g. AS=gcc).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29344 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-02 18:37:31 +00:00
kostya
570d0b83bd
Testing RGB48 variants requires bigger stride in swscale-example.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29343 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-02 15:35:58 +00:00
kostya
615d3ead23
YUV into RGB48 BE/LE conversion support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29342 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-02 12:30:11 +00:00
kostya
071cdc07aa
Partial (low bits ignored, no direct transcoding into other RGB formats) support
...
for inputting RGB48BE/LE.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29341 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-02 12:28:49 +00:00
reimar
d90d9d3d22
Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly
...
again instead of in CorePNG delta mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29340 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-01 22:25:10 +00:00
reimar
31f9de2546
Initialize local variable, avoids a possible crash due to using an
...
uninitialized variable as array index for mono files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29339 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-01 10:43:41 +00:00
reimar
29369f0c33
Add const where appropriate, also gets rid of a compiler warning.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29338 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-01 09:43:32 +00:00
reimar
b3f4cd6c52
100l, do not read probe buffer if it will not be used because a format was forced.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29337 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-01 09:39:02 +00:00
reimar
3cd6ded7ea
Add actually working support for PPC64
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29336 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-01 09:35:16 +00:00
reimar
f4da0f9ec1
Use target_arch and target_subarch which is more similar to what FFmpeg uses
...
and makes more sense when adding proper PPC64 or MIPS64 support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29335 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-01 09:25:20 +00:00
reimar
b8f1cf16db
Add some missing FFmpeg archs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29334 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-06-01 09:20:22 +00:00
reimar
c783e58e91
Using nl_langinfo in the asf mmst implementation makes no sense since
...
MPlayer does not use setlocale.
Just default to UTF-8 as input charset until there is a better solution.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29333 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-31 13:09:48 +00:00
reimar
71fefd86ac
Use a malloced string for the get_term_charset return value.
...
This is necessary at least on POSIX systems since the buffer returned by
nl_langinfo may change its contents with e.g. each setlocale call.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29332 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-31 13:00:51 +00:00
reimar
960285ea46
Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,
...
instead of only depending on the stream.
This makes the value correctly 0 e.g. for AVI files without index.
Patch by Jason Tackaberry [tack urandom ca]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29331 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-31 12:48:53 +00:00
reimar
ea47ab2a9f
In all demux_info_add calls change "name" to "title".
...
Currently "name" and "title" are both used at random, this makes it consistent.
"title" was chosen because it is less ambiguous and also the get_meta_title
slave mode command uses that (there is no get_meta_name command).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29330 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-30 13:18:57 +00:00
reimar
b60e7f8ba5
100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29329 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-30 13:15:53 +00:00
ptt
55f9c39e57
forgot a line :(; added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29328 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-28 15:53:27 +00:00
ptt
17b7cfb1bb
synced with r2769
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29327 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-28 15:39:02 +00:00
ptt
a343285832
sync'ed to r29209
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29326 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-28 10:20:38 +00:00
jrash
5f64cab1e4
refine previous translation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29325 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-28 05:56:17 +00:00
compn
f3d2988297
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
...
and Mp42 fourcc to ffmp42 codec, fixes unknown_audio_codec.avi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29324 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-26 01:02:16 +00:00
compn
3f7f582557
add binary decoder for YLC0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29323 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-26 00:19:31 +00:00