1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-04 05:52:09 +00:00
Commit Graph

6110 Commits

Author SHA1 Message Date
jaf
517a1ee64f bugfixed - they are also necessary here ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6110 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-17 20:55:16 +00:00
michael
7a424a473a lavc rate control tech-docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6109 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-17 11:50:23 +00:00
jaf
1f05054656 Hi, I added some more help to my script, especially for american NTSC streams\nyou have to set some more options.\n\npatch by Juergen Hammelmann <juergen.hammelmann@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6108 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-17 05:45:30 +00:00
gabucino
4393249deb -lavcopts ... inserted since lavc is default encoder now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6107 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-17 04:09:37 +00:00
arpi
cd59a26dee iive is right - we shouldn't use IP buffering for vfw. it was changed
to test DR support but i forgot to remove that later :(  10l is mine...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6106 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-16 23:24:47 +00:00
arpi
e6c9966c8f old vfw codecs don't like double buffering - force static buffer for them
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6105 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-16 23:23:16 +00:00
arpi
b171ebd099 'static' outfmt-flag added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6104 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-16 21:50:38 +00:00
jaf
2bf3f60b15 bugfixes by ugk8 <ugk8@rz.uni-karlsruhe.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6103 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-16 12:00:24 +00:00
jaf
e9c11e40ba corrections by Diego Biurrun <diego@biurrun.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6102 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-16 09:00:59 +00:00
jaf
4c7dac2406 debian stuff again
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6101 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-16 04:00:40 +00:00
jaf
6ea07e13a3 added some debian stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6100 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-15 20:28:59 +00:00
arpi
e7aff0000e ijpg outfmt updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6099 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-15 12:54:33 +00:00
arpi
9ce72369ce rgb24, bgr 24/32 support even for grayscale
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6098 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-15 12:53:00 +00:00
michael
ee22e5dbe1 fixing end overwrite bugs (some at least)
this needs testing, untested parts should be reversed before release
i tested 24->32, 15->16, bgr24->rgb, bgr32->rgb (retesting them isnt a bad idea either ...)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6097 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-15 02:27:41 +00:00
arpi
e6bcec1c6b some cleanup, gl/gl2 updated to use vo_window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6096 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 23:44:35 +00:00
bertrand
17a2a90da8 Enable mmst support. MMST will be tried if the HTTP support failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6095 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 22:33:30 +00:00
bertrand
405e631e5e Added asf_mmst_streaming.c for compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6094 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 22:32:37 +00:00
bertrand
c7d9ebdcb2 Added support for asf mmst protocol.
Implementation taken from the xine-mms plugin made by majormms
Modified to work with mplayer by Abhijeet Phatak <abhijeetphatak@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6093 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 22:31:21 +00:00
jaf
8183bedd24 only include when necessary
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6092 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 12:37:37 +00:00
pl
d4f48b6670 patch by Diego Biurrun <diego@biurrun.de>:
- binary distribution is now allowed


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6091 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 12:15:32 +00:00
pontscho
1932ce4014 small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 11:41:02 +00:00
jaf
8852e42fc7 two more lines for dvb ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6089 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 09:39:13 +00:00
atmos4
3e85b7e4fb Fix a bug in the aspect coden (roudning at wrong point) and allow donwscaling in second pass.
Also add a testapp for the aspect code.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6088 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 00:22:03 +00:00
arpi
92afb163d3 devfs fallback support?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6087 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 22:10:11 +00:00
arpi
7378c35fb5 obsoleted by users_against_developers.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6086 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 22:03:37 +00:00
alex
4deec14b4b vfwopts_conf has moved to vw_vfw.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6085 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 21:19:28 +00:00
alex
5d4502dc66 added support for codec selection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6084 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 21:18:52 +00:00
alex
1e90cd180d typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6083 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 21:09:03 +00:00
arpi
e9d0a1d609 -vop help, patch by Julian J. M. <bandit@telecable.es>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6082 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 21:05:03 +00:00
alex
8e929ea0a8 disable bgr8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6081 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 20:56:08 +00:00
arpi
e365511791 better gif89 detection by pl <p_l@gmx.fr>, based on patch by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6080 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 20:52:10 +00:00
arpi
7f8e05ad75 cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6079 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 20:47:03 +00:00
alex
bb0c81530d fixed vo_uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6078 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 20:45:42 +00:00
arpi
6fe43d0d87 patch fixes broken detecniou of AQTitle subtiles and adds support for subtitles created by subrip 0.9 - by Jiri.Svoboda@seznam.cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6077 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 20:41:20 +00:00
arpi
a6199c8388 fix for L<->R swap with 6ch playback - based on patch by Eric Lammerts <eric@lammerts.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6076 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 20:11:51 +00:00
albeu
0fc1992598 Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume setting
support. Also the dvd subtitles should work now.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6075 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 19:57:27 +00:00
arpi
a536c12f99 comment on BSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6074 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 19:53:16 +00:00
jonas
958822194b 100l sorry, won't commit again.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6073 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 18:40:08 +00:00
jonas
c94b8e778c added new description, new vop options and fsmode-dontuse
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6072 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 18:18:19 +00:00
albeu
e4b8999c9b 10L Crash if no subdriver given and overlay enabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6071 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 13:31:35 +00:00
albeu
b6a7934eb5 Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6070 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 13:15:40 +00:00
pl
927c55fb02 lib(un)gif detection fix (linking should be sufficient) and it avoids the message
'Checking for GIF89a support ... ./configure: line 2349:  1123 Segmentation fault      "$TMPO" >>"$TMPLOG"
no'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6069 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 12:28:00 +00:00
eyck
8ac6946b58 new pre-release version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6068 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 06:17:03 +00:00
arpi
54027c1464 libgif detection extended
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6067 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 23:37:06 +00:00
arpi
a38bd0b7dd -fsmode accept 0..31 now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6066 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 22:17:28 +00:00
arpi
d3f7cfa273 small cleanup, new flag in -fsmode to avoid unmapping window for unknown wm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6065 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 22:16:31 +00:00
arpi
deb89d89a5 bad fix removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6064 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 20:48:17 +00:00
arpi
bbfc18cd26 cropdetect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6063 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 19:17:27 +00:00
arpi
7d814ac750 new filter, to detect best crop size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6062 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 19:06:54 +00:00
arpi
6ab0d987ad keep aspect ratio - based on Fredrik Kuivinen's idea
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6061 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 19:06:15 +00:00