aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* fix windows resizing ui glitchGravatar nplourde2004-10-27
* make it possible to select the monitor even when in nonexclusive mode, based ...Gravatar faust32004-10-27
* Add --enable and --disable options for vo_pnm and vo_md5sum to configure.Gravatar ivo2004-10-23
* overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>Gravatar faust32004-10-22
* Enable live resizeGravatar nplourde2004-10-22
* fixed typoGravatar nplourde2004-10-21
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* move variable declaration at beginning of blockGravatar nplourde2004-10-21
* removed duplicate case and fixed aspect ratio for window zoom featureGravatar nplourde2004-10-20
* Fixed event handling for menubar and window close button.Gravatar nplourde2004-10-20
* fix menu bar support and add new movie zoom option menu a la quicktimeGravatar nplourde2004-10-19
* OSD variant for vo_gl.c that behaves more like the one of other vos.Gravatar reimar2004-10-17
* added gl_common for code used by both vo_gl.c and vo_gl2.c.Gravatar reimar2004-10-17
* some memory leaks fixedGravatar reimar2004-10-14
* fixed small memleaksGravatar reimar2004-10-13
* aspect scaling and panscan support for vo_gl.cGravatar reimar2004-10-10
* Variables for OSD support should be staticGravatar reimar2004-10-10
* OpenGL OSD rendering for vo_glGravatar reimar2004-10-08
* 10l compilation fixGravatar reimar2004-10-06
* fixed UNPACK_ALIGNMENT setting.Gravatar reimar2004-10-06
* Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the getGravatar faust32004-10-06
* move the file writers after vo_null so they don't get autoselected - followin...Gravatar alex2004-10-04
* fixed memleak, especially for fixed-vo.Gravatar reimar2004-10-03
* Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnmGravatar ivo2004-09-29
* changed include of stdint.h to inttypes.hGravatar ivo2004-09-27
* use aspect code when used with vidixGravatar faust32004-09-26
* printf --> mp_msg transition in vo_yuv4mpegGravatar diego2004-09-25
* Fixed [no]input suboptions.Gravatar syrjala2004-09-25
* 100lGravatar faust32004-09-22
* This patch enables the compilation and linking of vo_md5sum to libvo.Gravatar ivo2004-09-20
* This patch enables the compilation and linking of vo_pnm (the portableGravatar ivo2004-09-20
* New MD5 sum video output driver. For every frame, it calculates the MD5 sumGravatar ivo2004-09-20
* New generic 'portable anymap' video output driver. It supports portableGravatar ivo2004-09-20
* center the image when screenw & height are setGravatar faust32004-09-17
* Changed the default again so that the initial video position is inGravatar faust32004-09-16
* mingw compile fixGravatar faust32004-09-15
* fix not matching prototype, patch by Mikulas Patocka <mikulas at artax.karlin...Gravatar faust32004-09-15
* This time is a patch to improve subtitle alignment management. ItGravatar faust32004-09-15
* Added one more error check. Forgot it last time (grrr :) ).Gravatar ivo2004-09-12
* Fixed typo.Gravatar ivo2004-09-11
* * Changed malloc and strncpy to strdup. Less code.Gravatar ivo2004-09-11
* Removed unused variable (leftover of having two instances of directory creationGravatar ivo2004-09-10
* Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they canGravatar ivo2004-09-08
* This patch moves the directory creation code to a separate function. I haveGravatar ivo2004-09-08
* Some minor vo_jpeg fixes:Gravatar ivo2004-09-05
* Removal of -jpeg commandline option.Gravatar ivo2004-09-04
* We don't need to support the old nvidia binary driver bug any longer.Gravatar al2004-09-03
* improved suboption parsing, fixes also compiler warningsGravatar reimar2004-09-03
* One-time cosmetics update.Gravatar ivo2004-09-01
* Using updated colorspace specifications from colorspaces.txt.Gravatar reimar2004-08-30