summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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 supportalex2002-02-121-1/+21
* this file is obsoleted by videodev_mjpeg.hrik2002-02-121-372/+0
* this file obsoletes zoran.h and contains the Recommended interface definition...rik2002-02-121-0/+118
* migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)rik2002-02-121-13/+13
* add vsync support for doublebuffering to vo_vesaatmos42002-02-123-4/+6
* minor rounding bugfix in the aspect stuffmichael2002-02-111-1/+1
* -fs and or -vm default is nozoom, -zoom does the expected thingmichael2002-02-111-8/+9
* Added new input mouse support in x11 voalbeu2002-02-115-4/+36
* tell to driver doublebufferingnick2002-02-111-1/+1
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-113-759/+405
* allways use swScalermichael2002-02-101-119/+54
* removed unused includes, added fastmemcpy support, removed local copy of rgb2...alex2002-02-101-88/+4
* Portabilitynick2002-02-101-1/+1
* BGR24 support, including flip flagarpi2002-02-101-19/+43
* bgr15 / bgr16 input support (with -zoom)michael2002-02-101-7/+15
* added voctrl_guisupport and fixed some typosalex2002-02-091-4/+6
* updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 pat...mswitch2002-02-091-7/+15
* Fixed a bug where seeking would lock mplayermswitch2002-02-091-0/+5
* Removed some stuff from the em8300 driver, had to compensatemswitch2002-02-091-6/+1
* FreeBSD fixnexus2002-02-091-0/+3
* Added switch to disable prebufferingmswitch2002-02-091-9/+19
* ARGH, changing playback speed was a mistake...mswitch2002-02-091-7/+0
* Fixed some stuff with setting timestamps, and added proper setting of playbac...mswitch2002-02-091-2/+7
* Thanks to the new control() method I've finally been able to add prebuffering...mswitch2002-02-091-13/+21
* Make code simple. Use swScaler even for fastmemcpy purposes :)nick2002-02-091-28/+20
* vo_yuv4mpeg addedarpi2002-02-092-1/+3
* yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>arpi2002-02-091-0/+284
* 10000hl to Holm... control MUST BE static...arpi2002-02-0927-27/+30
* screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org>arpi2002-02-091-0/+20
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-0931-117/+247
* Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>albeu2002-02-081-4/+53
* Configurable OSD zonesnick2002-02-071-0/+36
* fix color key handling bugpontscho2002-02-071-0/+2
* fs resize bug fix.pontscho2002-02-071-0/+3
* finished making vesa optionalrfelker2002-02-071-2/+2
* swScale internally uses yuv2rgb now if possiblemichael2002-02-062-3/+3
* Correct vesa shutdown on 'config playback' errorsnick2002-02-061-1/+1
* checking output of getSwsContext*()michael2002-02-051-10/+17
* Enable 15bpp on servernick2002-02-051-0/+1
* Support of scaling with every fourccnick2002-02-051-181/+114
* Add playlist keys (some missing?!) and add some shift handlers to allow keys ...atmos42002-02-041-4/+12
* Fix multifile playback (sdl was not fully reinitialized).atmos42002-02-041-3/+3
* Activate QSCALE flag for avcodecmswitch2002-02-031-16/+14
* Forgot the osd fix in the other patch, well, here it is ;)mswitch2002-02-031-5/+3
* Switched from libmp1e to libavcodec, at least for me it runs helluva lot fast...mswitch2002-02-031-230/+173
* YUY2 BGR32 BGR24 support for vo_x11 if swScaler is usedmichael2002-02-031-1/+20
* Allows to users control direct renderingnick2002-02-031-0/+1
* code cleanupnick2002-02-032-10/+14
* Cleaned up some codemswitch2002-02-021-20/+9
* Alex! Never write bottlenecks, ok?nick2002-02-011-2/+3
* Optimizing with use new tune infonick2002-02-011-199/+243
* change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fi...rfelker2002-02-012-2/+2
* change init to config in vo_mga like in the other vo_ modules -- fixes crash ...rfelker2002-02-011-1/+1
* removed obsoleted Terminate_Display_Process, using freeMyXImage and vo_x11_un...alex2002-01-311-17/+3
* return error if unknown depth given. more informative error messages. dont ex...alex2002-01-311-7/+9
* removed obosolete Terminate_Display_Process. using vo_x11_uninit. support UYV...alex2002-01-311-24/+4
* removed obsoleted Terminate_Display_Process, using vo_x11_uninitalex2002-01-312-21/+4
* removed obsoleted Terminate_Display_Processalex2002-01-312-14/+3
* grr, 10l. vo_x11_uninit: close display only if window not created by GUIalex2002-01-311-4/+1
* vo_x11_uninit: dont destroy window if GUI created italex2002-01-311-12/+19
* added vo_x11_uninitalex2002-01-311-0/+12
* Use new tune infonick2002-01-315-9/+55
* new info for tuningnick2002-01-3129-88/+98
* IMGFMT_RGBxx experimental supportnick2002-01-311-2/+79
* using the common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-312-69/+55
* common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-312-0/+71
* real window resizeing support (i know nearly nothing about x11 so feel free t...michael2002-01-301-111/+155
* Minor fix - else 0 is unreachablenick2002-01-291-1/+1
* Support for HW equalizing through VAAnick2002-01-281-30/+144
* did not compile when --disable-vidix was usedpl2002-01-271-1/+1
* small typos in textpl2002-01-271-2/+2
* Use real preinitnick2002-01-271-20/+16
* provide full vaa interfacenick2002-01-271-5/+51
* improvementsnick2002-01-272-2/+34
* preinit moved to right placealex2002-01-261-37/+18
* preinit usagenick2002-01-262-32/+22
* fix a decimation/scaling bug in vo_zr and some verbose messages have changed ...arpi2002-01-261-4/+28
* no longer required to call preinit from init and query_format, mplayer.c does...alex2002-01-261-3/+3
* fixed preinit conflictalex2002-01-261-8/+3
* i420/iyuv supportalex2002-01-261-4/+19
* Extensions for video accelerated architecturenick2002-01-2630-16/+306
* fixed i420 handlingalex2002-01-261-2/+10
* use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-261-225/+163
* fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel <rsnel@cube...arpi2002-01-261-0/+899
* Let mplayer handle signals so terminal gets cleaned up.atmos42002-01-241-1/+1
* qscale 3->2 (Thank you Michael)arpi2002-01-241-1/+1
* added support for i420 and iyuvalex2002-01-241-4/+16
* vo_pts fix (10l)arpi2002-01-241-2/+3
* don't render UV planes if interleaved (also add support later)alex2002-01-231-0/+12
* RGB independed correction for GATOS's radeon_video driver!nick2002-01-231-1/+12
* intense -> intensitynick2002-01-233-24/+28
* fix screen saver bug under guipontscho2002-01-234-17/+8
* Attempt to fix NVidia problemsnick2002-01-221-7/+22
* cleanup of video packet writer, PTS sent only oncearpi2002-01-221-14/+20
* move bug fixedpontscho2002-01-221-13/+6
* LPCM write code rewritten, thanks to Marcus at mocm@convergence.dearpi2002-01-221-29/+44
* Gamma correction (based on patch of Pásztor Szilárd <silicon@falcon.sch.bme...nick2002-01-211-1/+55
* added support for unlimited video resolution (-1)alex2002-01-201-3/+10
* reworked, picture moves when window moved, fullscreen working with gui, fixed...alex2002-01-191-80/+61
* clearing safely the buffer, queryfourcc returns 0x2 (hw accel, noconv.), sett...alex2002-01-191-30/+35
* Reverted to using software sync again, some day I'll die of a heartattack if ...mswitch2002-01-191-26/+7
* Only use hardware sync and prebuffering with mpegs!mswitch2002-01-191-13/+11
* Handle timestamps internallymswitch2002-01-191-12/+16
* Added reverting support for -zr* optionsalbeu2002-01-191-5/+30
* Added reverting support for -aa* optionsalbeu2002-01-191-0/+9
* vidix_grkey_support checking for colorkeyingalex2002-01-193-8/+17
* Removed seeking warning message since it has now been fixed in the drivermswitch2002-01-191-1/+0
* mangling in libvoatmos42002-01-192-3/+4
* updated based vo_xmga, using colorkey, working with gui, fixed xinerama and w...alex2002-01-181-67/+209
* added colorkey handlingalex2002-01-182-5/+21
* sorry, i really wanted to add vidix_start and stop as int, to detect if somet...alex2002-01-182-6/+8
* Missed fastmemcpynick2002-01-181-0/+1
* Suppress return values for 'void'. 10L to Alexnick2002-01-181-5/+2
* gamma correction supportnick2002-01-182-1/+46
* Fixed seekingmswitch2002-01-171-3/+6
* Added new syncengine thanks to a new previously undocumented feature of the e...mswitch2002-01-171-91/+177
* zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik ...arpi2002-01-173-0/+1018
*