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)
|