aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* When centering a video with odd width, be sure to start on a pixel boundary.Gravatar pacman2006-03-04
* Make -xy help output consistent, output an empty line before and after.Gravatar diego2006-03-04
* update activity every 30 secGravatar nplourde2006-03-04
* Better fallback for APIENTRY when compiling for WindowsGravatar reimar2006-02-26
* workaround for gl.h variants that do not define APIENTRYGravatar reimar2006-02-23
* Fix colormap save/restore for directcolor fb devicesGravatar pacman2006-02-17
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* let osx sleep if video is pausedGravatar nplourde2006-02-07
* reinitialize adapter_count to 0, EnumCallbackEx will not work otherwiseGravatar reimar2006-02-05
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.Gravatar atmos42006-01-20
* prevent xvmc from been loaded before xv, and generally before any autoprobed ...Gravatar iive2006-01-18
* avoid Solaris 10 compile error with gcc 3.4.5Gravatar reimar2006-01-17
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec...Gravatar nplourde2006-01-11
* avoid some gcc 4 compiler warningsGravatar reimar2006-01-07
* Less ugly and easier to extend getFunctionsGravatar reimar2006-01-07