| Commit message (Expand) | Author | Age | Files | Lines |
* | move to next vo if /dev/3dfx could not be opened | iive | 2005-12-10 | 1 | -7/+16 |
* | Do not exit() if /dev/3dfx is not available, approved by Ivan. | diego | 2005-12-10 | 1 | -1/+1 |
* | really clear frames to black instead of grey, and make sure one of those | reimar | 2005-12-07 | 1 | -5/+14 |
* | signed division must be used for calculation vo_dx and vo_dy. | reimar | 2005-12-07 | 2 | -4/+4 |
* | WM_PAINT is the "expose" event, not WM_ACTIVATE | reimar | 2005-12-07 | 1 | -1/+1 |
* | Don't abort when xscreensaver window isn't available anymore. | al | 2005-12-07 | 1 | -0/+2 |
* | Must use glFlush when doublebuffering is not used | reimar | 2005-12-06 | 1 | -1/+2 |
* | Get rid of most #ifdefs | reimar | 2005-12-06 | 4 | -65/+32 |
* | Fix message handling, process resize events | reimar | 2005-12-06 | 1 | -7/+11 |
* | fix | rathann | 2005-12-05 | 1 | -0/+1 |
* | fix | rathann | 2005-12-05 | 1 | -2/+2 |
* | vo_tdfxfb should be preferred over vo_3dfx. | diego | 2005-12-01 | 1 | -3/+3 |
* | Revert previous commit | al | 2005-11-22 | 1 | -2/+0 |
* | Use slice-height 16 as default for yuv colorspaces (only relevant if decoder | reimar | 2005-11-22 | 1 | -1/+3 |
* | resolves problem in module stop_xscreensaver, crashing mp after sleep and awa... | ptt | 2005-11-21 | 1 | -0/+2 |
* | Also parse glX extension string, makes -vo gl:swapinterval work again on linux | reimar | 2005-11-19 | 1 | -4/+11 |
* | Enable border toggling for gl and gl2 under windows. | reimar | 2005-11-17 | 3 | -2/+29 |
* | disable *SwapInterval function when extensions are missing, since it | reimar | 2005-11-13 | 1 | -0/+5 |
* | Generate double-click mouse events. | joey | 2005-11-11 | 1 | -1/+29 |
* | Intercept maximize event and go into fullscreen mode. | joey | 2005-11-11 | 1 | -0/+3 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 3 | -1/+30 |
* | move window style to a macro for easier maintaining | joey | 2005-11-10 | 1 | -3/+4 |
* | Test if source image dimensions are too big. | al | 2005-11-10 | 3 | -0/+52 |
* | do not call glFinish when we do not have a context | reimar | 2005-11-07 | 1 | -0/+2 |
* | Fix compilation, use vo_fs instead of fullscreen variable. Not tested. | reimar | 2005-11-06 | 1 | -8/+3 |
* | Added translatable messages for OSD localization to help/help_mp-en.h | ptt | 2005-11-06 | 1 | -12/+13 |
* | changed KEY_PREVIOUS to KEY_PREV, cause the first undefined | ptt | 2005-11-03 | 1 | -1/+1 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 8 | -37/+33 |
* | 10l typo, nomanyfmts should be used against playback problems. | reimar | 2005-10-31 | 1 | -1/+1 |
* | More consistent and sane types. Also avoids some gcc 4 warnings. | reimar | 2005-10-31 | 3 | -7/+7 |
* | Added support for remote controls. | syrjala | 2005-10-26 | 1 | -4/+71 |
* | Make include paths consistent among files in libvo. Since -I.. is added | diego | 2005-10-23 | 1 | -2/+2 |
* | make bottom alignment the default since it's the only sane mode when sub_pos ... | rfelker | 2005-10-23 | 1 | -1/+1 |
* | reverse incorrect sub alignment change, ok'd by diego | rfelker | 2005-10-23 | 1 | -1/+1 |
* | The conditions for bottom (2) and top (1) subtitle alignment are reversed. | diego | 2005-10-23 | 1 | -1/+1 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 | 1 | -4/+2 |
* | Be less verbose. | reimar | 2005-10-13 | 1 | -4/+3 |
* | use subopt parser for arguments. | joey | 2005-10-10 | 1 | -55/+45 |
* | Make fragment program snprintf less confusing. | reimar | 2005-10-03 | 1 | -14/+29 |
* | documentation update. | reimar | 2005-10-01 | 2 | -2/+4 |
* | Support for ATI specific YUV->RGB conversion. | reimar | 2005-10-01 | 2 | -17/+154 |
* | Add missing GL_REGISTER_COMBINERS_NV define | reimar | 2005-09-27 | 1 | -0/+3 |
* | Add -panscanrange option | reimar | 2005-09-27 | 1 | -0/+5 |
* | fix/improve code doxumentation. Also group gl_common functions in several | reimar | 2005-09-25 | 3 | -7/+59 |
* | debugging/testing helpers: allow forcing a certain width/height for textures | reimar | 2005-09-25 | 1 | -0/+13 |
* | Allow specifying a custom (ppm) texture for texture unit 3 | reimar | 2005-09-25 | 1 | -0/+30 |
* | support loading a texture from a PPM file | reimar | 2005-09-25 | 2 | -0/+62 |
* | panscan support | reimar | 2005-09-25 | 1 | -0/+9 |
* | contrast 0 should lead to a grey, not a black image | reimar | 2005-09-25 | 1 | -0/+5 |
* | get rid of global getProcAddress variable | reimar | 2005-09-25 | 1 | -7/+5 |
* | Support rectangular texture in fragment programs | reimar | 2005-09-25 | 4 | -19/+27 |
* | Several bugfixes: | reimar | 2005-09-25 | 1 | -3/+5 |
* | Fix crashes and green border when using YV12 input format | reimar | 2005-09-25 | 1 | -11/+13 |
* | texture units do not need to be explicitly enabled when using a fragment | reimar | 2005-09-25 | 1 | -14/+10 |
* | Missing break for WM_SYSCOMMAND handling. | reimar | 2005-09-16 | 1 | -0/+1 |
* | hardware color-space conversion for vo_gl and vo_gl2 | reimar | 2005-09-14 | 4 | -7/+759 |
* | Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2". | reimar | 2005-09-13 | 1 | -2/+4 |
* | Allow disabling the glFinish call | reimar | 2005-09-13 | 1 | -5/+20 |
* | Improved glFindFormat | reimar | 2005-09-13 | 2 | -5/+7 |
* | - improved performance on truecolor modes | diego | 2005-09-13 | 1 | -127/+134 |
* | Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled. | reimar | 2005-09-12 | 1 | -2/+4 |
* | Fix border color (forgot to divide by 255.0). | reimar | 2005-09-12 | 2 | -3/+4 |
* | Respect -nodouble even though it looks very bad. | reimar | 2005-09-11 | 1 | -1/+3 |
* | Set texture border color to avoid weird border colors in some rare cases. | reimar | 2005-09-09 | 1 | -0/+2 |
* | Add missing doxygen comment for clearOSD() | reimar | 2005-09-09 | 1 | -0/+3 |
* | Fix a typo in a comment | reimar | 2005-09-09 | 1 | -1/+1 |
* | gl_buffer should be unsigned | reimar | 2005-09-09 | 1 | -1/+1 |
* | Add an uninit function. | reimar | 2005-09-09 | 1 | -15/+29 |
* | Replace remaining tabs by spaces. | diego | 2005-09-08 | 1 | -14/+14 |
* | Switch indentation over to K&R style, replace all tabs by spaces. | diego | 2005-09-06 | 1 | -296/+275 |
* | Properly initialize osdtexCnt | reimar | 2005-09-05 | 1 | -0/+1 |
* | OSD alpha conversion index out of range | reimar | 2005-09-05 | 1 | -1/+1 |
* | Support equalizer. | reimar | 2005-09-04 | 1 | -0/+18 |
* | mplayer osx shared video buffer | nplourde | 2005-09-04 | 1 | -30/+88 |
* | Add -I../libavutil to the includes to fix building vo_zr[2]. | diego | 2005-09-01 | 1 | -0/+6 |
* | Fix texture format variable types. Internal format is GLint, others are GLenum | reimar | 2005-08-25 | 4 | -6/+7 |
* | Slightly reduce unnecessary verbosity. | diego | 2005-08-24 | 2 | -2/+2 |
* | DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0 | reimar | 2005-08-22 | 1 | -1/+1 |
* | -wid support for windows. Not well tested, might still behave a bit weird. | reimar | 2005-08-21 | 3 | -4/+5 |
* | remove extern for variables that are already in headers. | reimar | 2005-08-21 | 10 | -38/+4 |
* | less weird OSD alpha transformation. | reimar | 2005-08-19 | 1 | -2/+4 |
* | Do not set SwapInterval for values < 0. | reimar | 2005-08-19 | 1 | -1/+1 |
* | Fix crash in windows | reimar | 2005-08-19 | 2 | -2/+2 |
* | automatic vsync enabling for vo_gl. | reimar | 2005-08-19 | 3 | -0/+22 |
* | gtf.{c,h} is used by vesa only | alex | 2005-08-18 | 2 | -2/+1 |
* | use libvbe from vesautils | alex | 2005-08-18 | 1 | -1/+1 |
* | Get events from -wid window. | reimar | 2005-08-16 | 2 | -0/+6 |
* | Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW. | reimar | 2005-08-16 | 2 | -1/+4 |
* | OSD textures can be deleted with one function call... | reimar | 2005-08-16 | 1 | -3/+3 |
* | Make glFinish optional | reimar | 2005-08-16 | 1 | -0/+6 |
* | use GenBuffers to get a buffer number instead of hardcoding 1. | reimar | 2005-08-16 | 3 | -3/+17 |
* | 10l, initializers don't work without a declaration :-( | reimar | 2005-08-14 | 1 | -2/+3 |
* | use glUploadTex helper function | reimar | 2005-08-14 | 1 | -12/+4 |
* | extra check for glUploadTex to avoid a possible hang. | reimar | 2005-08-14 | 1 | -0/+1 |
* | textures smaller 64x64 might not be supported | reimar | 2005-08-14 | 1 | -3/+3 |
* | remove/move some unused headers/variables/code | reimar | 2005-08-14 | 3 | -23/+8 |
* | 10l, texture_width/height initialization was removed, so use | reimar | 2005-08-14 | 1 | -2/+2 |
* | Helper function for drawing texture and general cleanup of vo_gl2.c | reimar | 2005-08-14 | 4 | -168/+66 |
* | Cleanup, move declarations to beginning of block. | reimar | 2005-08-14 | 1 | -7/+7 |
* | 10l, patch found in geexbox | alex | 2005-08-11 | 1 | -0/+3 |
* | Forgot to actually enable vo_gl on Windows... | reimar | 2005-08-06 | 1 | -2/+0 |
* | Missed one uint32_t declaration. | ivo | 2005-08-05 | 1 | -1/+1 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 46 | -261/+261 |
* | exit kiosk mode and show mouse cursor in uninit | nplourde | 2005-07-28 | 1 | -0/+3 |
* | properly release window | nplourde | 2005-07-28 | 1 | -2/+9 |
* | More helper functions/defines and bugfixes | reimar | 2005-07-27 | 3 | -65/+153 |
* | catch failed buffer allocation | reimar | 2005-07-26 | 1 | -0/+8 |
* | Use dlsym to get glXGetProcAddress, only way to (hopefully) make it | reimar | 2005-07-26 | 1 | -6/+27 |
* | OpenGL fixes for windows and vo_gl.c ported to windows. | reimar | 2005-07-26 | 5 | -4/+48 |
* | support for rectangular and streaming textures. | reimar | 2005-07-26 | 3 | -30/+213 |
* | Use DRAW_IMAGE instead of draw_frame | reimar | 2005-07-25 | 1 | -22/+28 |
* | restore window shadow when quitting fullscreen mode | nplourde | 2005-07-24 | 1 | -1/+1 |
* | Enable manyfmts by default for vo_gl | reimar | 2005-07-19 | 1 | -1/+1 |
* | --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>: | rik | 2005-07-10 | 1 | -2/+6 |
* | resize video after keep aspect menu item toggle | nplourde | 2005-07-03 | 2 | -2/+5 |
* | fix various window resizing bug with menu option | nplourde | 2005-07-03 | 2 | -6/+21 |
* | more fullscreen behaviour fix for mouse cursor | nplourde | 2005-07-02 | 1 | -7/+12 |
* | properly redraw fullscreen window with -fs and zoom | nplourde | 2005-07-02 | 1 | -3/+6 |
* | fix fullscreen menubar item behaviour | nplourde | 2005-07-01 | 1 | -14/+28 |
* | auto hide menubar and cursor in fullscreen | nplourde | 2005-07-01 | 1 | -2/+34 |
* | add vo_xv_enable_vsync() to xvmc | iive | 2005-06-30 | 1 | -0/+1 |
* | added forgotten xv_enable_vsync | reimar | 2005-06-30 | 1 | -0/+2 |
* | keep window size when changing aspect | nplourde | 2005-06-29 | 2 | -11/+16 |
* | crash on autorelease, do not add to pool | nplourde | 2005-06-29 | 1 | -2/+0 |
* | Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters. | reimar | 2005-06-27 | 2 | -0/+14 |
* | keep aspect when resizing, quit MPlayer when closing the window patch by Erik... | faust3 | 2005-06-26 | 1 | -2/+27 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 2 | -0/+4 |
* | Be more patch-friendly | ranma | 2005-06-19 | 1 | -2/+25 |
* | Make dfbopts a suboption, use suboption parser | reimar | 2005-06-18 | 1 | -92/+53 |
* | support -wid | reimar | 2005-06-18 | 2 | -4/+26 |
* | osx 10.3 dont like to have a window init with no size | nplourde | 2005-06-17 | 1 | -1/+1 |
* | set nsapp and setup cocoa with NSApplicationLoad | nplourde | 2005-06-16 | 1 | -1/+2 |
* | proper init of NSApp | nplourde | 2005-06-16 | 1 | -1/+1 |
* | helper functions for comparing strarg_t "strings". | reimar | 2005-06-16 | 1 | -6/+6 |
* | set window alpha | nplourde | 2005-06-16 | 1 | -2/+20 |
* | new texture frame | nplourde | 2005-06-15 | 2 | -15/+9 |
* | device_id flag force fullscreen device | nplourde | 2005-06-15 | 1 | -48/+50 |
* | fix gcc warning | nplourde | 2005-06-15 | 1 | -2/+2 |
* | do not realloc window while playing playlist | nplourde | 2005-06-15 | 2 | -33/+49 |
* | draw resize box | nplourde | 2005-06-14 | 1 | -2/+36 |
* | Fix OSD handling, DVD subtitles work now. Will be a bit slower though. | reimar | 2005-06-13 | 1 | -3/+4 |
* | Fix Live Resize to match vo_macosx behavior | nplourde | 2005-06-09 | 1 | -69/+101 |
* | match the declaration in the includes to make it compile with gcc 4.1, patch ... | faust3 | 2005-06-07 | 1 | -2/+2 |
* | show window only after texture creation (look better). | nplourde | 2005-06-05 | 1 | -3/+4 |
* | Pure cosmetic | nplourde | 2005-06-05 | 1 | -12/+4 |
* | More gcc-4.0 fixes | gpoirier | 2005-06-04 | 1 | -4/+4 |
* | regain window focus in fullscreen, patch by Erik Lunchpail <enik_27can at yah... | faust3 | 2005-06-03 | 1 | -1/+1 |
* | Moved event update inside cocoa openglview class | nplourde | 2005-06-02 | 1 | -15/+15 |
* | Function name cleanup | nplourde | 2005-06-02 | 2 | -20/+24 |
* | Sync swap with VBL. | nplourde | 2005-06-02 | 1 | -0/+2 |
* | -geometry support for gl2 under win, default window pos centered for gl, gl2 | reimar | 2005-05-30 | 3 | -1/+5 |
* | Implement -geometry for vo gl and gl2. | reimar | 2005-05-29 | 2 | -6/+10 |
* | Fix pan-scan in fullscreen mode | nplourde | 2005-05-26 | 1 | -1/+2 |
* | fix signess warning | nplourde | 2005-05-25 | 1 | -2/+2 |
* | create menu | nplourde | 2005-05-25 | 2 | -0/+177 |
* | Make -wid behave more consistent. | al | 2005-05-21 | 6 | -0/+20 |
* | Toggle only between ontop and normal. | nplourde | 2005-05-20 | 1 | -20/+1 |
* | If we use .m suffix we really should include it in .SUFFIXES | wight | 2005-05-14 | 1 | -1/+1 |
* | enable hinting | henry | 2005-05-13 | 1 | -2/+2 |
* | multifile leak fixes by Timothy Lee <timothy.lee at siriushk.com> +some more ... | faust3 | 2005-05-13 | 1 | -27/+51 |
* | - make use of libggiwmh if found by configure | diego | 2005-05-11 | 1 | -18/+69 |
* | if define HAVE_ROUND do not define round again. patch by Steven M. Schultz <s... | nplourde | 2005-05-10 | 1 | -0/+3 |
* | do not define video_out_macosx if corevideo is not present | nplourde | 2005-05-05 | 1 | -0/+4 |
* | draw resize box | nplourde | 2005-05-04 | 1 | -1/+25 |
* | enable panscan | nplourde | 2005-05-02 | 1 | -4/+5 |
* | enable rootwin | nplourde | 2005-05-02 | 2 | -7/+35 |
* | close button exit mplayer with esc key | nplourde | 2005-05-02 | 1 | -1/+7 |
* | add ontop | nplourde | 2005-05-02 | 1 | -0/+11 |
* | compilation fix (libavcodec sync) | rik | 2005-05-01 | 1 | -1/+1 |
* | macosx core video module | nplourde | 2005-04-29 | 2 | -1/+7 |
* | macosx core video module | nplourde | 2005-04-29 | 2 | -0/+715 |
* | Make it possible to use a ggi device string that contains a ',' |