Commit Graph

725 Commits

Author SHA1 Message Date
arpi 2c0e1c6089 fixes (ok, just workarounds) sig11 in playtree/cfgparser's free()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8650 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 22:12:20 +00:00
arpi b618a7c596 fixed these:
- uses video time length instead of audio time length to calculate audio size in fallback
- differences in fallback for priv->numberofframes calculation
patch by eviv bulgroz <ebulgroz@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8647 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 21:20:45 +00:00
henry 29ab7de580 user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8628 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 22:57:39 +00:00
rathann 84834e9d34 Added/reordered #includes to silence warnings about "implicit declaration".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8624 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 18:51:10 +00:00
arpi e29bcd7e02 This patch adds a call to subcp_recode1(), so this subtitles too are
processed through iconv().
Kresimir Kukulj                      madmax@iskon.hr


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8619 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 15:19:41 +00:00
arpi 46f0f3351c The patch fixes a nullpointer dereference and free of NULL in demux_close_xmms
when no matching plugin was found.
 Alexander.Gottwald@informatik.tu-chemnitz.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8612 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 14:06:48 +00:00
arpi ff554dc0a0 The following patch allows the MPlayer "cdparanoia" support to work on
NetBSD-1.6_STABLE, both "cdda://NN" and "cddb://NN" URI's.

The CDROM ioctl's are actually more like OpenBSD's than FreeBSD's. I
went with the "/dev/cdrom" symlink as the default device, though, as
it otherwise gets messy fast... The first CDROM is "/dev/rcd0d" on
NetBSD/i386, but "/dev/rcd0c" on all other NetBSD ports, and only the
cdda_identify_scsi() form seems to work on NetBSD. (I searched the web
in vain for the Paranoia API, so I'm left to hacking. ;-))

Frederick Bruckman <fredb@immanent.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8610 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 14:04:54 +00:00
arpi 86f78f0cf3 just quells warnings in the ".depends" generation phase.
patch by Frederick Bruckman <fredb@immanent.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8609 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 14:03:30 +00:00
arpi 288868f16a Lots of functions and variables specific to OSS audio are used without
ifdefs, so it is not possible to compile mplayer without enabling it,
alse some are already ifdefed, so it is a mess.
patch by Filip Kalinski <filon@pld.org.pl>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8601 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 13:39:51 +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 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 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
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
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
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 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 61d7976721 XMMS Input plugin support
based on patches by Balatoni Denes <pnis@coder.hu>
changes by me: glib dependency removed, files merged, code simplified, some bugfixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8529 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-22 21:01:01 +00:00
arpi 93bc457163 CDDA seeking fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8525 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-22 17:22:48 +00:00
arpi ab560e0258 accurate bitrate calculation using index, and more accurate guessing
if no index available.
based on patch by eviv bulgroz <ebulgroz@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8517 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 22:11:48 +00:00
alex 1ef5d89492 Russian frequencies by Alexander S. Belov <asbel@sice.ru>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8501 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 13:18:41 +00:00
henry bfddb0aa03 add a TV_SET_CNANNEL command
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8495 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-19 10:09:43 +00:00
henry 053fb6d2ab 1000L for messing up cvs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8488 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 23:38:56 +00:00
henry 396b7d7e56 handle bogus norm parameter; check for errors when setting norm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8487 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 23:27:39 +00:00
henry 311670caba don't give up when set_tuner fails; more zero div sanity checks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8486 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 23:24:02 +00:00
henry 0c71a7f53c support for exotic norms
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8478 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 17:05:49 +00:00
arpi b987127e0e compiler warning fixes
based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8452 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-14 17:56:35 +00:00
henry e4723bc3eb fixed possible division by zero
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8445 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-14 09:55:45 +00:00
arpi e82cd1199b 10l - demux_avi handles AVI_NI and AVI_NINI too
patch by Rüdiger Kuhlmann ruediger@ruediger-kuhlmann.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8426 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-11 20:48:51 +00:00
henry a839f9ad8b allocate the video buffer on the fly, instead of one big chunk at startup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8418 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-10 09:11:42 +00:00
arpi 329371810e 10l
patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8388 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 01:07:11 +00:00
arpi bf71bcda6b find best (longest) streams if not specified (-aid/-vid)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8387 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 01:01:25 +00:00
bertrand 504e9aa82a From live.com 2002.11.30:
Renamed "TaskScheduler::blockMyself()" to "doEventLoop()", to better
describe what this member function actually does.

Patch from Andreas Hess <jaska@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8384 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-06 09:41:13 +00:00
rguyom feb55b839d Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8376 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 21:04:26 +00:00
rguyom a0b67c1746 Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8375 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 21:01:59 +00:00
arpi 6624dcbec4 fixed mp3 seeking near end of file
patch by ??? (sorry i can't find that mail)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8360 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 23:51:44 +00:00
arpi a0ced69860 dvd_* declarations fixed to matc with open.c
noticed by Tomas Hurka <tom@hukatronic.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8345 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 21:30:24 +00:00
rguyom 984c1c4602 Add Tremor (an integer-only Vorbis decoder) support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8343 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 20:27:36 +00:00
henry 5aa4f5cc39 set channel count to a saner value if the card reports an unknown audio mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8336 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-03 13:24:10 +00:00
arpi 44322daf0f dump URL references
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8316 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-29 21:06:13 +00:00
arpi 1ad664ff86 - parsing the handler reference atom (hnlr), save handler fourccs
- support for dumping raw or un-zlib-ed packets of generic tracks (verbose>=3)
- fixed a sig11 caused by too small stsd of video track


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8315 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-29 20:25:32 +00:00
michael 36409f7abd reversing warning fix (requested by alex)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-23 17:31:44 +00:00
michael 01c201dbe8 warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8255 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-23 10:58:14 +00:00
arpi 422b0d2a4c demuxer_control(), percent position and time length query implemented in
asf, avi, mpeg demuxers.
patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8209 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-16 03:42:14 +00:00
bertrand 76b6eea434 Removed hard coded value for the length of the header separator.
Used the value previous detected.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8180 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-13 09:02:55 +00:00
nexus cee9a976f7 FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8166 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-12 12:19:23 +00:00
albeu 126725660d New config system + cleanup of header inter dependency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8165 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-12 01:56:42 +00:00