summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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 athlonsmswitch2002-10-281-2/+5
* 10larpi2002-10-271-1/+1
* vo_init() moved to/fixed in preinit()arpi2002-10-273-4/+3
* mode detection && vo_init() moved to preinit()arpi2002-10-271-81/+67
* - removed YV12 support (builtin yv12->rgb conversion)arpi2002-10-261-106/+15
* spelling: paramerters -> parametersrik2002-10-241-1/+1
* sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD d...rik2002-10-242-4/+4
* 1larpi2002-10-232-2/+2
* 10larpi2002-10-232-4/+2
* Geometry updatemark2002-10-231-0/+2
* cleanup config option handling in libmpdemux.arpi2002-10-232-20/+1
* Added the -geometry option (supports fbdev and tdfxfb drivers)mark2002-10-235-17/+104
* If movie height is odd, the picture is placed badly, due to wrong rouding.arpi2002-10-231-1/+1
* re-enabled a-v syncarpi2002-10-231-1/+1
* MPlayer being unable to display video properly on many nVidia graphics cards.arpi2002-10-231-0/+13
* compiler warning fixes by Dominikarpi2002-10-221-2/+2
* 10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>faust32002-10-171-4/+5
* -fixed-vo supportpontscho2002-10-174-105/+65
* fix memleak againpontscho2002-10-162-0/+2
* fix memleakpontscho2002-10-162-3/+7
* -fixed-vo supportpontscho2002-10-161-19/+18
* -fixed-vo supportpontscho2002-10-161-9/+14
* fix fullscreenpontscho2002-10-161-1/+2
* -fixed-vo support, based on patch by .so :)arpi2002-10-161-17/+11
* 10l to Dominik - casting at wrong placearpi2002-10-161-3/+3
* compiler warning fixesarpi2002-10-131-1/+1
* more correct flagsfaust32002-10-111-2/+2
* Use the common aspect codealbeu2002-10-101-42/+61
* compiler warning found by Dominikarpi2002-10-101-1/+1
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-104-5/+5
* draw_image()arpi2002-10-101-3/+14
* for() -> memcpy_pic()arpi2002-10-091-38/+12
* 10l fix & cleanup of draw_frame(), still NO support for stride :(arpi2002-10-091-19/+12
* draw_slice() seems to support all csparpi2002-10-091-1/+1
* since draw_slice() supports RGB/BGR, we don't need draw_image() for stridearpi2002-10-091-12/+3
* since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flagarpi2002-10-091-6/+6
* draw_image, get_image fixarpi2002-10-091-35/+19
* draw_image()arpi2002-10-091-85/+35
* - implemented draw_image()arpi2002-10-091-23/+16
* -fixes vo_directx to work with -fixed-voarpi2002-10-091-4/+29
* draw_image() implementation (new libvo API)arpi2002-10-091-20/+23
* more cleanup, some -vo mga fullscreen fixesarpi2002-10-093-38/+20
* some cleanuparpi2002-10-093-123/+69
* preinit() has an arg... use it.arpi2002-10-092-3/+3
* mode check at preinit()arpi2002-10-091-6/+6
* - fixed a 10l bug: setting PTS flag even if no PTS storedarpi2002-10-081-8/+15
* DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>arpi2002-10-071-1/+1
* a small fix for vo_vesa, when calling set_refresh, when -nofs used.arpi2002-10-071-2/+1
* mayeb fixed dpms/screensaver issuesarpi2002-10-061-0/+2
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-062-3/+5
* Fixed some typos and an error in the help output.diego2002-10-061-6/+6
* This patch hopefully fixes colorkeying and a segfault in exclusive modearpi2002-10-061-39/+60
* flickering fix, patch by Fredrik Noring <noring@nocrew.org>arpi2002-10-011-14/+8
* _NET_WM_FULLSCREEN supportpontscho2002-10-011-2/+7
* libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals i...rik2002-09-301-7/+8
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-292-0/+52
* warning fix - hope it don't break itarpi2002-09-291-1/+1
* Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.atmos42002-09-291-2/+2
* fullscreen fixes, based on mail by Havoc Pennington <hp@redhat.com>arpi2002-09-281-2/+4
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-285-0/+6
* argh i forgot to add new file..arpi2002-09-281-0/+1244
* -vo directx driver by Sascha Sommer <saschasommer@freenet.de>arpi2002-09-281-0/+6
* another dga v1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-281-1/+1
* - fix new afm/vfm supportpontscho2002-09-281-1/+1
* DGA1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-271-9/+16
* fixes problem with video image alignment.arpi2002-09-251-3/+3
* cosmetics...arpi2002-09-251-213/+56
* Attached patch improves the vertical retrace synchronisation (vsync)arpi2002-09-251-66/+92
* Modern versions of OpenSSH listen on localhost to forward the X11 connectionarpi2002-09-231-1/+1
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>arpi2002-09-222-12/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-228-28/+10
* d_width==screenwidth && -fs hopefully fixedarpi2002-09-183-19/+24
* -zoom will be handled by -vop scalearpi2002-09-171-0/+2
* It prevents mode change when Hsync out of range.arpi2002-09-101-5/+18
* obsolete, use mencoder...arpi2002-09-091-286/+0
* obsolete, old code. use dga with swscaler (-vo dga -zoom)arpi2002-09-091-476/+0
* cosmetics - copyright msg removed, this file has nothing with mpeg2dec orarpi2002-09-091-20/+3
* obsoleted by font_load_ft.carpi2002-09-091-714/+0
* extensible blinkenlights driver, can currently be used for the Arcade http://...rik2002-09-082-0/+424
* config() parameters changezdar2002-09-041-2/+3
* Add the code that chooses a good X11 truecolor visual to the vo_x11 config()jkeil2002-09-033-62/+57
* 10l fix by Mark <CompGuy284@attbi.com>alex2002-09-031-2/+2
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...atmos42002-08-311-0/+23
* 2*100l, extern fv() {} is nonsense, you have to decide if it is extern orarpi2002-08-301-12/+3
* libavcodec syncrik2002-08-301-13/+22
* - fix window handling with dxr3pontscho2002-08-291-0/+4
* libgen.h is glibc specific, and not used at all -> removedarpi2002-08-291-2/+2
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchpontscho2002-08-293-81/+124
*