summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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-19/+38
* Change order of vo_function calls (Although it doesn't matter for now).nick2002-02-171-4/+4
* Allow using direct rendering with any HW pitches (even on matrox g400).nick2002-02-171-12/+17
* vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net>nick2002-02-171-30/+49
* added local X11 error handler (call player_exit)alex2002-02-171-0/+25
* More correct direct rendering usagenick2002-02-171-4/+8
* Screenshot on the flynick2002-02-172-0/+78
* Screenshot on the flynick2002-02-171-0/+2
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-1719-22/+130
* added VOFLAG_* definitions and int vo_flagsalex2002-02-172-0/+7
* added support for runtime fullscreen switchingalex2002-02-171-1/+51
* added VOCTRL_FULLSCREENalex2002-02-171-0/+2
* Fixed a bug with prebuffering which would cause syncloss, someone atmswitch2002-02-161-4/+0
* 101 (NULL->srcW, NULL->srcH)michael2002-02-161-6/+6
* Fixed a strange bug that sneaked in at the last minute (vobsub wouldmswitch2002-02-161-10/+8
* Fixed bug which would cause gibberish to be printed when using :noprebufmswitch2002-02-161-15/+18
* avoid allocating a dummy scaler as debug/info messages will only be printed f...michael2002-02-151-3/+8
* use mem2agpcpy_pic()michael2002-02-151-20/+9
* mem2agpcpy_pic()michael2002-02-141-0/+20
* yv12 slices fix by Robert Kesterson <robertk@robertk.com>arpi2002-02-141-7/+7
* bugfix for width % 2 != 0michael2002-02-141-6/+13
* Using the mplayer SwScaler instead of doing scaling manually (sometimes this ...mswitch2002-02-131-66/+65
* 101michael2002-02-131-2/+0
* we are now able to use the new bitwriter code in libavcodecrik2002-02-121-1/+4
* use mem2agpcpy() instead of fast_memcpy()michael2002-02-121-2/+5
* mem2agpcpy()michael2002-02-123-3/+124
* default is allways nozoom again (specify -zoom if u want the sane behavior)michael2002-02-121-3/+5
* rgb/bgr 32bpp and IYUV/I420 supportalex