aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
* Print some error message,Gravatar iive2005-12-20
* support negative stride (flipping) in vo_gl.Gravatar reimar2005-12-18
* move to next vo if /dev/3dfx could not be openedGravatar iive2005-12-10
* Do not exit() if /dev/3dfx is not available, approved by Ivan.Gravatar diego2005-12-10
* really clear frames to black instead of grey, and make sure one of thoseGravatar reimar2005-12-07
* signed division must be used for calculation vo_dx and vo_dy.Gravatar reimar2005-12-07
* WM_PAINT is the "expose" event, not WM_ACTIVATEGravatar reimar2005-12-07
* Don't abort when xscreensaver window isn't available anymore.Gravatar al2005-12-07
* Must use glFlush when doublebuffering is not usedGravatar reimar2005-12-06
* Get rid of most #ifdefsGravatar reimar2005-12-06
* Fix message handling, process resize eventsGravatar reimar2005-12-06
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* vo_tdfxfb should be preferred over vo_3dfx.Gravatar diego2005-12-01
* Revert previous commitGravatar al2005-11-22
* Use slice-height 16 as default for yuv colorspaces (only relevant if decoderGravatar reimar2005-11-22
* resolves problem in module stop_xscreensaver, crashing mp after sleep and awa...Gravatar ptt2005-11-21
* Also parse glX extension string, makes -vo gl:swapinterval work again on linuxGravatar reimar2005-11-19
* Enable border toggling for gl and gl2 under windows.Gravatar reimar2005-11-17
* disable *SwapInterval function when extensions are missing, since itGravatar reimar2005-11-13
* Generate double-click mouse events.Gravatar joey2005-11-11
* Intercept maximize event and go into fullscreen mode.Gravatar joey2005-11-11
* add a switch, slave command, and vo control to toggle borderless window.Gravatar joey2005-11-10
* move window style to a macro for easier maintainingGravatar joey2005-11-10
* Test if source image dimensions are too big.Gravatar al2005-11-10
* do not call glFinish when we do not have a contextGravatar reimar2005-11-07
* Fix compilation, use vo_fs instead of fullscreen variable. Not tested.Gravatar reimar2005-11-06
* Added translatable messages for OSD localization to help/help_mp-en.hGravatar ptt2005-11-06