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