aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Avoid message spam during video adapter uncooperative state.Gravatar gogothebee2009-02-05
* Unify info/error messages to a common style:Gravatar gogothebee2009-02-05
* Add [gl] in front of vo_gl messageGravatar reimar2009-02-03
* Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ...Gravatar reimar2009-02-03
* Add checks that a D3D device is available before attempting rendering.Gravatar reimar2009-02-03
* Remove the Present call after adapter reinitialization, it can not work anywayGravatar reimar2009-02-03
* Cosmetics: remove empty line, improve some messages.Gravatar reimar2009-02-03
* Whitespace/comment typo cosmetics.Gravatar reimar2009-02-03
* Check for change_d3d_backbuffer failure.Gravatar reimar2009-02-03
* Fix several return valuesGravatar reimar2009-02-03
* Remove pointless #ifdef around internal header includes.Gravatar diego2009-02-01
* Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.Gravatar diego2009-01-30
* Allocate a larger backbuffer to allow resizing without reinit.Gravatar reimar2009-01-27
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* cosmetics: Remove pointless period after copyright statement non-sentences.Gravatar diego2009-01-19
* fix device_id option after r28165Gravatar gpoirier2009-01-18
* 100l, forgot to delete two defines left over from old HAVE_MMX handling code.Gravatar reimar2009-01-16
* More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
* More #ifdef -> #if fixesGravatar reimar2009-01-16
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationGravatar reimar2009-01-10
* 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
* Support loading font faces other then the first one in a font file.Gravatar eugeni2009-01-06
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Fix deinit problem due to r28215Gravatar gpoirier2009-01-03
* Sync with latest round of xvmc changes in FFmpeg.Gravatar diego2009-01-02
* Conditionally define render_one_glyph and kerning dummy functions inGravatar diego2009-01-02
* Remove unused debug code.Gravatar diego2009-01-02
* Add an option to vo_macosx to set a custom buffer_name.Gravatar gpoirier2008-12-30
* Support F- and numpad keys for w32_common based vos.Gravatar reimar2008-12-30
* Fix ugly borders problem with ati-hackGravatar reimar2008-12-27
* Remove unused variable.Gravatar diego2008-12-24
* Warn when using features that are broken due to ATI driver bugs.Gravatar reimar2008-12-23
* Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ...Gravatar reimar2008-12-23
* Remove pointless forward declaration.Gravatar diego2008-12-23
* 100l, forgot an assignment, broke special keys handling for X11-based vos.Gravatar reimar2008-12-21
* Add and use a special lookup function to do table-based translation to MPlaye...Gravatar reimar2008-12-20
* Cosmetics: get rid of some tabs and trailing whitespace.Gravatar reimar2008-12-20
* Use a table to translate X11 to MPlayer keycodes.Gravatar reimar2008-12-20
* Get rid of pointless and now unused defines.Gravatar reimar2008-12-20
* Simplify handling of X11 key events that are just passed through.Gravatar reimar2008-12-20
* Replace vo_macosx's custom options parsing with a subopt_parse()-based oneGravatar gpoirier2008-12-19
* Do not use full relative #include path for headers in the same directory.Gravatar diego2008-12-17
* #include sub.h instead of locally declaring vo_draw_text().Gravatar diego2008-12-17
* xvmc is now a CONFIG_ option in FFmpeg.Gravatar diego2008-12-15
* Add support for writing PNG files with alpha channel in -vo pngGravatar reimar2008-12-10
* Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).Gravatar reimar2008-12-10
* Fix MGSTR vs. MSGTR typo.Gravatar diego2008-12-09