summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r27899Uoti Urpala2008-11-063-3/+34
|\
| * For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEX...reimar2008-11-062-1/+4
| * Add #include <string.h> for memset.diego2008-11-041-0/+1
| * Change OpenGL support to work on unmodified MinGW64reimar2008-11-021-2/+29
* | Merge svn changes up to r27850Uoti Urpala2008-10-301-2/+2
|\|
| * Remove X11 backing store: this is now a useless flag.ben2008-10-291-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-2513-82/+71
|\|
| * Improve error message when screen width and height are not set.diego2008-10-191-3/+8
| * fixed image format detection for 15 bit color depthsfaust32008-10-171-1/+7
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-11/+11
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-162-22/+22
| * Move X11_FULLSCREEN definition to x11_common.h where it belongs.diego2008-10-162-3/+6
| * fixed overlay x and y calculationfaust32008-10-161-38/+3
| * Honour differences between src and dst stride for packed yuvfaust32008-10-141-1/+1
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
| * Surround conditionally used function with corresponding #ifdef, fixes:diego2008-10-131-0/+2
| * Remove redundant variable declaration, fixes the warning:diego2008-10-131-1/+0
| * Add missing support for some multimedia keys to X11 backend code.diego2008-10-121-0/+9
| * Replace numeric constants by their defines.cehoyos2008-10-091-1/+1
| * Add missing #include for mplayer.h, fixes the warning:diego2008-10-031-0/+1
* | Merge svn changes up to r27682Uoti Urpala2008-10-024-21/+27
|\ \
| * | Revert "add outdir sub-option to vo png"Uoti Urpala2008-10-021-64/+2
| |/
| * Fix glAdjustAlignment parameter in glCreateClearTexreimar2008-09-201-1/+1
| * Change glCreateClearTex to use the same host data format as later uploads.reimar2008-09-204-20/+26
| * add outdir sub-option to vo pngben2008-09-201-2/+64
* | Merge svn changes up to r27649Uoti Urpala2008-09-206-268/+333
|\|
| * Remove already disabled and probably long obsolete code that worked around an...reimar2008-09-201-16/+0
| * Use already "prefetched" atoms instead of calling XInternAtom each time.reimar2008-09-201-5/+2
| * Update the copyright statement.syrjala2008-09-151-1/+1
| * Cosmetics:syrjala2008-09-151-143/+132
| * Don't limit BES to non-synced single buffering when CRTC2 is used.syrjala2008-09-151-5/+1
| * Rename some variables and change some strings to make the CRTC1 code clearer.syrjala2008-09-151-19/+19
| * Add CRTC1 support.syrjala2008-09-151-8/+112
| * Remove BGR24 support since it has never worked anyway.syrjala2008-09-151-10/+0
| * Eliminate void * arithmetic.syrjala2008-09-151-14/+20
| * Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.diego2008-09-154-69/+68
* | Merge svn changes up to r27573Uoti Urpala2008-09-1017-91/+287
|\|
| * Replace casual GPL notices by proper license headers.diego2008-09-0714-69/+269
| * license header cosmeticsdiego2008-09-071-18/+16
| * license header cosmeticsdiego2008-09-071-1/+1
| * Remove wrong compilation instructions.diego2008-09-071-3/+1
* | Merge svn changes up to r27514Uoti Urpala2008-09-033-16/+13
|\|
| * Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.diego2008-09-011-10/+2
| * Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'diego2008-09-011-1/+4
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
| * -geometry support for -vo fbdev.reimar2008-08-221-0/+2
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-141-2/+2
| * 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.diego2008-08-141-7/+7
* | Merge svn changes up to r27458Uoti Urpala2008-08-122-5/+0
|\|
| * Remove duplicated prototype for XShmGetEventBase(), becausediego2008-08-092-5/+0
* | Rename exit_player() use outside core to exit_player_bad()Uoti Urpala2008-08-123-17/+17
* | spuenc.c: Remove unused codeUoti Urpala2008-08-122-48/+0
* | Move some declarations from mplayer.c to proper headersUoti Urpala2008-08-121-0/+2
* | mpeg ao/vo drivers: Fix packet-writing helper function typesUoti Urpala2008-08-123-3/+3
* | Make various functions staticUoti Urpala2008-08-122-7/+2
* | Merge svn changes up to r27441Uoti Urpala2008-08-0824-120/+573
|\|
| * Add NV12 colorspace support to VIDIX driver.ben2008-08-071-0/+32
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-072-2/+2
| * Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.diego2008-08-072-2/+2
| * Rename font-related preprocessor directives.diego2008-08-076-17/+17
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-2/+2
| * Rename preprocessor directives related to image libraries.diego2008-08-052-7/+7
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-0413-77/+77
| * Add video driver for Nintendo Wii/GameCube.ben2008-08-032-0/+423
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-034-14/+14
| * Set HAVE_DVB in configure when HAVE_DVB_HEAD is defineddiego2008-08-021-3/+1
| * cosmetics: typo fixesdiego2008-08-021-2/+2
* | Merge svn changes up to r27399Uoti Urpala2008-08-0216-70/+70
|\|
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-023-32/+32
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-3/+3
| * Rename two GUI-related preprocessor directives:diego2008-07-3012-36/+36
* | Merge svn changes up to r27374Uoti Urpala2008-07-305-15/+14
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-305-15/+14
* | Merge svn changes up to r27347Uoti Urpala2008-07-255-7/+13
|\|
| * Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.reimar2008-07-225-6/+11
| * Support -noborder with X11-based vosreimar2008-07-221-0/+1
| * Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...reimar2008-07-221-1/+1
* | Merge svn changes up to r27242Uoti Urpala2008-07-091-3/+6
|\|
| * One more hack for PBOs on ATI cards.reimar2008-07-061-0/+3
| * Move at-hack code a bit up for further changesreimar2008-07-061-3/+3
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-2/+5
|\|
| * 100l: finally understood ATI PBO problem: width must be a power of two.reimar2008-07-041-2/+5
| * More stride alignment is needed to work reliably on ATI cards :-(reimar2008-07-041-1/+1
* | Move global sub_font to OSD structUoti Urpala2008-06-243-11/+11
* | Create a context struct for OSD stateUoti Urpala2008-06-248-41/+73
* | Merge svn changes up to r27123Uoti Urpala2008-06-236-7/+9
|\|
| * 100l, bpp is bits per pixel, not bytesreimar2008-06-221-2/+2
| * remove useless typedef againstfor VDXContextben2008-06-201-1/+1
| * remove now useless vidixlib.h fileben2008-06-204-4/+4
| * allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+2
* | Merge svn changes up to r27092Uoti Urpala2008-06-175-6/+8
|\|
| * Add missing string.h #include for memcpy prototype;diego2008-06-161-0/+1
| * Move message about which adapter is used to verbose mode.diego2008-06-151-2/+3
| * Add parentheses to expression to avoid the warning:diego2008-06-151-1/+1
| * Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.diego2008-06-091-1/+1
| * Slightly reduce VIDIX video output verbosity.diego2008-06-081-2/+2
* | Merge svn changes up to r27025Uoti Urpala2008-06-073-24/+6
|\|
| * declare some functions as staticben2008-06-072-9/+4
| * remove useless vidix versioning stuffben2008-06-071-5/+0
| * remove duplicated codeben2008-06-071-6/+1
| * Drop some useless parameter from vidix init routineben2008-06-071-4/+2
| * Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-071-1/+1
| * Remove unnecessary mangle.h #include.diego2008-06-041-1/+0
* | Merge svn changes up to r26979Uoti Urpala2008-06-0421-274/+271
|\|
| * Fix typo in string name.diego2008-05-271-1/+1
| * Render everything as early as possible, doing as little as possible inreimar2008-05-251-4/+19
| * Reorder flip_page to make moving around do_render call easierreimar2008-05-251-8/+8
| * Split flip_page functionreimar2008-05-251-3/+4
| * Simplify yuv to rgb conversion matrix stuff.reimar2008-05-241-51/+52
| * Cosmetics: alignreimar2008-05-241-4/+4
| * update doxygen commentsreimar2008-05-241-29/+7
| * Add a filter strength parameter for blurring/sharpening scalers.reimar2008-05-243-9/+14
| * Forgotten changes to gl_common.hreimar2008-05-241-5/+15
| * Use a struct instead of a huge and further growing argument list.reimar2008-05-243-51/+45
| * make use of the new MGA_VID_VERSION ioctl to checkattila2008-05-231-0/+11
| * Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEreimar2008-05-222-4/+8
| * Simplify equalizer handling for vo glreimar2008-05-221-54/+32
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-1622-82/+82
* | vo_xv: Fix port selectionUoti Urpala2008-05-151-2/+1
* | Merge svn changes up to r26783Uoti Urpala2008-05-1518-187/+240
|\|
| * Use standard license headers with standard formatting.diego2008-05-1415-185/+197
| * Add a new suboption to -vo xv and -vo xvmc that allows selectionben2008-05-132-0/+14
| * Add force-pbo suboption for faster OpenGL output.reimar2008-05-101-2/+22
| * Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersreimar2008-05-101-0/+7
* | Merge svn changes up to r26680Uoti Urpala2008-05-071-5/+3
|\|
| * vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...reimar2008-05-031-2/+0
| * Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.reimar2008-05-031-3/+3
* | sub.h: Remove obsolete code under #if 0Uoti Urpala2008-05-011-10/+0
* | Move aspect.c options to option structUoti Urpala2008-05-011-12/+10
* | libvo: Move aspect.c static variables to vo structUoti Urpala2008-05-0111-110/+128
* | sub.c: Make tables constUoti Urpala2008-05-012-4/+4
* | Merge svn changes up to r26624Uoti Urpala2008-05-011-0/+2
|\|
| * Add compilation rule for libvo/aspecttest and (hackishly) fix linking.diego2008-04-301-0/+2
* | input: Move cmd_queue to context structUoti Urpala2008-04-303-3/+4
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-303-8/+16
* | Move allocation/free of x11 struct to x11_common.cUoti Urpala2008-04-292-2/+6
* | Add a context for mp_fifoUoti Urpala2008-04-295-95/+104
* | vo_macosx: Include header instead of "extern ..."Uoti Urpala2008-04-291-2/+1
* | vo_macosx.m: Fix compilation after recent changesUoti Urpala2008-04-291-2/+1
* | input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-291-4/+7
* | font_load_ft.c: Make tables constUoti Urpala2008-04-281-2/+2
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-9/+0
* | Remove global vo_flagsUoti Urpala2008-04-252-4/+0
* | Move movie_aspect to options structUoti Urpala2008-04-254-3/+1
* | Move vidmode to options structUoti Urpala2008-04-252-2/+1
* | Merge svn changes up to r26510Uoti Urpala2008-04-231-28/+0