aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Remove unused variable.Gravatar reimar2010-02-14
* Use memset to initialize huge arrays.Gravatar reimar2010-02-14
* Remove pointless explicit member initialization to 0 when the structGravatar reimar2010-02-14
* Use calloc instead of malloc+memsetGravatar reimar2010-02-14
* Add xscreensaver_heartbeat() declaration to x11_common.h.Gravatar diego2010-02-14
* Fix exit_player() usage throughout the codebase.Gravatar diego2010-02-14
* Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...Gravatar reimar2010-02-05
* Print messages only after we are sure preinit will not fail anymore.Gravatar reimar2010-02-05
* Add support for VOFLAG_HIDDEN to the w32 backend.Gravatar reimar2010-02-04
* Set the PixelFormat right after creating the window and set it only once.Gravatar reimar2010-02-04
* Create the OpenGL probe window as a hidden Window on X11.Gravatar reimar2010-02-04
* 100l: Fix compilation (broken by me).Gravatar cehoyos2010-02-04
* Clarify -vo vdpau:pullupGravatar cehoyos2010-02-04
* Use vo_x11_clearwindow instead of XClearWindow, both for consistency and alsoGravatar reimar2010-02-03
* Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls thisGravatar reimar2010-02-02
* Remove pointless initializers and also set geometry_*_changed to 0 whenGravatar reimar2010-02-02