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

11521 Commits

Author SHA1 Message Date
rfelker
bb032bfb6a 1000000l!!!!
of course ffmpeg svq3 decoder will crash if you don't give it the ImageDesc!
now it works fine


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11371 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-03 06:24:59 +00:00
michael
0ab6710b79 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11370 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-03 02:42:39 +00:00
michael
f3744ed25c 10l (forgot that the dstW offset is hardcoded in the asm)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11369 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-03 02:19:57 +00:00
rfelker
9eee03e4eb change misleading messages as discussed...
at least they're better than before, where "progressive"/"telecine"
meant the opposite of what they should!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11368 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-03 02:13:05 +00:00
diego
7caac82cf9 Export audio filter documentation by Gustavo Sverzut Barbieri
<gsbarbieri at yahoo.com.br>, cleaned up by me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11367 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-03 01:45:04 +00:00
diego
04fa0fd56f Document TV outfmt arbitrary formats and outfmt=help.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11366 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-03 01:20:51 +00:00
diego
60276410c8 These directories are usually only writable by root, so insinuate being
root by the '#' prompt, as suggested by Lukasz frogu Proszek <l_j_p@wp.pl>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11365 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-03 00:26:43 +00:00
michael
abfc653821 noise reduction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11364 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 23:21:45 +00:00
diego
033414dcf0 Spot the typo, part 2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11363 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 21:00:28 +00:00
diego
94e8cf658d 10l to Nico Sabbi for a bogus command line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11362 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 20:56:18 +00:00
michael
48508f193a protect config.h from multiple iinclusion patch by (Björn Sandell <biorn at dce dot chalmers dot se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11361 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 13:45:24 +00:00
diego
d1fc9448af buglets and consistency improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11360 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 13:03:27 +00:00
diego
72eb5204d4 DVB section expanded based on a patch by Nico Sabbi that was committed to
the HTML docs long ago.  Somebody forgot to sync and should start drinking
his share of Coke soon.  Prime suspect is a developer whose name starts
with the letter 'D'.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11359 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 12:58:52 +00:00
wight
f0760d3f8d sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11358 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 10:29:49 +00:00
michael
3efac4d8e6 int_fastXY_t emulation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11357 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 10:14:05 +00:00
diego
d0bcac67f5 two small fixes by Maciej Paszta <paszczi@go2.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11356 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-02 08:35:14 +00:00
michael
c16850c4cf FFV1 BGR32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11355 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-01 18:14:17 +00:00
wight
410cab576a sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11354 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-01 17:13:26 +00:00
attila
4b1211d2d0 Patch by Nico <nsabbi@libero.it>
this patch fixes a recently discovered bug for which DVB-C users
couldn't tune
(wrong parsing of the config file and incorrect parameter passing to
tune_it())
and includes the still unapplied patch posted in date 6/9/2003:

-  it works correctly with and without caches; in the former case it
doesn't take anymore a lot of time to empty the cache before changing channel;
the uninit_cache() function is called in mplayer.c just after
the new tuning operation
- initialized a variable identifying the tuner type, and exit if it
isn't supported


- doesn't crash anymore when
1) the channels file doesn't exists
2) the tuner is used by another application
3) in the menu, when trying to select a channel before the first
4) some mp_msg() called in case of error


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11353 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-01 15:17:01 +00:00
attila
6ce8b10dd2 define install itself instead of a path to install, needed for ginstall
original patch by Thomas Glanzmann <sithglan@stud.uni-erlangen.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11352 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-01 14:57:40 +00:00
attila
28f5233b36 Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms
stream with multibyte characters in the url.

  There is a bug in string_utf16() of libmpdemux/asf_mmst_streaming.c:
  the url encoding code is written for single-byte character only. It
  just fill a zero byte between every two adjacent bytes of the url
  string. This is wrong when the url string contains multi-byte
  characters.

  My patch is in the attachment, and has been tested working. It uses
  iconv() to convert the url's encoding to utf-16 correctly. So can this
  patch be accepted and commit into CVS?

patch by Wang WenRui <wangwr@mail.ustc.edu.cn>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11351 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-01 14:43:28 +00:00
mosu
a2be6012e5 Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique Andre Gunia <Dominique.Gunia@schunter.etc.tu-bs.de>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11350 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-01 14:10:32 +00:00
diego
ba10a2856a cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11349 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 23:00:45 +00:00
nicolas
cf3164dc52 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11348 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 22:46:12 +00:00
nicolas
5851393402 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11347 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 22:30:44 +00:00
rik
cc85714c6f function convert_matrix() is fixed (off-by-one error) and it is now called with the optimal arguments so that it doesn't do unneeded work, the change was inspired by a comment from Alex
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11346 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 22:22:46 +00:00
alex
359b5d8f5e codecs-status finally working again
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11345 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 22:07:20 +00:00
alex
3f1547c522 10l again :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11344 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 21:59:00 +00:00
alex
275338ecea some clarifications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11343 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 21:56:56 +00:00
alex
9551635aa5 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11342 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 21:34:19 +00:00
alex
069203b276 a bit of consistency changes and new macos&darwin sections
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11341 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 21:32:04 +00:00
lumag
ffe62d26cf Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11340 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 18:41:03 +00:00
diego
ca99e81487 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11339 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 18:21:08 +00:00
diego
c2d7ef2bdf Moved to FTP site
http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11338 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 18:15:49 +00:00
diego
8c7427dc4e etc/cygwin_inttypes.h moved to ftp.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11337 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 18:14:06 +00:00
michael
98775f442b 1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11336 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 13:23:33 +00:00
michael
26f88f7246 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11335 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-31 12:59:51 +00:00
ranma
b83cfd2662 Document lmin and lmax lavcopts; mpeg vrc_buf_size values
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11334 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 16:52:05 +00:00
lumag
2998fca07c Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11333 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 15:31:57 +00:00
mosu
d5658320c1 Do not display VobSubs whose timecodes are < 0 which would make all VobSubs appear from the start on upon seeking. Patch by "Reder, Uwe" <Uwe.Reder@3SOFT.de>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11332 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 15:02:16 +00:00
mosu
1c641db8c0 Removed temporary .cpp file used during the Matroska test. Updated the libebml and libmatroska requirements to at least v0.6.0 for both. There have been changes in the lacing code, and users WILL come and complain why mplayer, linked against older versions, will have issues playing newer files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11331 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 14:57:06 +00:00
mosu
c5c7fbf3ff Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mplayer in some cases.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11330 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 14:50:04 +00:00
wight
f879cb74af sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11329 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 14:39:18 +00:00
diego
9d308b0357 bug fixes based on a patch by Nicolás Lichtmaier <nick@technisys.com.ar>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11328 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 12:36:40 +00:00
diego
6d2a898375 Dependencies for autogenerated files added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11327 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 12:10:09 +00:00
diego
ee80a9ea71 QT DLLs need to be in the system dir.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11326 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 02:23:09 +00:00
diego
b23b760b7d Missing <application> tags added, patch by Maciej Paszta <paszczi@go2.pl>.
zlib added to the recommended libraries list.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11325 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 00:21:31 +00:00
diego
34911f6570 A-V sync fix by Timo Kanera <timo@kanera.de>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11324 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-30 00:08:06 +00:00
nauj27
517d3cc0f6 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11323 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-29 22:51:09 +00:00
mosu
148a026687 VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU packets remain. So no more need for mpeg_run in the demuxer. The muxer compresses each entry independently with a full deflateInit, deflateEnd.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11322 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-29 18:09:20 +00:00