1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00
Commit Graph

6780 Commits

Author SHA1 Message Date
michael
bd682b07cb IMGFMT_{RGB,BGR}{1,4}
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6580 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 18:09:32 +00:00
michael
21b3ff056a use unified yuv2rgb init
{RGB,BGR}{1,4,8,15,16,24,32} output supported


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6579 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 18:00:47 +00:00
michael
2cb2f05956 fixing scaling/contrast for 1/4/8 bpp
exporting yuv2rgb_c_init() as the swscaler will use it (avoids code duplication)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6578 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 17:40:51 +00:00
michael
05a053093a {RGB,BGR}{1,4}
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6577 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 17:35:37 +00:00
diego
2d77f658dd GCC 2.96 update
Patch by Dominik Mierzejewski <dominik@rangers.eu.org>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6576 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 16:43:05 +00:00
diego
7cb545ce5b GCC 3.0.4-RH update
Patch by Dominik Mierzejewski <dominik@rangers.eu.org>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6575 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 16:17:54 +00:00
diego
ad187a0f8e OSD == onscreen display, typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6574 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 13:00:40 +00:00
gabucino
8843cea41f updated gcc errata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6573 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 11:06:28 +00:00
alex
3bacc553d8 Paul Ortyl's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6572 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 10:12:31 +00:00
bertrand
c424df896c Changed the -pass option to -passwd to avoid clash with mencoder option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6571 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 23:56:33 +00:00
atmos4
86d8896c42 10l to me and bertrand ;) Fix clash of -pass for http auth with -pass of mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6570 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 23:33:46 +00:00
atmos4
c840dbe325 Check for skin in user's .mplayer first so he can override systemwide skin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6569 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 23:27:14 +00:00
atmos4
353b9b463a Fix compatibility with old skins, that contain evEqualeaser typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6568 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 23:23:32 +00:00
arpi
e7d0082512 support the 'align16' codec flag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6567 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 22:29:32 +00:00
arpi
d7d187300d new global codec flag: align16
it means that width/height should be round up to n*16 (some buggy codec
needs it to avoid sig11 / image distortions)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6566 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 22:26:34 +00:00
alex
9d2fe87374 remove colorkeying if destroying the driver - fixes some bugs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6565 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 19:14:11 +00:00
alex
bae521e266 fixed uninit (it got never called before)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6564 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 19:10:03 +00:00
arpi
b46ce12874 time to ++ timestamp (try2)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6563 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 18:54:26 +00:00
arpi
8daaf27ef0 time to ++ timestamp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6562 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 18:48:28 +00:00
arpi
a2e3df1479 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6561 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 12:21:54 +00:00
bertrand
09c7e3191e Added -user -pass options for http authentication.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6560 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 08:09:16 +00:00
bertrand
f7f0dc084c Read username/password from the -user -pass command line options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6559 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 08:04:52 +00:00
gabucino
c41fe8144a HTML fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6558 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 06:15:58 +00:00
gabucino
cbdfb78802 HTML (netscape4) fixes
CSS fixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6557 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 06:15:04 +00:00
bertrand
dd5ffb35bd Moved authentication code into its own function.
Disabled the user/pass interaction.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6556 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 20:12:18 +00:00
michael
f78969448f killing globals
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6555 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 20:05:53 +00:00
alex
d402d04e4a Paul Ortyl's patch - tv4l timestamps (not so precise :()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6554 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 16:37:18 +00:00
michael
a1a61e895a gray encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6553 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 14:55:52 +00:00
albeu
1be8d376dd Fix after the patch of Dominik Mierzejewski. Try the user's input.conf
before the global one.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6552 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 12:17:23 +00:00
alex
c45d0b29f0 added OSD support for yvu9/y800, corrected query_format \(added flag VFCAP_OSD\), fixed multifile support \(no more control infinite loop and destroying old window\) and some cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6551 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 11:51:55 +00:00
michael
6ce7a64fad gray
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6550 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 11:07:58 +00:00
diego
47e11b460a EvEqualeaser --> EvEqualizer, since Atmos just committed my typo fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6549 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 11:07:50 +00:00
jonas
2f53bc5e12 it's bug not vbug...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6548 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 11:03:04 +00:00
atmos4
8d263d5582 equalizer typo fix by diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6547 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:55:00 +00:00
atmos4
e3f40cf939 Patch by Dominik Mierzejewski:
The first one makes CONFDIR work correctly at last
and the second adds DESTDIR to ./configure, so that it generates
a relocateable Makefile and then a packager needs only to do
make DESTDIR=$RPM_BUILD_ROOT install


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6546 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:23:48 +00:00
alex
c9ab15ec9b first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6545 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:13:31 +00:00
alex
b4423c2714 first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6544 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:13:08 +00:00
michael
ecff630554 support dropping some chroma src lines for a bit extra speed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6543 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 01:05:41 +00:00
michael
c61e4925b1 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6542 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 00:56:27 +00:00
michael
d6648864ba 100l (non mmx versions didnt compile)
some cleanup


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6541 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 00:18:29 +00:00
alex
c20f4d0b42 better planar support, chroma subsampling support and Y8/Y800 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6540 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 21:08:31 +00:00
alex
846f4abc18 better planar support, chroma subsampling support and Y8/Y800 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6539 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 20:42:19 +00:00
alex
ffe9577241 yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane and Y-plane is the same for all these formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6538 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 19:33:55 +00:00
arpi
a72a759aba IF09 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6537 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 19:31:31 +00:00
arpi
1ac6f92adf IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change
flags, but it doesn't matter for now) - IF09 is supported by win32 Indeo codecs
and by some others too


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6536 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 19:30:35 +00:00
alex
645ad5efad fixed mono mp3 encoding, hint by Paul Ortyl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6535 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 19:09:25 +00:00
michael
10456fb947 yvu9 & y8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6534 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 18:53:46 +00:00
michael
89b1dec5ff yvu9 support (other planar yuv formats with other chroma subsamplings should be trivial to add, if they had a IMGFMT)
disabled broken (=new) converters (they cause random sig11)
various bugfixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6533 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 18:51:43 +00:00
alex
1f9463e268 yvu9,if09,y8,y800 support and multifile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6532 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 18:00:42 +00:00
alex
b6a0fee350 mono mp3 encoding support by Paul Ortyl <ortylp at 3miasto.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6531 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 17:34:29 +00:00