summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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
* fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>arpi2002-01-171-2/+41
* added vidix_start() and vidix_stop() for better runtime-resize support ;)alex2002-01-165-11/+35
* Fixed resize bug.nick2002-01-161-5/+4
* patch by Fredrik Kuivinen <freku045@student.liu.se>pl2002-01-151-1/+1
* Fix xvidix for non-x11 systems (delayed due netloss)atmos42002-01-151-1/+1
* Fix xvidix for non-x11 systems, 10l Alex :)atmos42002-01-151-1/+1
* Moved declaration of picture_* out of ifdef MP1E as not to break compilation ...mswitch2002-01-151-1/+1
* hw spu support for dxr3 - patch by David Holmarpi2002-01-151-7/+17
* using LIBDIR@config.halex2002-01-131-1/+1
* Still one bit of bugs fixednick2002-01-131-2/+2
* test for preinit errors and correct handling subdevicenick2002-01-132-4/+17
* Minor changes: -fs key and vidix paramsnick2002-01-131-2/+7
* fixed vidix_name handling (subdevice)alex2002-01-131-10/+26
* added vo_xvidixalex2002-01-122-1/+8
* added X11/VIDIXalex2002-01-121-0/+336
* Fixed a bug relating to libmp1e (actually the bug is in libmp1e, but this sol...mswitch2002-01-121-2/+0
* useless cosmetics changes... a.k.a. cvslog killer - patch by David Holmarpi2002-01-111-301/+348
* 'mplayer -aadriver stdout' segfault fixed by Fredrik Kuivinen <freku045@stude...arpi2002-01-111-1/+1
* Configurable VIDIX usagenick2002-01-113-11/+72
* Add DVD subtitles to menoderkmkaplan2002-01-113-3/+4
* Support software scaling with DVD subtitleskmkaplan2002-01-111-1/+1
* VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for VI...nick2002-01-101-19/+84
* Minor bugs and new vidix stuff supportnick2002-01-101-3/+3
* Using any graphics servernick2002-01-102-7/+12
* Add vobsub support, suppress conditionnal on USE_DVDREAD.kmkaplan2002-01-101-7/+12
* Add vobsub support.kmkaplan2002-01-101-0/+1
* Reverted to accurate but glitchy sync...mswitch2002-01-091-20/+2
* SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by meatmos42002-01-082-10/+69
* added rgb24to32 instead of c converteralex2002-01-071-1/+5
* OSD supportnick2002-01-071-19/+12
* YV12 sliced output fixednick2002-01-071-2/+2
* Embedding vidixnick2002-01-072-10/+34
* Xinerama patch number two by attila.atmos42002-01-065-11/+52
* Looks working ;)nick2002-01-061-23/+22
* Printing driver namenick2002-01-061-0/+1
* preliminary versionnick2002-01-062-0/+350
* preliminary config interfacemswitch2002-01-061-7/+27
* Fixes to sync codemswitch2002-01-061-10/+6
* paint background on -v -vnick2002-01-061-2/+2
* xinerama fix by attilaatmos42002-01-054-5/+33
* 10larpi2002-01-021-2/+2
* do not hide cursur if play at rootwin. based on patch by Tomas Konir <moje@mo...arpi2002-01-021-0/+2
* osd support, zlib range fix. by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2002-01-021-1/+6
* Some last minute changes to accomodate for anamorphic 1.85:1 and 2.35:1 movie...mswitch2001-12-281-10/+11
* use XF86VidMode later in init (at line 1031) only if we've got support (if ha...alex2001-12-281-0/+6
* -wid/-rootwin supportarpi2001-12-281-0/+5
* WinID cleanup, support for Xvarpi2001-12-284-7/+14
* Brand new sync core, uses hw sync for everything.mswitch2001-12-281-9/+9
* osd support, not for mpegpesmswitch2001-12-261-24/+36
* Modified aspect reference, uses default PAL values... Difference to NTSC shou...mswitch2001-12-221-1/+1
* Plugger patch by Sam Linatmos42001-12-221-1/+10
* working with 0.9.6 too (0.9.6 is coming with debian woody)alex2001-12-221-2/+7
* Modified the sync code once again, commented out hardware pts sync (I'll like...mswitch2001-12-201-43/+38
* Removed conversion for yuy2, libmp1e supports this format, no need to cnovert...mswitch2001-12-201-15/+9
* Removed some old libavcodec code which would cause inproper scaling of some m...mswitch2001-12-201-38/+20
* Inproved mpeg sync on fast computersmswitch2001-12-191-0/+2
* Fix glitchy mpeg playbackmswitch2001-12-191-2/+2
* better fullscreen-mode selection, patch by dunno :)atmos42001-12-191-2/+14
* Applied patch by Jiri Svoboda <Jiri.Svoboda@seznam.cz>:pl2001-12-181-21/+10
* fixalex2001-12-171-1/+1
* aspect ratio bug fix for guipontscho2001-12-172-0/+6
* applied Panagiotis' patchgabucino2001-12-142-0/+4
* xinerama: allow to override xinerama screen_w/screen_h and setting size of sc...alex2001-12-111-2/+8
* mf bug fixed.pontscho2001-12-111-4/+0
* MP1E configure patch by D. Holm.atmos42001-12-101-2/+18
* yuy2 in C color bugfix patch from Artur Zaprzala <artur.zaprzala@talex.com.pl>michael2001-12-101-1/+4
* runtime cpu detectionmichael2001-12-092-346/+90
* Removed hardware syncing support. Actually movies seem to run much smoother w...mswitch2001-12-081-5/+0
* fixed typoalex2001-12-071-1/+1
* -aspect ration correctionatmos42001-12-051