1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
Commit Graph

9116 Commits

Author SHA1 Message Date
arpi
1bf956391f MPlayer crash when using -wid and -vo x11 parameters.
I don't understand very well why my fix works.
Jouni Tulkki <jitulkki@cc.hut.fi>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9116 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 22:24:17 +00:00
rtognimp
461871fc5b Quicktime rle 32 bit supported
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9115 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 22:05:18 +00:00
rtognimp
e81abce2d7 32 bpp is a valid color depth. Fixes 0-bit rle reports
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9114 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 21:26:45 +00:00
arpi
c76e06fbc3 preparing for release
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9113 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 20:50:27 +00:00
diego
6bc68300f4 potmeter description clarified, noticed by nico.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9112 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 18:29:22 +00:00
arpi
8755d76ce2 This is a simple patch to change the alpha blending code in bmovl to use
integers instead of floating point. It speeds it up by about 400%
meaning that it's now possible to apply alpha blending to a whole
1024x768 image on my 1266MHz PIII.
Jonas Jensen <jbj@knef.dk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9111 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 17:42:24 +00:00
arpi
a7e9bac132 OSD volume symbol fixed :)
instead of |\ it should be /|
patch by {asm} <tf198@hszk.bme.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9110 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 16:36:06 +00:00
arpi
cdca8fe565 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9109 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 16:32:43 +00:00
rtognimp
eaae55ddcf Sync with help_mp-en.h v1.84
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9108 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 16:23:58 +00:00
arpi
d7c51f1ad3 Ok, firstly fixed the bug in parser-mpcmd.c where it
would accept a non-interger as an argument for -loop
(beginning of cmdline)..and have made it print an
error the same as when you pass a non-int to -loop
(end of cmdline) (parsed in different places).
patch by Alex Sisson <alex_sisson@yahoo.co.uk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9107 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 16:11:35 +00:00
arpi
0cba7d110b Secondly, fixed bug where -loop after file would play one too many times.
I've just added a couple of if's in mplayer.c before
it starts play (to make sure its after all the config stuff).
patch by Alex Sisson <alex_sisson@yahoo.co.uk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9106 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 16:11:08 +00:00
arpi
9e46271417 Also attached some cleanup to menu_filesel.c, mainly to make it more
robust in case of lack of memory.
patch by Björn Sandell <biorn@dce.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9105 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 16:03:16 +00:00
arpi
db1e3c66af mplayer crashes if one tries to use osd menu without having a font
installed. The patch to menu.c is one way to fix that.
patch by Björn Sandell <biorn@dce.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9104 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 16:02:58 +00:00
arpi
2636e53e9e don't depend on libgen/basename()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9103 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 15:55:35 +00:00
nicolas
686b4c5322 sync, more accurate translation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9102 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 15:43:55 +00:00
arpi
37ef545797 fixed ./configure --cc="ccache gcc"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9101 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 15:42:11 +00:00
arpi
36ce394bb5 error msg for -alvcopts if no libavcodec avail
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9100 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 14:47:15 +00:00
gabucino
ab5b4a3f1e menu usage updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9099 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 12:17:21 +00:00
gabucino
9ba59eeaba 0.90preXX -> 0.90
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9098 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 12:14:32 +00:00
colin
5048def3c4 fix a typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9097 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 12:02:38 +00:00
nicolas
a5c58add8d sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9096 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 11:15:00 +00:00
gabucino
7f613b0898 added TVI_CONTROL_TUN_SET_NORM
(making the 'dummy' v4l driver work again)
(however on channel switch it goes sig11 in key_events somebody pls fix)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9095 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 10:53:34 +00:00
nicolas
4c4a1c5448 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9094 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 22:20:41 +00:00
nicolas
ed6762d6a6 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9093 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 21:53:39 +00:00
gabucino
8875e5ebca patch by Sylvain Petreolle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9092 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 17:26:27 +00:00
arpi
430c729f95 1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9091 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 11:36:42 +00:00
arpi
2484a027b2 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9090 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 11:34:00 +00:00
pontscho
42d3010880 - fix -fs
- set sub_fps to null for new files
- fix one sig11, if you play vcd, and the disc is not vcd, playtree is dead
- add playbar vertical position support
- etc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9089 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 10:04:05 +00:00
gabucino
8e2ccdff36 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9088 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 10:03:35 +00:00
gabucino
074db8be66 another EGA hint :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9087 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 09:31:16 +00:00
gabucino
fd15c813dd typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9086 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 09:30:13 +00:00
diego
c28b02508b readvcd is useful for reading VCDs with SCSI CD-ROM drives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9085 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 04:05:36 +00:00
diego
a8858e17e5 Brought this file mostly in line with the MPlayer docs coding style.
Code indented, all tags closed, attributes quoted, whitespace added.
Translators: No pressing need to touch this file, no textual changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9084 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 03:19:38 +00:00
diego
87de8a8f94 Some updates and rewordings as well as a much better table design by
Nilmoni Deb, Daniel Carter and Philip Jägenstedt.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9083 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-25 01:22:26 +00:00
iive
1da060fab1 small typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9082 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-24 23:50:58 +00:00
diego
f9cfd51b30 sync by <hephooey@fastmail.fm>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9081 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-24 21:35:40 +00:00
alex
73efd100f6 cosmetic for 0.90, printf->mp_msg (hm..probably arpi will piss of me?:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9080 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-24 18:38:54 +00:00
gabucino
b49ef17daa small EGA hint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9079 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-24 17:32:14 +00:00
rfelker
3b285a0e3b Improvements to spudec (DVD/VobSub) subtitle code:
- runtime selectable positioning, like with text subs
 - runtime selectable scaling/antialiasing algorithm
 - gaussian blur scaler (finally dvd/vobsub doesn't look like shit!)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9078 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-24 10:24:07 +00:00
rfelker
c8091743e1 ability to disable the nonsense expand filter is a must! otherwise
it's impossible to render subtitles earlier in the filter chain and
then scale them down with a scale filter; huge subs will get rendered
again on top!! (think dvd/vobsub where you can't just use smaller font
size) if anyone has a better way to handle this, do it! (e.g. make it
so that the first expand filter disabled osd for the rest of the
filter chain)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9077 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-24 01:04:50 +00:00
colin
531d63b5b9 fix compilation error when HAVE_FREETYPE isn't defined
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9076 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 22:21:30 +00:00
gabucino
4ba90da0d2 ekezetek
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9075 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 21:31:49 +00:00
rfelker
5a3615e5ff document -vop field
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9074 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 17:19:58 +00:00
rfelker
b35ba6697c new video filter to extract a single field using stride arithmetic,
i.e. without using cpu time


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9073 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 16:33:57 +00:00
michael
9c3153404f UYVY input
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9072 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 09:35:22 +00:00
rfelker
44e9a6585e C implementation of the median deinterlacer (seems to be the only one
that generates tolerable output for anime) so it will work on non-MMX
architectures. Someone should optimize it better eventually.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9071 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 04:19:24 +00:00
arpi
da08b8a076 raw mpeg4-es support (you need to set -fps manually!)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9070 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 02:12:15 +00:00
michael
1c07dc9f3f 16cif,sif,uyvy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9069 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 01:16:49 +00:00
arpi
a625b45cf4 dump mpeg4-es startcodes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9068 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 01:09:53 +00:00
rfelker
63399ef465 10l to me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9067 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 00:37:32 +00:00