Sat, 18 Jan 2014 21:39:07 +0000 |
reimar |
Remove empty draw_slice and draw_frame stubs.
|
Mon, 06 Jan 2014 20:43:17 +0000 |
iive |
XvMC: Add check for invalid data_size in the shmem case.
|
Mon, 06 Jan 2014 20:11:56 +0000 |
iive |
XvMC: Remove message requesting feedback for OSD backend rendering.
|
Mon, 06 Jan 2014 20:01:48 +0000 |
iive |
XvMC: Handle shm xvimage allocation error.
|
Mon, 06 Jan 2014 19:55:26 +0000 |
iive |
XvMC: Minor refoactoring of allocate_xvimage().
|
Sun, 10 Mar 2013 12:46:45 +0000 |
iive |
Add debug output for XvMCCreateContext() function parameters.
|
Tue, 30 Oct 2012 16:30:47 +0000 |
reimar |
Fix copy-paste error found by Coverity (yes, it really has a
|
Sun, 29 May 2011 22:46:52 +0000 |
iive |
Fix xv/xvmc window background clearing.
|
Sat, 07 May 2011 19:56:48 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 10:59:11 +0000 |
iive |
Remove the variable arguments from the libvo control() functions.
|
Fri, 06 May 2011 10:32:46 +0000 |
iive |
Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
|
Sun, 01 May 2011 22:41:51 +0000 |
iive |
10l. Don't set stride info if it would panic the decoder.
|
Tue, 26 Apr 2011 23:31:25 +0000 |
iive |
Use xvmc_render struct to hold both xvmc_pix_fmt shared struct and the
|
Fri, 22 Apr 2011 09:27:48 +0000 |
reimar |
Add missing "static".
|
Fri, 22 Apr 2011 09:24:56 +0000 |
reimar |
Specific function argument types for function pointers.
|
Fri, 22 Apr 2011 09:21:52 +0000 |
reimar |
Remove ancient libavcodec version check.
|
Fri, 22 Apr 2011 07:28:44 +0000 |
reimar |
Fix compilation with XvMC, only lightly tested.
|
Fri, 22 Apr 2011 06:57:08 +0000 |
reimar |
Quick hack to fix compilation. Testing and improvements welcome.
|
Wed, 27 Oct 2010 17:47:13 +0000 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
Sat, 02 Oct 2010 14:22:03 +0000 |
diego |
Remove UNUSED macros used to shut up unused function parameter warnings.
|
Tue, 03 Aug 2010 15:55:17 +0000 |
siretart |
various spelling fixes, found by the Debian QA tool 'lintian'
|
Sun, 13 Jun 2010 12:05:58 +0000 |
reimar |
Remove unused includes.
|
Sun, 13 Jun 2010 12:04:13 +0000 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
Sun, 28 Mar 2010 16:58:27 +0000 |
diego |
Use (void) instead of () to indicate a parameterless function, fixes:
|
Fri, 19 Feb 2010 10:22:29 +0000 |
diego |
Remove pointless '#if 1' preprocessor directives.
|
Fri, 01 Jan 2010 13:18:49 +0000 |
reimar |
Fix function declarations to avoid casting function pointers.
|
Sun, 15 Mar 2009 20:02:45 +0000 |
iive |
Fix warning: Add forgotten 'int' to variable declaration.
|
Sun, 15 Mar 2009 09:47:09 +0000 |
diego |
cosmetics: typo fix
|
Sat, 07 Mar 2009 08:52:57 +0000 |
reimar |
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
|
Sat, 07 Mar 2009 08:51:40 +0000 |
reimar |
Make data related to suboption parsing const in libvo
|
Fri, 20 Feb 2009 23:46:24 +0000 |
iive |
Turn all remaining printf() into mp_msg().
|
Fri, 20 Feb 2009 23:18:28 +0000 |
iive |
Cleanup.
|
Fri, 20 Feb 2009 22:49:09 +0000 |
iive |
Cosmetics part2. Indent local variable definitions like the rest of the code.
|
Fri, 20 Feb 2009 22:13:31 +0000 |
iive |
Cosmetics part 1. Reindent to 4 spaces.
|
Fri, 20 Feb 2009 19:17:10 +0000 |
iive |
Comment out "else" statement without following block.
|
Fri, 20 Feb 2009 18:39:02 +0000 |
iive |
Move libavcodec includes together.
|
Tue, 17 Feb 2009 11:59:49 +0000 |
reimar |
Extend calc_src_dst_rects to also calculate the border values needed for
|
Mon, 16 Feb 2009 02:00:29 +0000 |
diego |
Replace double semicolon by single semicolon.
|
Mon, 16 Feb 2009 00:29:25 +0000 |
diego |
Sync renaming of xvmc struct members in FFmpeg.
|
Sun, 15 Feb 2009 22:02:24 +0000 |
diego |
The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.
|
Sun, 15 Feb 2009 20:29:29 +0000 |
iive |
Reflect ffmpeg change of xvmc struct field to xvmc_id.
|
Sun, 15 Feb 2009 17:55:57 +0000 |
diego |
whitespace cosmetics: Remove all tabs and trailing whitespace.
|
Sun, 15 Feb 2009 17:49:42 +0000 |
diego |
The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.
|
Sun, 15 Feb 2009 17:38:47 +0000 |
diego |
Remove unnecessary #ifdef around internal #include.
|
Sun, 15 Feb 2009 17:35:24 +0000 |
diego |
The xmvc structure member magic_id was renamed to unique_id.
|
Sun, 15 Feb 2009 08:46:18 +0000 |
iive |
Reflect the change of xvmc struct name.
|
Sun, 15 Feb 2009 08:07:36 +0000 |
reimar |
Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to
|
Sun, 15 Feb 2009 02:38:20 +0000 |
iive |
Now xvmc struct uses magic_id field
|
Sun, 15 Feb 2009 02:08:45 +0000 |
iive |
Remove display_flag remains as the member has been removed from the xvmc struct.
|
Sat, 14 Feb 2009 23:31:24 +0000 |
iive |
Remove some xvmc field initializations. They are not used by
|
Sat, 14 Feb 2009 17:18:55 +0000 |
diego |
Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.
|
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, 09 Jan 2009 20:50:25 +0000 |
diego |
Fix build: calc_drwXY was factorized into vo_calc_drwXY.
|
Fri, 09 Jan 2009 15:25:24 +0000 |
cehoyos |
Factor calc_drwXY out of vo_xv and vo_xvmc.
|
Mon, 05 Jan 2009 14:48:03 +0000 |
diego |
Add missing 'void' keyword to parameterless function declarations.
|
Fri, 02 Jan 2009 17:06:09 +0000 |
diego |
Sync with latest round of xvmc changes in FFmpeg.
|
Sun, 23 Nov 2008 12:30:39 +0000 |
reimar |
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
|
Sun, 23 Nov 2008 11:53:17 +0000 |
diego |
Remove unused variables and the related warnings along with them.
|
Fri, 21 Nov 2008 23:22:53 +0000 |
reimar |
Remove a aspect calculation line.
|
Wed, 19 Nov 2008 20:19:25 +0000 |
reimar |
Factor common code like -wid handling, vo_gc creation etc. out into
|
Mon, 17 Nov 2008 13:12:01 +0000 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already
|
Sun, 16 Nov 2008 17:16:08 +0000 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
Sat, 15 Nov 2008 23:09:31 +0000 |
reimar |
Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
|
Sat, 15 Nov 2008 19:03:21 +0000 |
reimar |
Remove now unused variables.
|
Sat, 15 Nov 2008 18:56:25 +0000 |
reimar |
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
|
Sat, 09 Aug 2008 14:56:09 +0000 |
diego |
Remove duplicated prototype for XShmGetEventBase(), because
|
Mon, 04 Aug 2008 06:16:23 +0000 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Fri, 16 May 2008 08:33:27 +0000 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
Tue, 13 May 2008 17:52:25 +0000 |
ben |
Add a new suboption to -vo xv and -vo xvmc that allows selection
|
Sun, 02 Dec 2007 14:39:15 +0000 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
Sun, 02 Dec 2007 14:06:03 +0000 |
reimar |
Make vo info structs const
|
Tue, 25 Sep 2007 16:34:23 +0000 |
diego |
cosmetics: misc typo fixes
|
Wed, 27 Jun 2007 10:28:38 +0000 |
reimar |
Remove some unused variables
|
Wed, 27 Jun 2007 10:26:13 +0000 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
Sun, 27 May 2007 21:13:10 +0000 |
reimar |
Remove more pointless fastmemcpy.h includes in libvo
|
Mon, 23 Apr 2007 07:42:42 +0000 |
diego |
Gui --> gui
|
Mon, 26 Mar 2007 15:53:23 +0000 |
iive |
prevent building xvmc with the old api.
|
Thu, 08 Mar 2007 09:42:14 +0000 |
reimar |
100l, last patch broke window resizing with xv and xvmc.
|
Tue, 06 Mar 2007 15:34:54 +0000 |
reimar |
Factor out some duplicated code in vo_xv and vo_xvmc
|
Mon, 19 Feb 2007 11:38:19 +0000 |
iive |
Don't free and then allocate surfaces when config() is called again with same resolution and format.
|
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
|
Thu, 15 Feb 2007 00:46:45 +0000 |
reimar |
Fix two 10l memleaks in vo_xvmc.c
|
Mon, 05 Feb 2007 18:13:40 +0000 |
kraymer |
typo fixes
|
Mon, 05 Feb 2007 17:15:44 +0000 |
reimar |
beckend -> backend typo fix in printf
|
Sat, 13 Jan 2007 04:32:14 +0000 |
diego |
cosmetics: typo pallete --> palette
|
Sat, 18 Nov 2006 12:38:03 +0000 |
reimar |
more mp_property_deinterlace simplification, patch by
|
Fri, 17 Nov 2006 18:16:21 +0000 |
reimar |
Add deinterlace property, patch by Carl Eugen Hoyos
|
Sun, 15 Oct 2006 18:27:34 +0000 |
reimar |
Implement bob (pseudo?) deinterlacing for xvmc.
|
Sun, 02 Jul 2006 03:59:36 +0000 |
reynaldo |
rm unnecesary casts from void* - part 2
|
Thu, 15 Jun 2006 08:00:37 +0000 |
reimar |
Fix window position when changing videos while in fullscreen and for
|
Sun, 14 May 2006 19:36:21 +0000 |
reimar |
do aspect correction of video size before calculating vo_dx and vo_dy.
|
Sun, 16 Apr 2006 13:38:28 +0000 |
reimar |
Fix and improve xinerama support
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Tue, 20 Dec 2005 19:04:17 +0000 |
iive |
Print some error message,
|
Sun, 21 Aug 2005 01:20:31 +0000 |
reimar |
remove extern for variables that are already in headers.
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Thu, 30 Jun 2005 10:57:56 +0000 |
iive |
add vo_xv_enable_vsync() to xvmc
|
Sat, 21 May 2005 17:31:44 +0000 |
al |
Make -wid behave more consistent.
|
Mon, 18 Apr 2005 15:52:38 +0000 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
Mon, 18 Apr 2005 14:35:11 +0000 |
iive |
Compile fix when XF86VM is not defined
|
Wed, 13 Apr 2005 19:38:44 +0000 |
henry |
messed ordering of switch branches, 10l for Ivan
|
Sun, 10 Apr 2005 16:30:53 +0000 |
iive |
incorporate all image drawing in single function and use fixed vo_xv_draw_colorkey() for proper key drawing.
|
Thu, 07 Apr 2005 16:59:34 +0000 |
iive |
fix blackscreen when changing panscan.
|
Sun, 20 Feb 2005 22:43:25 +0000 |
al |
Unified colorkey code for vo xv and vo xvmc.
|
Wed, 02 Feb 2005 14:02:26 +0000 |
iive |
Query XV_COLORKEY only when listed in attribute list, fixes displaying with non overlay ports
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Mon, 23 Aug 2004 09:52:25 +0000 |
iive |
prevent XFree execution on wrong condition
|
Fri, 20 Aug 2004 09:41:13 +0000 |
al |
Removed superfluous XFlush calls before XSync.
|
Sun, 25 Jul 2004 12:49:01 +0000 |
reimar |
removed saver_on, saver_off calls, they are already in x11_common.c
|
Sun, 30 Nov 2003 16:36:10 +0000 |
joey |
runtime 'stay-on-top' functionality
|
Sat, 08 Nov 2003 02:07:10 +0000 |
iive |
verbosity changes, zero the whole surface_render[]
|
Thu, 28 Aug 2003 22:11:42 +0000 |
iive |
10l
|
Mon, 25 Aug 2003 21:41:10 +0000 |
iive |
OSD support, optinal queue, optional use of sleep(), and benchmark mode
|
Thu, 14 Aug 2003 12:15:44 +0000 |
diego |
Spelling police:
|
Tue, 29 Jul 2003 14:11:18 +0000 |
iive |
nvidia 44.96 hardlock machine without that fix
|
Mon, 28 Jul 2003 20:04:09 +0000 |
iive |
draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st image
|