1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 11:55:42 +00:00
Commit Graph

12416 Commits

Author SHA1 Message Date
diego
151c250a74 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12416 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-04 14:17:31 +00:00
nplourde
a91165ab51 Add yuv csp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12415 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-04 02:57:10 +00:00
michael
57ba4435de proposals by rich:
remove predicted delta timestamps
  delta timestamp in the frame_code table
  reserved vlc count in the frame_code table
  global timestamp after frame_startcode


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12414 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-04 01:29:17 +00:00
rtognimp
44e29e79a5 100l for me
Ftp fix patch was committed commented out.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12413 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 18:19:16 +00:00
diego
f34778efd2 libavformat, realrtsp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12412 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 17:59:55 +00:00
wight
ec9a529711 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12411 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 17:46:11 +00:00
diego
45a7b24974 Spelling and wording fixes pointed out by the wanderer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12410 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 17:11:26 +00:00
diego
3ef2f6a8e8 typos, wording and mistakes pointed out by the wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12409 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 13:19:04 +00:00
diego
069e8ca739 spelling, wording, consistency in comments and printed messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12408 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 10:09:18 +00:00
diego
d5c281ef0f spelling, wording sync with cfg-mencoder.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12407 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 10:01:31 +00:00
diego
315b9cbac6 wrong number, pointed out by Scognito
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12406 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 10:00:43 +00:00
diego
21b4dfb21c more wishes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12405 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 01:27:48 +00:00
diego
3d96fc6684 missing name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12404 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 01:27:19 +00:00
diego
3e294e3da8 Hint at -mf in mf:// syntax description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12403 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 01:16:31 +00:00
diego
5e2cfe4fdb Blinkenlights section expanded.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12402 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 01:15:38 +00:00
diego
f7dc0af139 divx --> lavc, spelling, more sensible section name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12401 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 01:15:15 +00:00
diego
f2466f739e Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bug
fixes and further wording improvements by me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12400 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 00:41:48 +00:00
rtognimp
2d1e1c0334 Restore ftp support (was erroneusly disabled while fixing bogus errors
on conection failure)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12399 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 20:05:44 +00:00
rtognimp
7b75294003 Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12398 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-02 17:09:05 +00:00
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