| Commit message (Expand) | Author | Age |
* | Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. | diego | 2009-02-14 |
* | Remove now unused vo_calc_drwXY function. | reimar | 2009-02-12 |
* | Add a calc_src_dst_rects that calculates from window size, panscan etc. | reimar | 2009-02-12 |
* | Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was | reimar | 2009-02-12 |
* | Conditionally compile aclib.c instead of placing #ifdef around its content. | diego | 2009-02-08 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | Avoid message spam during video adapter uncooperative state. | gogothebee | 2009-02-05 |
* | Unify info/error messages to a common style: | gogothebee | 2009-02-05 |
* | Add [gl] in front of vo_gl message | reimar | 2009-02-03 |
* | Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ... | reimar | 2009-02-03 |
* | Add checks that a D3D device is available before attempting rendering. | reimar | 2009-02-03 |
* | Remove the Present call after adapter reinitialization, it can not work anyway | reimar | 2009-02-03 |
* | Cosmetics: remove empty line, improve some messages. | reimar | 2009-02-03 |
* | Whitespace/comment typo cosmetics. | reimar | 2009-02-03 |
* | Check for change_d3d_backbuffer failure. | reimar | 2009-02-03 |
* | Fix several return values | reimar | 2009-02-03 |
* | Remove pointless #ifdef around internal header includes. | diego | 2009-02-01 |
* | Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition. | diego | 2009-01-30 |
* | Allocate a larger backbuffer to allow resizing without reinit. | reimar | 2009-01-27 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | diego | 2009-01-19 |
* | fix device_id option after r28165 | gpoirier | 2009-01-18 |
* | 100l, forgot to delete two defines left over from old HAVE_MMX handling code. | reimar | 2009-01-16 |
* | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 |
* | More #ifdef -> #if fixes | reimar | 2009-01-16 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation | reimar | 2009-01-10 |
* | 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 |
* | Support loading font faces other then the first one in a font file. | eugeni | 2009-01-06 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 |
* | Fix deinit problem due to r28215 | gpoirier | 2009-01-03 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 |
* | Conditionally define render_one_glyph and kerning dummy functions in | diego | 2009-01-02 |
* | Remove unused debug code. | diego | 2009-01-02 |
* | Add an option to vo_macosx to set a custom buffer_name. | gpoirier | 2008-12-30 |
* | Support F- and numpad keys for w32_common based vos. | reimar | 2008-12-30 |
* | Fix ugly borders problem with ati-hack | reimar | 2008-12-27 |
* | Remove unused variable. | diego | 2008-12-24 |
* | Warn when using features that are broken due to ATI driver bugs. | reimar | 2008-12-23 |
* | Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ... | reimar | 2008-12-23 |
* | Remove pointless forward declaration. | diego | 2008-12-23 |
* | 100l, forgot an assignment, broke special keys handling for X11-based vos. | reimar | 2008-12-21 |
* | Add and use a special lookup function to do table-based translation to MPlaye... | reimar | 2008-12-20 |
* | Cosmetics: get rid of some tabs and trailing whitespace. | reimar | 2008-12-20 |
* | Use a table to translate X11 to MPlayer keycodes. | reimar | 2008-12-20 |
* | Get rid of pointless and now unused defines. | reimar | 2008-12-20 |
* | Simplify handling of X11 key events that are just passed through. | reimar | 2008-12-20 |
* | Replace vo_macosx's custom options parsing with a subopt_parse()-based one | gpoirier | 2008-12-19 |
* | Do not use full relative #include path for headers in the same directory. | diego | 2008-12-17 |