Commit Graph

16892 Commits

Author SHA1 Message Date
reimar 9474719abe Add support for suboption escaping via both "" and %n%str syntax
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16742 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-12 16:35:37 +00:00
ods15 1e85a471ab change to switch/case for dumpsub
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16741 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-12 14:37:03 +00:00
reimar 4465aa5eb2 Change unsigned->signed and int->long, this fits the asm code better on 64
bit systems.
Also fixes several crashes because (long)-i is incorrect if i is unsigned.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16740 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-12 12:11:27 +00:00
gpoirier 608ff40ea4 sync with 1.1136
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16739 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-12 11:42:15 +00:00
reimar 30df287deb -vc dummy is know to cause crashes, so suggest -vc null instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16738 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-12 09:53:20 +00:00
diego 65fe04ebd6 further partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16737 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-12 08:19:10 +00:00
diego 45adb1eb8f Put networking lib linker flag checks in the order they were before the
configure cleanup.  Fixes build on Solaris.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16736 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 23:44:08 +00:00
diego a928894eaa misc corrections by Paul TT < paultt -- at -- hackerjournal -- dot -- it >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16735 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 23:40:31 +00:00
diego 829e9f6201 partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16734 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 23:26:16 +00:00
diego 8723503a71 ao_macosx is a native audio output driver and should thus have priority
over non-native outputs drivers like ao_sdl and the like.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16733 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 23:07:53 +00:00
rfelker f1e2fc9dde solaris bug workarounds, take 2..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16732 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 22:50:23 +00:00
reimar db4662cdd9 -frames plays one frame too many.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16731 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 15:51:46 +00:00
ods15 06fb756dfb I think I know EDL enough to maintain it...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16730 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 15:26:08 +00:00
gpoirier e9d148159c synced with 1.59, patch by Johan Bos dariusjb AH gmail POIS com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16729 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 15:24:58 +00:00
diego 02fc735343 A few fixes noticed by Paul TT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16728 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 13:34:24 +00:00
reimar 7f6177e948 Compile fix: _lseeki64 is not available under cygwin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16727 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 12:17:09 +00:00
reimar 9087410ec7 1l, strtof is only C99, strtod is ANSI C, so use that instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16726 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 08:50:32 +00:00
rfelker ef74dd7f13 work around (buggy?) solaris tr. hope this helps.. please report if its still broken
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16725 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 04:37:38 +00:00
diego 3c1dbba951 More consistency for the interactive control section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16724 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 03:10:21 +00:00
gpoirier bba1fc931c nits
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16723 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-10 21:02:18 +00:00
joey e29589ff4d use subopt parser for arguments.
change all printf to mp_msg.
update man page gif89a example.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16722 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-10 12:59:36 +00:00
joey 326361b18e support float arguments in subopt helper.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16721 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-10 12:56:44 +00:00
gpoirier f60c6132c2 Typo fix: RFC959 says that FTP commands should end with a carriage return
followed by a line feed.
Patch by Zuxy < zuxy POIS meng AH gmail POIS com>
Original thread:
Date: Oct 10, 2005 10:08 AM
Subject: [MPlayer-dev-eng] [PATCH] Typo in libmpdemux/stream_ftp.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16720 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-10 12:56:17 +00:00
gpoirier b136fa417f makes demux_lavf (-demuxer 35) use the framerate specified in the container
if it's set and only fall back to the codec framerate if the former is not
set.
This solves the issue of some avi's playing at 30000/1 fps instead of the
correct framerate.
Patch by Ivo < ivop AH euronet POIS nl >
Original thread:
Date: Sep 25, 2005 12:34 AM
Subject: [MPlayer-dev-eng] [PATCH] make demux_lavf use container framerate


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16719 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-10 05:45:38 +00:00
gpoirier 2a0bf625f6 sync with 1.1132
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16718 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-09 19:26:23 +00:00
diego 026d3dca1f sync with patches.xml removal
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16717 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-09 11:35:45 +00:00
diego 5db19a7784 sync with 1.26
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16716 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-09 11:35:24 +00:00
diego dcb28f1914 Replace unconditional #defines by build system trickery.
This reduces our local diff considerably.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16715 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-09 10:18:24 +00:00
diego 388335c9b4 whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16714 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-09 09:53:27 +00:00
lorenm 9b1096e251 sync to x264 r318 (mixed_refs)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16713 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 22:28:27 +00:00
iive 42613b0ea2 typo fix at (_)ld_dl
patch by jb13 at gomerbud com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16712 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 20:43:41 +00:00
diego 4bd7794008 some docs updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16711 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 19:04:25 +00:00
diego 5a93ec40a6 Remove the "How to send patches appendix", the info is in the FAQ.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16710 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 18:41:58 +00:00
ods15 fa70ed4a03 100000l to me
fixdelay() pre-read a frame to make pts sane, and then called slowseek(),
which AGAIN read another frame, and then tries to decode it (which breaks
as all frames should be read)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16709 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 17:21:00 +00:00
jheryan e4c85b0f52 Synced with 1.81
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16708 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-07 08:02:13 +00:00
jheryan 09d92e408e Synced with 1.17
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16707 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-07 08:01:26 +00:00
jheryan 6792a09040 Synced with 1.94
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16706 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-07 08:00:38 +00:00
jheryan c9d175951b Synced with 1.59
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16705 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-07 07:59:52 +00:00
jheryan f1a483e016 Synced with 1.96
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16704 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-07 07:59:11 +00:00
jheryan 36d55aec23 Synced with 1.31
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16703 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-07 07:22:55 +00:00
jheryan 118fc279eb Synced with 1.1131
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16702 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-07 05:56:58 +00:00
gabrov badbc5bde3 synced with 1.34
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16701 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 23:35:40 +00:00
gpoirier cd893bc7e0 Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16700 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 21:37:56 +00:00
gpoirier ebbfb67092 synced with 1.17, patch by Johan Boss
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16699 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 21:27:58 +00:00
gpoirier 10e12ec6b4 synced with 1.81, patch by johan bos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16698 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 21:21:00 +00:00
gpoirier eb9a1b2028 synced with 1.14, patch by Johan Bos, plus some formating changes by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16697 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 20:07:11 +00:00
henry e681b37f34 Centaur/VIA configure check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16696 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 19:24:06 +00:00
gpoirier 78352b9566 synced with 1.16, patch by Johan Bos, plus reformating by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16695 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 18:00:06 +00:00
gpoirier d445ece5a0 synced with 1.70, patch by Johan Bos + reformating of the source by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16694 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 17:49:30 +00:00
gpoirier 265d32af57 synced with 1.1131 (just after Diego's commit torrent) :-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16693 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 16:51:41 +00:00