log libvo/vo_xvmc.c @ 28645:5baf473d1a09

age author description
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.