| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av... | reimar | 2006-06-05 | 1 | -0/+4 |
* | Move/add checks to avoid crashes and make error messages less confusing | reimar | 2006-06-05 | 2 | -11/+15 |
* | add (currently unused) lookup for glTexImage3D | reimar | 2006-06-05 | 2 | -0/+5 |
* | more GL extension checks to avoid crashes with Mesa | reimar | 2006-06-05 | 1 | -15/+15 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -3/+0 |
* | Remove dead code, and do close smem file descriptor during un-init | poirierg | 2006-05-30 | 1 | -2/+2 |
* | use mp_msg instead of printf | ivo | 2006-05-18 | 1 | -9/+10 |
* | include sys/io.h instead of asm/io.h so iopl() gets declared too | ivo | 2006-05-18 | 1 | -1/+1 |
* | only include sys/mman.h if HAVE_SYS_MMAN_H is defined | ivo | 2006-05-18 | 1 | -1/+3 |
* | Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev. | gpoirier | 2006-05-17 | 2 | -0/+519 |
* | do aspect correction of video size before calculating vo_dx and vo_dy. | reimar | 2006-05-14 | 3 | -4/+3 |
* | typo fixes: Extenstion -> extension | reimar | 2006-05-14 | 1 | -2/+2 |
* | show OpenGL extension string with -v, very helpful for debugging | reimar | 2006-05-13 | 1 | -0/+1 |
* | glBindTexture might be called glBindTextureEXT as well | reimar | 2006-05-13 | 1 | -1/+1 |
* | Simplify condition, since both time and time_last are unsigned. | rathann | 2006-05-13 | 1 | -2/+1 |
* | Make sure black borders are drawn when switching videos with -fixed-vo. | reimar | 2006-05-04 | 1 | -0/+6 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 | 5 | -5/+6 |
* | Remove updating of vo_mouse_timer_const from the main loop and also | uau | 2006-04-25 | 3 | -8/+12 |
* | fix printf->mp_msg transition, 10l to Reynaldo and/or Attila | rathann | 2006-04-24 | 1 | -1/+1 |
* | fix typo X<->Y | attila | 2006-04-24 | 1 | -1/+1 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 2 | -4/+2 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 | 19 | -331/+349 |
* | minor fixes: get rid of pointless inline attributes and some additional checks | reimar | 2006-04-21 | 2 | -8/+12 |
* | forgotten update_xinerama_info prototypes | reimar | 2006-04-21 | 2 | -0/+3 |
* | 10l, aspect_save_screenres must be always called in update_xinerama_info. | reimar | 2006-04-20 | 1 | -1/+1 |
* | Register for window-manager delete window events and quit MPlayer. | reimar | 2006-04-19 | 1 | -0/+10 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 13 | -99/+114 |
* | new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ... | reimar | 2006-04-15 | 1 | -0/+3 |
* | 10l, forgot to move aspect_save_screenres in last commit | reimar | 2006-04-14 | 1 | -1/+1 |
* | correct fullscreen size | reimar | 2006-04-13 | 1 | -0/+2 |
* | define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it | reimar | 2006-04-12 | 1 | -0/+4 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 | 1 | -1/+1 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 | 3 | -23/+77 |
* | Replace deprecated function | nplourde | 2006-04-08 | 2 | -38/+22 |
* | added support for external VIDIX | nicodvb | 2006-03-28 | 2 | -1/+5 |
* | Remove superfluous extern variable declaration. | diego | 2006-03-27 | 2 | -4/+0 |
* | Change 'if(verbose)' to the more appropriate mp_msg_test. | diego | 2006-03-27 | 2 | -15/+11 |
* | NEVER assign static strings to string command line options. | albeu | 2006-03-26 | 1 | -1/+1 |
* | support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ... | reimar | 2006-03-26 | 1 | -0/+7 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 7 | -137/+200 |
* | The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other | albeu | 2006-03-24 | 1 | -1/+8 |
* | Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD | pacman | 2006-03-20 | 1 | -2/+2 |
* | Don't try to parse fb.modes more than once. Fixes playback of multiple files | pacman | 2006-03-20 | 1 | -0/+4 |
* | extra checks on size of OSD parts (though IMHO these values should never be bad) | reimar | 2006-03-15 | 1 | -1/+6 |
* | do not call glDeleteTextures with 0 count, Xgl does not like it. | reimar | 2006-03-15 | 1 | -0/+2 |
* | 10l the cpu hog fix broke fullscreenswitching with -wid | faust3 | 2006-03-15 | 1 | -0/+4 |
* | fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi... | faust3 | 2006-03-13 | 1 | -0/+18 |
* | free resources when load_raw fails | reimar | 2006-03-09 | 1 | -4/+10 |
* | remove useless and memleak-causing strdup | reimar | 2006-03-09 | 1 | -1/+1 |
* | initialize f to NULL, needed if desc=malloc... fails | reimar | 2006-03-08 | 1 | -1/+1 |
* | When centering a video with odd width, be sure to start on a pixel boundary. | pacman | 2006-03-04 | 2 | -4/+6 |
* | Make -xy help output consistent, output an empty line before and after. | diego | 2006-03-04 | 1 | -1/+1 |
* | update activity every 30 sec | nplourde | 2006-03-04 | 1 | -2/+2 |
* | Better fallback for APIENTRY when compiling for Windows | reimar | 2006-02-26 | 1 | -0/+2 |
* | workaround for gl.h variants that do not define APIENTRY | reimar | 2006-02-23 | 1 | -0/+9 |
* | Fix colormap save/restore for directcolor fb devices | pacman | 2006-02-17 | 2 | -2/+4 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 17 | -30/+30 |
* | let osx sleep if video is paused | nplourde | 2006-02-07 | 2 | -30/+30 |
* | reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise | reimar | 2006-02-05 | 1 | -0/+1 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg. | atmos4 | 2006-01-20 | 1 | -1/+21 |
* | prevent xvmc from been loaded before xv, and generally before any autoprobed ... | iive | 2006-01-18 | 1 | -3/+3 |
* | avoid Solaris 10 compile error with gcc 3.4.5 | reimar | 2006-01-17 | 1 | -1/+3 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 5 | -5/+5 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 4 | -12/+12 |
* | do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec... | nplourde | 2006-01-11 | 1 | -20/+20 |
* | avoid some gcc 4 compiler warnings | reimar | 2006-01-07 | 1 | -4/+5 |
* | Less ugly and easier to extend getFunctions | reimar | 2006-01-07 | 1 | -84/+50 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 | 1 | -16/+0 |
* | Print some error message, | iive | 2005-12-20 | 1 | -1/+4 |
* | support negative stride (flipping) in vo_gl. | reimar | 2005-12-18 | 4 | -6/+19 |
* | 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 |