1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00
Commit Graph

11832 Commits

Author SHA1 Message Date
rfelker
3b6504f723 fixing more stupid mistakes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11632 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 17:08:37 +00:00
lumag
661c1e7672 Add two <replaceable> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11631 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 16:18:39 +00:00
rfelker
044d00c1db pass quantizer tables through (averaging values when fields come from
different source frames -- is there a better way?) so that
postprocessing can be used afterwards.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11630 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 16:07:14 +00:00
rfelker
6ffdc2c771 simplified frame decision logic and reduced the occurrance of length=1
frames in output. this will make it easier for the caller to do timing
or framerate regulation.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11629 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 07:52:57 +00:00
rfelker
50aa753a23 and remove one stupid debug printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11628 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 05:07:47 +00:00
rfelker
acf754f1be allow for different combing metrics to be selected (not useful yet)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11627 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 05:06:17 +00:00
rfelker
ae72904560 change some hardcoded thresholds to match results of previous 100l bugfix (without the 100000000l this time!)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11626 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 05:03:52 +00:00
rfelker
b3b439b7cf 100l bug found by Zoli, wasted time and unfairly delocalized the metrics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11625 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 04:56:19 +00:00
rfelker
7b4ab7ba37 Patch from the author, Zoltan Hidvegi:
The filmdint filter does not handle NTSC "telecined" 15fps movies
where there is a frame break in the middle of every second NTSC frame,
it outputs only 15 frames for every 30 input frames, ignoring the io
option.  You can notice this during encoding such a sequence you will
have lots of diplicate frames / skip frames messages.  The patch below
fixes this.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11624 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-11 04:47:42 +00:00
paszczi
571bf466e6 synced with 1.32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11623 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-10 21:42:21 +00:00
paszczi
5d6e47257f made MorphZone resources more readable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11622 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-10 21:34:49 +00:00
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