aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* Set d3d_handle to NULL after release.Gravatar reimar2008-12-09
* Forgotten part of previous cosmetics commitGravatar reimar2008-12-09
* Slightly simplify the conditional release/free codeGravatar reimar2008-12-09
* First version of OSD support for vo_direct3dGravatar reimar2008-12-09
* cosmetics: indentationGravatar diego2008-12-08
* Remove pointless or even wrong N/A return values doxy commentsGravatar reimar2008-12-08
* Add missing unistd.h #include, fixes the warning:Gravatar diego2008-12-08
* Remove unused variable, fixes the warning:Gravatar diego2008-12-08
* #include appropriate headers instead of locally declaring function prototypes.Gravatar diego2008-12-08
* ati_hack only makes sense when PBOs are used, not with mesa_buffer.Gravatar reimar2008-12-06
* More possible fixes for mesa-buffer mode.Gravatar reimar2008-12-06
* Move one ati_hack check to a better place.Gravatar reimar2008-12-06
* ReindentGravatar reimar2008-12-06
* 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.Gravatar reimar2008-12-06
* 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.Gravatar reimar2008-12-05