albeu
b91a761966
Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 2
...
wich is % seeking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4765 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 16:55:11 +00:00
albeu
8b88d6cbe1
Added comments support in input.conf (comments lines with #)
...
And fixed a possible bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4764 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 14:45:18 +00:00
pontscho
ac29aba012
add new input cucc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4763 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 10:02:29 +00:00
michael
fce878f1b2
zero saturation / grayscale bugfix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4762 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 00:19:47 +00:00
michael
35a54e6204
meaning of some bits figured out
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4761 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-19 20:54:58 +00:00
michael
3300606233
fixing yv12
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4760 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-19 18:04:06 +00:00
nick
962ecd12da
Fixes:
...
- every line of movie is displayed instead of every odd before
(v_inc: 11 -> 12; pitch -> pitch/2)
- awful colored window on start
(reset_regs: OUTREG(i,-1) -> OUTREG(i,0))
- YVYU fourcc displaying
(SCALE_CNTL: 0xb0000 -> 0xc0000)
- correct vertical scaling in double scan in interlaced modes
(see y_x_start(end))
Note: tested 3DRage IIC doesn't support neihgter YV12 nor color correction
so Michael should test and fix again these changes. Sorry!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4759 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-19 16:23:02 +00:00
jaf
f60c4ff83a
we're in the year 2002
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4758 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-18 20:17:36 +00:00
nick
f99f534bdb
Screenshot on the fly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4757 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-18 18:37:39 +00:00
mswitch
f564da98d0
Accidentally mixed experimental code with stable one during last commit,
...
fixed...
Also updated changelog to reflect recent changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4756 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-18 18:23:14 +00:00
mswitch
41277cabf6
Added VOCTRL_PAUSE and VOCTRL_RESUME
...
Fixed playback bug in vo_dxr3 which would cause syncloss when playing
ntsc movies on pal and vice versa (this does not affect mpeg playback as
we still don't know how to set the internal fps registers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4755 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-18 17:34:20 +00:00
melanson
6842124760
fixed RoQ file detection and FPS determination (maybe)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4754 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-18 16:50:16 +00:00
jonas
f99d460f2e
general review of the manpage (patch by Tobias Diedrich <td@informatik.uni-hannover.de>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4753 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-18 11:38:41 +00:00
michael
56304f04f5
fixed planar yuv formats
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4752 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 22:40:31 +00:00
arpi
b3b3eb2a9a
ffmjpeg yv12 422 fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4751 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 20:51:50 +00:00
arpi
9915772774
DVB mixer control added (very big messy hack)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4750 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 20:43:24 +00:00
jonas
17a4d061f4
german manpage
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4749 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 18:30:37 +00:00
albeu
a2dd052bb4
Fix this stupid math mistake in calcultating audio buffer duration
...
for audio only
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4748 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 17:35:34 +00:00
nick
46d2afb149
Change order of vo_function calls (Although it doesn't matter for now).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4747 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 17:18:05 +00:00
nick
d36fb9f2e2
Allow using direct rendering with any HW pitches (even on matrox g400).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4746 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 15:54:58 +00:00
nick
8c2eddc2b9
vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4745 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 15:09:46 +00:00
alex
5e06751b43
using mencoder_exit instead exit and return
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4744 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 13:50:26 +00:00
alex
12a6e7927e
added local X11 error handler (call player_exit)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4743 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 12:34:29 +00:00
nick
0a83c6ec7b
More correct direct rendering usage
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4742 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 12:22:01 +00:00
arpi
68e6328d14
ffmjpeg decodes qt photo-jpeg - patch by Sascha Sommer <saschasommer@freenet.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4741 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 12:04:20 +00:00
nick
d14af0326d
Screenshot on the fly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4740 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 10:21:00 +00:00
nick
340183b0e9
Screenshot on the fly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4739 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 09:25:09 +00:00
nick
5ddd8e92a1
I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4738 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 08:24:43 +00:00
alex
7ef2f59186
added VOFLAG_* definitions and int vo_flags
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4737 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 03:06:38 +00:00
arpi
54dda23e50
ehh, i forgot to commit this...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4736 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 02:11:14 +00:00
alex
ba611677b6
added support for runtime fullscreen switching
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4735 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 02:01:45 +00:00
alex
24d02d9493
standard key support for video out runtime fullscreen switching
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4734 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 01:07:45 +00:00
alex
ad7d813709
vo_fullscreen added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4733 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 01:06:50 +00:00
alex
607c4028e0
added VOCTRL_FULLSCREEN
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4732 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 00:33:50 +00:00
bertrand
63d13413b7
Changed the default prefill cache value for raw network input stream.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4731 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 00:05:08 +00:00
alex
d6d9502386
fixed MP3 ICY detection, return detected file format for open_stream
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4730 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 21:48:59 +00:00
eyck
5979a71903
Add module parameters: contrast and brightness, so when you need those permanently
...
adjusted just add lines to /etc/modules or sth.
insmod mga_vid.o mga_brightness=100 mga_contrast=-79
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4729 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 19:58:39 +00:00
mswitch
b74f43fb50
Fixed a bug with prebuffering which would cause syncloss, someone at
...
sigma should go die for not giving us the damn tech docs =(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4728 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 13:41:32 +00:00
michael
dffc07faf5
101 (NULL->srcW, NULL->srcH)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4727 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 13:12:51 +00:00
anders
1de3804595
MMX part rewritten and 16 tap filter added for better sound qualty
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4726 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 13:08:14 +00:00
mswitch
6292bf2273
Fixed a strange bug that sneaked in at the last minute (vobsub would
...
segfault for some reason.. I don't even know what vobsub is)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4725 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 13:06:45 +00:00
mswitch
49ab796720
Fixed bug which would cause gibberish to be printed when using :noprebuf
...
Removed equalization code, it caused problems with older machines, until
someone with a fast machine can betatest it it's only worthless
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4724 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 12:51:33 +00:00
nick
d60bfc5654
Direct rendering with dshow codecs support. (Was untested but should work)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4723 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 08:20:24 +00:00
nick
2cfd635666
Works with YUY2 fourcc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4722 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 07:55:44 +00:00
melanson
e7e053459c
fixed WAV demuxer so that it skips to the actual start of the audio data
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4721 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 05:45:16 +00:00
melanson
df4c97fb19
shrink the size of the ghost image, courtesy of Roberto Togni
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4720 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-16 01:30:11 +00:00
michael
0b9a7c54b9
avoid allocating a dummy scaler as debug/info messages will only be printed for the first allocated scaler unless -v -v is used
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4719 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-15 22:31:10 +00:00
albeu
668ec5553c
We should skip exactly the first frame on mp3 files.
...
Should correct many badly detected file, decoder crash, etc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4718 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-15 16:48:25 +00:00
jonas
46ef333c2f
Upgrades to the latest version, some corrections...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4717 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-15 13:14:41 +00:00
mswitch
f8428b7556
*** empty log message ***
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4716 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-15 10:43:21 +00:00