rfelker
eb4c371b32
documentation for -vop eq
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7065 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 01:47:57 +00:00
diego
7b413af7aa
How to run multiple instances of MPlayer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7064 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 00:05:35 +00:00
rfelker
6a04e6e54c
soft video equalizer filter, currently supports brightness and
...
contrast adjustment for all planar yuv formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7063 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 23:08:20 +00:00
diego
cb5b781d52
Typos, cosmetics and a tag closed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7062 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 22:58:19 +00:00
arpi
6c724895d6
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
...
- multithreaded audio/video buffering (I know mplayer crew hates threads
but it seems to me as the only way of doing reliable a/v capture)
- a/v timebase synchronization (sample count vs. gettimeofday)
- "immediate" mode support for mplayer
- fixed colorspace stuff - RGB?? and YUY2 modes now work as expected
- native ALSA audio capture
- separated audio input layer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7061 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 22:50:40 +00:00
arpi
5a92702245
support for SP5x video codec used by Aiptek webcam
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7060 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:50:14 +00:00
arpi
a5bd36cf4b
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
...
- multithreaded audio/video buffering (I know mplayer crew hates threads
but it seems to me as the only way of doing reliable a/v capture)
- a/v timebase synchronization (sample count vs. gettimeofday)
- "immediate" mode support for mplayer
- fixed colorspace stuff - RGB?? and YUY2 modes now work as expected
- native ALSA audio capture
- separated audio input layer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7059 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:31:20 +00:00
arpi
1dd16637fb
this piece of code should prevent major fullscreen screwups, which can
...
be otherwise triggered by rapid switching to fullscreen and back.
patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7058 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:24:23 +00:00
arpi
f294139b30
added forced window clearing for Xv, because on my setup (sawfish,
...
nvidia) there occasionally left a blue strip above the movie when
switching to fullscreen.
patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7057 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:23:26 +00:00
arpi
0f4a3c14c3
new slave volume command done :
...
"volume <x> <abs 0|1>"
where :
abs optionnal,
0 : relative, x > 0 increase else decrease
1 : static, x = volume, 0 to 100
for sofware plugin, remember to / 2.55 before commiting
patch by "j.a.l" <j.a.l@free.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7056 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 20:44:29 +00:00
gabucino
665b40cbd5
applied Andras Mohari's patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7055 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 20:28:44 +00:00
arpi
5bdd552d67
dvdnav wasn't selected for compilation together with mpdvdkit2.
...
patch by Jonas Jermann <jjermann@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7054 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 20:28:24 +00:00
michael
193e974326
allocating large enough buffer, fixes green stuff on top for encoding of height %16 != 0 videos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7053 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 19:12:13 +00:00
michael
c473238dc8
asserts to check buffer size and non overlapingness
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7052 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 19:08:24 +00:00
joyping
89ed1748ae
changed spdif default from "hw:0,2" to general alias "iec958"
...
based on a patch by Benedikt Hunz <hunz@hunz.org>
corrected typo in ugly spdif-warning message
added 32/20bit modes for 'high-end'-soundcards
disabled hw-mixer-access for big-endian machines
(mplayer seems to screw up hw-mixer on LinuxPPC running ALSA
needs more testing, but its safer to disable it for now.)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7051 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 14:15:25 +00:00
diego
d092fae808
-subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7050 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 00:57:13 +00:00
diego
6e9a12a0d7
Fixed typo manpage --> man page.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7049 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 00:36:58 +00:00
diego
411ad0099e
Converted the docs to use proper headings tags.
...
Headings start at <H1> for sections and decrease one size for each level in
the section hierarchy, thus 2.3.4 is <H3>. Headings without numbering are
<H4> unless they are in a <H5> section, then <H5> also.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7048 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 00:33:04 +00:00
jaf
b14b8aee34
sync by anders@gnulinux.dk
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7047 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-19 11:17:24 +00:00
diego
f88cde784e
Sync the man page with the removed sections of the HTML docs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7046 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-19 01:38:59 +00:00
michael
788451afa7
typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7045 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 22:46:03 +00:00
gabucino
cbc39c4b97
begun removing "Available options" and "Examples" sections, which
...
was discussed earlier on the list. Objections? Better solutions?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7044 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 20:51:55 +00:00
gabucino
daa89fc68b
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7043 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 20:48:00 +00:00
diego
089924014f
Typo spotted by Steven M. Schultz <sms at 2bsd com>.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7042 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 10:24:32 +00:00
michael
1b0eea6b9e
10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7041 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 08:21:24 +00:00
michael
e5f74c273e
same behavior for luma & chroma single coeff elimination
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7040 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 01:07:37 +00:00
michael
74c5df8ea7
skip blocks with small chroma dc support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7039 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 20:48:23 +00:00
diego
7106873b8a
Bah, if we start spellchecking this, we might as well do it right ;-)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7038 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 10:25:18 +00:00
jaf
90e926973a
libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7037 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 09:34:53 +00:00
jaf
2d8000e13d
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7036 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 09:15:30 +00:00
arpi
24db9b0c01
prefer libmpdvdkit2 over v1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7035 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 23:04:29 +00:00
arpi
b1187223a3
apply mplayer-specific patches
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7034 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:50:22 +00:00
arpi
a695955bd2
applying css-key cache patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7033 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:46:01 +00:00
arpi
134caf9023
importing libmpdvdkit files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7032 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:43:44 +00:00
michael
672183346b
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7031 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:39:02 +00:00
arpi
75e28d06f8
importing libdvdread 0.9.3 files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7030 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:37:48 +00:00
michael
86b7ea518b
40% faster blur
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7029 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:36:54 +00:00
arpi
211d6637bc
importing libdvdcss 1.2.2 files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7028 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:35:45 +00:00
arpi
131935f8ad
should solve -vo vesa:vidix problem 'vosub_vidix: video server has
...
unsupported color depth by vidix (0)' - patch by Emiel Neggers <emiel@neggers.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7027 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:25:45 +00:00
arpi
94d68eb455
10l bug - noticed by Emiel Neggers <emiel@neggers.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7026 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:23:50 +00:00
arpi
fdb6c0264d
hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should use
...
that here... dunno, it worked with BINDIR too????
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7025 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:01:57 +00:00
arpi
7e1f91473f
speedup of gauss
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7024 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 21:02:50 +00:00
arpi
7bd9c5f32b
using precalculated src*om[][] table -> 25% faster.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7023 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 16:35:43 +00:00
arpi
7eaba4c13d
more (~40%) speedup :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7022 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 16:06:02 +00:00
nexus
4e4f8d2eba
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7021 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 09:57:46 +00:00
pontscho
4d5b4f9422
fix (?) cmd line handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-15 22:52:52 +00:00
michael
729505d31a
skip black in outline (white skip code is #if 0 as there is no speed difference)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7019 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-15 22:45:34 +00:00
diego
23d1041868
Applied patch by Remi Guyomarch <rguyom at pobox com>.
...
1) document vb_qoffset instead of two times vb_qfactor
2) document "gray" and "mpeg_quant"
3) add 1 space to line-up with other options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7018 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-15 22:43:27 +00:00
arpi
b43f1eb524
added gettimeofday-based profiling/timing
...
little speedup of outline()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7017 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-15 20:50:13 +00:00
diego
ee315e724f
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
...
slightly modified form.
This puts some warnings into blockquote tags, adds a few links, removes
some UPPERCASE words and fixes a few wording and spelling errors.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7016 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-15 12:42:52 +00:00