summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* .ttf font loader - based on TOOLS/subfont-carpi2002-03-281-0/+714
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5380 b3059339-0415-0410-9bf9-f77b7e298cf2
* lego++ bug fixed by XorAmswitch2002-03-281-148/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5378 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to nick - ACCEPT_WIDTH fixedarpi2002-03-271-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5374 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix resizing when zoom is used and image size changes between frames.atmos42002-03-271-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5369 b3059339-0415-0410-9bf9-f77b7e298cf2
* XorA added the option of switching between fame/avcodec withoutmswitch2002-03-261-18/+102
| | | | | | | recompiling. Docs updated accordingly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5362 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed green lines caused by missing rounding to 2iive2002-03-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5359 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabel DR and UV swapping for g200 planar modesarpi2002-03-251-7/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix by XorAmswitch2002-03-251-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5331 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fs aspect fix by KotHarpi2002-03-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5321 b3059339-0415-0410-9bf9-f77b7e298cf2
* fallback to server's control() - patch by KotHarpi2002-03-241-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5320 b3059339-0415-0410-9bf9-f77b7e298cf2
* U,V plane odrer fixedarpi2002-03-241-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5319 b3059339-0415-0410-9bf9-f77b7e298cf2
* U,V plane odrer fixedarpi2002-03-242-16/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5318 b3059339-0415-0410-9bf9-f77b7e298cf2
* I420 UV swapping fixedarpi2002-03-241-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Two fixes:ksorim2002-03-241-17/+2
| | | | | | | | - 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
* fixed U/V swapping for direct rendering, and 3rd plane offset calculation ↵arpi2002-03-241-2/+3
| | | | | | when height!=0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug in Athlon detection code ;)mswitch2002-03-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5311 b3059339-0415-0410-9bf9-f77b7e298cf2
* XorA found a bug in the avcodec codemswitch2002-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default to avcodec if installed, otherwise use fame. Apparently fame output ↵mswitch2002-03-241-4/+4
| | | | | | is very very blocky git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5309 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need mman.harpi2002-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5297 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved font_laod.harpi2002-03-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5296 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved font_laod.harpi2002-03-244-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5295 b3059339-0415-0410-9bf9-f77b7e298cf2
* Aspect code reenabled, apparently users didn't like running moviesmswitch2002-03-231-4/+2
| | | | | | | hi-res ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHzmswitch2002-03-231-1/+2
| | | | | | | bus speed has troubles with it... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5276 b3059339-0415-0410-9bf9-f77b7e298cf2
* As jittering is corrected we might as well play the movie in full resmswitch2002-03-231-2/+4
| | | | | | | (lot nicer output ;). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goesmswitch2002-03-231-1/+9
| | | | | | | out to him... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5274 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5269 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
| | | | | | | name in DISPLAY. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5268 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5261 b3059339-0415-0410-9bf9-f77b7e298cf2
* ixes bug in draw_slice and also fixes compilance toatmos42002-03-221-69/+113
| | | | | | | new requirements for preinit/control. by jiri svoboda git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5259 b3059339-0415-0410-9bf9-f77b7e298cf2
* print meaningfull error message instead of "hmm, arpi said that isnt used...michael2002-03-211-4/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5249 b3059339-0415-0410-9bf9-f77b7e298cf2
* This will hopefully fixksorim2002-03-211-22/+24
| | | | | | | | * 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
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
| | | | | | | | 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
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
| | | | | | | duplication. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5239 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fame support enabled, awaiting bugreports =Dmswitch2002-03-201-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5226 b3059339-0415-0410-9bf9-f77b7e298cf2
* using -dr instead -vaa_dralex2002-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing runtime cpudetect with pre SSE cpusmichael2002-03-191-7/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5209 b3059339-0415-0410-9bf9-f77b7e298cf2
* hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen ↵arpi2002-03-191-0/+1
| | | | | | <freku045@student.liu.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5204 b3059339-0415-0410-9bf9-f77b7e298cf2
* Automatically use avcodec if it exists, otherwise fall back to fame (duemswitch2002-03-191-6/+11
| | | | | | | | | | | 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
* updates by Jiri.Svoboda@seznam.czarpi2002-03-181-233/+747
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5190 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a (more or less dummy) reference to vo_format_name(), to pull thejkeil2002-03-171-0/+2
| | | | | | | | | | | 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
* uninit bugs fixedarpi2002-03-171-7/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5159 b3059339-0415-0410-9bf9-f77b7e298cf2
* fame enabeldarpi2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5142 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround lack of -fomit-frame-pointermichael2002-03-161-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some bugs with fame, had to disable prebuffering with fame thoughmswitch2002-03-161-7/+38
| | | | | | | | | | | 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
* Fixed problem with seeking/sync when using libfamemswitch2002-03-161-9/+4
| | | | | | | | 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
* added directrendering support and better query_formatalex2002-03-161-10/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5131 b3059339-0415-0410-9bf9-f77b7e298cf2
* No longer force the device into not using famemswitch2002-03-151-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5098 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5093 b3059339-0415-0410-9bf9-f77b7e298cf2
* place subtitles under the imagearpi2002-03-151-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5081 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l? frames_per_sequence==GOPsize... so it should be few secondsarpi2002-03-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5079 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_flags unusedarpi2002-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5075 b3059339-0415-0410-9bf9-f77b7e298cf2
* This will slow down wobbling (just a bit)mswitch2002-03-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added preliminary fame supportmswitch2002-03-131-61/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5065 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz ... 10l :)pontscho2002-03-131-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5063 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes in event handlingpontscho2002-03-131-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5062 b3059339-0415-0410-9bf9-f77b7e298cf2
* using libFAME...arpi2002-03-131-74/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5060 b3059339-0415-0410-9bf9-f77b7e298cf2
* sdl dr supportatmos42002-03-121-1/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5059 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l forgot to remove debug printfsatmos42002-03-121-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5058 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dga key handlingatmos42002-03-121-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using yv12_to_yuy2 sw convertor for cards which have no native yv12 supportnick2002-03-121-12/+42
| | | | | | | | | | | | 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
* Compute aspect ratio only oncenick2002-03-111-16/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed fullscreen modenick2002-03-111-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5046 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed default background color for proper color key usagenick2002-03-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5044 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed strides for packed fourccsnick2002-03-101-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5029 b3059339-0415-0410-9bf9-f77b7e298cf2
* 32bpp support not implemented - do not liearpi2002-03-101-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5028 b3059339-0415-0410-9bf9-f77b7e298cf2
* DirectFB 0.9.9 support - patch by Aubin Paul <aubin@punknews.org>arpi2002-03-101-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5027 b3059339-0415-0410-9bf9-f77b7e298cf2
* VM fixes by Nilmoni Deb.atmos42002-03-101-7/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5020 b3059339-0415-0410-9bf9-f77b7e298cf2
* video_eq support - applied brightness/contrast patch by Brian J. Murrellarpi2002-03-101-0/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5015 b3059339-0415-0410-9bf9-f77b7e298cf2
* round up width/height if mod 2 != 0arpi2002-03-091-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5008 b3059339-0415-0410-9bf9-f77b7e298cf2
* DR fixed for BGR24arpi2002-03-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5007 b3059339-0415-0410-9bf9-f77b7e298cf2
* voctls for decoding aheadnick2002-03-092-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5003 b3059339-0415-0410-9bf9-f77b7e298cf2
* Optimization and get_image fixes (still untested)nick2002-03-091-129/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5000 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes in libvo's X11 supportpontscho2002-03-085-59/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4994 b3059339-0415-0410-9bf9-f77b7e298cf2
* VOCTRL_GET_IMAGE (untested but should work)nick2002-03-081-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4992 b3059339-0415-0410-9bf9-f77b7e298cf2
* +10l to .soarpi2002-03-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4986 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite fullscreen support in some libvo driverpontscho2002-03-078-52/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4982 b3059339-0415-0410-9bf9-f77b7e298cf2
* direct rendering supportarpi2002-03-071-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4981 b3059339-0415-0410-9bf9-f77b7e298cf2
* small bugfix.pontscho2002-03-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4979 b3059339-0415-0410-9bf9-f77b7e298cf2
* vm pecs applied from daniel carter <hedonist@win.co.nz>pontscho2002-03-071-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4978 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept STATIC buffers if num_buffers==1arpi2002-03-071-1/+1
|