1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
Commit Graph

6391 Commits

Author SHA1 Message Date
arpi
d07b369a49 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6141 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 04:00:25 +00:00
arpi
46914c1498 some more output cosmetics, especially for vivo and mov demuxers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6140 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:51:58 +00:00
arpi
c835270280 big cosmetics patch, cleanup of messages printed by mplayer and libs.
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:25:26 +00:00
arpi
8126f220e7 do not pass the flip flag to vo - maybe it support flipping just report no support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6138 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 02:27:10 +00:00
arpi
f4bd05cdc8 updates on help
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6137 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 01:24:09 +00:00
arpi
de946003a5 more cpudetect cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6136 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 01:00:51 +00:00
arpi
77b430d1ad cosmetics on CPU detection messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6135 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:55:50 +00:00
arpi
67b72a1dc8 new spudec.h requires libvo headers, patch by Daniel Hottinger <TheHotti@gmx.ch>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6134 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:46:29 +00:00
arpi
ffa22a3699 swscale and 32->24bpp conversion removed
do osd only for yuv modes (for rgb image_data==NULL, so draw_osd sigfaults)
use vfcap.h constants for query_format


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6133 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:25:44 +00:00
arpi
f0b5c4094b memset and memcpy were used without #include <string.h> in a few places.
patch by Björn Sandell <biorn@dce.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6132 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:06:29 +00:00
arpi
b073f67d1c openbsd a.out needs underscore for dlsym - patch by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6131 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:04:47 +00:00
arpi
376e46cbf1 catching SIGILL instead of dumping core - patch by Steven M. Schultz <sms@2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6130 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:01:14 +00:00
arpi
d900b93493 create relative links instead of absolute (with path) ones, patches by:
manpage - Eric Lammerts <eric@lammerts.org>
gmplayer - Björn Sandell <biorn@dce.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6129 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 23:50:32 +00:00
arpi
6472bffea2 -2/-3 for scale w/h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6128 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 23:41:40 +00:00
arpi
4cb6458382 new special w/h values: -2 and -3. based on proposal by Bohdan Horst <nexus@hoth.amu.edu.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6127 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 23:39:42 +00:00
arpi
e2cf3837fe -vm -fs fix by Tobias Diedrich <ranma@gmx.at>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6126 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 23:31:10 +00:00
arpi
0bfe8fcf31 a/v stream selection - patch by alexander.werth@gmx.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6125 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 23:25:40 +00:00
arpi
61a23b0d8b module name fixed for vo check_events
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6124 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 23:22:11 +00:00
gabucino
f4310c7fb1 FAQ sync, updates, removes, etc...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6123 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 17:53:33 +00:00
gabucino
3bb8c5f57a small fixes, updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6122 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 17:28:05 +00:00
gabucino
988d08e72e applied two patches (two-in-one! :P)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6121 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 17:09:29 +00:00
arpi
aab9f7a085 compile with '-g' by default for .developer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6120 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 17:45:26 +00:00
arpi
d341f0e32d ignore first 2 frames
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6119 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 17:35:12 +00:00
arpi
ba12a5e87a small fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6118 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 17:31:44 +00:00
mswitch
51273e9772 Overlay section added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6117 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 13:01:58 +00:00
pl
ae754f40fb gif support: added tests with the X11 libs (required by some lib(un)gif)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6116 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 09:21:35 +00:00
pl
eb7cbca975 Patch by Tobias Diedrich <td@informatik.uni-hannover.de>:
- fix segfault due to unitialized struct in ao_nas


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6115 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 09:15:49 +00:00
jaf
3ec6e4fc6d Kees Cook <mplayer@outflux.net> told us something ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6114 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 04:33:05 +00:00
albeu
b336997d66 Add the forgoten scrennshot command
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6113 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 00:11:43 +00:00
albeu
c6eed70a13 Workaround the bug in x11 vo's (if it's one) wich let a window in the way
even after vo->uninit().
Support for dvd/vobsub subtitles.
No more crash if vo->config is not called before vo->uninit()


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6112 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-17 23:51:37 +00:00
albeu
7562937d95 Improvment for spu subtitles.
Removed the integreted spudec in vobsub.
Various cleanup/bugfix in vobsub (no more auto palette when a true one is
here)
HW spu rendering moved in spudec because we first need to reassable the
packet before sending them to the hw.
Spudec is now created only if nedded.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6111 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-17 23:47:27 +00:00
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