summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gl can do flipping without special filterreimar2006-07-101-1/+5
* Fix negative stride handling in -dr casereimar2006-07-101-8/+12
* Get rid of left-over incorrect UnmapBuffer hackreimar2006-07-101-1/+0
* customtrect -vo gl suboptionreimar2006-07-081-1/+6
* More helpful ProgramEnvParameters.reimar2006-07-081-2/+3
* Improve windows gui supportreimar2006-07-081-0/+2
* Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,reimar2006-07-041-5/+5
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-1/+1
* Get rid of unused variablereimar2006-07-011-1/+0
* Make sure all texture units have a different texture bound.reimar2006-07-011-8/+17
* remove pointless and sometimes incorrect lookupTex stuffreimar2006-06-221-8/+1
* Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.reimar2006-06-151-4/+15
* Document lscale/cscale in -vo gl:help messagereimar2006-06-131-0/+5
* loadGPUProgram function to load fragment program with error checking and stat...reimar2006-06-081-6/+1
* Reworked YUV2RGB fragment program setup in preparation for upcoming patchesreimar2006-06-071-4/+13
* Move/add checks to avoid crashes and make error messages less confusingreimar2006-06-051-0/+4
* Fix and improve xinerama supportreimar2006-04-161-4/+3
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-121-7/+1
* support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ...reimar2006-03-261-0/+7
* extra checks on size of OSD parts (though IMHO these values should never be bad)reimar2006-03-151-1/+6
* do not call glDeleteTextures with 0 count, Xgl does not like it.reimar2006-03-151-0/+2
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-3/+3
* support negative stride (flipping) in vo_gl.reimar2005-12-181-3/+6
* signed division must be used for calculation vo_dx and vo_dy.reimar2005-12-071-2/+2
* Must use glFlush when doublebuffering is not usedreimar2005-12-061-1/+2
* Get rid of most #ifdefsreimar2005-12-061-31/+5
* Use slice-height 16 as default for yuv colorspaces (only relevant if decoderreimar2005-11-221-1/+3
* Enable border toggling for gl and gl2 under windows.reimar2005-11-171-0/+5
* 10l typo, nomanyfmts should be used against playback problems.reimar2005-10-311-1/+1
* More consistent and sane types. Also avoids some gcc 4 warnings.reimar2005-10-311-3/+3
* Be less verbose.reimar2005-10-131-4/+3
* documentation update.reimar2005-10-011-1/+2
* fix/improve code doxumentation. Also group gl_common functions in severalreimar2005-09-251-0/+1
* Allow specifying a custom (ppm) texture for texture unit 3reimar2005-09-251-0/+30
* Support rectangular texture in fragment programsreimar2005-09-251-1/+2
* Several bugfixes:reimar2005-09-251-3/+5
* hardware color-space conversion for vo_gl and vo_gl2reimar2005-09-141-3/+215
* Improved glFindFormatreimar2005-09-131-2/+1
* Respect -nodouble even though it looks very bad.reimar2005-09-111-1/+3
* Add missing doxygen comment for clearOSD()reimar2005-09-091-0/+3
* gl_buffer should be unsignedreimar2005-09-091-1/+1
* Add an uninit function.reimar2005-09-091-15/+29
* Properly initialize osdtexCntreimar2005-09-051-0/+1
* OSD alpha conversion index out of rangereimar2005-09-051-1/+1
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-251-1/+1
* -wid support for windows. Not well tested, might still behave a bit weird.reimar2005-08-211-2/+0
* less weird OSD alpha transformation.reimar2005-08-191-2/+4
* Do not set SwapInterval for values < 0.reimar2005-08-191-1/+1
* automatic vsync enabling for vo_gl.reimar2005-08-191-0/+9
* Get events from -wid window.reimar2005-08-161-0/+3
* Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.reimar2005-08-161-1/+1
* OSD textures can be deleted with one function call...reimar2005-08-161-3/+3
* Make glFinish optionalreimar2005-08-161-0/+6
* use GenBuffers to get a buffer number instead of hardcoding 1.reimar2005-08-161-3/+7
* remove/move some unused headers/variables/codereimar2005-08-141-10/+4
* Helper function for drawing texture and general cleanup of vo_gl2.creimar2005-08-141-39/+5
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* More helper functions/defines and bugfixesreimar2005-07-271-56/+22
* catch failed buffer allocationreimar2005-07-261-0/+8
* OpenGL fixes for windows and vo_gl.c ported to windows.reimar2005-07-261-0/+39
* support for rectangular and streaming textures.reimar2005-07-261-30/+95
* Use DRAW_IMAGE instead of draw_framereimar2005-07-251-22/+28
* Enable manyfmts by default for vo_glreimar2005-07-191-1/+1
* support -widreimar2005-06-181-3/+14
* Fix OSD handling, DVD subtitles work now. Will be a bit slower though.reimar2005-06-131-3/+4
* -geometry support for gl2 under win, default window pos centered for gl, gl2reimar2005-05-301-0/+2
* Implement -geometry for vo gl and gl2.reimar2005-05-291-3/+5
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-2/+2
* revert the previous commit, gl needs to reload the font immediatelyhenry2005-04-101-0/+4
* remove force_load_font stuff moved to sub.chenry2005-04-091-4/+0
* Remove a lot of duplicate codereimar2005-02-211-7/+0
* Move generic tests to a common place.al2005-02-191-7/+0
* set sub_bg_alpha only to 255 when using hardware OSD.reimar2005-01-081-0/+1
* Use subopt helper to parse argumentsreimar2004-12-311-50/+19
* Doxygen comments improvedreimar2004-12-291-0/+5
* More similar code from gl and gl2 moved to gl_commonreimar2004-12-011-82/+4
* 4 and 8 bit formats use a palette, so we cannot really support them (atm).reimar2004-11-201-0/+6
* missing return for InitGl functionreimar2004-11-111-0/+1
* more fullscreen fixes and gl2 uses setGlWindow.reimar2004-11-041-2/+1
* fullscreen fixes and GUI support for vo_glreimar2004-11-011-57/+74
* OSD variant for vo_gl.c that behaves more like the one of other vos.reimar2004-10-171-7/+24
* added gl_common for code used by both vo_gl.c and vo_gl2.c.reimar2004-10-171-15/+8
* aspect scaling and panscan support for vo_gl.creimar2004-10-101-2/+33
* Variables for OSD support should be staticreimar2004-10-101-5/+5
* OpenGL OSD rendering for vo_glreimar2004-10-081-2/+148
* 10l compilation fixreimar2004-10-061-0/+1
* fixed UNPACK_ALIGNMENT setting.reimar2004-10-061-0/+11
* improved suboption parsing, fixes also compiler warningsreimar2004-09-031-13/+27
* Using updated colorspace specifications from colorspaces.txt.reimar2004-08-301-9/+9
* small gcc warning fixesrathann2004-08-281-1/+1
* removed saver_on, saver_off calls, they are already in x11_common.creimar2004-07-251-3/+0
* changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFO...reimar2004-07-171-3/+3
* removed XFlush() before XSync()reimar2004-07-021-1/+0
* changes to get manyfmts nearer to working and fixed memory leakreimar2004-05-081-20/+16
* fixed suboption parsing, added help for suboptionsreimar2004-04-151-12/+36
* vo_gl supporting more color formats for testingreimar2004-04-081-6/+79
* printf -> mp_msgattila2004-02-221-4/+5
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+5
* fix fullscreen switching in vo gl and vo gl2faust32003-09-211-0/+2
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...mosu2003-08-311-10/+12
* Removed YUV (YV12) and BGR support, leaving the native RGB support. Also clea...alex2003-05-201-145/+15
* - optional slice height for -vo gl (example: -vo gl:32)arpi2002-12-301-11/+20
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-10/+3
* vo_init() moved to/fixed in preinit()arpi2002-10-271-1/+1
* -fixed-vo supportpontscho2002-10-171-76/+30
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* removed old input codealex2002-08-281-2/+0
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningarpi2002-08-091-1/+1
* query_format revisedalex2002-05-271-1/+2
* some cleanup, gl/gl2 updated to use vo_windowarpi2002-05-141-28/+27
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-1/+1
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-1/+7
* Added new input mouse support in x11 voalbeu2002-02-111-1/+5
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fi...rfelker2002-02-011-1/+1
* removed obsoleted Terminate_Display_Process, using vo_x11_uninitalex2002-01-311-11/+2
* new info for tuningnick2002-01-311-1/+1
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* Xinerama patch number two by attila.atmos42002-01-061-0/+3
* Move yuv2rgb to postprocessnick2001-11-061-1/+1
* Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo...atmos42001-10-181-4/+6
* Use aspect()atmos42001-10-031-11/+5
* now using x11_common stuff for X11 opening and w/h/bpp queryarpi2001-10-011-76/+39
* -fs fixatmos42001-10-011-1/+18
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-2/+3
* Fixed a typo and wrong varname.atmos42001-07-101-1/+1
* no segfault if no glx presentalex2001-07-071-6/+10
* patch: some X11 compliance fixed: set ClassHint and better fullscreen modearpi_esp2001-06-171-0/+2
* -Wall like fixesal3x2001-06-121-4/+3
* fprintf(stderr converted to printf(szabii2001-04-241-1/+1
* some warnings killedszabii2001-04-241-1/+1
* Autohide X11 cursorlgb2001-04-131-0/+1
* added check_events() interfacearpi_esp2001-03-031-37/+15
* Initial revisionarpi_esp2001-02-241-0/+515