aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* Fix indentationGravatar reimar2008-12-05
* Add experimental support for glXAllocateMemoryMESAGravatar reimar2008-12-05
* Avoid one more duplicated logic.Gravatar reimar2008-12-05
* Simplify, do not duplicate buffer size calculationGravatar reimar2008-12-05
* Set the base size window manager hint, otherwise some subtract the minimumGravatar reimar2008-12-05
* Add some forgotten documentation for gl suboptionsGravatar reimar2008-12-05
* Add support for YCBCR MESA texture format to vo_gl.Gravatar reimar2008-12-05
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Remove unused declarations and references to vo_draw_text_osd(),Gravatar diego2008-12-03
* Fix indentation.Gravatar reimar2008-12-03