summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* many small typo and grammar fixesgabucino2003-10-0411-12/+12
* micro cleanupalex2003-10-031-9/+3
* user settable colorkeyalex2003-10-035-36/+51
* mingw portfaust32003-10-021-1/+3
* new vidix vo modules for textmode console and windowsfaust32003-10-023-1/+469
* 100l to mealex2003-09-261-1/+1
* initial MorphOS/Amiga (GeekGadgets) supportalex2003-09-261-6/+8
* OSD stride fix and correct emailiive2003-09-251-7/+5
* Get more keys from X window (punctuation, etc.) Hopefully, all alnum keyslumag2003-09-242-0/+54
* blackbar osd support based on patch send by Dimitar Zhekov <jimmy@is-vn.bg>, ...iive2003-09-211-92/+82
* prevent crashes with vo_sdlhenry2003-09-211-1/+1
* fix fullscreen switching in vo gl and vo gl2faust32003-09-212-0/+4
* temporary fix for attilas 10l, until better solution is foundatmos42003-09-211-1/+6
* Subtitle alignment & smart splitting by Salvatore Falcohenry2003-09-211-83/+303
* make aspect recognize -noaspectattila2003-09-211-0/+2
* dont fix things at the wrong placeattila2003-09-212-2/+5
* fix black screen on linux, patch by Jindrich Makovickafaust32003-09-211-1/+1
* use vo_fs + geometry supportfaust32003-09-211-16/+22
* fix aspect for gl2 fullscreenattila2003-09-201-0/+2
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at...faust32003-09-194-102/+471
* fix some warnings (define order)pl2003-09-121-13/+21
* fix for warning in some vo_*.cpl2003-09-121-0/+1
* Config fixed, changed put_image to use memcpy instead of native blits (for co...zdar2003-09-071-2/+58
* hopefully final xv ports.attila2003-09-071-9/+20
* IRIX support by Timo Kanera <timo@kanera.de>alex2003-09-071-2/+2
* adaptors are not portsattila2003-09-071-1/+1
* catch negative port numbers, just in caseattila2003-09-061-1/+1
* add port parameter to -vo xvattila2003-09-061-4/+23
* 1000lalex2003-09-021-1/+2
* Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com>mosu2003-09-021-1/+1
* -nomouseinput support for vo_sdlalex2003-09-014-1/+6
* 10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common....alex2003-08-312-14/+20
* vo_fbdev2 written by Joey Parrish with some minor modificationsalex2003-08-312-0/+401
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...mosu2003-08-315-53/+123
* Recieving of mouse events can be switched off. Patch by Markus Rechberger <mr...alex2003-08-311-1/+6
* remove exit_player and exit referencesalex2003-08-313-13/+8
* while we are at it: geometry support for xmgaattila2003-08-311-1/+2
* geometry support for x11attila2003-08-311-0/+1
* 1000lalex2003-08-292-5/+3
* 10liive2003-08-281-13/+12
* OSD support, optinal queue, optional use of sleep(), and benchmark modeiive2003-08-251-139/+709
* Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.attila2003-08-251-15/+74
* TGA image output VO modulearpi2003-08-242-0/+250
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>alex2003-08-171-1/+4
* fix RGB16 vs BGR16 mismatchfaust32003-08-171-2/+2
* fix playback of rgb files when overlay is not disabledfaust32003-08-171-9/+13
* 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi...alex2003-08-153-4/+7
* Spelling police:diego2003-08-141-1/+1
* 1000lalex2003-08-142-15/+4
* 1000lalex2003-08-141-3/+6
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...alex2003-08-131-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-133-6/+6
* moved lot of global variables into static ones (and some minor spelling fixes)alex2003-08-121-28/+28
* 10000l, the old code was slow as hell, copying stuff extra times andrfelker2003-08-121-24/+5
* Changed all printf into mp_msgjoey2003-08-121-294/+204
* 10l (and fixes some wmaker issues)alex2003-08-111-1/+1
* removed obsolete my_profilealex2003-08-032-8/+0
* 10lalex2003-08-032-4/+0
* nvidia 44.96 hardlock machine without that fixiive2003-07-291-0/+5
* draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st ...iive2003-07-281-7/+5
* 10l & warning fixesalex2003-07-281-4/+4
* start in windowed mode using Quartz, but no X server started. Ported from fin...alex2003-07-271-1/+2
* sync to ffmpeg, updates, cleanupsiive2003-07-211-27/+41
* removed yv12 support, but left some swscaler support for fast 15 vs 16bpp con...alex2003-07-131-70/+25
* 10l (red <-> blue) fixmichael2003-07-091-2/+2
* removing my (nonworking) email addressalex2003-07-031-2/+2
* Initial version of XVideo Motion Compensation video driver/renderiive2003-07-011-0/+869
* move xv_set_eq to x11_commoniive2003-07-013-133/+145
* Patch by Tom Lees <tal26 (at) cam.ac.uk>attila2003-06-221-3/+5
* more flexible device name guessingalex2003-06-211-28/+26
* basic xvmc image supportiive2003-06-211-0/+4
* small warning fixrathann2003-06-191-1/+1
* Add missing language suffix to DOCS/ path.diego2003-06-132-2/+2
* Networking support under MinGW.diego2003-06-111-5/+11
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-093-3/+3
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-0/+3
* final scaler removal stepalex2003-06-011-69/+5
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-014-7/+4
* unleakalex2003-05-311-0/+4
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-303-1/+5
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-291-1/+1
* From: Michael Joosten <joost@c-lab.de>pontscho2003-05-261-1/+1
* swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it cr...alex2003-05-231-1/+3
* that works correctlyalex2003-05-231-4/+0
* removed broken swscaler support, added runtime fullscreens switching ability,...alex2003-05-201-95/+30
* Removed YUV (YV12) and BGR support, leaving the native RGB support. Also clea...alex2003-05-201-145/+15
* removed RGB24 and builtin swscaler supportalex2003-05-161-16/+1
* 1000l to the author and for the commiter (me :)alex2003-05-011-2/+2
* Spring cleanup: removed the full yv12 support as it was broken anyway. The BG...alex2003-04-291-80/+5
* ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault w/...rfelker2003-04-271-0/+10
* triple buffering support, configuration/option system changed,some minor bugs...zdar2003-04-271-38/+176
* fix panscan font resizing with vo_mgarfelker2003-04-262-3/+4
* Spring cleanup: supporting only RGB24 as input (native jpeg lib supports only...alex2003-04-251-115/+8
* memleak fix by Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-04-241-2/+3
* spring update patch by Ville Syrjala <syrjala@sci.fi>alex2003-04-241-122/+299
* fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>rik2003-04-242-4/+15
* big endian yellow fix?michael2003-04-211-0/+3
* 10l fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-211-4/+4
* adding geometry support for xvidixattila2003-04-202-6/+13
* load icon from executablefaust32003-04-201-1/+9
* at least it works now, but it's horrible slow and broken. double bufferrfelker2003-04-191-2/+2
* printf->mp_msg and honor -double switchzdar2003-04-191-81/+97
* 10l noticed by Joey Parrish <joey at nicewarrior.org>faust32003-04-091-1/+1
* keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal...alex2003-04-093-0/+77
* multiple init fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-081-4/+6
* Support for "internet" or "multimedia" keyboards in X11.albeu2003-04-041-0/+17
* force_mode wrong has_mode check, verbose retrace messageiive2003-04-021-3/+3
* Use new config headers and types.albeu2003-03-301-11/+8
* 10l: don't change image format during configfaust32003-03-291-1/+2
* 100l to Gabu, this caused divide-by-zero with -vo mga. Apparentlyrfelker2003-03-291-2/+3
* Only write title if verbose>0.ranma2003-03-281-1/+2
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-272-5/+4
* Improved xscreensaver support.ranma2003-03-261-11/+116
* fixing truetype rescaling with (x)mga + panscangabucino2003-03-261-1/+2
* Fix last mode ignored bugiive2003-03-251-2/+4
* pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin <mosgalin@VM101...alex2003-03-231-13/+7
* 10liive2003-03-231-2/+1
* fix find_best fail if the black area is bigger than image, few more verbose m...iive2003-03-221-6/+14
* multiple preinit support -- cleaning vidix_name between the multiple preinits...alex2003-03-211-0/+4
* new svga driver - support double buffering, fast_memcpy, direct render and HW...iive2003-03-201-722/+564
* 10lfaust32003-03-191-0/+1
* libavcodec syncrik2003-03-121-5/+5
* 10L the comment header again. That's it when you stole someone else code ;)albeu2003-03-121-0/+1
* vo_xover is a new vo that should make easy to have x11 support foralbeu2003-03-124-20/+551
* Support for the overlay, that save one stretch blit for bgr16 and YUV formatsalbeu2003-03-121-5/+94
* Pass start slice to the vo it make dr + slice implemantation easieralbeu2003-03-101-0/+1
* Update, add support for DR and draw image. Sadly reading from the agpalbeu2003-03-101-111/+169
* vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)albeu2003-03-072-0/+488
* remove yuv2rgb and support frame duplicationjoey2003-03-061-40/+27
* Some 10l and better layer handling (to comply with DFB 0.9.17)zdar2003-03-051-20/+87
* Fixed geometry that someone broke grr.mark2003-03-031-2/+1
* clean up of -geometry code.attila2003-03-025-34/+58
* Layer configuration handling updateszdar2003-03-021-28/+46
* 100lmichael2003-02-231-5/+5
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-232-12/+13
* fix fullscreenswitching patch by Joey Parrish <joey at nicewarrior.org>faust32003-02-231-5/+5
* Update sub-picture layer to work with recent DirectFB cvs and add support for...alex2003-02-191-0/+27
* Patch from Tamas Kohegyi to fix subpic placement on 16:9mswitch2003-02-181-1/+5
* UINTX -> uintx_t (following libavcodec)rik2003-02-151-13/+13
* - fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity)filon2003-02-101-3/+2
* reversed small part of the r1.135 commit, it broke -fs (random black screen)arpi2003-02-091-0/+3
* linux->osdeparpi2003-02-0912-12/+12
* Document -fstype in manpage.filon2003-02-081-9/+7
* 10l debugalex2003-02-071-2/+0
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-072-90/+126
* The reason why mplayer crashes (in some cases) when using x11arpi2003-02-041-4/+4
* 10l, avoid getting num_of_buffers=0alex2003-02-041-3/+5
* disable auto oldmethod, directrendering for linear modes onlyiive2003-02-031-6/+7
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-022-2/+3
* {malloc,free} -> av_{malloc,free}rik2003-01-311-9/+9
* better fix of vo_aa font segfaulthenry2003-01-302-1/+5
* another sanity check against vo_aa font hackhenry2003-01-301-0/+2
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-301-2/+5
* hopefully better uninit checkarpi2003-01-291-4/+6
* -fixed-vo vs. panscan vs. 'f' vs. -fs fixarpi2003-01-291-5/+25
* MPlayer crash when using -wid and -vo x11 parameters.arpi2003-01-261-2/+3
* OSD volume symbol fixed :)arpi2003-01-261-53/+53
* typogabucino2003-01-251-7/+7
* Improvements to spudec (DVD/VobSub) subtitle code:rfelker2003-01-241-0/+3
* fix xmga + playbarpontscho2003-01-201-1/+1
* This patch should fix the display problem with 4bpp and 8bpp modes.arpi2003-01-201-4/+6
* 1000larpi2003-01-191-1/+3
* conformation with apialex2003-01-191-1/+2
* * Remove unneeded includes & macrosarpi2003-01-191-86/+217
* fixed query_format (RGB24 supports OSD and is preferred)arpi2003-01-191-2/+3
* xinerama fix part 1 - count your paranthesisattila2003-01-181-3/+23
* xinerama fix part 1attila2003-01-181-3/+21
* debug++atmos42003-01-131-1/+11
* 10l, init priv->X at right placeatmos42003-01-131-1/+1
* Added patch from Tamas Kohegyi to fix subpic placement with freetypemswitch2003-01-121-2/+9
* -geometry fix (untested!)arpi2003-01-121-1/+8
* debugarpi2003-01-121-0/+2
* Remember window layer befor changing it.filon2003-01-091-1/+25
* - sync with x11_commonpontscho2003-01-092-12/+24
* - init & check SDL availability at preinit() (fixes -vo sdl,mga)arpi2003-01-081-52/+63
* Fixed metacity + xv behavior (something broke it lately).filon2003-01-071-11/+21
* Update font scale after changing pancan.filon2003-01-061-1/+1
* Use standard mplayer message funtion.filon2003-01-061-1/+1
* sanity checkhenry