arpi
83c10e4d6e
img_format moved to libmpcodecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5609 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 19:17:24 +00:00
arpi
2bea9b36a7
mp_image.h and img_format.h moved to libmpcodecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 19:14:34 +00:00
mark
94ea5b35bb
Misc cleanups of the code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5591 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 10:04:22 +00:00
mark
e81aec44e8
Added support for choosing weather to use double-buffering or single buffering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5581 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 00:14:59 +00:00
mark
54c83951a8
Some OSD and other random fixes. Added double buffering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5580 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-12 23:55:06 +00:00
mark
5d6cae74ee
Lots of updates and bugfixes to the tdfxfb driver
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5568 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-11 21:43:09 +00:00
arpi
40e94d7385
VFCAP added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5567 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-11 21:07:00 +00:00
arpi
05c4efcaea
uninit sig11 fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5561 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-11 11:18:02 +00:00
mswitch
81a36d4950
Some minor changes to the avcodec code.
...
(Michael, perhaps you could explain to me why avc_ctx->quality = 1 produces unwatachable output, and when using gop_size = 0 or 1 (intra) video will disappear after seeking)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5548 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-10 16:03:08 +00:00
mswitch
419c9c4ea6
Make avcodec the default encoder again, thanks Michael
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5545 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-10 06:55:03 +00:00
michael
ee10c93a02
memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5544 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-10 05:23:13 +00:00
michael
af5d80aedc
trying to fix davids "libavcodec bug" ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5543 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-09 23:55:47 +00:00
arpi
10ca3af593
new tdfxfb yuv driver by Mark Zealey <mark@zealos.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5541 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-09 14:02:55 +00:00
atmos4
cae41b33a9
VM Fix by Uwe.Reder@3soft.de
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5539 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-09 13:18:45 +00:00
arpi
69a4881d04
vo_config_count now counts calls to vo->config()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-07 02:12:15 +00:00
arpi
85c3419b79
initialization moved to preinit(), query_format now really checks for supported formats
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5510 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-07 02:10:39 +00:00
arpi
133757919e
memcpy_pic() added (copy image plane with src/dst stride)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5505 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-06 21:46:07 +00:00
arpi
a2a8eec208
#include cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5504 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-06 19:09:06 +00:00
arpi
41eb6af976
VOCTRL_DRAW_IMAGE added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5503 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-06 19:08:52 +00:00
mswitch
e32a105ab5
Fixed bug that would cause the dxr3 to lock if too many subpics were sent at once
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5500 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-06 07:30:28 +00:00
mswitch
632be7465a
Make fame the default encoder until lavc's mpeg1 encoder is repaired.
...
Disable spu writes until lockup bug has been found.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5498 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-05 18:05:57 +00:00
mswitch
555024fb25
Removed blinking effect from spuenc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5492 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-04 16:35:03 +00:00
mswitch
4ee424b12e
Added spuenc... should write a draw_alpha_spu perhaps =D
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5491 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-04 16:11:09 +00:00
mswitch
f16ffbbb3f
Subpic encoder added (used on DXR3 and similar hardware that has a subpic channel)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5468 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 10:05:35 +00:00
arpi
f3e82babbd
IMGTYPE_IPB fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5467 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 02:40:09 +00:00
atmos4
1d13f15b04
Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5461 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 18:16:27 +00:00
arpi
cc0437f18c
open(/dev/mga_vid) moved to preinit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5434 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:45:31 +00:00
arpi
ceda41612a
use only 1 buffers if dr=yes and double=no
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5433 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:39:38 +00:00
arpi
c8d427c72e
disabling direct rendering by default (too buggy and conflicts with osd/sub)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5432 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:38:56 +00:00
arpi
83d1ae68c0
check depth for direct rendering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5417 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 09:28:17 +00:00
arpi
2ba506f908
fix uninit() crash if no config() call
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5415 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 03:03:12 +00:00
arpi
384a8a821b
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5407 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 18:09:30 +00:00
arpi
9a9c52cdf3
using interleaveBytes() for G200 draw_slice
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5406 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 17:40:22 +00:00
mswitch
9adb559bb1
Fixed avcodec init bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5398 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 06:24:49 +00:00
rik
05dcedd786
use avcodec_inited instead of av_fdct to see if avcodec was initialized by another part of mplayer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5392 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 13:46:34 +00:00
rfelker
a5dfcdf157
quick hack to make vo_mga accept multiple calls to config
...
someone else should probably improve on this later
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5390 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 05:03:25 +00:00
atmos4
f33ad03eba
eeh, really remove keybinding for w/s for volume control. =)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5386 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 00:06:35 +00:00
atmos4
f362ca99e0
Remove alternative volume control binding that clash with libdvdnav support.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5385 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 00:04:14 +00:00
arpi
e55db72e97
.ttf font loader - based on TOOLS/subfont-c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5380 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 20:22:34 +00:00
mswitch
f05d4ac7ad
lego++ bug fixed by XorA
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5378 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 15:05:51 +00:00
arpi
497f2396a4
10l to nick - ACCEPT_WIDTH fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5374 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-27 21:49:19 +00:00
atmos4
eff0ca9eaa
Fix resizing when zoom is used and image size changes between frames.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5369 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-27 04:16:38 +00:00
mswitch
95a5682456
XorA added the option of switching between fame/avcodec without
...
recompiling. Docs updated accordingly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5362 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 18:47:42 +00:00
iive
cc996ad526
fixed green lines caused by missing rounding to 2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5359 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 16:45:21 +00:00
arpi
20b1e93745
disabel DR and UV swapping for g200 planar modes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5336 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 16:21:39 +00:00
mswitch
9165173016
Bugfix by XorA
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5331 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 05:13:19 +00:00
arpi
71c4d5006d
-fs aspect fix by KotH
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5321 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 21:22:16 +00:00
arpi
6cedc58e73
fallback to server's control() - patch by KotH
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5320 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 21:17:16 +00:00
arpi
b0fce04640
U,V plane odrer fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5319 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 20:55:06 +00:00
arpi
e2cad38b0a
U,V plane odrer fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5318 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 20:45:30 +00:00
arpi
e81578975e
I420 UV swapping fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5317 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 19:14:40 +00:00
ksorim
ac51a1e411
Two fixes:
...
- Planar formats don't use draw_frame. Code dealing with that has been removed.
- Calculate y_screen_bottom correctly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5314 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:42:27 +00:00
arpi
4a1e0aef9b
fixed U/V swapping for direct rendering, and 3rd plane offset calculation when height!=0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5312 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:19:14 +00:00
mswitch
7bb3412a05
Fixed bug in Athlon detection code ;)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5311 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:01:08 +00:00
mswitch
eb89d8effe
XorA found a bug in the avcodec code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5310 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 15:33:12 +00:00
mswitch
ff1ffe28bf
Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blocky
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5309 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 15:18:38 +00:00
arpi
c99b6c40bb
we don't need mman.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5297 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 00:44:54 +00:00
arpi
922b520e8e
moved font_laod.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5296 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 00:39:44 +00:00
arpi
2eba558fcd
moved font_laod.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5295 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 00:32:13 +00:00
mswitch
d58adc2b78
Aspect code reenabled, apparently users didn't like running movies
...
hi-res ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5282 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 18:16:22 +00:00
mswitch
1dccf216e6
Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHz
...
bus speed has troubles with it...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5276 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 16:36:42 +00:00
mswitch
a254cc288e
As jittering is corrected we might as well play the movie in full res
...
(lot nicer output ;).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5275 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 15:43:17 +00:00
mswitch
11458e387f
Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goes
...
out to him...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5274 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 15:27:47 +00:00
ksorim
7c68af469e
Fix swapped uv planes when playing yv12 data with direct rendering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5269 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 10:24:51 +00:00
ksorim
8a9f8447ef
Fixes crash which occured when it wasn't possible to connect to the display
...
name in DISPLAY.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5268 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 10:09:39 +00:00
ksorim
404aa1bdcf
Fix for OSD when width != pitch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5261 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 07:35:48 +00:00
atmos4
68e98f1428
ixes bug in draw_slice and also fixes compilance to
...
new requirements for preinit/control. by jiri svoboda
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 03:22:34 +00:00
michael
6e8918ece2
print meaningfull error message instead of "hmm, arpi said that isnt used...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5249 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 19:23:20 +00:00
ksorim
3b4870d90a
This will hopefully fix
...
* uninit call without a previous config call
* Several config calls between preinit and uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 14:08:40 +00:00
ksorim
8d16eb3c4e
Fix crash when playing multiple files. The bug was triggered when the first file
...
had rgb data and the second had yuv data and sdl:aalib was used. Some code
duplication removed in the process.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5240 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 10:22:55 +00:00
ksorim
eb1d4f46c7
Fix crash when SDL had to do rgb -> rgb conversion. Removed some code
...
duplication.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5239 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 09:22:55 +00:00
mswitch
b0547e7f67
Fame support enabled, awaiting bugreports =D
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5226 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 17:26:52 +00:00
alex
6403904ae9
using -dr instead -vaa_dr
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 15:39:08 +00:00
michael
b70ac58b8e
fixing runtime cpudetect with pre SSE cpus
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5209 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-19 22:32:45 +00:00
arpi
dbfd7500d4
hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@student.liu.se>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5204 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-19 18:57:24 +00:00
mswitch
2a325840dd
Automatically use avcodec if it exists, otherwise fall back to fame (due
...
to some unresolved problems with fame)
Bitrate is set to a constant 6e6
Fixed a bug occuring with round()
Fixed a little #elif bug that would cause compilation to fail when not
compiling with avcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5200 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-19 15:08:15 +00:00
arpi
1bedf2f809
updates by Jiri.Svoboda@seznam.cz
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5190 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-18 23:20:13 +00:00
jkeil
f08bc385fe
Add a (more or less dummy) reference to vo_format_name(), to pull the
...
img_format.o object from libvo.a on solaris.
The typical set of libvo video drivers on solaris didn't reference this symbol,
but a library at the end of the link command for mplayer requires this
function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5164 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-17 15:11:44 +00:00
arpi
f19ef5a1ff
uninit bugs fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5159 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-17 03:38:16 +00:00
arpi
1c6f0aff46
fame enabeld
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5142 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 19:15:12 +00:00
michael
7d74522cdd
workaround lack of -fomit-frame-pointer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5140 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 17:12:19 +00:00
mswitch
24c5ce1c3b
Fixed some bugs with fame, had to disable prebuffering with fame though
...
as sync drifts off. But fame is alot more stable than avcodec and so far
I've noticed a small quality increase with some videos (not all).
Will have to work some more on the sync stuff... This one should be
stable though..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5135 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 15:49:26 +00:00
mswitch
7644b575f9
Fixed problem with seeking/sync when using libfame
...
libfame seems to not accept some standard fps rates, like 2997/100, this
causes bad syncing with fame sometimes =(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5133 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 06:01:13 +00:00
alex
d6bf64537e
added directrendering support and better query_format
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5131 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 02:42:19 +00:00
mswitch
d0c4c00cae
No longer force the device into not using fame
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5098 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 17:24:27 +00:00
arpi
96b4387146
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5093 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 16:36:45 +00:00
arpi
b2b1105129
place subtitles under the image
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5081 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 14:42:15 +00:00
arpi
a240aa0c7e
10l? frames_per_sequence==GOPsize... so it should be few seconds
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5079 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 03:49:17 +00:00
arpi
1406d12c30
vo_flags unused
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5075 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-14 23:09:27 +00:00
mswitch
301dd8f013
This will slow down wobbling (just a bit)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5066 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-13 14:39:24 +00:00
mswitch
37b0b31559
Added preliminary fame support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5065 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-13 14:15:00 +00:00
pontscho
54610a5997
upsz ... 10l :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5063 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-13 12:11:21 +00:00
pontscho
d06ef6e4ec
small changes in event handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5062 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-13 10:59:20 +00:00
arpi
0fd42e1983
using libFAME...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5060 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-13 01:23:36 +00:00
atmos4
1ff5938500
sdl dr support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5059 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-12 23:34:52 +00:00
atmos4
637cbf8a87
10l forgot to remove debug printfs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5058 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-12 23:10:04 +00:00
atmos4
af9d49611e
fix dga key handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5057 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-12 22:11:35 +00:00
nick
615d23453a
Using yv12_to_yuy2 sw convertor for cards which have no native yv12 support
...
ffdivx:
vosub_vidix: WARNING!!! Using YV12 to YUY2 SW convertion
TOTAL BENCHMARK: from 1001 frames should be dropped: 248 at least
divxds:
TOTAL BENCHMARK: from 1001 frames should be dropped: 429 at least
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5053 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-12 07:31:41 +00:00
nick
25cc3ede41
Compute aspect ratio only once
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5048 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-11 09:24:09 +00:00
nick
8840c8bac6
Fixed fullscreen mode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5046 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-11 09:01:43 +00:00
nick
91093ef1aa
Fixed default background color for proper color key usage
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5044 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-11 08:48:06 +00:00
nick
4d60c8c8c6
fixed strides for packed fourccs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5029 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 17:51:52 +00:00
arpi
97a8c27353
32bpp support not implemented - do not lie
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5028 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 17:46:22 +00:00
arpi
5c18ffdd1c
DirectFB 0.9.9 support - patch by Aubin Paul <aubin@punknews.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5027 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 15:47:01 +00:00
atmos4
9d43571cd8
VM fixes by Nilmoni Deb.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5020 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 08:16:07 +00:00
arpi
879062aac0
video_eq support - applied brightness/contrast patch by Brian J. Murrell
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5015 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 03:37:26 +00:00
arpi
c8f10dc2a8
round up width/height if mod 2 != 0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5008 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-09 21:53:03 +00:00
arpi
8ed9dad99c
DR fixed for BGR24
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5007 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-09 21:50:03 +00:00
nick
9caad2c29a
voctls for decoding ahead
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5003 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-09 17:27:37 +00:00
nick
af72321401
Optimization and get_image fixes (still untested)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5000 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-09 08:08:43 +00:00
pontscho
62f6b6fada
small changes in libvo's X11 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4994 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-08 20:14:08 +00:00
nick
87de61ff96
VOCTRL_GET_IMAGE (untested but should work)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4992 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-08 16:15:54 +00:00
arpi
233a273d4b
+10l to .so
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4986 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 20:14:52 +00:00
pontscho
df141d9d82
rewrite fullscreen support in some libvo driver
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4982 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 17:50:25 +00:00
arpi
83c66ac705
direct rendering support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4981 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 16:57:40 +00:00
pontscho
c84999a905
small bugfix.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4979 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 14:16:43 +00:00
pontscho
d401da7221
vm pecs applied from daniel carter <hedonist@win.co.nz>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4978 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 14:04:15 +00:00
arpi
6e12a26f06
accept STATIC buffers if num_buffers==1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4976 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 13:02:35 +00:00
pontscho
d751518e07
small bug fixed and workarounds :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4975 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 11:57:33 +00:00
arpi
cba305ead5
direct rendering support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4972 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 02:44:16 +00:00
arpi
0954953681
control+preinit moved to mga_common.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4971 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 01:51:28 +00:00
arpi
c3782458ec
using mem2agpcpy_pic()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4950 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-06 15:48:54 +00:00
arpi
dd800c1276
workaround for Lara Croft CVID sample... - one more problem to solve
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4948 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-06 15:00:38 +00:00
nick
f6878753fb
're-include' possibility
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4934 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-03 18:47:29 +00:00
nick
b4ecb24115
Use as much buffers as possible
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4930 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-03 16:53:12 +00:00
atmos4
a647697e70
add no fs as default for windrivers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4926 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-03 13:40:23 +00:00
michael
a73add099e
yuy2 support disabled to workaround stupid colorspace selection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4906 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 12:42:12 +00:00
melanson
2963621d2e
Added BGR32 output support to PNG vo target because, hey, why
...
not? Besides, it helps me debug PPC stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4905 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 04:17:05 +00:00
michael
ae587e624a
print the number of buffers used
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4896 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 16:24:55 +00:00
atlka
581e719695
Corrections to position saving/restore under vo=X11.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4890 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 11:43:21 +00:00
alex
7283920d29
older API fixes, support for async mode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4842 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-24 16:28:44 +00:00
alex
e07d2921f4
do not fault if no directbuffer available (for example: ggi display-multi)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4832 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-24 02:50:02 +00:00
alex
21043e0d28
reworked :) should work on low bpp outputs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4831 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-24 02:21:14 +00:00
alex
723c3a1fd0
totally reworked, working fine on fbdev too, applied Andres Beck's patches, quad-buffering support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4829 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 23:31:08 +00:00
alex
d840ddb7c5
ehh, return error if cannot open display
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4828 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 23:14:29 +00:00
albeu
64ae87b5e4
Bugfix in x11_common.c mainly. Don't screw up the display name,
...
don't forget to close the display (vo_xv) and to reset vo_depthonscreen
when we have destroyed the window and closed the display !!!!!
Open the display before using it (vo_x11) !!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4816 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 01:38:06 +00:00
alex
ac6944129f
using vo_dx, vo_dy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4814 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 19:52:09 +00:00
alex
fa966b71df
setting vo_dx and vo_dy in event handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4813 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 19:36:21 +00:00
alex
41803844ba
added vo_dx,vo_dy (used currently only by X based outputs)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4812 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 18:00:38 +00:00
alex
3cb2033d44
clear the window if resized but no scaling used. Enable runtime fullscreen selectin when no zooming available
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4809 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 16:16:02 +00:00
atmos4
06ebd66015
osd outside movie support for vo_sdl, patch by Fredrik Kuivinen
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 15:25:11 +00:00
pontscho
5d1b7ddc78
mondom fix bazmeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4806 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 15:22:27 +00:00
pontscho
6505ed2c9a
fix nexus's key bug :) 10l, sorry :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4805 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 14:48:38 +00:00
pontscho
fe8edf9767
new interface ? :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4799 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 22:48:47 +00:00
michael
ec21f4caa0
fixing scaled output
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4797 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 21:15:40 +00:00
pontscho
57e3534b04
small changes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4796 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 21:11:01 +00:00
michael
50657061a8
unscaled yuv2rgb fix for big-endian systems
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4792 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 16:57:35 +00:00
atmos4
2423d041c2
Fix return value of VOCTRL_FULLSCREEN
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4791 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 16:17:15 +00:00
pontscho
2675ddee8d
ExposureMask fixed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4785 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 13:28:39 +00:00
atlka
3b8318ecd1
changes in fullscreen/window switching code to obtain returning to
...
old window position (icewm aware) while using -vo x11 -zoom
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4781 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 10:49:57 +00:00
atmos4
8337d9c26f
subtitle positioning patch by Jiri Svoboda
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4774 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 22:43:34 +00:00
atmos4
d66ad5a63e
support for VOCTRL_FULLSCREEN
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4773 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 22:42:46 +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
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
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
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
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
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
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
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
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
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
michael
4cd0f2201a
use mem2agpcpy_pic()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4714 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-15 01:00:26 +00:00
michael
23d578910a
mem2agpcpy_pic()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4709 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-14 22:34:24 +00:00
arpi
1423711deb
yv12 slices fix by Robert Kesterson <robertk@robertk.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4707 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-14 22:31:21 +00:00
michael
1d1e48eb11
bugfix for width % 2 != 0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4698 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-14 16:17:18 +00:00
mswitch
9ec5053a4f
Using the mplayer SwScaler instead of doing scaling manually (sometimes this dies with sig FPE
...
when not using -vc mpegpes with mpegs (I find it unlikely it would only happen on mpegs though))
Using detection code to check if using NTSC or PAL/SECAM and setting appropriate resolution and
GOP-Size based on this information. It now generates a valid mpeg1 stream instead of a hybrid
mpeg2 (with mpeg1 headers).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4686 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-13 00:38:23 +00:00
michael
b89389845d
101
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4685 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-13 00:17:16 +00:00
rik
9883b4d349
we are now able to use the new bitwriter code in libavcodec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4684 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 23:30:07 +00:00
michael
859ae44c0a
use mem2agpcpy() instead of fast_memcpy()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4683 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 23:19:37 +00:00
michael
7a4350e4c1
mem2agpcpy()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4682 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 23:17:14 +00:00
michael
ad68b36313
default is allways nozoom again (specify -zoom if u want the sane behavior)
...
call freeSwsContext() on uninit()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4678 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 17:55:03 +00:00
alex
08b445dca9
rgb/bgr 32bpp and IYUV/I420 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4675 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 17:10:21 +00:00
rik
65750b3de5
this file is obsoleted by videodev_mjpeg.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4671 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 16:03:00 +00:00
rik
21017aa526
this file obsoletes zoran.h and contains the Recommended interface definition for zr devices
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4670 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 15:59:32 +00:00
rik
bc3c15c668
migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4669 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 15:53:40 +00:00
atmos4
e403e9fe9c
add vsync support for doublebuffering to vo_vesa
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4668 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 15:06:04 +00:00
michael
002c347330
minor rounding bugfix in the aspect stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4663 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-11 14:04:31 +00:00
michael
5619f4c25e
-fs and or -vm default is nozoom, -zoom does the expected thing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4662 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-11 13:45:26 +00:00
albeu
30c218a61b
Added new input mouse support in x11 vo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4659 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-11 11:44:50 +00:00
nick
453bfb7581
tell to driver doublebuffering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4655 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-11 07:19:18 +00:00
arpi
61c02728df
mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4652 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-11 01:24:56 +00:00
michael
c39eb8fb59
allways use swScaler
...
keep aspect ratio during resizeing and fullscreen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4642 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 17:48:41 +00:00
alex
44a23a1027
removed unused includes, added fastmemcpy support, removed local copy of rgb24toyv12 (using one in postproc/rgb2rgb.c)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4641 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 16:56:30 +00:00
nick
8208fce35a
Portability
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4634 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 09:56:50 +00:00
arpi
7a07a33879
BGR24 support, including flip flag
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4630 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 01:43:35 +00:00
michael
00d3998056
bgr15 / bgr16 input support (with -zoom)
...
stride % 8 == 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4628 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 01:07:58 +00:00
alex
1dbeaf9154
added voctrl_guisupport and fixed some typos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4619 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 22:38:36 +00:00
mswitch
4690e5fccf
updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 patch), this solves
...
alot of issues for ppl who had problems with the new prebuffering code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4614 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 17:40:33 +00:00
mswitch
d0fa2231b3
Fixed a bug where seeking would lock mplayer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4610 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 14:44:09 +00:00