aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xvmc.c
Commit message (Expand)AuthorAge
* Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* Fix warning: Add forgotten 'int' to variable declaration.Gravatar iive2009-03-15
* cosmetics: typo fixGravatar diego2009-03-15
* Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x...Gravatar reimar2009-03-07
* Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* Turn all remaining printf() into mp_msg().Gravatar iive2009-02-20
* Cleanup.Gravatar iive2009-02-20
* Cosmetics part2. Indent local variable definitions like the rest of the code.Gravatar iive2009-02-20
* Cosmetics part 1. Reindent to 4 spaces.Gravatar iive2009-02-20
* Comment out "else" statement without following block.Gravatar iive2009-02-20
* Move libavcodec includes together.Gravatar iive2009-02-20
* Extend calc_src_dst_rects to also calculate the border values needed forGravatar reimar2009-02-17
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* Sync renaming of xvmc struct members in FFmpeg.Gravatar diego2009-02-16
* The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.Gravatar diego2009-02-15
* Reflect ffmpeg change of xvmc struct field to xvmc_id.Gravatar iive2009-02-15
* whitespace cosmetics: Remove all tabs and trailing whitespace.Gravatar diego2009-02-15
* The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.Gravatar diego2009-02-15
* Remove unnecessary #ifdef around internal #include.Gravatar diego2009-02-15
* The xmvc structure member magic_id was renamed to unique_id.Gravatar diego2009-02-15
* Reflect the change of xvmc struct name.Gravatar iive2009-02-15
* Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toGravatar reimar2009-02-15
* Now xvmc struct uses magic_id fieldGravatar iive2009-02-15
* Remove display_flag remains as the member has been removed from the xvmc struct.Gravatar iive2009-02-15
* Remove some xvmc field initializations. They are not used byGravatar iive2009-02-14
* Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.Gravatar diego2009-02-14
* Add a calc_src_dst_rects that calculates from window size, panscan etc.Gravatar reimar2009-02-12
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Fix build: calc_drwXY was factorized into vo_calc_drwXY.Gravatar diego2009-01-09
* Factor calc_drwXY out of vo_xv and vo_xvmc.Gravatar cehoyos2009-01-09
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Sync with latest round of xvmc changes in FFmpeg.Gravatar diego2009-01-02
* Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationGravatar reimar2008-11-23
* Remove unused variables and the related warnings along with them.Gravatar diego2008-11-23
* Remove a aspect calculation line.Gravatar reimar2008-11-21
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* Remove a useless XGetGeometry call, the X11 event handling alreadyGravatar reimar2008-11-17
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-16
* Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* Remove now unused variables.Gravatar reimar2008-11-15
* Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
* Remove duplicated prototype for XShmGetEventBase(), becauseGravatar diego2008-08-09
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Add a new suboption to -vo xv and -vo xvmc that allows selectionGravatar ben2008-05-13
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* cosmetics: misc typo fixesGravatar diego2007-09-25
* Remove some unused variablesGravatar reimar2007-06-27