Sun, 09 Jun 2013 21:26:09 +0000 |
reimar |
gl_tiled vo can be compiled and work on OSX as well.
|
Sun, 09 Jun 2013 14:12:54 +0000 |
reimar |
Move gl_nosw out of CONFIG_X11 ifdef.
|
Sat, 25 May 2013 07:43:22 +0000 |
reimar |
border_pos support for a few more vos.
|
Sat, 25 May 2013 06:54:41 +0000 |
reimar |
Add options to determine where borders will be added when adjusting for aspect.
|
Mon, 13 May 2013 19:34:43 +0000 |
reimar |
Add support for rotating the video via OpenGL.
|
Mon, 20 Aug 2012 19:04:45 +0000 |
reimar |
Rename -vo gl2 to gl_tiled which hopefully is less misleading, since
|
Mon, 20 Aug 2012 18:54:59 +0000 |
reimar |
Fix detection of -vo pgm/md5 even when suboptions are used.
|
Sat, 31 Mar 2012 21:03:45 +0000 |
reimar |
Small fixes to make it easier to compiler for OpenGL ES
|
Tue, 05 Jul 2011 12:05:06 +0000 |
ib |
Cosmetic: Change prefix for symbolic constants from GMP to GUI.
|
Tue, 05 Jul 2011 10:47:51 +0000 |
ib |
Rename the gui() symbolic constants.
|
Tue, 05 Jul 2011 09:33:09 +0000 |
ib |
Rename guiGetEvent() gui().
|
Mon, 27 Jun 2011 14:04:13 +0000 |
ib |
Rename guiGetEvent type guiSetVideo guiSetVideoWindow.
|
Mon, 27 Jun 2011 11:23:21 +0000 |
ib |
Rename guiGetEvent type guiSetShVideo guiSetVideo.
|
Sat, 21 May 2011 15:04:50 +0000 |
cboesch |
Add MNG output support.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Mon, 20 Sep 2010 07:33:53 +0000 |
diego |
Do not falsely declare some vo_functions_t declarations as const.
|
Fri, 17 Sep 2010 10:10:20 +0000 |
diego |
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.
|
Wed, 15 Sep 2010 15:58:48 +0000 |
diego |
Require DirectFB version 0.9.15 instead of 0.9.13.
|
Mon, 13 Sep 2010 18:19:25 +0000 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
Mon, 13 Sep 2010 03:50:55 +0000 |
diego |
Mark some vo_functions_t declarations that were not yet const as const.
|
Sun, 13 Jun 2010 12:04:13 +0000 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
Sun, 13 Jun 2010 11:38:18 +0000 |
reimar |
Indentation fix.
|
Fri, 04 Jun 2010 17:10:38 +0000 |
reimar |
Force window placement also if -xineramascreen was set >= 0,
|
Sun, 30 May 2010 13:50:14 +0000 |
reimar |
Prefer -vo sdl over "probably software" OpenGL.
|
Tue, 27 Apr 2010 15:17:49 +0000 |
diego |
Add missing input.h #include, fixes the warnings:
|
Sun, 25 Apr 2010 16:13:57 +0000 |
reimar |
Avoid duplicating mouse-movement command-generation code.
|
Fri, 23 Apr 2010 10:22:44 +0000 |
siretart |
rename 'struct keymap' -> 'struct mp_keymap'
|
Sat, 27 Mar 2010 15:27:16 +0000 |
reimar |
Add const to some video_out extern declarations to match their definitions.
|
Sat, 27 Feb 2010 18:16:41 +0000 |
reimar |
Only prefer -vo gl over -vo x11 if hardware acceleration is available.
|
Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Thu, 25 Feb 2010 22:53:04 +0000 |
reimar |
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
|
Sat, 20 Feb 2010 21:02:49 +0000 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
Tue, 05 Jan 2010 10:52:12 +0000 |
diego |
vo_png now depends on libavcodec, not libpng.
|
Sun, 03 Jan 2010 14:54:51 +0000 |
reimar |
Finally add matrixview vo.
|
Thu, 12 Nov 2009 09:21:53 +0000 |
ptt |
Added -name, -title and -use-filename-title options and implementation in X11 vos
|
Thu, 27 Aug 2009 19:13:19 +0000 |
reimar |
Enable calc_src_dst_rects for windowed aspect and panscan.
|
Mon, 04 May 2009 16:55:05 +0000 |
diego |
Rename macosx video output driver to corevideo.
|
Tue, 31 Mar 2009 22:06:40 +0000 |
cehoyos |
Prefer vo vdpau over vo xv where available.
|
Sat, 14 Mar 2009 18:44:58 +0000 |
diego |
KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
|
Mon, 02 Mar 2009 11:24:20 +0000 |
reimar |
Make WinID a 64 bit integer, this should avoid issues with valid Window
|
Sat, 21 Feb 2009 11:44:10 +0000 |
reimar |
100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).
|
Tue, 17 Feb 2009 11:59:49 +0000 |
reimar |
Extend calc_src_dst_rects to also calculate the border values needed for
|
Tue, 17 Feb 2009 08:09:36 +0000 |
reimar |
Cropping parameter to calc_src_dst_rects is const
|
Tue, 17 Feb 2009 00:09:15 +0000 |
uau |
Fix compilation without VDPAU
|
Mon, 16 Feb 2009 20:58:13 +0000 |
reimar |
Add support for VDPAU video out, including hardware decoding.
|
Thu, 12 Feb 2009 17:40:53 +0000 |
reimar |
Add a calc_src_dst_rects that calculates from window size, panscan etc.
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Fri, 30 Jan 2009 23:58:07 +0000 |
diego |
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
|
Sat, 20 Dec 2008 11:52:11 +0000 |
reimar |
Add and use a special lookup function to do table-based translation to MPlayer keycodes.
|
Sat, 20 Dec 2008 11:49:00 +0000 |
reimar |
Cosmetics: get rid of some tabs and trailing whitespace.
|
Mon, 15 Dec 2008 22:25:39 +0000 |
diego |
xvmc is now a CONFIG_ option in FFmpeg.
|
Tue, 18 Nov 2008 13:18:55 +0000 |
reimar |
100l, the video_out_drivers list must be sorted by priority, not
|
Tue, 18 Nov 2008 12:23:42 +0000 |
reimar |
Direct3D based video_out module.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Wed, 06 Aug 2008 07:42:26 +0000 |
diego |
Rename all preprocessor directives related to Apple / Mac OS X.
|
Tue, 05 Aug 2008 08:47:51 +0000 |
diego |
Rename preprocessor directives related to image libraries.
|
Mon, 04 Aug 2008 06:16:23 +0000 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
Sun, 03 Aug 2008 20:04:03 +0000 |
ben |
Add video driver for Nintendo Wii/GameCube.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Sat, 02 Aug 2008 17:38:11 +0000 |
diego |
Change a bunch of video-output-specific preprocessor directives from a HAVE_
|
Fri, 20 Jun 2008 19:33:32 +0000 |
ben |
Allow conditional compilation of yuv4mpeg video out.
|
Sat, 15 Mar 2008 09:49:14 +0000 |
diego |
Add a separate definition for quartz.
|
Sat, 15 Mar 2008 09:19:38 +0000 |
diego |
MACOSX_COREVIDEO --> corevideo
|
Fri, 07 Mar 2008 17:20:04 +0000 |
diego |
Remove unnecessary #ifdef nesting.
|
Wed, 20 Feb 2008 08:51:53 +0000 |
diego |
Remove pointless #ifdefs around extern declarations.
|
Sun, 02 Dec 2007 14:24:23 +0000 |
reimar |
Mark several uses of vo_functions_t as const to stop some of the current
|
Wed, 29 Aug 2007 10:18:47 +0000 |
diego |
Purge looooong obsolete remnants of vo_fsdga.
|
Fri, 03 Aug 2007 17:14:35 +0000 |
reimar |
add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)
|
Sun, 29 Jul 2007 19:20:55 +0000 |
ben |
v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
|
Fri, 20 Jul 2007 18:17:58 +0000 |
diego |
Remove vo_syncfb, which was unused for 5 years.
|
Sun, 25 Feb 2007 14:35:53 +0000 |
reimar |
10, checked for the wrong thing. Do aspect scaling only in config_video_out
|
Sun, 18 Feb 2007 21:24:26 +0000 |
reimar |
Fix 10 in r22250, do not use screendimensions if not set
|
Sun, 18 Feb 2007 20:19:47 +0000 |
reimar |
Revert r22255 on iive's request.
|
Sun, 18 Feb 2007 09:33:45 +0000 |
reimar |
Avoid parts of xvmc reinit when source format does not change
|
Sat, 17 Feb 2007 20:58:55 +0000 |
reimar |
Move common vo initialization code to video_out.c
|
Sat, 14 Oct 2006 18:00:26 +0000 |
diego |
Create proper define for DFBMGA.
|
Wed, 19 Jul 2006 22:02:09 +0000 |
ben |
new vo driver for ivtv cards tv-out through internal h/w mpeg decoder
|
Fri, 14 Jul 2006 17:14:16 +0000 |
diego |
Remove support for obsolete and non-free divx4/odivx libraries.
|
Wed, 12 Jul 2006 13:03:40 +0000 |
diego |
Remove remnants of old libmp1e support.
|
Wed, 17 May 2006 20:56:49 +0000 |
gpoirier |
Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
|
Mon, 24 Apr 2006 07:20:34 +0000 |
reynaldo |
Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
|
Mon, 24 Apr 2006 04:23:53 +0000 |
reynaldo |
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
Sun, 16 Apr 2006 13:38:28 +0000 |
reimar |
Fix and improve xinerama support
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Wed, 18 Jan 2006 18:11:02 +0000 |
iive |
prevent xvmc from been loaded before xv, and generally before any autoprobed output
|
Thu, 01 Dec 2005 11:58:44 +0000 |
diego |
vo_tdfxfb should be preferred over vo_3dfx.
|
Thu, 10 Nov 2005 22:25:54 +0000 |
joey |
add a switch, slave command, and vo control to toggle borderless window.
|
Sat, 06 Aug 2005 13:38:00 +0000 |
reimar |
Forgot to actually enable vo_gl on Windows...
|
Mon, 20 Jun 2005 23:07:35 +0000 |
gpoirier |
adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
|
Thu, 05 May 2005 00:17:27 +0000 |
nplourde |
do not define video_out_macosx if corevideo is not present
|
Fri, 29 Apr 2005 11:41:07 +0000 |
nplourde |
macosx core video module
|
Tue, 21 Dec 2004 20:33:51 +0000 |
joey |
added -wid support for vo_directx.
|
Tue, 30 Nov 2004 07:42:08 +0000 |
rfelker |
it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Sat, 23 Oct 2004 22:43:19 +0000 |
ivo |
Add --enable and --disable options for vo_pnm and vo_md5sum to configure.
|
Mon, 04 Oct 2004 19:36:12 +0000 |
alex |
move the file writers after vo_null so they don't get autoselected - following the same logic as in libao2
|
Wed, 29 Sep 2004 01:46:30 +0000 |
ivo |
Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm
|
Mon, 20 Sep 2004 01:35:43 +0000 |
ivo |
This patch enables the compilation and linking of vo_md5sum to libvo.
|
Mon, 20 Sep 2004 01:31:26 +0000 |
ivo |
This patch enables the compilation and linking of vo_pnm (the portable
|
Thu, 29 Jul 2004 14:59:48 +0000 |
nplourde |
add var vo_rootwin and -rootwin switch for mac osx
|
Thu, 17 Jun 2004 01:07:53 +0000 |
nplourde |
moved vo_quartz higher in the list
|
Sun, 30 May 2004 19:16:31 +0000 |
nplourde |
vo_quartz now default vo on OSX
|
Sat, 01 May 2004 14:52:15 +0000 |
faust3 |
keepaspect and nokeepaspect are now useable by all vos
|
Tue, 06 Apr 2004 00:04:48 +0000 |
alex |
libcaca video output driver by Howell Tam
|
Mon, 05 Apr 2004 21:20:19 +0000 |
alex |
Quartz/MacOSX video output module by Nicolas Plourde
|
Sat, 13 Mar 2004 16:48:52 +0000 |
faust3 |
move refreshrate and adapter_num variables to video_out because they might be usefull for other drivers, too
|
Sun, 30 Nov 2003 16:36:10 +0000 |
joey |
runtime 'stay-on-top' functionality
|
Tue, 04 Nov 2003 20:05:47 +0000 |
rik |
new zoran driver as discussed on the CVS list. Hardware passthrough is
|
Fri, 17 Oct 2003 09:08:37 +0000 |
alex |
Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support
|
Sun, 05 Oct 2003 15:34:40 +0000 |
faust3 |
consolevidix -> cvidix
|
Fri, 03 Oct 2003 18:13:45 +0000 |
alex |
user settable colorkey
|
Thu, 02 Oct 2003 14:25:52 +0000 |
faust3 |
new vidix vo modules for textmode console and windows
|
Fri, 19 Sep 2003 14:33:51 +0000 |
faust3 |
vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
|
Mon, 01 Sep 2003 18:24:27 +0000 |
alex |
-nomouseinput support for vo_sdl
|
Sun, 31 Aug 2003 23:00:39 +0000 |
alex |
vo_fbdev2 written by Joey Parrish with some minor modifications
|
Sun, 24 Aug 2003 18:26:37 +0000 |
arpi |
TGA image output VO module
|
Sat, 21 Jun 2003 01:47:26 +0000 |
iive |
basic xvmc image support
|
Sat, 31 May 2003 17:33:33 +0000 |
alex |
unleak
|
Thu, 01 May 2003 20:35:56 +0000 |
alex |
1000l to the author and for the commiter (me :)
|
Wed, 12 Mar 2003 15:04:05 +0000 |
albeu |
vo_xover is a new vo that should make easy to have x11 support for
|
Fri, 07 Mar 2003 18:45:02 +0000 |
albeu |
vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)
|
Sun, 09 Feb 2003 20:18:23 +0000 |
arpi |
linux->osdep
|
Fri, 03 Jan 2003 05:10:44 +0000 |
diego |
Rearrange the vo and ao driver order to prefer the native drivers and give
|
Mon, 11 Nov 2002 15:22:10 +0000 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
Thu, 31 Oct 2002 23:54:26 +0000 |
arpi |
Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400
|
Wed, 23 Oct 2002 17:21:01 +0000 |
arpi |
cleanup config option handling in libmpdemux.
|
Sun, 29 Sep 2002 21:53:05 +0000 |
arpi |
video out driver list support (like -vc, example: -vo xmga,xv,x11,)
|
Sat, 28 Sep 2002 20:09:14 +0000 |
arpi |
-nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
|
Sat, 28 Sep 2002 19:03:50 +0000 |
arpi |
-vo directx driver by Sascha Sommer <saschasommer@freenet.de>
|
Wed, 18 Sep 2002 01:22:03 +0000 |
arpi |
d_width==screenwidth && -fs hopefully fixed
|
Mon, 09 Sep 2002 20:03:21 +0000 |
arpi |
cosmetics - copyright msg removed, this file has nothing with mpeg2dec or
|
Sun, 08 Sep 2002 22:41:53 +0000 |
rik |
extensible blinkenlights driver, can currently be used for the Arcade http://www.blinkenlights.de/arcade
|
Thu, 22 Aug 2002 23:03:51 +0000 |
arpi |
General Timing Formula algorithm from a scratch.
|
Wed, 24 Jul 2002 18:19:39 +0000 |
alex |
eq reworked
|
Fri, 19 Jul 2002 20:51:48 +0000 |
pontscho |
- fix audio equalizer
|
Tue, 04 Jun 2002 20:17:07 +0000 |
arpi |
pan&scan support with -vo xv by ?? <mplayer@svennevid.net>
|
Mon, 13 May 2002 13:15:40 +0000 |
albeu |
Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.
|
Sun, 12 May 2002 01:07:25 +0000 |
arpi |
-vo gif - by Joey Parrish <joey@yunamusic.com>
|
Tue, 16 Apr 2002 11:21:59 +0000 |
pontscho |
add jpeg support for libvo
|
Sun, 07 Apr 2002 02:12:15 +0000 |
arpi |
vo_config_count now counts calls to vo->config()
|
Sun, 31 Mar 2002 20:38:56 +0000 |
arpi |
disabling direct rendering by default (too buggy and conflicts with osd/sub)
|
Sun, 24 Mar 2002 00:44:54 +0000 |
arpi |
we don't need mman.h
|
Wed, 20 Mar 2002 15:39:08 +0000 |
alex |
using -dr instead -vaa_dr
|
Thu, 14 Mar 2002 23:09:27 +0000 |
arpi |
vo_flags unused
|
Thu, 07 Mar 2002 17:50:25 +0000 |
pontscho |
rewrite fullscreen support in some libvo driver
|
Fri, 22 Feb 2002 18:00:38 +0000 |
alex |
added vo_dx,vo_dy (used currently only by X based outputs)
|
Sun, 17 Feb 2002 03:06:38 +0000 |
alex |
added VOFLAG_* definitions and int vo_flags
|
Tue, 12 Feb 2002 15:06:04 +0000 |
atmos4 |
add vsync support for doublebuffering to vo_vesa
|
Sat, 09 Feb 2002 01:30:35 +0000 |
arpi |
vo_yuv4mpeg added
|
Thu, 07 Feb 2002 02:29:55 +0000 |
rfelker |
finished making vesa optional
|
Sun, 03 Feb 2002 09:28:58 +0000 |
nick |
Allows to users control direct rendering
|
Wed, 23 Jan 2002 16:54:29 +0000 |
nick |
intense -> intensity
|
Fri, 18 Jan 2002 09:11:11 +0000 |
nick |
gamma correction support
|
Thu, 17 Jan 2002 01:32:29 +0000 |
arpi |
zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik Snel <rsnel@cube.dyndns.org>
|
Tue, 15 Jan 2002 12:30:52 +0000 |
atmos4 |
Fix xvidix for non-x11 systems (delayed due netloss)
|
Sat, 12 Jan 2002 23:30:20 +0000 |
alex |
added vo_xvidix
|
Fri, 11 Jan 2002 16:06:45 +0000 |
kmkaplan |
Add DVD subtitles to menoder
|
Mon, 03 Dec 2001 01:09:36 +0000 |
arpi |
vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>
|
Thu, 29 Nov 2001 17:31:58 +0000 |
atmos4 |
Newest DXR3 patch (improved 1.0rc2) by David Holm.
|
Mon, 05 Nov 2001 02:58:47 +0000 |
arpi |
vo_pts added
|
Sat, 03 Nov 2001 02:38:10 +0000 |
arpi |
ao_dxr3 by David Holm <dholm@telia.com>
|
Wed, 31 Oct 2001 22:04:28 +0000 |
alex |
vo_format_name moved from video_out.c to img_format.c
|
Mon, 29 Oct 2001 00:48:20 +0000 |
arpi |
vo_odivx disabled
|
Wed, 17 Oct 2001 18:24:50 +0000 |
nick |
vo_vesa support
|
Sun, 07 Oct 2001 21:35:59 +0000 |
arpi |
new version by Sven Goethel
|
Thu, 27 Sep 2001 12:23:54 +0000 |
arpi |
tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>
|
Sat, 08 Sep 2001 20:48:02 +0000 |
arpi |
Mpeg PES added
|
Tue, 14 Aug 2001 12:30:56 +0000 |
atmos4 |
Added cool aalib vo driver.
|
Tue, 03 Jul 2001 23:46:24 +0000 |
arpi |
added vo_fsmode
|
Tue, 26 Jun 2001 23:34:03 +0000 |
arpi |
fsdga disabled (obsolote)
|
Thu, 21 Jun 2001 22:34:25 +0000 |
al3x |
vo_subdevice implemented
|
Thu, 21 Jun 2001 15:19:38 +0000 |
pontscho |
--disable-xmga bug fix
|
Sun, 17 Jun 2001 20:38:02 +0000 |
acki2 |
- new config option -lircconfig (config file for lirc)
|
Fri, 15 Jun 2001 12:37:05 +0000 |
al3x |
vo_format_name added
|
Thu, 19 Apr 2001 20:22:44 +0000 |
atmosfear |
fixed missing HAVE_PNG
|
Thu, 19 Apr 2001 20:14:30 +0000 |
atmosfear |
added vo png support
|
Fri, 13 Apr 2001 13:47:36 +0000 |
arpi_esp |
-bpp changes
|
Thu, 05 Apr 2001 19:01:27 +0000 |
arpi_esp |
integrated vo_svga by se7en
|
Wed, 28 Mar 2001 20:14:16 +0000 |
arpi_esp |
fbdev compile fix
|
Wed, 28 Mar 2001 12:08:44 +0000 |
szabii |
vo_fbdev added
|
Sat, 24 Mar 2001 04:36:17 +0000 |
arpi_esp |
grey+alpha rendering support (for .sub)
|
Thu, 08 Mar 2001 01:06:03 +0000 |
arpi_esp |
mga_vid fixes, code cleanup
|
Wed, 07 Mar 2001 01:07:46 +0000 |
arpi_esp |
vsync in mga/xmga
|
Mon, 05 Mar 2001 02:25:07 +0000 |
arpi_esp |
added fsdga driver
|
Sat, 03 Mar 2001 21:46:39 +0000 |
arpi_esp |
added check_events() interface
|
Tue, 27 Feb 2001 01:08:09 +0000 |
arpi_esp |
DGA support
|
Sat, 24 Feb 2001 20:28:24 +0000 |
arpi_esp |
Initial revision
|