Commit Graph

8594 Commits

Author SHA1 Message Date
arpi a40067b39a sh_audio==NULL hotfix by Robert Varga <nite@hq.alert.sk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8594 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 11:39:31 +00:00
arpi 584f9df070 updates, moves
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8593 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:55:54 +00:00
nexus 4a686ca416 FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8592 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:48:07 +00:00
arpi b20d743707 ffmp2 (with mpeg files) sig11 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8591 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:40:11 +00:00
michael 625616cfbe wmv2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8590 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:26:10 +00:00
michael ae2c1b6b0c lavc motion estimation update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8589 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:23:26 +00:00
michael 1f7e904479 lavc 4647
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8588 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:04:20 +00:00
arpi c8166827b5 5l - fixed asserts... mpi->width is allocated width, not the effective one
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8587 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:01:28 +00:00
arpi bf46a109ed the long-waited MUXER layer, and new MPEG-PS muxer
patch by Andriy N. Gritsenko <andrej@lucky.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8586 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 22:43:20 +00:00
arpi bc9afe8d39 prefer inttypes.h (probably fix cygwin compile)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8585 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 22:38:56 +00:00
arpi 501706292e -subwidth
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8584 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 21:41:40 +00:00
alex 971294ed0e typo in the datestamp (Dez vs Dec ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8583 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 19:36:20 +00:00
alex 28f398c16f obsolete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8582 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 18:04:52 +00:00
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