aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Open cutomtex file in binary mode to avoid potential issues onGravatar reimar2010-04-13
* Add some fallback OpenGL defines to fix compilation on Windows.Gravatar reimar2010-04-07
* Fix RGB support for corevideo: corevideo can only supportGravatar reimar2010-04-05
* Enable OSD also for BGR32, the code is the same as for RGB32.Gravatar reimar2010-04-05
* Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingGravatar reimar2010-04-05
* Check texture dimensions instead of internal format in max textureGravatar reimar2010-04-04
* Cosmetics/reindent.Gravatar reimar2010-04-04
* Avoid duplicating a condition.Gravatar reimar2010-04-04
* Print width before height,Gravatar reimar2010-04-04
* Fix width/height mixup in error message.Gravatar reimar2010-04-04
* Factor out the YUV->RGB conversion auto-selection and alsoGravatar reimar2010-04-04
* Mark dxr2_opts array as const.Gravatar diego2010-04-04
* Share more code between the two ATI fragment shader YUV to RGBGravatar reimar2010-04-04
* Try to detect and work around broken glXGetProcAddress on atGravatar reimar2010-04-03
* Implement OpenGL-based YUV to RGB version for Radeon 9200 classGravatar reimar2010-04-03
* Indentation fix.Gravatar reimar2010-04-03
* Add mpgl prefix to all OpenGL-related function pointers.Gravatar reimar2010-04-03
* Use (void) instead of () to indicate a parameterless function, fixes:Gravatar diego2010-03-28
* Add const to some video_out extern declarations to match their definitions.Gravatar reimar2010-03-27
* Mark some more LIBVO_EXTERN declarations as const where possible.Gravatar reimar2010-03-27
* Refactor OS X foreground process setting into a separate function.Gravatar diego2010-03-26
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Add newlines to generated fragment program to make both fragment program dumpGravatar reimar2010-03-12
* Use FBIOPAN_DISPLAY for switching between pages, seems to work for moreGravatar reimar2010-03-07
* Add double-buffering support to vo_fbdev.Gravatar reimar2010-03-07
* Reuse fb_tty_fd for setting up the text area.Gravatar reimar2010-03-05
* Save the new width and height earlier so that e.g. -geometry 30x30-50-50Gravatar reimar2010-03-03
* Add support for specifying window position relative to right and bottomGravatar reimar2010-03-03
* Simplify sscanf format strings and get rid of useless percent variable.Gravatar reimar2010-03-03
* Avoid very deep indentation level and RESET_GEOMETRY macro in -geometryGravatar reimar2010-03-03
* Drop support for old-style DVB code.Gravatar diego2010-03-02
* Documentation: Add linebreak and try to be less ambiguous.Gravatar cehoyos2010-02-28
* Remove unused static function send_lpcm_packet().Gravatar cehoyos2010-02-27
* Update -vo gl info structs, it isn't X11-only since ages and there's basicallyGravatar reimar2010-02-27
* 100l, remove forgotten debugging code.Gravatar reimar2010-02-27
* Only prefer -vo gl over -vo x11 if hardware acceleration is available.Gravatar reimar2010-02-27
* Enable StructureNotifyMask before waiting for a DestroyNotify event.Gravatar reimar2010-02-27
* Port yuv=... auto-detection from gl to gl2.Gravatar reimar2010-02-26
* Mark character arrays as const.Gravatar diego2010-02-26
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa,...Gravatar reimar2010-02-25
* Unconditionally declare fast_memcpy() and mem2agpcpy().Gravatar diego2010-02-25
* Declare externally used variables from vd.c as extern in vd.h.Gravatar diego2010-02-22
* Add header for v4l2_write() instead of forward declaring it.Gravatar diego2010-02-21
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Add header for functions exported from vo_zr.c and use it appropriately.Gravatar diego2010-02-18
* Move struct typedef pixbuf into the only .c file where it is used.Gravatar reimar2010-02-16
* Remove useless malloc casts.Gravatar reimar2010-02-16
* Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.Gravatar reimar2010-02-16