aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av...Gravatar reimar2006-06-05
* Move/add checks to avoid crashes and make error messages less confusingGravatar reimar2006-06-05
* add (currently unused) lookup for glTexImage3DGravatar reimar2006-06-05
* more GL extension checks to avoid crashes with MesaGravatar reimar2006-06-05
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Remove dead code, and do close smem file descriptor during un-initGravatar poirierg2006-05-30
* use mp_msg instead of printfGravatar ivo2006-05-18
* include sys/io.h instead of asm/io.h so iopl() gets declared tooGravatar ivo2006-05-18
* only include sys/mman.h if HAVE_SYS_MMAN_H is definedGravatar ivo2006-05-18
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.Gravatar gpoirier2006-05-17
* do aspect correction of video size before calculating vo_dx and vo_dy.Gravatar reimar2006-05-14
* typo fixes: Extenstion -> extensionGravatar reimar2006-05-14
* show OpenGL extension string with -v, very helpful for debuggingGravatar reimar2006-05-13
* glBindTexture might be called glBindTextureEXT as wellGravatar reimar2006-05-13
* Simplify condition, since both time and time_last are unsigned.Gravatar rathann2006-05-13
* Make sure black borders are drawn when switching videos with -fixed-vo.Gravatar reimar2006-05-04
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Remove updating of vo_mouse_timer_const from the main loop and alsoGravatar uau2006-04-25
* fix printf->mp_msg transition, 10l to Reynaldo and/or AttilaGravatar rathann2006-04-24
* fix typo X<->YGravatar attila2006-04-24
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* minor fixes: get rid of pointless inline attributes and some additional checksGravatar reimar2006-04-21
* forgotten update_xinerama_info prototypesGravatar reimar2006-04-21
* 10l, aspect_save_screenres must be always called in update_xinerama_info.Gravatar reimar2006-04-20
* Register for window-manager delete window events and quit MPlayer.Gravatar reimar2006-04-19
* Fix and improve xinerama supportGravatar reimar2006-04-16
* new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ...Gravatar reimar2006-04-15
* 10l, forgot to move aspect_save_screenres in last commitGravatar reimar2006-04-14
* correct fullscreen sizeGravatar reimar2006-04-13
* define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss itGravatar reimar2006-04-12
* fixes and cleanup for windows fullscreen switching (restore old position,Gravatar reimar2006-04-12
* fixes and cleanup for windows fullscreen switching (restore old position,Gravatar reimar2006-04-12
* Replace deprecated functionGravatar nplourde2006-04-08
* added support for external VIDIXGravatar nicodvb2006-03-28
* Remove superfluous extern variable declaration.Gravatar diego2006-03-27
* Change 'if(verbose)' to the more appropriate mp_msg_test.Gravatar diego2006-03-27
* NEVER assign static strings to string command line options.Gravatar albeu2006-03-26
* support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ...Gravatar reimar2006-03-26
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otherGravatar albeu2006-03-24
* Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSDGravatar pacman2006-03-20
* Don't try to parse fb.modes more than once. Fixes playback of multiple filesGravatar pacman2006-03-20
* extra checks on size of OSD parts (though IMHO these values should never be bad)Gravatar reimar2006-03-15
* do not call glDeleteTextures with 0 count, Xgl does not like it.Gravatar reimar2006-03-15
* 10l the cpu hog fix broke fullscreenswitching with -widGravatar faust32006-03-15
* fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi...Gravatar faust32006-03-13
* free resources when load_raw failsGravatar reimar2006-03-09
* remove useless and memleak-causing strdupGravatar reimar2006-03-09
* initialize f to NULL, needed if desc=malloc... failsGravatar reimar2006-03-08