1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 03:45:23 +00:00
Commit Graph

12597 Commits

Author SHA1 Message Date
rtognimp
e6015b2bd8 Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/news1830_20040501.wmv
Patch by adland


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12397 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 16:22:32 +00:00
michael
664e2abbd7 bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
with #if defined(WORDS_BIGENDIAN) && (WORDS_BIGENDIAN == 1) -> #ifdef WORDS_BIGENDIAN by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12396 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 14:26:28 +00:00
reimar
bb4e355258 clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12395 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 14:16:13 +00:00
lumag
f7e6d7f037 As pointed by Diego, I forgot this.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12394 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 10:43:14 +00:00
michael
63bce7ea7f nicer startcode before keyframe rule
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12393 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 01:37:49 +00:00
rtognimp
0fec6dd1e3 Fix url escaping and avoid double escape
Patch by adland, approved by Bertrand Baudet


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12392 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 23:35:25 +00:00
rtognimp
8ef87c44bb Try to get an asf file with normal http protocol if http streaming
fail. Patch by adland


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12391 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 23:35:25 +00:00
diego
c152543c41 -adapter is not directx specific anymore.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12390 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 21:19:20 +00:00
diego
3068790047 vo_directx now supports keepaspect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12389 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 21:02:06 +00:00
faust3
5962355e94 keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYVY support and fixed bugs where switching to fullscreen would keep the console window on top and where the initial window position is wrongly calculated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12388 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 20:21:03 +00:00
rfelker
1b6f3ce516 more stupid crap
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12387 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 20:16:54 +00:00
rfelker
cc8b6a93a4 this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12386 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 20:15:21 +00:00
rfelker
6a3e54b5f1 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12385 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 20:00:04 +00:00
rfelker
c4282b3cfe ok this one is beyond stupid. the code didn't even do what was intended
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12384 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 19:43:59 +00:00
reimar
6e443b3534 GUI support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12383 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 19:37:09 +00:00
lumag
e6035c2bd0 Sync, update my email.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12382 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 19:25:12 +00:00
henry
f5b29948ab 10000000000l twisted typecasting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12381 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 19:17:44 +00:00
michael
a24323c65f limits too small, my CBR mp3 samples have 2x overhead after removial of size prediction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12380 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:48:42 +00:00
rfelker
1687a957be more lvalue casts, ugly this time
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12379 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:42:50 +00:00
rfelker
692e4b90f4 more lvalue casts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12378 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:36:50 +00:00
rfelker
4ebc221760 more nonsense lvalue casts, at least these aren't quite as stupid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12377 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:34:23 +00:00
rfelker
1490be013d and more and more stupidity
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12376 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:30:38 +00:00
rfelker
167336d2df more stupidity
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12375 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:25:24 +00:00
rfelker
d308e43f45 1000000000000l
whoever wrote this crap has no understanding of c whatsoever...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12374 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:15:29 +00:00
wight
43e2b405d5 sync + wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12373 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 16:33:57 +00:00
faust3
a011baa532 keepaspect and nokeepaspect are now useable by all vos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12372 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 14:52:15 +00:00
wight
7dee0c9d8d sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12371 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 12:09:26 +00:00
wight
d25e1a9fb8 S/PDIF spelling corrected
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12370 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 12:03:03 +00:00
michael
478a03c5e7 cosmetic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12369 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 11:28:34 +00:00
rtognimp
0a8fbf151e 100l for me. Header seek is not needed to fix 28_8 and can cause sig11
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12368 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 01:28:31 +00:00
diego
9de4e90028 standard notation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12367 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 23:01:23 +00:00
michael
b916b37fad additional start_code rule (implemenattion does this since a long time already)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12366 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 22:53:59 +00:00
diego
9bd3b810c6 wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12365 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 22:33:37 +00:00
ranma
feaead4393 Allow user to disable writing of ODML index
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12364 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 21:33:53 +00:00
ranma
4058e90588 Only use odml index for files that need it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12363 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 20:36:48 +00:00
faust3
cd7722e4ca support for a few more radeons patch by Reza Jelveh <reza.jelveh at tu-harburg.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12362 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 20:20:37 +00:00
faust3
4926bfdabb 10l on cygwin WIN32 gets defined in config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12361 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 20:05:54 +00:00
faust3
33790e6770 add X11 headers to OPTFLAGS patch by Steven M. Schultz <sms at 2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12360 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 17:07:49 +00:00
faust3
0af4151b05 Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12359 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 16:56:00 +00:00
rfelker
bd4e50d10b more cola, not mine tho
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12358 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 10:40:30 +00:00
rfelker
92aa4728d6 minimal fix for alex's 1000000000000l compile errors. imo the fix in
aviheader.h is totally correct. defining useless typedefs that can
conflict with other headers is bad practice. i don't like editing
mmreg.h but oh well... if you have a better fix, commit it! finally,
the fix in the ad_ and vd_ files seems totally correct.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12357 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 10:26:26 +00:00
rfelker
e2cb513292 oops, forgot this with the softskip patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12356 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 10:07:52 +00:00
rfelker
4f3491bbdf 100l to me!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12355 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 09:46:54 +00:00
rtognimp
78f0bcd34b Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12354 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 22:23:34 +00:00
bertrand
872b23f46d Should be Connection: close, and not closed.
It has been there since v1.3...
Thanks to Jonas Jensen <jbj@knef.dk> to noticed it.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12353 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 21:34:50 +00:00
mosu
9318af9842 Leave the subs uninitialized and not "forcefully off" if the user hasn't chosen a stream with -sid. If he used -slang then we need the comment packet which might be found after demux_ogg_open has finished.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12352 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 21:01:09 +00:00
wight
50b636db89 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12351 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 16:48:56 +00:00
diego
57079dacd5 spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12350 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 13:54:36 +00:00
diego
000b077601 typos, wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12349 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 13:02:44 +00:00
wight
a775d9e64a XML translation complete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12348 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 11:24:03 +00:00