| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: rename variables etc. in vo_direct3d.c | reimar | 2008-11-20 | 1 | -253/+225 |
* | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 | 9 | -191/+30 |
* | Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc. | reimar | 2008-11-19 | 1 | -12/+13 |
* | Add missing "static" qualifiers to vo_direct3d | reimar | 2008-11-18 | 1 | -18/+18 |
* | 100l, the video_out_drivers list must be sorted by priority, not | reimar | 2008-11-18 | 1 | -3/+3 |
* | Direct3D based video_out module. | reimar | 2008-11-18 | 2 | -0/+755 |
* | Doxygen documentation for w32_common.c | reimar | 2008-11-18 | 1 | -0/+98 |
* | Remove a useless XGetGeometry call, the X11 event handling already | reimar | 2008-11-17 | 1 | -5/+0 |
* | Get rid of (besides useless assignments) unused XSizeHints variable | reimar | 2008-11-16 | 1 | -7/+0 |
* | Remove explicit setting of vo_ontop since that is already done by vo_x11_crea... | reimar | 2008-11-15 | 8 | -22/+0 |
* | Remove a duplicated vo_x11_selectinput_witherr | reimar | 2008-11-15 | 1 | -8/+0 |
* | respect -vf dsize etc. also for -rootwin, just like vo_xv does. | reimar | 2008-11-15 | 1 | -10/+8 |
* | Sync with vo_x11: make sure we get expose events even when drawing to the roo... | reimar | 2008-11-15 | 1 | -1/+2 |
* | Remove a nonsensical "else" for the video mode switching case. | reimar | 2008-11-15 | 1 | -1/+1 |
* | include limits.h for INT_MAX. | reimar | 2008-11-15 | 1 | -0/+1 |
* | Remove now unused variables. | reimar | 2008-11-15 | 3 | -12/+1 |
* | Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height. | reimar | 2008-11-15 | 2 | -2/+2 |
* | Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same | reimar | 2008-11-15 | 5 | -59/+26 |
* | Set modified window position and monitor aspect in vo_vm_switch instead of in | reimar | 2008-11-15 | 3 | -5/+7 |
* | Get rid of (besides useless assignments) unused XSizeHints variable | reimar | 2008-11-15 | 1 | -12/+0 |
* | Set modeline_width/height to sane values in vo_vm_switch even when | reimar | 2008-11-15 | 1 | -1/+4 |
* | Cosmetics: remove useless "extern" | reimar | 2008-11-15 | 1 | -33/+33 |
* | Replace some of the different inconsistent XGetGeometry uses by a | reimar | 2008-11-15 | 5 | -34/+21 |
* | Remove a useless XGetGeometry call, the X11 event handling already takes care... | reimar | 2008-11-15 | 1 | -5/+0 |
* | Remove code from unused and since ages deprecated draw_frame function. | reimar | 2008-11-15 | 2 | -23/+2 |
* | Remove vo_xv code that has been under #if 0 since ages. | reimar | 2008-11-15 | 1 | -29/+0 |
* | vo_x11: do not replace the vo_gc created by the Gui. | reimar | 2008-11-15 | 1 | -4/+3 |
* | Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring. | reimar | 2008-11-15 | 1 | -2/+4 |
* | Cosmetics for vo_x11 control() to make it more similar to vo_xv.c | reimar | 2008-11-15 | 1 | -8/+6 |
* | Fix grammar of comment and sync it with vo_x11.c | reimar | 2008-11-15 | 1 | -1/+1 |
* | Fix ati-hack to work again with ATI 8.9 and later drivers. | reimar | 2008-11-14 | 1 | -9/+8 |
* | Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of | reimar | 2008-11-13 | 1 | -2/+2 |
* | Fix Windows OpenGL -wid: | reimar | 2008-11-11 | 1 | -15/+1 |
* | For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEX... | reimar | 2008-11-06 | 2 | -1/+4 |
* | Add #include <string.h> for memset. | diego | 2008-11-04 | 1 | -0/+1 |
* | Change OpenGL support to work on unmodified MinGW64 | reimar | 2008-11-02 | 1 | -2/+29 |
* | Remove X11 backing store: this is now a useless flag. | ben | 2008-10-29 | 1 | -2/+2 |
* | Improve error message when screen width and height are not set. | diego | 2008-10-19 | 1 | -3/+8 |
* | fixed image format detection for 15 bit color depths | faust3 | 2008-10-17 | 1 | -1/+7 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 1 | -11/+11 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 2 | -22/+22 |
* | Move X11_FULLSCREEN definition to x11_common.h where it belongs. | diego | 2008-10-16 | 2 | -3/+6 |
* | fixed overlay x and y calculation | faust3 | 2008-10-16 | 1 | -38/+3 |
* | Honour differences between src and dst stride for packed yuv | faust3 | 2008-10-14 | 1 | -1/+1 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -1/+1 |
* | Surround conditionally used function with corresponding #ifdef, fixes: | diego | 2008-10-13 | 1 | -0/+2 |
* | Remove redundant variable declaration, fixes the warning: | diego | 2008-10-13 | 1 | -1/+0 |
* | Add missing support for some multimedia keys to X11 backend code. | diego | 2008-10-12 | 1 | -0/+9 |
* | Replace numeric constants by their defines. | cehoyos | 2008-10-09 | 1 | -1/+1 |
* | Add missing #include for mplayer.h, fixes the warning: | diego | 2008-10-03 | 1 | -0/+1 |
* | Fix glAdjustAlignment parameter in glCreateClearTex | reimar | 2008-09-20 | 1 | -1/+1 |
* | Change glCreateClearTex to use the same host data format as later uploads. | reimar | 2008-09-20 | 4 | -20/+26 |
* | add outdir sub-option to vo png | ben | 2008-09-20 | 1 | -2/+64 |
* | Remove already disabled and probably long obsolete code that worked around an... | reimar | 2008-09-20 | 1 | -16/+0 |
* | Use already "prefetched" atoms instead of calling XInternAtom each time. | reimar | 2008-09-20 | 1 | -5/+2 |
* | Update the copyright statement. | syrjala | 2008-09-15 | 1 | -1/+1 |
* | Cosmetics: | syrjala | 2008-09-15 | 1 | -143/+132 |
* | Don't limit BES to non-synced single buffering when CRTC2 is used. | syrjala | 2008-09-15 | 1 | -5/+1 |
* | Rename some variables and change some strings to make the CRTC1 code clearer. | syrjala | 2008-09-15 | 1 | -19/+19 |
* | Add CRTC1 support. | syrjala | 2008-09-15 | 1 | -8/+112 |
* | Remove BGR24 support since it has never worked anyway. | syrjala | 2008-09-15 | 1 | -10/+0 |
* | Eliminate void * arithmetic. | syrjala | 2008-09-15 | 1 | -14/+20 |
* | Upgrade license of LGPL 2 or later files to LGPL 2.1 or later. | diego | 2008-09-15 | 4 | -69/+68 |
* | Replace casual GPL notices by proper license headers. | diego | 2008-09-07 | 14 | -69/+269 |
* | license header cosmetics | diego | 2008-09-07 | 1 | -18/+16 |
* | license header cosmetics | diego | 2008-09-07 | 1 | -1/+1 |
* | Remove wrong compilation instructions. | diego | 2008-09-07 | 1 | -3/+1 |
* | Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway. | diego | 2008-09-01 | 1 | -10/+2 |
* | Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET' | diego | 2008-09-01 | 1 | -1/+4 |
* | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 | 1 | -1/+1 |
* | -geometry support for -vo fbdev. | reimar | 2008-08-22 | 1 | -0/+2 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 | 1 | -2/+2 |
* | 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_. | diego | 2008-08-14 | 1 | -7/+7 |
* | Remove duplicated prototype for XShmGetEventBase(), because | diego | 2008-08-09 | 2 | -5/+0 |
* | Add NV12 colorspace support to VIDIX driver. | ben | 2008-08-07 | 1 | -0/+32 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 2 | -2/+2 |
* | Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER. | diego | 2008-08-07 | 2 | -2/+2 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 6 | -17/+17 |
* | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -2/+2 |
* | Rename preprocessor directives related to image libraries. | diego | 2008-08-05 | 2 | -7/+7 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 13 | -77/+77 |
* | Add video driver for Nintendo Wii/GameCube. | ben | 2008-08-03 | 2 | -0/+423 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 4 | -14/+14 |
* | Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined | diego | 2008-08-02 | 1 | -3/+1 |
* | cosmetics: typo fixes | diego | 2008-08-02 | 1 | -2/+2 |
* | Change a bunch of video-output-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 3 | -32/+32 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 1 | -3/+3 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 12 | -36/+36 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 5 | -15/+14 |
* | Enable runtime border/window decorations-toggling for Linux gl and gl2 vos. | reimar | 2008-07-22 | 5 | -6/+11 |
* | Support -noborder with X11-based vos | reimar | 2008-07-22 | 1 | -0/+1 |
* | Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha... | reimar | 2008-07-22 | 1 | -1/+1 |
* | One more hack for PBOs on ATI cards. | reimar | 2008-07-06 | 1 | -0/+3 |
* | Move at-hack code a bit up for further changes | reimar | 2008-07-06 | 1 | -3/+3 |
* | 100l: finally understood ATI PBO problem: width must be a power of two. | reimar | 2008-07-04 | 1 | -2/+5 |
* | More stride alignment is needed to work reliably on ATI cards :-( | reimar | 2008-07-04 | 1 | -1/+1 |
* | 100l, bpp is bits per pixel, not bytes | reimar | 2008-06-22 | 1 | -2/+2 |
* | remove useless typedef againstfor VDXContext | ben | 2008-06-20 | 1 | -1/+1 |
* | remove now useless vidixlib.h file | ben | 2008-06-20 | 4 | -4/+4 |
* | allow conditionnal compilation of yuv4mpeg video out. | ben | 2008-06-20 | 1 | -0/+2 |
* | Add missing string.h #include for memcpy prototype; | diego | 2008-06-16 | 1 | -0/+1 |
* | Move message about which adapter is used to verbose mode. | diego | 2008-06-15 | 1 | -2/+3 |
* | Add parentheses to expression to avoid the warning: | diego | 2008-06-15 | 1 | -1/+1 |
* | Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com. | diego | 2008-06-09 | 1 | -1/+1 |
* | Slightly reduce VIDIX video output verbosity. | diego | 2008-06-08 | 1 | -2/+2 |
* | declare some functions as static | ben | 2008-06-07 | 2 | -9/+4 |
* | remove useless vidix versioning stuff | ben | 2008-06-07 | 1 | -5/+0 |
* | remove duplicated code | ben | 2008-06-07 | 1 | -6/+1 |
* | Drop some useless parameter from vidix init routine | ben | 2008-06-07 | 1 | -4/+2 |
* | Drop support for external libvidix (unmaintained and not up-to-date) | ben | 2008-06-07 | 1 | -1/+1 |
* | Remove unnecessary mangle.h #include. | diego | 2008-06-04 | 1 | -1/+0 |
* | Fix typo in string name. | diego | 2008-05-27 | 1 | -1/+1 |
* | Render everything as early as possible, doing as little as possible in | reimar | 2008-05-25 | 1 | -4/+19 |
* | Reorder flip_page to make moving around do_render call easier | reimar | 2008-05-25 | 1 | -8/+8 |
* | Split flip_page function | reimar | 2008-05-25 | 1 | -3/+4 |
* | Simplify yuv to rgb conversion matrix stuff. | reimar | 2008-05-24 | 1 | -51/+52 |
* | Cosmetics: align | reimar | 2008-05-24 | 1 | -4/+4 |
* | update doxygen comments | reimar | 2008-05-24 | 1 | -29/+7 |
* | Add a filter strength parameter for blurring/sharpening scalers. | reimar | 2008-05-24 | 3 | -9/+14 |
* | Forgotten changes to gl_common.h | reimar | 2008-05-24 | 1 | -5/+15 |
* | Use a struct instead of a huge and further growing argument list. | reimar | 2008-05-24 | 3 | -51/+45 |
* | make use of the new MGA_VID_VERSION ioctl to check | attila | 2008-05-23 | 1 | -0/+11 |
* | Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME | reimar | 2008-05-22 | 2 | -4/+8 |
* | Simplify equalizer handling for vo gl | reimar | 2008-05-22 | 1 | -54/+32 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 22 | -82/+82 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 15 | -185/+197 |
* | Add a new suboption to -vo xv and -vo xvmc that allows selection | ben | 2008-05-13 | 2 | -0/+14 |
* | Add force-pbo suboption for faster OpenGL output. | reimar | 2008-05-10 | 1 | -2/+22 |
* | Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers | reimar | 2008-05-10 | 1 | -0/+7 |
* | vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_... | reimar | 2008-05-03 | 1 | -2/+0 |
* | Fix 100l: mpi->height must be used to calculate required memory, not mpi->h. | reimar | 2008-05-03 | 1 | -3/+3 |
* | Add compilation rule for libvo/aspecttest and (hackishly) fix linking. | diego | 2008-04-30 | 1 | -0/+2 |
* | Merge libvo/Makefile into top-level Makefile. | diego | 2008-04-23 | 1 | -27/+0 |
* | revert commits 26437-26439 | attila | 2008-04-19 | 1 | -11/+14 |
* | cosmetics: fix indentation | attila | 2008-04-13 | 1 | -8/+8 |
* | move the #ifdef HAVE_XINERAMA to enclose the whole function | attila | 2008-04-13 | 1 | -1/+1 |
* | Always calculate the xinerama screen mplayer is on. | attila | 2008-04-13 | 1 | -6/+3 |
* | Replace "all rights reserved" statement with standard GPL license header. | diego | 2008-04-13 | 1 | -5/+16 |
* | Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS. | diego | 2008-04-09 | 1 | -2/+0 |
* | Fix nonsensical license header, mpeg2dec is not GNU Make. | diego | 2008-04-09 | 1 | -1/+1 |
* | Change I_TYPE -> FF_I_TYPE to fix compilation. | reimar | 2008-04-03 | 1 | -1/+1 |
* | Use __AMIGAOS4__ instead of AMIGA, like everywhere else. | diego | 2008-03-15 | 1 | -1/+1 |
* | Add a separate definition for quartz. | diego | 2008-03-15 | 1 | -1/+1 |
* | Consistently use __APPLE__ instead of MACOSX as preprocessor condition. | diego | 2008-03-15 | 1 | -1/+1 |
* | MACOSX_COREVIDEO --> corevideo | diego | 2008-03-15 | 1 | -1/+1 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 5 | -9/+5 |
* | Fix and simplify lscale=2 (bicub_x) scaler, produced funny | reimar | 2008-03-12 | 1 | -7/+7 |
* | Fix wrong check for vidix usage. | iive | 2008-03-09 | 1 | -1/+1 |
* | Don't use void * arithmetic. | iive | 2008-03-09 | 1 | -1/+1 |
* | Handle vga_init() error and output error message. | iive | 2008-03-09 | 1 | -3/+6 |
* | This header uses parts of stdint.h, so #include it. | diego | 2008-03-07 | 1 | -0/+1 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-07 | 6 | -0/+14 |
* | Remove unnecessary #ifdef nesting. | diego | 2008-03-07 | 1 | -2/+2 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 | 1 | -0/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 18 | -55/+54 |
* | Add missing multiple inclusion guards. | diego | 2008-02-21 | 1 | -0/+5 |
* | Consistently use filename as multiple inclusion guard. | diego | 2008-02-21 | 1 | -3/+3 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 3 | -40/+0 |
* | libvo: change asm syntax to use ASMALIGN and " # nop" | uau | 2008-02-15 | 2 | -5/+5 |
* | Revert accidentially committed line of r25994. | cehoyos | 2008-02-14 | 1 | -1/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 9 | -16/+16 |
* | Try harder to find OpenGL functions on Windows. | reimar | 2008-02-11 | 1 | -1/+5 |
* | Slightly document alpha for OSD color | reimar | 2008-02-11 | 1 | -1/+1 |
* | Support alpha for vo gl osdcolor | reimar | 2008-02-11 | 1 | -4/+4 |
* | Remove an extern for a variable that no longer exists | reimar | 2008-02-11 | 1 | -1/+0 |
* | Remove left-over extern definitions that should not be there | reimar | 2008-02-11 | 1 | -2/+0 |
* | Make some variables static. | reimar | 2008-02-10 | 1 | -6/+6 |
|