Commit Graph

11621 Commits

Author SHA1 Message Date
attila b164638fba fix bug when bmovl can't read the whole pic at once
patch by Detlev Droege <droege@uni-koblenz.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11621 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-10 12:28:20 +00:00
attila 5cd067e6a0 This patch contains bugfixes for the esd audio output driver that I
uncovered while trying to send sound to a remote esd server over a
wireless (11 mbs, just enough to handle to sound) link.

First, the sound was full "ticking" sounds.  I found a bug that
prevented the "send the remainder of this block" code from ever being
called - so large chunks of audio were simply being ignored.  Fixing
this bug removed the "ticking" from audio streams.

Fixing this bug, however, uncovered another problem - when the socket
buffer was full, doing a blocking write to finish the buffer would take
far too long and would turn video into a chunky mess.  I'd imagine this
blocking write would be fine for an audio-only stream, but it turns out
to hold up the video far too much.

The solution in this patch is to write as much data as possible to the
socket, and then return as soon as possible, reporting the number of
bytes actually written accurately back to mplayer.  I've tested it on
both local and remote esd servers, and it works well.

Patch by Benjamin Osheroff <ben@gimbo.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11620 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-10 12:19:13 +00:00
attila a616d2d604 add codecs.conf to the dependency list of codecs.conf.h
a good idea from Torinthiel <torinthiel@wp.pl>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11619 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-10 12:03:54 +00:00
wight 68b1055834 missing dot
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11618 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 22:38:31 +00:00
paszczi 5fad98d21d small word fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11617 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 22:00:21 +00:00
paszczi 0524b2605c sync with 1.30 and 1.31
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11616 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 21:57:44 +00:00
paszczi 05714c6895 added missing <application> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11615 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 21:36:19 +00:00
lumag 01605d60d0 Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11614 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 18:52:13 +00:00
lumag f673214331 Fix one FIXME. Url from a table below.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11613 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 18:46:25 +00:00
attila 101a9e550f dx50 = DX50
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11612 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 16:31:40 +00:00
lumag bb689104fb Sync header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11611 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 15:16:01 +00:00
wight a6d6e57449 small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11610 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 12:19:14 +00:00
alex 4a092e78f8 using more common function strchr instead index
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11609 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 11:27:10 +00:00
alex d59e59cce7 hp-ux and amiga sections
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11608 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 11:05:07 +00:00
alex d94632d563 1000l to me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11607 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 09:15:08 +00:00
diego c1004f2288 Copyright and authorship declaration along with an (incomplete) list of
external code we include.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11606 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 08:35:55 +00:00
diego f5575ffb46 spelling cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11605 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 08:26:29 +00:00
diego 66a8d47201 small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11604 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 06:23:36 +00:00
alex 28695ab9a3 final releasename :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11603 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 23:37:20 +00:00
alex e08ec3f6f9 filmdint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11602 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 23:01:04 +00:00
alex a5c024156d Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>. Also heavily MMX centric.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11601 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 22:57:47 +00:00
wight d5188eb90a sync tag update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11600 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 22:28:50 +00:00
gabucino 02ec59d42c removing last pitiful traces of old-style DVD support, with no remorse, but
utter cruelty


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11599 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 22:15:42 +00:00
alex 458a579643 fruit of today
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11598 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 22:14:42 +00:00
alex 40194b4ea7 Proper runtime index generation with support for growing files. Patch by rgselk <rgselknospam@yahoo.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11597 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 22:03:49 +00:00
alex a49337aaa8 keyframe detection support by rgselk <rgselknospam@yahoo.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11596 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 21:57:12 +00:00
alex c7f47f1837 10l found by atmos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11595 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 21:53:54 +00:00
alex 4efe8506e2 removed the historic libcss support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11594 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 21:41:29 +00:00
alex 922162fb5d removed the historic libcss support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11593 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 21:34:05 +00:00
alex a5766ca031 bsdism by Steven Schultz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11592 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 20:53:40 +00:00
arpi f861d2a4b3 LML-M4 mpeg4 capture card raw stream format support
original code by Maxim Yevtyushkin <max@linuxmedialabs.com>
partially rewritten, "mplayerized" by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11591 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 19:33:38 +00:00
alex 0955d23934 vobsub seeking support by Lu Ran
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11590 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 18:35:39 +00:00
paszczi d5066b11ef reorganization of subtitles and osd section, removed repeating lines, patch by me and Torinthiel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11589 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 17:40:41 +00:00
gabucino a85d14ea1e nincs para
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11588 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 17:17:40 +00:00
iive 7577eb50c4 xvid 1.0 beta2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11587 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 16:56:46 +00:00
alex 7f7503be8c 100l. Probably I was smoking crack while committing...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11586 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 13:51:00 +00:00
alex 85f98092f5 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11585 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 13:30:30 +00:00
alex 28a127d80b Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambley <mplayer-dev-eng@dlambley.freeserve.co.uk>. Disabled by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11584 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 13:25:35 +00:00
alex 0f7a779f7e Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11583 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 13:11:52 +00:00
alex 27c454b139 RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11582 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 12:44:11 +00:00
alex e7d9078afc Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11581 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 12:14:32 +00:00
attila a6bd35c9a2 prevent possible segfault when vidmodes is freed and config() calls vo_vm_switch
again.
Found by Peter Kosinar <goober@ksp.sk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11580 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 12:03:03 +00:00
attila bc0dc00da7 Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11579 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 11:21:59 +00:00
alex ae1e09cbc8 1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11578 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 11:11:32 +00:00
mosu 36aee71950 Fixes for a couple of warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11577 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 09:51:10 +00:00
mosu a1f615e34d Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11576 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 09:47:15 +00:00
attila 791f52c526 Remove unused define
Patch by Götz Waschk <waschk@informatik.uni-rostock.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11575 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 09:38:25 +00:00
attila 22c88e74e3 Forced subs support for mencoder
Patch by Corey Hickey <bugfood-ml@fatooh.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11574 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 09:32:40 +00:00
diego b5d0622632 -vf yuvcsp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11573 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 01:10:31 +00:00
diego 1e2c1d40d6 spelling, line length adjusted
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11572 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-07 22:32:27 +00:00