Commit Graph

8681 Commits

Author SHA1 Message Date
alex ba7fa8e1c9 some addons
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8581 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 17:56:00 +00:00
alex 70e7a5533c do not config video out system if input dimensions are invalid (triggered a segfault in vop_expand due to missing dimension checks, which bug was reported by gabucino)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8580 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 17:31:52 +00:00
arpi 62490c001c backward compatibility :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8579 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 17:28:35 +00:00
alex fc447a4d4c 10l memory leak
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8578 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 16:42:11 +00:00
jkeil 03e3deb95c - Fix 8-bit sound in arts audio driver (logic in OBTAIN_BITRATE macro was
broken)
- arts server always expects 16-bit sound in little endian byte order, even
  in the case the artsd server runs on a big endian machine.  Make sure that
  mplayer's audio filters convert the samples into one of the arts supported
  sound formats.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8577 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 16:35:29 +00:00
jkeil 2ae8812645 Fix DVD authentication on Solaris 9.
Solaris 9 does not allow USCSICMD ioctls for non-root users on vold devices
any more; they are failing with an EPERM "permission denied" error.  Now, only
root is allowed to run USCSICMD ioctls on vold devices.

Fortunatelly there's a new subroutine exported from libsmedia.so
(smedia_uscsi_cmd) which allows non-root users to perform user mode SCSI
commands on a vold device.  (This works with a help of a daemon running as
user root, /usr/lib/smedia/rpc.smserverd)

This change detects the presence of function "smedia_uscsi_cmd" in library
libsmedia.so at runtime, and uses this function if it's found (i.e. on
solaris 9 smedia_uscsi_cmd() is used to execture user mode scsi commands).
On solaris 8 or older, "smedia_uscsi_cmd" is not available and the code
falls back to the old ioctl(.. USCSICMD ..) method.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8576 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 16:29:11 +00:00
jkeil a24ab94f06 Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs
esd include flags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8575 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 16:20:02 +00:00
jkeil e2d96e7083 codec-cfg cannot be built when the gui is enabled - it fails to link with a
couple of undefined external references.
Problem is that mp_msg.c is included in the codec-cfg binary, but for codec-cfg
the gui code in mp_msg.c shouldn't be compiled in.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8574 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 16:17:57 +00:00
jkeil 30c23e4946 new EsounD audio driver (-ao esd)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8573 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 16:02:57 +00:00
diego bb0678255c typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8572 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 01:19:41 +00:00
arpi 63cffa669e pnm:// support (ported from xine)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8571 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-26 17:25:22 +00:00
arpi 2d8b958327 fixed playback of pnm:// streamed files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8570 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-26 16:27:38 +00:00
diego 43f8f1925e eviv bulgroz <ebulgroz@yahoo.com>:
The folllowing patch fixes 2 minor problems in lameopts presets
- prints an error message when fast/preset is used with an mplayer built
  without these options.
- small fix in manpage


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8569 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-26 12:48:36 +00:00
diego 1c4233bb14 Three typos, two of them noticed by Arpad Biro <biro_arpad@yahoo.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8568 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-26 11:33:11 +00:00
gabucino 45a3166fd8 use '.' rather than '!' if possible, al3x
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8567 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-26 08:24:49 +00:00
gabucino 22deaf329c sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8566 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-25 22:28:29 +00:00
alex a0c22ff837 fixed a 10l, some cosmetics, and initial ppc (bigendian) support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8565 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-25 20:57:11 +00:00
gabucino c005e995d5 sync (ugyeugye, arpi;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8564 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-25 19:37:09 +00:00
alex d586fc32f2 Radeon 9000 support by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8563 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-25 18:38:07 +00:00
rguyom 8e5e2a0f0d API change in dev-api-3 branch.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8562 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-25 11:44:14 +00:00
alex 593a458f0c fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8561 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 22:33:46 +00:00
arpi fb8e7eff8d 1l :)
remove debuginfo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8560 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 22:13:32 +00:00
arpi 9b13ff01e5 print track title in new line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8559 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 22:11:32 +00:00
arpi 6b8a2624cc - fixed uninitialized offsets[]
- tracklist may not be closed by '.' but EOF


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8558 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 21:59:38 +00:00
diego e26921ed54 Document things from the start.
Inspired by a patch from Thomas Jarosch <tomj@simonv.com>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8557 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 18:41:20 +00:00
diego dac676b231 We are this good, we have a right to boast ;-)
Merry Christmas


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8556 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 18:30:24 +00:00
diego 5929c7c835 Reviewed and reworked (again), added some information about SCSI CD-ROMs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8555 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 18:28:11 +00:00
alex df6a2a559a correctly save and restore colorkey settings (based on patch by Svante Signell <svante.signell@telia.com>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8554 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 17:40:57 +00:00
diego 6028591100 - and -use-stdin documented, EDL updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8553 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 17:32:59 +00:00
diego 84d4769022 EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8552 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 17:32:09 +00:00
diego 56eae66127 DXR3 norm option, patch by Thomas Jarosch <tomj@simonv.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8551 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 17:04:00 +00:00
mswitch e5662528ac Added patch from Thomas Jarosch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8550 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 12:45:32 +00:00
diego 1a1a04f1e6 Subtitle usage updated by hephooey@fastmail.fm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8549 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 03:05:16 +00:00
diego 1e383847e5 Sync by Anders Rune Jensen <anders@gnulinux.dk>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8548 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 02:56:20 +00:00
arpi 371921d2f7 some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8547 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 01:16:39 +00:00
arpi aef5a1f041 cleanup & fix cpu detection & init stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8546 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 00:06:55 +00:00
arpi 921712c4ca don't redefine decwin as static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8545 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 00:06:33 +00:00
arpi e12f387870 decode_i586.c version uses %ebp for its own use, so:
- we need to compile this with -fomit-frame-pointer or we cannot access the
function parameters
- we need to save & restore %ebp, or we'll destroy the caller's stack ptr


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8544 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 00:05:43 +00:00
arpi 6ebd5ba5f3 I cleaned up the source a bit, hopefully fixed hanging, also
kind of fixed backwards seeking with vqf - ff/rew works but it's rather
inaccurate, I don't know how to improve it atm.
patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8543 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 22:13:46 +00:00
nicolas 5621f9ac13 man's lines shouldn't have more than 80 chars long ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8542 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 20:17:06 +00:00
nicolas 231d4cd03c sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8541 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 20:14:13 +00:00
nicolas 3e3007c58c sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8540 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 20:07:46 +00:00
arpi 1931e2396e In this situation it was easier to fix yours. I applied these 3 points
(fixed locking echo, removed excessive cut to make script a bit faster
and shortened grep) and changed copy mark from "x" to "" in order to use
-z and -n tests.
patch by GoTaR <priv0.onet.pl->gotar>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8539 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 17:28:19 +00:00
arpi dfc674ba69 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8538 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 16:04:52 +00:00
arpi f18675a59c xmp hangign I noticed too, and is fixed with this patch, seeking works now
witch xmp too.
patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8537 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 12:09:31 +00:00
arpi 8457972ae4 Here is the patch to make vobsub subtitle use -slang option, I have not made a
new option for vobsub. Now mplayer will use the setting of slang first, and
then langidx from .idx file, if all failed, no sub.
patch by hephooey@fastmail.fm


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8536 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 01:54:58 +00:00
arpi 725ff339e7 This patch adds support for vertical subtitle alignment
control. Possible values are top, center, and bottom,
with bottom being the default. Alignment is relevant when
it comes to positioning subtitles with one line (or fewer
lines) of text relative to multi-line subtitles.

It is implemented as a new command (sub_alignment) that
without an argument cycles the alignment (between top,
center, and bottom), or with an argument sets the
alignment (0 for top, 1 for center, 2 for bottom).
The key 'i' is bound to this command.

patch by Oskar Liljeblad (oskar@osk.mine.nu)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8535 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 01:37:43 +00:00
arpi 38c4cdcfc5 Ok, here is a better patch, which even adds a fix to compile it on older
NetBSD systems, there was a ; missing.
patch by Bernd Ernesti <mplayer@lists.veego.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8534 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 01:24:42 +00:00
arpi 1d2c85409b fix VCD playback - this is a patch from the netbsd pkgsrc tree,
done by Dieter Baron <dillo@netbsd.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8533 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 00:40:15 +00:00
arpi 7f1c583447 Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
(skip sections listed in a text file. it also supports creating them)
patch by Michael Halcrow <mah69@email.byu.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8532 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 00:33:22 +00:00