aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* fixed image format detection for 15 bit color depthsGravatar faust32008-10-17
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Move X11_FULLSCREEN definition to x11_common.h where it belongs.Gravatar diego2008-10-16
* fixed overlay x and y calculationGravatar faust32008-10-16
* Honour differences between src and dst stride for packed yuvGravatar faust32008-10-14
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Surround conditionally used function with corresponding #ifdef, fixes:Gravatar diego2008-10-13
* Remove redundant variable declaration, fixes the warning:Gravatar diego2008-10-13
* Add missing support for some multimedia keys to X11 backend code.Gravatar diego2008-10-12
* Replace numeric constants by their defines.Gravatar cehoyos2008-10-09
* Add missing #include for mplayer.h, fixes the warning:Gravatar diego2008-10-03
* Fix glAdjustAlignment parameter in glCreateClearTexGravatar reimar2008-09-20
* Change glCreateClearTex to use the same host data format as later uploads.Gravatar reimar2008-09-20
* add outdir sub-option to vo pngGravatar ben2008-09-20
* Remove already disabled and probably long obsolete code that worked around an...Gravatar reimar2008-09-20
* Use already "prefetched" atoms instead of calling XInternAtom each time.Gravatar reimar2008-09-20
* Update the copyright statement.Gravatar syrjala2008-09-15
* Cosmetics:Gravatar syrjala2008-09-15
* Don't limit BES to non-synced single buffering when CRTC2 is used.Gravatar syrjala2008-09-15
* Rename some variables and change some strings to make the CRTC1 code clearer.Gravatar syrjala2008-09-15
* Add CRTC1 support.Gravatar syrjala2008-09-15
* Remove BGR24 support since it has never worked anyway.Gravatar syrjala2008-09-15
* Eliminate void * arithmetic.Gravatar syrjala2008-09-15
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* 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