aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
...
* Enable manyfmts by default for vo_glGravatar reimar2005-07-19
* support -widGravatar reimar2005-06-18
* Fix OSD handling, DVD subtitles work now. Will be a bit slower though.Gravatar reimar2005-06-13
* -geometry support for gl2 under win, default window pos centered for gl, gl2Gravatar reimar2005-05-30
* Implement -geometry for vo gl and gl2.Gravatar reimar2005-05-29
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* revert the previous commit, gl needs to reload the font immediatelyGravatar henry2005-04-10
* remove force_load_font stuff moved to sub.cGravatar henry2005-04-09
* Remove a lot of duplicate codeGravatar reimar2005-02-21
* Move generic tests to a common place.Gravatar al2005-02-19
* set sub_bg_alpha only to 255 when using hardware OSD.Gravatar reimar2005-01-08
* Use subopt helper to parse argumentsGravatar reimar2004-12-31
* Doxygen comments improvedGravatar reimar2004-12-29
* More similar code from gl and gl2 moved to gl_commonGravatar reimar2004-12-01
* 4 and 8 bit formats use a palette, so we cannot really support them (atm).Gravatar reimar2004-11-20
* missing return for InitGl functionGravatar reimar2004-11-11
* more fullscreen fixes and gl2 uses setGlWindow.Gravatar reimar2004-11-04
* fullscreen fixes and GUI support for vo_glGravatar reimar2004-11-01
* OSD variant for vo_gl.c that behaves more like the one of other vos.Gravatar reimar2004-10-17
* added gl_common for code used by both vo_gl.c and vo_gl2.c.Gravatar reimar2004-10-17
* aspect scaling and panscan support for vo_gl.cGravatar reimar2004-10-10
* Variables for OSD support should be staticGravatar reimar2004-10-10
* OpenGL OSD rendering for vo_glGravatar reimar2004-10-08
* 10l compilation fixGravatar reimar2004-10-06
* fixed UNPACK_ALIGNMENT setting.Gravatar reimar2004-10-06
* improved suboption parsing, fixes also compiler warningsGravatar reimar2004-09-03
* Using updated colorspace specifications from colorspaces.txt.Gravatar reimar2004-08-30
* small gcc warning fixesGravatar rathann2004-08-28
* removed saver_on, saver_off calls, they are already in x11_common.cGravatar reimar2004-07-25
* changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFO...Gravatar reimar2004-07-17
* removed XFlush() before XSync()Gravatar reimar2004-07-02
* changes to get manyfmts nearer to working and fixed memory leakGravatar reimar2004-05-08
* fixed suboption parsing, added help for suboptionsGravatar reimar2004-04-15
* vo_gl supporting more color formats for testingGravatar reimar2004-04-08
* printf -> mp_msgGravatar attila2004-02-22
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* fix fullscreen switching in vo gl and vo gl2Gravatar faust32003-09-21
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...Gravatar mosu2003-08-31
* Removed YUV (YV12) and BGR support, leaving the native RGB support. Also clea...Gravatar alex2003-05-20
* - optional slice height for -vo gl (example: -vo gl:32)Gravatar arpi2002-12-30
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* vo_init() moved to/fixed in preinit()Gravatar arpi2002-10-27
* -fixed-vo supportGravatar pontscho2002-10-17
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* removed old input codeGravatar alex2002-08-28
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningGravatar arpi2002-08-09
* query_format revisedGravatar alex2002-05-27
* some cleanup, gl/gl2 updated to use vo_windowGravatar arpi2002-05-14
* fix playlist bug with gui and rewrite mousecursor show/hide codeGravatar pontscho2002-04-16
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'Gravatar nick2002-02-17