1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 20:05:07 +00:00
Commit Graph

6676 Commits

Author SHA1 Message Date
alex
78191f35e9 yvu9 and if09 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6526 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 15:15:31 +00:00
alex
74323ca8bf if09 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6525 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 15:03:54 +00:00
alex
939db66beb yvu9 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6524 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 14:23:21 +00:00
albeu
812b86ae81 Use the new Y8 support in place of YV12.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6523 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 13:17:03 +00:00
alex
f43150759d do not crash by decoding error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6522 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 11:34:54 +00:00
michael
8317448441 cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6521 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 11:01:25 +00:00
jonas
3f92f0aa94 fix for Mozilla
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6520 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 11:01:00 +00:00
jonas
f72eb8d4cf updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6519 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 10:58:31 +00:00
michael
4f188f6869 selftest support
bugfixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6518 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 10:36:18 +00:00
bertrand
1e3499e154 Improved the authentication interaction. Still need to replace scanf.
After 4 failed authentication, mplayer quits.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6517 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 09:39:09 +00:00
bertrand
9f6e8b1509 Added HTTP basic authentication support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6516 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 09:17:52 +00:00
bertrand
f83fbf33c3 Added base64 encoder
Added http basic authentication


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6515 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 09:16:08 +00:00
bertrand
d5ae673150 Added support for URLs that contain an username:password
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6514 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 06:27:19 +00:00
atmos4
98571211e8 Fix for interlaced huffyuv by roberto togni <rtogni at bresciaonline.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6513 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 01:30:47 +00:00
arpi
69d5224ae2 use libavcodec's get_bits() code (optional, disabled by default)
unfortunatelly it's much slower :(
and teh ALT version just sig11s :((
ideas?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 00:50:27 +00:00
arpi
706829e19a use libavcodec's optimized MC functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6511 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:58:15 +00:00
arpi
950a345ed0 init libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6510 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:57:45 +00:00
atmos4
ffea152c83 Jürgen Hammelmann: I put a new option "-mpgonly" to the script, for those, who only want to
create an mpeg 1/2 file.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6509 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:49:50 +00:00
arpi
1ecec2dc5b svq1 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6508 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:11:34 +00:00
arpi
f60b5944a4 SVQ1 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6507 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:09:40 +00:00
arpi
7cf14b455e imported from xine, generalized, created header file, all tables moved to
svq1_cb.h (was: svq1_codebooks.h)
TODO: use libavcodec's MC and bit parsing routines, maybe VLC too,
finally move the whole decoder to libavcodec


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6506 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:07:41 +00:00
arpi
7f025d4e46 use built-in yvu9->yv12 code, because it requires all src/dst strides and
offsets, the params passed to postproc's converter is simply not enough...
(temp. solution, waiting for yvu9 support in swscale)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6505 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:05:00 +00:00
michael
cb7f0c8feb cleanup & grayscale support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6504 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 20:37:30 +00:00
arpi
413bd92bb5 don't require sh->bih (should fix v4l)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6503 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 12:12:42 +00:00
albeu
3a376cd09c Allow writing to pipe.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6502 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 12:10:02 +00:00
gabucino
88c475968f timer routines section slightly reformatted
added note about buggy RTC in some cases


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6501 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 10:22:49 +00:00
gabucino
ae320b78bf SVGAlib section revised
EGA support


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6500 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 10:03:46 +00:00
gabucino
6dda86aafe xynxronize
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6499 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 09:41:19 +00:00
gabucino
1ad6b44273 more sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6498 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 09:33:08 +00:00
gabucino
a0a9c835b4 more fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6497 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 09:32:35 +00:00
gabucino
2d270e38f3 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6496 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 09:07:29 +00:00
gabucino
6eee11b33b input dox translated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6495 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 08:56:01 +00:00
gabucino
2f49235e93 input dox fixed, cosmetixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6494 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 08:55:17 +00:00
arpi
d3c753359a sync with mplayer xp
- partial yvu9 support (copy only)
- rgb 15/16 -> 24/32 converters
- int->unsigned changes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6493 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 08:49:45 +00:00
arpi
1bf7748010 NV12 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6492 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 08:47:56 +00:00
albeu
9fc6c93c8b filename can be NULL. Fix the conflict between cdda and dvdnav.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6491 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 22:52:01 +00:00
alex
1aa8394fa4 yvu9 support, 0l to me becouse i forget to commit it (0l becouse i've drinken 1litre of bier, yet ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6490 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 20:25:45 +00:00
alex
dc089b3a2e added rawyvu9
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6489 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:45:19 +00:00
alex
aac6031e77 vf_yvu9 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6488 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:39:39 +00:00
alex
67191f1cd0 yvu9 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6487 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:38:06 +00:00
alex
8f91153011 yvu9toyv12 converter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6486 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:37:30 +00:00
alex
b9cda21184 pre-yvu9toyv12 converter, only grayscale Y-plane coping :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6485 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:37:00 +00:00
alex
fd68aff8f7 YVU9,IF09,Y800 and Y8 support - and synced with mpxp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6484 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:31:02 +00:00
alex
63e90b6d98 YVU9,IF09,Y800 and Y8 support - and syÃnced with mpxp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6483 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:29:05 +00:00
alex
4839e62438 report if no palette
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6482 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 16:38:53 +00:00
alex
aeab39c7e6 yvu9 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6481 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 16:37:37 +00:00
albeu
d546cf983f Add uninit to the dvd stream.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6480 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 16:26:40 +00:00
alex
3028536080 added yvu9
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6479 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 16:01:18 +00:00
bertrand
0b2ecf14e1 Here I go again, another fix for the timeout.
Note that we shouldn't rely on the value of the timeval struct
after select returns.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6478 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 07:06:46 +00:00
bertrand
b40da6c55b Increased the timeout value on connection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6477 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:28:24 +00:00