| Commit message (Expand) | Author | Age |
* | Add yuv to rgb conversion using a 3D lookup texture | reimar | 2006-06-08 |
* | loadGPUProgram function to load fragment program with error checking and stat... | reimar | 2006-06-08 |
* | Add bicubic texture scaling | reimar | 2006-06-07 |
* | Reworked YUV2RGB fragment program setup in preparation for upcoming patches | reimar | 2006-06-07 |
* | Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av... | reimar | 2006-06-05 |
* | Move/add checks to avoid crashes and make error messages less confusing | reimar | 2006-06-05 |
* | add (currently unused) lookup for glTexImage3D | reimar | 2006-06-05 |
* | more GL extension checks to avoid crashes with Mesa | reimar | 2006-06-05 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | Remove dead code, and do close smem file descriptor during un-init | poirierg | 2006-05-30 |
* | 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 |