summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* do not call glDeleteTextures with 0 count, Xgl does not like it.reimar2006-03-151-0/+2
* 10l the cpu hog fix broke fullscreenswitching with -widfaust32006-03-151-0/+4
* fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi...faust32006-03-131-0/+18
* free resources when load_raw failsreimar2006-03-091-4/+10
* remove useless and memleak-causing strdupreimar2006-03-091-1/+1
* initialize f to NULL, needed if desc=malloc... failsreimar2006-03-081-1/+1
* When centering a video with odd width, be sure to start on a pixel boundary.pacman2006-03-042-4/+6
* Make -xy help output consistent, output an empty line before and after.diego2006-03-041-1/+1
* update activity every 30 secnplourde2006-03-041-2/+2
* Better fallback for APIENTRY when compiling for Windowsreimar2006-02-261-0/+2
* workaround for gl.h variants that do not define APIENTRYreimar2006-02-231-0/+9
* Fix colormap save/restore for directcolor fb devicespacman2006-02-172-2/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0917-30/+30
* let osx sleep if video is pausednplourde2006-02-072-30/+30
* reinitialize adapter_count to 0, EnumCallbackEx will not work otherwisereimar2006-02-051-0/+1
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.atmos42006-01-201-1/+21
* prevent xvmc from been loaded before xv, and generally before any autoprobed ...iive2006-01-181-3/+3
* avoid Solaris 10 compile error with gcc 3.4.5reimar2006-01-171-1/+3
* Update licensing information: The FSF changed postal address.diego2006-01-135-5/+5
* massive attack: mp_msg printf format fixesrathann2006-01-124-12/+12
* do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec...nplourde2006-01-111-20/+20
* avoid some gcc 4 compiler warningsreimar2006-01-071-4/+5
* Less ugly and easier to extend getFunctionsreimar2006-01-071-84/+50
* - move our setenv() fallback implementation to osdepal2005-12-261-16/+0
* Print some error message,iive2005-12-201-1/+4
* support negative stride (flipping) in vo_gl.reimar2005-12-184-6/+19
* move to next vo if /dev/3dfx could not be openediive2005-12-101-7/+16
* Do not exit() if /dev/3dfx is not available, approved by Ivan.diego2005-12-101-1/+1
* really clear frames to black instead of grey, and make sure one of thosereimar2005-12-071-5/+14
* signed division must be used for calculation vo_dx and vo_dy.reimar2005-12-072-4/+4
* WM_PAINT is the "expose" event, not WM_ACTIVATEreimar2005-12-071-1/+1
* Don't abort when xscreensaver window isn't available anymore.al2005-12-071-0/+2
* Must use glFlush when doublebuffering is not usedreimar2005-12-061-1/+2
* Get rid of most #ifdefsreimar2005-12-064-65/+32
* Fix message handling, process resize eventsreimar2005-12-061-7/+11
* fixrathann2005-12-051-0/+1
* fixrathann2005-12-051-2/+2
* vo_tdfxfb should be preferred over vo_3dfx.diego2005-12-011-3/+3
* Revert previous commital2005-11-221-2/+0
* Use slice-height 16 as default for yuv colorspaces (only relevant if decoderreimar2005-11-221-1/+3
* resolves problem in module stop_xscreensaver, crashing mp after sleep and awa...ptt2005-11-211-0/+2
* Also parse glX extension string, makes -vo gl:swapinterval work again on linuxreimar2005-11-191-4/+11
* Enable border toggling for gl and gl2 under windows.reimar2005-11-173-2/+29
* disable *SwapInterval function when extensions are missing, since itreimar2005-11-131-0/+5
* Generate double-click mouse events.joey2005-11-111-1/+29
* Intercept maximize event and go into fullscreen mode.joey2005-11-111-0/+3
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-103-1/+30
* move window style to a macro for easier maintainingjoey2005-11-101-3/+4
* Test if source image dimensions are too big.al2005-11-103-0/+52
* do not call glFinish when we do not have a contextreimar2005-11-071-0/+2
* Fix compilation, use vo_fs instead of fullscreen variable. Not tested.reimar2005-11-061-8/+3
* Added translatable messages for OSD localization to help/help_mp-en.hptt2005-11-061-12/+13
* changed KEY_PREVIOUS to KEY_PREV, cause the first undefinedptt2005-11-031-1/+1
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-028-37/+33
* 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-313-7/+7
* Added support for remote controls.syrjala2005-10-261-4/+71
* Make include paths consistent among files in libvo. Since -I.. is addeddiego2005-10-231-2/+2
* make bottom alignment the default since it's the only sane mode when sub_pos ...rfelker2005-10-231-1/+1
* reverse incorrect sub alignment change, ok'd by diegorfelker2005-10-231-1/+1
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.diego2005-10-231-1/+1
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-4/+2
* Be less verbose.reimar2005-10-131-4/+3
* use subopt parser for arguments.joey2005-10-101-55/+45
* Make fragment program snprintf less confusing.reimar2005-10-031-14/+29
* documentation update.reimar2005-10-012-2/+4
* Support for ATI specific YUV->RGB conversion.reimar2005-10-012-17/+154
* Add missing GL_REGISTER_COMBINERS_NV definereimar2005-09-271-0/+3
* Add -panscanrange optionreimar2005-09-271-0/+5
* fix/improve code doxumentation. Also group gl_common functions in severalreimar2005-09-253-7/+59
* debugging/testing helpers: allow forcing a certain width/height for texturesreimar2005-09-251-0/+13
* Allow specifying a custom (ppm) texture for texture unit 3reimar2005-09-251-0/+30
* support loading a texture from a PPM filereimar2005-09-252-0/+62
* panscan supportreimar2005-09-251-0/+9
* contrast 0 should lead to a grey, not a black imagereimar2005-09-251-0/+5
* get rid of global getProcAddress variablereimar2005-09-251-7/+5
* Support rectangular texture in fragment programsreimar2005-09-254-19/+27
* Several bugfixes:reimar2005-09-251-3/+5
* Fix crashes and green border when using YV12 input formatreimar2005-09-251-11/+13
* texture units do not need to be explicitly enabled when using a fragmentreimar2005-09-251-14/+10
* Missing break for WM_SYSCOMMAND handling.reimar2005-09-161-0/+1
* hardware color-space conversion for vo_gl and vo_gl2reimar2005-09-144-7/+759
* Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".reimar2005-09-131-2/+4
* Allow disabling the glFinish callreimar2005-09-131-5/+20
* Improved glFindFormatreimar2005-09-132-5/+7
* - improved performance on truecolor modesdiego2005-09-131-127/+134
* Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.reimar2005-09-121-2/+4
* Fix border color (forgot to divide by 255.0).reimar2005-09-122-3/+4
* Respect -nodouble even though it looks very bad.reimar2005-09-111-1/+3
* Set texture border color to avoid weird border colors in some rare cases.reimar2005-09-091-0/+2
* Add missing doxygen comment for clearOSD()reimar2005-09-091-0/+3
* Fix a typo in a commentreimar2005-09-091-1/+1
* gl_buffer should be unsignedreimar2005-09-091-1/+1
* Add an uninit function.reimar2005-09-091-15/+29
* Replace remaining tabs by spaces.diego2005-09-081-14/+14
* Switch indentation over to K&R style, replace all tabs by spaces.diego2005-09-061-296/+275
* Properly initialize osdtexCntreimar2005-09-051-0/+1
* OSD alpha conversion index out of rangereimar2005-09-051-1/+1
* Support equalizer.reimar2005-09-041-0/+18
* mplayer osx shared video buffernplourde2005-09-041-30/+88
* Add -I../libavutil to the includes to fix building vo_zr[2].diego2005-09-011-0/+6
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-254-6/+7
* Slightly reduce unnecessary verbosity.diego2005-08-242-2/+2
* DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0reimar2005-08-221-1/+1
* -wid support for windows. Not well tested, might still behave a bit weird.reimar2005-08-213-4/+5
* remove extern for variables that are already in headers.reimar2005-08-2110-38/+4
* less weird OSD alpha transformation.reimar2005-08-191-2/+4
* Do not set SwapInterval for values < 0.reimar2005-08-191-1/+1
* Fix crash in windowsreimar2005-08-192-2/+2
* automatic vsync enabling for vo_gl.reimar2005-08-193-0/+22
* gtf.{c,h} is used by vesa onlyalex2005-08-182-2/+1
* use libvbe from vesautilsalex2005-08-181-1/+1
* Get events from -wid window.reimar2005-08-162-0/+6
* Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.reimar2005-08-162-1/+4
* 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-163-3/+17
* 10l, initializers don't work without a declaration :-(reimar2005-08-141-2/+3
* use glUploadTex helper functionreimar2005-08-141-12/+4
* extra check for glUploadTex to avoid a possible hang.reimar2005-08-141-0/+1
* textures smaller 64x64 might not be supportedreimar2005-08-141-3/+3
* remove/move some unused headers/variables/codereimar2005-08-143-23/+8
* 10l, texture_width/height initialization was removed, so usereimar2005-08-141-2/+2
* Helper function for drawing texture and general cleanup of vo_gl2.creimar2005-08-144-168/+66
* Cleanup, move declarations to beginning of block.reimar2005-08-141-7/+7
* 10l, patch found in geexboxalex2005-08-111-0/+3
* Forgot to actually enable vo_gl on Windows...reimar2005-08-061-2/+0
* Missed one uint32_t declaration.ivo2005-08-051-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-0546-261/+261
* exit kiosk mode and show mouse cursor in uninitnplourde2005-07-281-0/+3
* properly release windownplourde2005-07-281-2/+9
* More helper functions/defines and bugfixesreimar2005-07-273-65/+153
* catch failed buffer allocationreimar2005-07-261-0/+8
* Use dlsym to get glXGetProcAddress, only way to (hopefully) make itreimar2005-07-261-6/+27
* OpenGL fixes for windows and vo_gl.c ported to windows.reimar2005-07-265-4/+48
* support for rectangular and streaming textures.reimar2005-07-263-30/+213
* Use DRAW_IMAGE instead of draw_framereimar2005-07-251-22/+28
* restore window shadow when quitting fullscreen modenplourde2005-07-241-1/+1
* Enable manyfmts by default for vo_glreimar2005-07-191-1/+1
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2005-07-101-2/+6
* resize video after keep aspect menu item togglenplourde2005-07-032-2/+5
* fix various window resizing bug with menu optionnplourde2005-07-032-6/+21
* more fullscreen behaviour fix for mouse cursornplourde2005-07-021-7/+12
* properly redraw fullscreen window with -fs and zoomnplourde2005-07-021-3/+6
* fix fullscreen menubar item behaviournplourde2005-07-011-14/+28
* auto hide menubar and cursor in fullscreennplourde2005-07-011-2/+34
* add vo_xv_enable_vsync() to xvmciive2005-06-301-0/+1
* added forgotten xv_enable_vsyncreimar2005-06-301-0/+2
* keep window size when changing aspectnplourde2005-06-292-11/+16
* crash on autorelease, do not add to poolnplourde2005-06-291-2/+0
* Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.reimar2005-06-272-0/+14
* keep aspect when resizing, quit MPlayer when closing the window patch by Erik...faust32005-06-261-2/+27
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-202-0/+4
* Be more patch-friendlyranma2005-06-191-2/+25
* Make dfbopts a suboption, use suboption parserreimar2005-06-181-92/+53
* support -widreimar2005-06-182-4/+26
* osx 10.3 dont like to have a window init with no sizenplourde2005-06-171-1/+1
* set nsapp and setup cocoa with NSApplicationLoadnplourde2005-06-161-1/+2
* proper init of NSAppnplourde2005-06-161-1/+1
* helper functions for comparing strarg_t "strings".reimar2005-06-161-6/+6
* set window alphanplourde2005-06-161-2/+20
* new texture framenplourde2005-06-152-15/+9
* device_id flag force fullscreen devicenplourde2005-06-151-48/+50
* fix gcc warningnplourde2005-06-151-2/+2
* do not realloc window while playing playlistnplourde2005-06-152-33/+49
* draw resize boxnplourde2005-06-141-2/+36
* Fix OSD handling, DVD subtitles work now. Will be a bit slower though.reimar2005-06-131-3/+4
* Fix Live Resize to match vo_macosx behaviornplourde2005-06-091-69/+101
* match the declaration in the includes to make it compile with gcc 4.1, patch ...faust32005-06-071-2/+2
* show window only after texture creation (look better).nplourde2005-06-051-3/+4
* Pure cosmeticnplourde2005-06-051-12/+4
* More gcc-4.0 fixesgpoirier2005-06-041-4/+4
* regain window focus in fullscreen, patch by Erik Lunchpail <enik_27can at yah...faust32005-06-031-1/+1
* Moved event update inside cocoa openglview classnplourde2005-06-021-15/+15
* Function name cleanupnplourde2005-06-022-20/+24
* Sync swap with VBL.nplourde2005-06-021-0/+2
* -geometry support for gl2