arpi
35b41e3920
LPCM write code rewritten, thanks to Marcus at mocm@convergence.de
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4300 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-22 02:14:40 +00:00
melanson
ec6bacbca3
fixed some major flaws; decoder is now almost correct
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4299 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-22 02:00:57 +00:00
michael
df864731f8
15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)
...
x/yInc bugfix (bug was introduced during the global var removial)
more emms & no messing with ARCH_X86 (=workaround against not cleared mmx state somewhere)
sharpening filter (-ssf cs=<int> & -ssf ls=<int>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4298 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 22:11:09 +00:00
nick
d8644277a9
Gamma correction (based on patch of Pásztor Szilárd <silicon@falcon.sch.bme.hu>)
...
Seriously modified.
Use mplayer specific command line arguments for that:
-brightness -contrast -saturation -hue
(For detail see DOCS)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4297 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 18:55:51 +00:00
michael
f8e2988c9f
copyright(swscaler) = GPL
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4296 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 18:32:31 +00:00
michael
c955eeae14
a few filters (should be removed/merged when arpis videofilter stuff is finished)
...
-ssf cgb=<float> -> chrominance gaussian blur (nice to improve picture quality)
-ssf lgb=<float> -> luminance gaussian blur (dunno what its good for)
-ssf chs=<int> -> shift chrominance horizontally
-ssf cvs=<int> -> shift chrominance vertically
these will only work if the swscaler is used at all
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4295 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 15:22:28 +00:00
albeu
f45bfe505d
Add a check to not set the cache size if the user alredy set it.
...
Use m_config_set_int in place of m_config_set_option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4294 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 10:47:47 +00:00
albeu
5fafd19ee2
Bug fix for subconfig option. A -tv option containing the on parameter
...
is now take as an entry. New functions to set/get options and know
if an option is alredy set. A few comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4293 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 10:45:53 +00:00
kmkaplan
f4acdd0f5e
Add option -last-chapter for DVD playing/encoding
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4292 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 09:44:31 +00:00
michael
1f2d4faa6d
general convolution filtering of the source picture
...
dynamic memory allocation for the buffers (needed for the filter stuff)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4291 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-21 03:56:47 +00:00
bertrand
34da4c1e7f
Set the cache value if the network layer was able to compute it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4290 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 21:39:56 +00:00
bertrand
b1bee536f0
Changed the asf_file_header_t struct to read all the fields properly.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4289 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 21:38:11 +00:00
atmos4
ef87ddc7a9
/usr//include/inttypes.h for CYGWIN
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4288 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 19:08:56 +00:00
nick
889ffcd6c0
Checking for RGB boundaries
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4287 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 18:50:58 +00:00
atmos4
9cc1007666
add mangling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 18:36:09 +00:00
nick
4b9259c913
RGB independed correction (similar to brightness)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4285 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 17:11:05 +00:00
nick
8e652684e2
Typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4284 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 17:06:45 +00:00
nick
c164595197
2048x2048 is real max size of overlay
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4283 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 14:42:08 +00:00
michael
33b7a1c675
101
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4282 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 13:45:19 +00:00
alex
2a79f108d6
added support for unlimited video resolution (-1)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4281 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 13:29:02 +00:00
alex
06b3689017
reported working at 1600x1200 too, pciconfig stuff fixed, you can enable it with #define MGA_PCICONFIG_MEMDETECT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4280 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 13:11:23 +00:00
alex
465f39c490
sorry, debug removed ;)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4279 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 12:15:01 +00:00
alex
3611dab34d
pci_config_read working
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4278 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 12:12:58 +00:00
michael
e016034afc
removed global vars so that multiple swscalers can be used
...
experimental upscaling mode (-sws 3)
general convolution filters support (unfinished)
bugfix for bicubic upscaling
assertion checking if defined MP_DEBUG
checking of the input/output size instead of segfault if its very large
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4277 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 05:30:23 +00:00
melanson
ff84d71eec
initial implementation of SMC codec; it almost works, too!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4276 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 01:35:02 +00:00
arpi
6743a5984e
-alang/-slang fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4275 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-20 00:39:54 +00:00
alex
88f4f3c3d3
equalizer is only supported by g400
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4274 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 23:59:20 +00:00
alex
42c9d2cf5a
cleaned some parts, tested and working with g400/450, g200 is buggy :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4273 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 22:46:28 +00:00
alex
6fb8ea33bc
reworked, picture moves when window moved, fullscreen working with gui, fixed some annoying bugs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4272 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 22:43:19 +00:00
alex
8e1be5c835
clearing safely the buffer, queryfourcc returns 0x2 (hw accel, noconv.), setting eq only if drivers i able
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4271 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 22:42:08 +00:00
mswitch
ea0dae62da
Reverted to using software sync again, some day I'll die of a heartattack if I can't get this
...
m*f*er to work on both fast and slow machines... May all hell be let loose on sigma for not
cooperating with us
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4270 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 22:24:30 +00:00
albeu
5899d5ea03
Some improvment and make -vcd -dvd options considered as playlist entry
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4269 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 22:16:47 +00:00
mswitch
3beb10eeff
Only use hardware sync and prebuffering with mpegs!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4268 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 21:55:30 +00:00
pontscho
dc62e094dd
remove TARGET lofasz
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4267 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 21:21:00 +00:00
mswitch
b6b47b29b8
Handle timestamps internally
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4266 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 21:20:29 +00:00
alex
41564fabeb
added FLAG_EQUALIZER
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4265 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 18:41:50 +00:00
alex
e5bfd3ef03
added flag_equalizer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4264 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 18:38:58 +00:00
nick
ff4cca939b
Using cpudetect code instead of d_cpu.s
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4263 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 18:22:22 +00:00
nick
20e408a606
K7 id
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4262 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 18:20:24 +00:00
albeu
5890ac759a
Fixed bug with -frames option : don't quit, go to next file !!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4261 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 17:22:57 +00:00
albeu
739a77699a
Added reverting support for -zr* options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4260 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 17:02:50 +00:00
albeu
cc7095a224
Added reverting support for -aa* options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 17:01:48 +00:00
albeu
01e9ed23bf
Added reverting support for -pp and -npp options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4258 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 17:01:03 +00:00
albeu
679844e497
Added reverting support for -aa* -zr* -pp and -npp options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4257 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 16:59:59 +00:00
alex
c8f1194dda
vidix_grkey_support checking for colorkeying
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4256 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 16:58:33 +00:00
albeu
c78615bc71
Few bug fix and improvment in config/playtree system
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4255 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 16:58:04 +00:00
atmos4
3e63fad5b5
fix mangling with runtime cpu detection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4254 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 16:56:35 +00:00
mswitch
e624cbbce3
Removed seeking warning message since it has now been fixed in the driver
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4253 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 15:01:28 +00:00
bertrand
46ae846897
Moved network related code from open.c to network.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4252 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 09:04:02 +00:00
nick
4e3acc51b6
gamma correction (preliminary version).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4251 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 08:19:00 +00:00