aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* Reorder flip_page to make moving around do_render call easierGravatar reimar2008-05-25
* Split flip_page functionGravatar reimar2008-05-25
* Simplify yuv to rgb conversion matrix stuff.Gravatar reimar2008-05-24
* Cosmetics: alignGravatar reimar2008-05-24
* update doxygen commentsGravatar reimar2008-05-24
* Add a filter strength parameter for blurring/sharpening scalers.Gravatar reimar2008-05-24
* Forgotten changes to gl_common.hGravatar reimar2008-05-24
* Use a struct instead of a huge and further growing argument list.Gravatar reimar2008-05-24
* make use of the new MGA_VID_VERSION ioctl to checkGravatar attila2008-05-23
* Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEGravatar reimar2008-05-22
* Simplify equalizer handling for vo glGravatar reimar2008-05-22
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16