summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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
* compilation fix by Sven Neumann <sven@gimp.org> of Blinkenlights famerik2002-11-121-1/+1
* New config system + cleanup of header inter dependencyalbeu2002-11-121-2/+2
* fixed mode switching on Machenry2002-11-111-0/+16
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-1136-274/+103
* reversed wm order in vo_x11_setlayer + even upper layer for GNOME compliant wm'shenry2002-11-111-24/+25
* This patch adds direct rendering to vo_dfbmga.arpi2002-11-101-234/+243
* Switch containing options for DirectFB library was renamed to dfbopts.arpi2002-11-101-4/+49
* fixed order of includes.arpi2002-11-101-1/+1
* On non-x86 platforms, memcpy was re-implemented in mplayer and was calledjkeil2002-11-071-0/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-0615-25/+32
* - cleanup equalizer stuff (removed vidix dependency)arpi2002-11-061-80/+48
* libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)rik2002-11-061-11/+13
* 10L found by Mark <CompGuy284 at attbi dot com>albeu2002-11-051-4/+9
* yet another screensaver fixhenry2002-11-041-5/+10
* Made new overlay functions static so they won't interfere with the restmswitch2002-11-031-30/+33
* At least I can honestly say that I didn't add the equalizer support, somswitch2002-11-031-4/+0
* Suddenly I needed vidix.h for vidix_video_eq_tmswitch2002-11-031-0/+1
* Updated docs with DXR3 overlay infomswitch2002-11-031-52/+64
* fix by Pontschonexus2002-11-031-0/+1
* arpi add direct render supportpontscho2002-11-031-0/+28
* do NOT include vidix header - nonsensearpi2002-11-031-1/+1
* disabled vidix dependencyarpi2002-11-031-1/+4
* - cleanuppontscho2002-11-031-99/+93
* Overlay cropping options. Patch by Mark <CompGuy284 at attbi dot com> extandedalbeu2002-11-021-5/+10
* fix for fs modes on widescreen displayshenry2002-11-021-4/+13
* Missed some gui ifdefsmswitch2002-11-021-0/+8
* Minor cleanupsmswitch2002-11-021-10/+15
* Huge update, added native overlay support (no more need for dxr3view).mswitch2002-11-021-1/+743
* verbose can be negativearpi2002-11-012-4/+0
* panscan support in -vo mga (actually moved common code to mga_common.c)arpi2002-11-012-79/+91
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400arpi2002-10-312-1/+990
* Removed debugging outputmswitch2002-10-301-4/+0
* Some little bugfixsalbeu2002-10-301-13/+42
* 10Lalbeu2002-10-301-2/+4
* Fixed the overlay, some opts to adjust the overlayalbeu2002-10-291-21/+87
* here is a somewhat generic equalizer implementation for the X11 vo driversarpi2002-10-294-5/+224
* some card/mobo combos can't handle buffers larger than 128kB, we change the d...rik2002-10-291-7/+22
* Prebuffering is no longer the default option.mswitch2002-10-291-47/+81
* Fixed stupid bug relating to multiple cards on athlonsmswitch