1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-30 11:02:10 +00:00
Commit Graph

19387 Commits

Author SHA1 Message Date
reimar
99a8a0d1b4 Make path separator for font path a define and set it to a better value for AMIGAOS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19392 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 14:13:53 +00:00
diego
70b43a4177 Add a switch for disabling high precision mpeg audio decoding in libavcodec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19391 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 12:32:36 +00:00
Gabrov
da5b5990a2 xml/hu/codecs.xml synced with r19387
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19390 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 09:23:53 +00:00
uau
e9b1adff17 Change pcm decode_audio to return data based on minlen instead of maxlen
to avoid demuxing unnecessarily much at once.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19389 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 23:09:17 +00:00
michael
d067742bb2 trying to fix the reverting paragraph
if you dissagree, dont hesitate to revert this commit or flame, but at least we should not claim that svn cannot revert commits except by recommiting the old version


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19388 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 22:14:32 +00:00
diego
abc4fe1038 XAnim homepage URL fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19387 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 21:20:50 +00:00
ivo
c13cfd750e fix segfault if an unknown property is requested
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19386 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 16:45:20 +00:00
gpoirier
f84a998765 Mention MacIntel support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19385 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 15:14:17 +00:00
eugeni
070c050f0a Replace %lld with PRId64, part 2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19384 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 10:54:29 +00:00
reimar
51367ea344 Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
be useful for others as well.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19383 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 10:19:35 +00:00
diego
6af9857690 Update for recent discussions on mplayer-dev-eng.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19382 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 08:54:16 +00:00
diego
a17fe78087 sync with FFmpeg r5930
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19381 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 08:27:39 +00:00
eugeni
20b008a791 MinGW treats %lld as %d. Replace it with PRId64.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19380 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 00:47:33 +00:00
diego
fcb6052a6e Update for changes from r19378 (ASMALIGN macro).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19379 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 00:44:42 +00:00
diego
b89020afc8 Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19378 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 00:21:14 +00:00
diego
992379a376 Port ASMALIGN preprocessor macro for .align handling from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19377 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 23:58:26 +00:00
eugeni
9481172438 Fix compilation with gcc 2.95.
Patch by Jason Tackaberry, tack at urandom dot ca.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19376 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 18:33:19 +00:00
diego
a8a5715079 Print "no" if all of the Vorbis tests failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19375 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 18:21:51 +00:00
uau
2ed77686c7 Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
MMX2 code, because the HAVE_ defines do not have sane values here if
runtime cpudetection is used. Hopefully fixes runtime cpudetection
breakage from r19339.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19374 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 17:46:40 +00:00
gpoirier
118e78a781 sync with 19361
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19373 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 16:43:22 +00:00
reimar
288c14e3ae Reuse UTF-8 reading code in libavutil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19372 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 15:28:01 +00:00
Gabrov
acd227a125 realign of MSGTR_Exit_SIGCRASH in help_mp-hu.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19371 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 12:12:31 +00:00
Gabrov
d9e7b871f3 help_mp-hu.h & man/hu/mplayer.1 synced with r19369
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19370 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-12 12:09:12 +00:00
rtogni
1c4b71edd9 Add support for 13k Voice (Qclp) in 3g2 files
Fix vorbis detection so that it doesn't misdetect other codecs



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19369 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-11 22:57:33 +00:00
ivo
51d4c32446 replace calls to perror() with calls to mp_msg()
this will shut up mplayer -realy-quiet. ao_mpegpes is the first ao that is
tried and will almost always fail (unless you have the right hardware)



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19368 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-11 17:10:57 +00:00
diego
1ff914c6a9 Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to
be protected by HAVE_MMX.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19367 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-11 12:50:14 +00:00
michael
b85ad74dc9 pass average bitrate from encoder to (lavf) muxer
this fixes some problems with muxing mp4 files for the psp


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19366 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-10 21:48:41 +00:00
diego
0fb68cc072 editorial spelling/wording/grammar changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19365 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-10 21:08:49 +00:00
reimar
2fdc1e9a8e Get rid of two initialized but unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19364 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-09 16:52:48 +00:00
michael
4b78be8891 update the moving & copying rules as disscussed on mplayer-dev + some (but not all as iam lazy) fixes by the wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19363 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-09 11:03:11 +00:00
reimar
c7d8e7abfa Disable Y800 colorspace support, otherwise mplayer uses it even when it's not supposed to.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19362 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-08 14:56:12 +00:00
reimar
f1ee0a4db2 Reintroduce an ugly variant of the -gui/-nogui options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19361 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-08 14:13:51 +00:00
reimar
00c76dea5c -logg must come before -lvorbisidec since both declare the same symbols.
Otherwise demux_ogg will take have the functions from libogg and the other half
from libvorbisidec, ending in a crash


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19360 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-08 11:55:23 +00:00
diego
3e1a95f6f9 Reorganize libvorbis/Tremor detection, external Tremor should be detected now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19359 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-08 09:29:15 +00:00
diego
85a9cba29a spelling/clarification for --help output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19358 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-08 09:11:41 +00:00
diego
fafb459b35 cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19357 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-07 20:58:39 +00:00
reimar
1e356eac98 Make sure we do not print the obsolete skin path when we did not find any skin.
Closes bug #550


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19356 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-07 17:46:20 +00:00
gpoirier
ee43ac9e6f remove trailing spaces + remove some obviously redudant words
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19355 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-07 13:31:18 +00:00
diego
4d82067c91 cosmetics: Rename some variables for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19354 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-07 08:57:43 +00:00
gpoirier
d02f449931 synced with r19348
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19353 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-07 08:20:27 +00:00
diego
feb4109662 punctuation, slight clarification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19352 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 22:55:29 +00:00
eugeni
73a10a5040 Restore empty line accidentally deleted with the previous commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19351 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 19:58:46 +00:00
eugeni
34daeacc4d Mention mkv chapter seeking in ChangeLog and AUTHORS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19350 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 19:56:31 +00:00
reimar
a6bc70e3cb Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19349 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 19:26:17 +00:00
eugeni
1de0c3327d Add matroska chapter seeking capability.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19348 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 18:55:34 +00:00
eugeni
d6f16f6889 "[ass] init" message looks better when it starts with the capital letter 'I'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19347 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 18:02:42 +00:00
eugeni
5415ba27e4 Use FontConfig cache to speedup mplayer startup.
Patch by Zealot <zealot0630 at gmail dot com>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19346 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 17:56:01 +00:00
diego
b3bcb0fddf Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last
in the list of linker options.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19345 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 14:30:38 +00:00
diego
247c260944 Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19344 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 09:48:33 +00:00
uau
d3d49ba258 Don't crash if audio init fails.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19343 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-05 18:23:10 +00:00