| Commit message (Expand) | Author | Age |
* | use mp_msg instead of printf | ivo | 2006-05-18 |
* | include sys/io.h instead of asm/io.h so iopl() gets declared too | ivo | 2006-05-18 |
* | only include sys/mman.h if HAVE_SYS_MMAN_H is defined | ivo | 2006-05-18 |
* | Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev. | gpoirier | 2006-05-17 |
* | do aspect correction of video size before calculating vo_dx and vo_dy. | reimar | 2006-05-14 |
* | typo fixes: Extenstion -> extension | reimar | 2006-05-14 |
* | show OpenGL extension string with -v, very helpful for debugging | reimar | 2006-05-13 |
* | glBindTexture might be called glBindTextureEXT as well | reimar | 2006-05-13 |
* | Simplify condition, since both time and time_last are unsigned. | rathann | 2006-05-13 |
* | Make sure black borders are drawn when switching videos with -fixed-vo. | reimar | 2006-05-04 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 |
* | Remove updating of vo_mouse_timer_const from the main loop and also | uau | 2006-04-25 |
* | fix printf->mp_msg transition, 10l to Reynaldo and/or Attila | rathann | 2006-04-24 |
* | fix typo X<->Y | attila | 2006-04-24 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 |
* | minor fixes: get rid of pointless inline attributes and some additional checks | reimar | 2006-04-21 |
* | forgotten update_xinerama_info prototypes | reimar | 2006-04-21 |
* | 10l, aspect_save_screenres must be always called in update_xinerama_info. | reimar | 2006-04-20 |
* | Register for window-manager delete window events and quit MPlayer. | reimar | 2006-04-19 |
* | Fix and improve xinerama support | reimar | 2006-04-16 |
* | new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ... | reimar | 2006-04-15 |
* | 10l, forgot to move aspect_save_screenres in last commit | reimar | 2006-04-14 |
* | correct fullscreen size | reimar | 2006-04-13 |
* | define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it | reimar | 2006-04-12 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 |
* | Replace deprecated function | nplourde | 2006-04-08 |
* | added support for external VIDIX | nicodvb | 2006-03-28 |
* | Remove superfluous extern variable declaration. | diego | 2006-03-27 |
* | Change 'if(verbose)' to the more appropriate mp_msg_test. | diego | 2006-03-27 |
* | NEVER assign static strings to string command line options. | albeu | 2006-03-26 |
* | support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ... | reimar | 2006-03-26 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other | albeu | 2006-03-24 |
* | Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD | pacman | 2006-03-20 |
* | Don't try to parse fb.modes more than once. Fixes playback of multiple files | pacman | 2006-03-20 |
* | extra checks on size of OSD parts (though IMHO these values should never be bad) | reimar | 2006-03-15 |
* | do not call glDeleteTextures with 0 count, Xgl does not like it. | reimar | 2006-03-15 |
* | 10l the cpu hog fix broke fullscreenswitching with -wid | faust3 | 2006-03-15 |
* | fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi... | faust3 | 2006-03-13 |
* | free resources when load_raw fails | reimar | 2006-03-09 |
* | remove useless and memleak-causing strdup | reimar | 2006-03-09 |
* | initialize f to NULL, needed if desc=malloc... fails | reimar | 2006-03-08 |
* | When centering a video with odd width, be sure to start on a pixel boundary. | pacman | 2006-03-04 |
* | Make -xy help output consistent, output an empty line before and after. | diego | 2006-03-04 |
* | update activity every 30 sec | nplourde | 2006-03-04 |
* | Better fallback for APIENTRY when compiling for Windows | reimar | 2006-02-26 |
* | workaround for gl.h variants that do not define APIENTRY | reimar | 2006-02-23 |
* | Fix colormap save/restore for directcolor fb devices | pacman | 2006-02-17 |