1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00
Commit Graph

6512 Commits

Author SHA1 Message Date
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
bertrand
0cbfad6aa4 Checked the return value when retrieving the protocol level.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6476 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:25:48 +00:00
bertrand
b3b0cc1208 CDDB support added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6475 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:15:36 +00:00
atmos4
742390bbbd date: 2002/06/16 09:10:00; author: nickols_k; state: Exp; lines: +17 -13
fixed some DOS-memory leaks

patch adopted from mpxp by Tibcu, this fixes vesaout crashes after playing
multiple files.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6474 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 02:20:30 +00:00
diego
734fd1f7d8 Small typo spotted by Alban Bedel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6473 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 23:13:36 +00:00
pontscho
f083f1beaa fix fourcc's problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6472 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 14:37:09 +00:00
diego
4317c99d92 HTML mail not wanted, mplayer --> <B>MPlayer</B>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6471 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 11:52:51 +00:00
diego
fb8bd3d6a6 Tons of typos plus wording updated here and there.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6470 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 11:09:47 +00:00
diego
2765ba67e6 Atmos says this is clearer and he is right.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6469 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 10:26:11 +00:00
diego
d059a79dd2 syncfb is long gone
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6468 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 10:18:25 +00:00
bertrand
cb69a70410 Added mplayer version in the user-agent field.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6467 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 08:50:40 +00:00
bertrand
91cdc3a596 Removed unecessary malloc and memcpy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6466 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 07:58:52 +00:00
diego
41a890438e Applied Cygwin patch by Sylvain Petreolle <spetreolle@yahoo.fr>, adjusted
for coding style.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6465 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-19 23:44:42 +00:00
albeu
d7baf0c2ae 10L forgot to close input.conf fd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6464 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-19 16:41:38 +00:00
frodone
8753c37118 Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6463 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-19 01:44:19 +00:00