aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* license header cosmeticsGravatar diego2008-09-07
* license header cosmeticsGravatar diego2008-09-07
* Remove wrong compilation instructions.Gravatar diego2008-09-07
* Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.Gravatar diego2008-09-01
* Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'Gravatar diego2008-09-01
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* -geometry support for -vo fbdev.Gravatar reimar2008-08-22
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.Gravatar diego2008-08-14
* Remove duplicated prototype for XShmGetEventBase(), becauseGravatar diego2008-08-09
* Add NV12 colorspace support to VIDIX driver.Gravatar ben2008-08-07
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.Gravatar diego2008-08-07
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Add video driver for Nintendo Wii/GameCube.Gravatar ben2008-08-03
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Set HAVE_DVB in configure when HAVE_DVB_HEAD is definedGravatar diego2008-08-02
* cosmetics: typo fixesGravatar diego2008-08-02
* Change a bunch of video-output-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.Gravatar reimar2008-07-22
* Support -noborder with X11-based vosGravatar reimar2008-07-22
* Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...Gravatar reimar2008-07-22
* One more hack for PBOs on ATI cards.Gravatar reimar2008-07-06
* Move at-hack code a bit up for further changesGravatar reimar2008-07-06
* 100l: finally understood ATI PBO problem: width must be a power of two.Gravatar reimar2008-07-04
* More stride alignment is needed to work reliably on ATI cards :-(Gravatar reimar2008-07-04
* 100l, bpp is bits per pixel, not bytesGravatar reimar2008-06-22
* remove useless typedef againstfor VDXContextGravatar ben2008-06-20
* remove now useless vidixlib.h fileGravatar ben2008-06-20
* allow conditionnal compilation of yuv4mpeg video out.Gravatar ben2008-06-20
* Add missing string.h #include for memcpy prototype;Gravatar diego2008-06-16
* Move message about which adapter is used to verbose mode.Gravatar diego2008-06-15
* Add parentheses to expression to avoid the warning:Gravatar diego2008-06-15
* Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.Gravatar diego2008-06-09
* Slightly reduce VIDIX video output verbosity.Gravatar diego2008-06-08
* declare some functions as staticGravatar ben2008-06-07
* remove useless vidix versioning stuffGravatar ben2008-06-07
* remove duplicated codeGravatar ben2008-06-07
* Drop some useless parameter from vidix init routineGravatar ben2008-06-07
* Drop support for external libvidix (unmaintained and not up-to-date)Gravatar ben2008-06-07
* Remove unnecessary mangle.h #include.Gravatar diego2008-06-04
* Fix typo in string name.Gravatar diego2008-05-27
* Render everything as early as possible, doing as little as possible inGravatar reimar2008-05-25