summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 100l - fixed yuy2 -dr, reported by Nexusarpi2002-04-211-1/+1
* minor changesalex2002-04-201-2/+6
* workaround yv12 vs. i420 'bug' of swscalearpi2002-04-191-0/+1
* minor fixes and flipping supportalex2002-04-191-52/+53
* This patch replaces vo_svga.c with an improved version that does not usearpi2002-04-181-228/+316
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-0/+8
* Minor patches from Tomi Ollila <Tomi.Ollila@iki.fi>:rik2002-04-171-33/+71
* bbox calculation fixed (font->height < real height)arpi2002-04-171-10/+35
* prefer prefetchnta if its availablemichael2002-04-171-3/+3
* pre mmx2/3dnow fixmichael2002-04-171-4/+10
* fix ".". thanksz pl.pontscho2002-04-171-1/+1
* fix mouse cursor hide/showpontscho2002-04-171-0/+1
* Bug fix in mouse button handling for 2° scroller (I hope it workalbeu2002-04-171-1/+4
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-169-6/+27
* upsz, 10l :)pontscho2002-04-161-2/+2
* add jpeg support for libvopontscho2002-04-162-0/+270
* Disabled spuenc code due to upcoming prerelease, there are still bugs heremswitch2002-04-161-6/+13
* vo_osd_check_range_update() added + 10l fixarpi2002-04-162-0/+18
* osd: ok, now it's possible to do partial draw/clear of the buffer only if cha...arpi2002-04-152-6/+27
* osd: calculating bboxarpi2002-04-151-19/+55
* new osd code, use osd objs to follow changes and do minimal updatesarpi2002-04-152-65/+217
* added support for directrendering, updated to VFCAP_ flags in query_format, a...alex2002-04-151-68/+175
* Support XV over remote connections, patch by Dmitry Karasik <dimakar at yahoo...atmos42002-04-141-13/+54
* 0.1 bugfixarpi2002-04-131-0/+5
* img_format moved to libmpcodecsarpi2002-04-131-48/+0
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-1311-84/+6
* Misc cleanups of the codemark2002-04-131-29/+16
* Added support for choosing weather to use double-buffering or single bufferingmark2002-04-131-22/+53
* Some OSD and other random fixes. Added double bufferingmark2002-04-121-44/+49
* Lots of updates and bugfixes to the tdfxfb drivermark2002-04-111-151/+159
* VFCAP addedarpi2002-04-117-14/+17
* uninit sig11 fixedarpi2002-04-111-1/+2
* Some minor changes to the avcodec code.mswitch2002-04-101-6/+4
* Make avcodec the default encoder again, thanks Michaelmswitch2002-04-101-3/+3
* memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>michael2002-04-101-0/+1
* trying to fix davids "libavcodec bug" ...michael2002-04-091-1/+1
* new tdfxfb yuv driver by Mark Zealey <mark@zealos.org>arpi2002-04-091-688/+299
* VM Fix by Uwe.Reder@3soft.deatmos42002-04-091-1/+1
* vo_config_count now counts calls to vo->config()arpi2002-04-072-0/+4
* initialization moved to preinit(), query_format now really checks for support...arpi2002-04-071-48/+56
* memcpy_pic() added (copy image plane with src/dst stride)arpi2002-04-061-0/+19
* #include cleanuparpi2002-04-061-2/+3
* VOCTRL_DRAW_IMAGE addedarpi2002-04-061-0/+1
* Fixed bug that would cause the dxr3 to lock if too many subpics were sent at ...mswitch2002-04-061-1/+6
* Make fame the default encoder until lavc's mpeg1 encoder is repaired.mswitch2002-04-051-4/+4
* Removed blinking effect from spuencmswitch2002-04-042-8/+8
* Added spuenc... should write a draw_alpha_spu perhaps =Dmswitch2002-04-042-3/+65
* Subpic encoder added (used on DXR3 and similar hardware that has a subpic cha...mswitch2002-04-032-0/+320
* IMGTYPE_IPB fixarpi2002-04-031-0/+1
* Fix I420 handling, though still don't know why divx4 codec queries for I420 n...atmos42002-04-011-14/+45
* open(/dev/mga_vid) moved to preinitarpi2002-03-313-19/+10
* use only 1 buffers if dr=yes and double=noarpi2002-03-311-1/+3
* disabling direct rendering by default (too buggy and conflicts with osd/sub)arpi2002-03-312-1/+2
* check depth for direct renderingarpi2002-03-311-0/+1
* fix uninit() crash if no config() callarpi2002-03-311-0/+3
* 10larpi2002-03-301-1/+1
* using interleaveBytes() for G200 draw_slicearpi2002-03-301-54/+5
* Fixed avcodec init bugmswitch2002-03-301-5/+10
* use avcodec_inited instead of av_fdct to see if avcodec was initialized by an...rik2002-03-291-7/+6
* quick hack to make vo_mga accept multiple calls to configrfelker2002-03-292-1/+3
* eeh, really remove keybinding for w/s for volume control. =)atmos42002-03-291-4/+0
* Remove alternative volume control binding that clash with libdvdnav support.atmos42002-03-291-2/+0
* .ttf font loader - based on TOOLS/subfont-carpi2002-03-281-0/+714
* lego++ bug fixed by XorAmswitch2002-03-281-148/+154
* 10l to nick - ACCEPT_WIDTH fixedarpi2002-03-271-3/+13
* Fix resizing when zoom is used and image size changes between frames.atmos42002-03-271-3/+2
* XorA added the option of switching between fame/avcodec withoutmswitch2002-03-261-18/+102
* fixed green lines caused by missing rounding to 2iive2002-03-261-1/+1
* disabel DR and UV swapping for g200 planar modesarpi2002-03-251-7/+3
* Bugfix by XorAmswitch2002-03-251-1/+4
* -fs aspect fix by KotHarpi2002-03-241-0/+2
* fallback to server's control() - patch by KotHarpi2002-03-241-3/+2
* U,V plane odrer fixedarpi2002-03-241-5/+2
* U,V plane odrer fixedarpi2002-03-242-16/+27
* I420 UV swapping fixedarpi2002-03-241-5/+14
* Two fixes:ksorim2002-03-241-17/+2
* fixed U/V swapping for direct rendering, and 3rd plane offset calculation whe...arpi2002-03-241-2/+3
* Fixed bug in Athlon detection code ;)mswitch2002-03-241-1/+3
* XorA found a bug in the avcodec codemswitch2002-03-241-1/+1
* Default to avcodec if installed, otherwise use fame. Apparently fame output i...mswitch2002-03-241-4/+4
* we don't need mman.harpi2002-03-241-1/+1
* moved font_laod.harpi2002-03-241-0/+1
* moved font_laod.harpi2002-03-244-3/+4
* Aspect code reenabled, apparently users didn't like running moviesmswitch2002-03-231-4/+2
* Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHzmswitch2002-03-231-1/+2
* As jittering is corrected we might as well play the movie in full resmswitch2002-03-231-2/+4
* Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goesmswitch2002-03-231-1/+9
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
* ixes bug in draw_slice and also fixes compilance toatmos42002-03-221-69/+113
* print meaningfull error message instead of "hmm, arpi said that isnt used...michael2002-03-211-4/+14
* This will hopefully fixksorim2002-03-211-22/+24
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
* Fame support enabled, awaiting bugreports =Dmswitch2002-03-201-13/+13
* using -dr instead -vaa_dralex2002-03-201-1/+1
* fixing runtime cpudetect with pre SSE cpusmichael2002-03-191-7/+38
* hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@...arpi2002-03-191-0/+1
* Automatically use avcodec if it exists, otherwise fall back to fame (duemswitch2002-03-191-6/+11
* updates by Jiri.Svoboda@seznam.czarpi2002-03-181-233/+747
* Add a (more or less dummy) reference to vo_format_name(), to pull thejkeil2002-03-171-0/+2
* uninit bugs fixedarpi2002-03-171-7/+8
* fame enabeldarpi2002-03-161-1/+1
* workaround lack of -fomit-frame-pointermichael2002-03-161-8/+8
* Fixed some bugs with fame, had to disable prebuffering with fame thoughmswitch2002-03-161-7/+38
* Fixed problem with seeking/sync when using libfamemswitch2002-03-161-9/+4
* added directrendering support and better query_formatalex2002-03-161-10/+53
* No longer force the device into not using famemswitch2002-03-151-2/+5
* 10larpi2002-03-151-1/+1
* place subtitles under the imagearpi2002-03-151-3/+10
* 10l? frames_per_sequence==GOPsize... so it should be few secondsarpi2002-03-151-2/+2
* vo_flags unusedarpi2002-03-141-1/+1
* This will slow down wobbling (just a bit)mswitch2002-03-131-2/+2
* Added preliminary fame supportmswitch2002-03-131-61/+97
* upsz ... 10l :)pontscho2002-03-131-4/+8
* small changes in event handlingpontscho2002-03-131-7/+13
* using libFAME...arpi2002-03-131-74/+78
* sdl dr supportatmos42002-03-121-1/+43
* 10l forgot to remove debug printfsatmos42002-03-121-2/+0
* fix dga key handlingatmos42002-03-121-1/+3
* Using yv12_to_yuy2 sw convertor for cards which have no native yv12 supportnick2002-03-121-12/+42
* Compute aspect ratio only oncenick2002-03-111-16/+2
* Fixed fullscreen modenick2002-03-111-1/+3
* Fixed default background color for proper color key usagenick2002-03-111-1/+1
* fixed strides for packed fourccsnick2002-03-101-9/+13
* 32bpp support not implemented - do not liearpi2002-03-101-4/+4
* DirectFB 0.9.9 support - patch by Aubin Paul <aubin@punknews.org>arpi2002-03-101-1/+13
* VM fixes by Nilmoni Deb.atmos42002-03-101-7/+18
* video_eq support - applied brightness/contrast patch by Brian J. Murrellarpi2002-03-101-0/+45
* round up width/height if mod 2 != 0arpi2002-03-091-0/+5
* DR fixed for BGR24arpi2002-03-091-0/+1
* voctls for decoding aheadnick2002-03-092-0/+13
* Optimization and get_image fixes (still untested)nick2002-03-091-129/+68
* small changes in libvo's X11 supportpontscho2002-03-085-59/+44
* VOCTRL_GET_IMAGE (untested but should work)nick2002-03-081-0/+21
* +10l to .soarpi2002-03-071-2/+2
* rewrite fullscreen support in some libvo driverpontscho2002-03-078-52/+95
* direct rendering supportarpi2002-03-071-0/+25
* small bugfix.pontscho2002-03-071-0/+2
* vm pecs applied from daniel carter <hedonist@win.co.nz>pontscho2002-03-071-1/+9
* accept STATIC buffers if num_buffers==1arpi2002-03-071-1/+1
* small bug fixed and workarounds :(pontscho2002-03-071-3/+10
* direct rendering supportarpi2002-03-072-1/+35
* control+preinit moved to mga_common.carpi2002-03-073-26/+16
* using mem2agpcpy_pic()arpi2002-03-061-40/+15
* workaround for Lara Croft CVID sample... - one more problem to solvearpi2002-03-061-0/+3
* 're-include' possibilitynick2002-03-031-0/+4
* Use as much buffers as possiblenick2002-03-031-2/+2
* add no fs as default for windriversatmos42002-03-031-1/+5
* yuy2 support disabled to workaround stupid colorspace selectionmichael2002-03-011-1/+1
* Added BGR32 output support to PNG vo target because, hey, whymelanson2002-03-011-0/+12
* print the number of buffers usedmichael2002-02-281-0/+1
* Corrections to position saving/restore under vo=X11.atlka2002-02-281-2/+3
* older API fixes, support for async modealex2002-02-241-10/+56
* do not fault if no directbuffer available (for example: ggi display-multi)alex2002-02-241-10/+14
* reworked :) should work on low bpp outputsalex2002-02-241-282/+101
* totally reworked, working fine on fbdev too, applied Andres Beck's patches, q...alex2002-02-231-338/+236
* ehh, return error if cannot open displayalex2002-02-231-1/+1
* Bugfix in x11_common.c mainly. Don't screw up the display name,albeu2002-02-233-20/+20
* using vo_dx, vo_dyalex2002-02-221-31/+16
* setting vo_dx and vo_dy in event handlingalex2002-02-221-4/+27
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-222-0/+6
* clear the window if resized but no scaling used. Enable runtime fullscreen se...alex2002-02-221-6/+8
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-223-108/+457
* mondom fix bazmeg.pontscho2002-02-222-47/+26
* fix nexus's key bug :) 10l, sorry :)pontscho2002-02-221-31/+29
* new interface ? :)pontscho2002-02-211-3/+7
* fixing scaled outputmichael2002-02-211-2/+2
* small changespontscho2002-02-214-142/+84
* unscaled yuv2rgb fix for big-endian systemsmichael2002-02-211-1/+1
* Fix return value of VOCTRL_FULLSCREENatmos42002-02-212-1/+2
* ExposureMask fixed.pontscho2002-02-212-14/+2
* changes in fullscreen/window switching code to obtain returning toatlka2002-02-211-4/+8
* subtitle positioning patch by Jiri Svobodaatmos42002-02-201-1/+2
* support for VOCTRL_FULLSCREENatmos42002-02-201-14/+12
* add new input cuccpontscho2002-02-202-1/+14
* Screenshot on the flynick2002-02-181-0/+54
* Accidentally mixed experimental code with stable one during last commit,mswitch2002-02-181-17/+15
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-182