summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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 checkhenry2003-01-051-1/+9
* fixed calculation of OSD coordinates w/ panscanhenry2003-01-051-4/+4
* 10lfilon2003-01-051-0/+2
* Check if we can open /dev/mem in preinit(), so we can exit cleanly.filon2003-01-051-0/+7
* Not checking it caused SIGSEV when uninitning after vesa init failed.filon2003-01-041-0/+2
* Added missing spaces around found atom name.filon2003-01-041-9/+1
* don't keep mga_vid device open if x11 init fails (fixes "-vo xmga,mga")rfelker2003-01-041-1/+4
* cosmeticsattila2003-01-041-13/+13
* fix xv window position problemattila2003-01-041-1/+1
* really not neededfilon2003-01-041-1/+0
* 1larpi2003-01-031-1/+1
* Added support for X style -geometry options (adapted from Henk's patch)mark2003-01-035-64/+43
* 10l ;)colin2003-01-031-1/+1
* 10l, geometry always returns 1. i think this is the correct fix.rfelker2003-01-031-4/+2
* More fullscreen cleanup work. Use nice macros for X atoms.filon2003-01-031-27/+60
* -geometry supportarpi2003-01-031-1/+4
* Rearrange the vo and ao driver order to prefer the native drivers and givediego2003-01-031-3/+3
* Added patch by Thomas Jaroschmswitch2003-01-021-30/+32
* Updated changelogmswitch2003-01-021-12/+9
* Added patch that makes the dxr3 return to the previous tv norm when quiting.mswitch2003-01-021-8/+21
* fix bitmap leak pointed out by Pierre-Paul Lavoie <ppl@nbnet.nb.ca>attila2003-01-021-0/+2
* sending 10l to Filipattila2003-01-011-1/+1
* - reverting icewm hack (i have used broken icewm, regular one is working)filon2003-01-011-14/+0
* X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>attila2003-01-012-0/+12
* I have just installed IceWM 1.2.3 which supports NetWM and has brokenarpi2002-12-311-6/+28
* vga_draw* functions don't support linear memory for 'most' video cardsiive2002-12-311-1/+1
* This time the patch is fixing much more that breaking :-)arpi2002-12-301-12/+31
* 10l remove unused codefaust32002-12-301-12/+0
* fullscreencode rewritten, some cleanupfaust32002-12-301-345/+281
* sig11 (in free() in uninit) fixedarpi2002-12-301-13/+23
* 2*10l :)arpi2002-12-301-2/+2
* I have looked at the fullscreen code and realized that there arearpi2002-12-301-107/+36
* - optional slice height for -vo gl (example: -vo gl:32)arpi2002-12-301-11/+20
* NetWM fs. switching cleanuparpi2002-12-301-43/+52
* Juste a trivial patch for vesa output. The screen were cleaned at initarpi2002-12-291-2/+2
* That patch fixes fullscreen on sawfish 1.2.arpi2002-12-291-0/+23
* fix to compile with DirecFB 0.9.16zdar2002-12-292-1/+22
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-294-16/+35
* Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not ...rathann2002-12-282-6/+6
* The following patch adds two new command line options:arpi2002-12-282-2/+6
* DVB-HEAD (aka. NEWSTRUCT) detection & supportarpi2002-12-281-2/+29
* -subwidtharpi2002-12-272-1/+3
* backward compatibility :)arpi2002-12-271-1/+1
* 10l memory leakalex2002-12-271-0/+6
* Added patch from Thomas Jaroschmswitch2002-12-241-0/+74
* This patch adds support for vertical subtitle alignmentarpi2002-12-232-6/+18
* 10l by Matanalex2002-12-221-1/+5
* 10l and correct aspectfaust32002-12-211-35/+24
* vidix support and better device options handler by Matan Ziv-Av <matan@svgali...alex2002-12-211-41/+106
* I have rewritten the gif89a vo in order to solve some problems I hadarpi2002-12-211-246/+327
* 10l - my system is very tolerant it seemsfaust32002-12-191-8/+7
* 1000l! I have no idea how this code worked at all before. I guess norfelker2002-12-181-6/+6
* this isn't mplayerxp...3 buffers are enough for double(triple)buffering (inst...alex2002-12-151-1/+3
* compiler warning fixesarpi2002-12-141-3/+4
* notice vo driver about skipped/dropped framesarpi2002-12-142-1/+56
* memory leakhenry2002-12-141-1/+5
* use more methods to get the fs window on tophenry2002-12-141-5/+24
* progbar osd buffer height adjustment fixhenry2002-12-101-4/+5
* fullscreen fix for KDE (reported to work with gnome 1/2 too)arpi2002-12-081-1/+2
* The detection of a NetWM class window manager hints is tested beforearpi2002-12-071-30/+24
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)arpi2002-12-052-1/+22
* This patch fixes the screensaver issues in mplayer. It will correctly readarpi2002-12-041-1/+18
* Use MVCOMMAND_SYNCmswitch2002-11-291-3/+3
* patch from tonglijing <tong@intec.iscas.ac.cn>pontscho2002-11-241-3/+4
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-234-3/+4
* Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom a...atmos42002-11-211-0/+1
* The OSD menus need more keysalbeu2002-11-161-0/+5
* This patch fixes the OSD flickering problem with vo_dfbmga.arpi2002-11-161-4/+23
*