1
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 00:06:25 +01:00
Commit Graph

18552 Commits

Author SHA1 Message Date
poirierg
b6243cbeaf URL fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18552 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-30 23:08:28 +00:00
uau
8867515f9b Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no
longer defined in the current development version of FriBidi. This
reportedly allows compiling MPlayer with the development version which
is needed for Arabic support (some used functions are marked as
deprecated though). Should be safe with older FriBidi versions.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18551 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 18:31:14 +00:00
nicodvb
fab6247393 psm longer than 1018 bytes is not allowed, thus invalid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18550 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 18:05:10 +00:00
gabrov
0bba411fed synced with 1.87
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18549 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 17:45:20 +00:00
gabrov
a190bf3374 typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18548 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 17:43:50 +00:00
gabrov
e4a4138e00 increased sync tag (1.16) after URL update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18547 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 17:37:00 +00:00
gabrov
1dedaacd0f synced with 1.53
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18546 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 17:33:29 +00:00
gabrov
3aab62e7fb typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18545 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 17:31:24 +00:00
gpoirier
9e7332b7fc Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18544 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 12:53:14 +00:00
ivo
0bbd274d14 use mp_msg instead of printf
messages have to be moved to help_mp-en.h later


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18543 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 10:08:38 +00:00
ivo
bd9c94dc8b include sys/io.h instead of asm/io.h so iopl() gets declared too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18542 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 09:54:44 +00:00
ivo
8d22595b5c only include sys/mman.h if HAVE_SYS_MMAN_H is defined
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18541 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-18 09:21:45 +00:00
diego
5b0a4c9e9f Mention new mphelp_check.py script.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18540 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 22:02:26 +00:00
gpoirier
c9ad9700c3 Retrieve CPU built-in namestring, and if it exists, print it during cpu detection; t it doesn't exist, fallback to the cpu table. Patch by Zuxy Meng
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18539 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 21:10:11 +00:00
gpoirier
a49659bead S3 virge on fbdev is -vo s3fb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18538 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 21:05:42 +00:00
gpoirier
3f8ca6eff7 Mention new driver which does back end scaling on S3 Virge chips in combination with fbdev.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18537 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 21:01:39 +00:00
gpoirier
47e525833d Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
Patch by Mark Sanderson < mmp AH kiora POIS ath POIS cx>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18536 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 20:56:49 +00:00
gpoirier
fb1abd6b3b x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.
Patch by Zuxy Meng


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18535 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 20:15:02 +00:00
reimar
9614f96612 also set guiIntfStruct.sh_video to NULL for guiSetDefaults.
Avoids a crash at end of playback for skins using $C.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18534 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 17:29:06 +00:00
diego
35ab7c442a 10l: Really accept both one and two dashes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18533 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 14:49:44 +00:00
diego
994b523d0c Add mphelp_check.py.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18532 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 12:15:23 +00:00
diego
4997540e67 Accept --missing as well as -missing, print less newlines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18531 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 12:10:17 +00:00
attila
00a3a68575 fix reversed order of arguments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18530 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 12:01:00 +00:00
diego
c59ff681fd Fix some errors revealed by Uoti's help file checker.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18529 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 11:45:13 +00:00
diego
c8c307a84c Smacker, typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18528 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 11:30:15 +00:00
diego
0cdf964246 Add FFmpeg Smacker audio and video.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18527 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 11:18:02 +00:00
reynaldo
69e2dde973 fix extras and malformed translation messages, check done with uau's brand new TOOLS/ script, PART 3 of 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18526 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 07:46:21 +00:00
reynaldo
ea3e8c96bb fix extras and malformed translation messages, check done with uau's brand new TOOLS/ script, PART 2 of 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18525 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 07:18:57 +00:00
reynaldo
c915896f73 fix extras and maformed translation messages, check done with uau's brand new TOOLS/ script, PART 1 of 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18524 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 05:18:16 +00:00
uau
69fadf586e Add tool to check MPlayer translation files for conflicting arguments
and extra/missing translation strings.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18523 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-16 18:09:14 +00:00
kraymer
5f7d1c128c version bump (we are in sync with 1.16)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18522 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 20:34:33 +00:00
gpoirier
17c999b1c2 URL fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18521 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 19:35:45 +00:00
gpoirier
1a9ddf1968 sync with 1.1289
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18520 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 19:17:57 +00:00
gpoirier
757c3087b1 10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18519 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 17:56:10 +00:00
gpoirier
82619826dc fix build on macintel, patch by Zuxy Meng
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18518 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 15:10:23 +00:00
gpoirier
ca30ef19a6 document more codecs supported by vfw interface.
Patch by compn < tempn A twmi P rr P com >, with a small modification by
me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18517 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 11:30:43 +00:00
rtognimp
f9afde387b Add AACP fourcc for AACPlus in nsv streams
Patch by Compn


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18516 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-15 09:38:46 +00:00
rathann
b7c5a2b98d Fix:
subreader.c:1333: warning: assignment discards qualifiers from pointer target type


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18515 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 22:06:59 +00:00
rathann
82bcbf62af Fix:
frequencies.c:1168: warning: initialization discards qualifiers from pointer target type
dvbin.c:843: warning: assignment from incompatible pointer type


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18514 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 22:06:17 +00:00
rathann
c471ba947a Fix:
ad_hwac3.c:115: warning: initialization from incompatible pointer type

This should've been done during liba52 update.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18513 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 22:03:24 +00:00
gpoirier
fa6d253ddb Various improvement, fix build on AMD-64 and icc
Original Thred:
Date: Apr 25, 2006 2:23 PM
Subject: Re: [MPlayer-dev-eng] Re: [PATCH] Various improvement in TOOLS/cpuinfo.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18512 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 20:24:47 +00:00
gpoirier
2899c32f78 explains why current players do not deinterlace to full fieldrate, original patch by Jerome Ferrari, reworked by Diego and myself.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18511 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 19:49:49 +00:00
reimar
ae2eafeb55 do aspect correction of video size before calculating vo_dx and vo_dy.
fixes misplaced video e.g. with -aspect 0.3 (window is not centered but near left border)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18510 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 19:36:21 +00:00
reimar
6fd578b711 typo fixes: Extenstion -> extension
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18509 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 17:56:04 +00:00
gpoirier
4d3cfebbc3 fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepanov A gmail P com>
Original thread:
Date: May 14, 2006 12:28 AM
Subject: [MPlayer-dev-eng] [BUG][PATCH] parsing of vobsub private data in mkv probably broken


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18508 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 16:18:41 +00:00
gpoirier
31042575e5 add section "Choisir le codec video", patch by Jerome Ferrari <jerome PPP ferrari AA lappis PP com> + random fixes by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18507 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 16:00:26 +00:00
rtognimp
cdb97ab7e0 Fix some potential integer overflow in memory allocation (mot of these
were probably safe or disabled anyway)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18506 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 15:51:05 +00:00
diego
7c2a7f9282 Don't just check for the existence of xmmintrin.h, also verify it will compile.
patch by Zuxy Meng zuxy[[.]]meng[[@]]gmail[[.]]com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18505 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 13:39:52 +00:00
diego
4aba8650aa Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.
based on patch by Zuxy Meng zuxy(.)meng(@)gmail(.)com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18504 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 12:27:11 +00:00
diego
6410547f19 Use egrep together with extended regular expressions for greater portability.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18503 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-14 12:07:26 +00:00