summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31226Uoti Urpala2010-05-301-0/+2
|\
| * Add missing RGB12 version of the fast OSD table.diego2010-05-261-0/+2
* | Merge svn changes up to r31211Uoti Urpala2010-05-302-5/+14
|\|
| * Change -vo md5sum to not interleave U and V lines when calculatingreimar2010-05-241-0/+2
| * Fix OpenGL autodetection to not leave values at -1.reimar2010-05-241-5/+12
* | Merge svn changes up to r31189Uoti Urpala2010-05-302-6/+16
|\|
| * Do not return pointer to on-stack memory.reimar2010-05-191-1/+3
| * Fix return value (it was missing completely).reimar2010-05-191-1/+1
| * Handle -wid Window being closed for direct3d and gl vos on Windows.reimar2010-05-191-4/+8
| * Quit MPlayer if we receive a DestroyNotify event.reimar2010-05-141-0/+4
* | Merge svn changes up to r31169Uoti Urpala2010-05-302-6/+8
|\|
| * Fix compilation with --disable-fastmemcpy on x86astrange2010-05-111-1/+1
| * Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.reimar2010-05-091-0/+2
| * Minor code cleanup.reimar2010-05-091-4/+4
| * yuv=5 supports brightness and contrast adjustment.reimar2010-05-091-1/+1
* | Merge svn changes up to r31145Uoti Urpala2010-05-301-1/+6
|\|
| * Handle chroma texture size becoming 0, e.g. due to bad rounding.reimar2010-05-091-1/+6
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-1/+2
* | vo_vdpau: fix loop initializing output surfaces as invalidUoti Urpala2010-05-261-5/+10
* | vo_vdpau: support queuing an arbitrary number of frames aheadUoti Urpala2010-05-141-37/+56
* | vo_vdpau: add option for studio level outputUoti Urpala2010-05-121-0/+15
* | vdpau: drop support for old versionsUoti Urpala2010-05-111-5/+0
* | Merge svn changes up to r31141Uoti Urpala2010-05-075-1/+74
|\|
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-065-1/+74
* | Merge svn changes up to r31133Uoti Urpala2010-05-072-6/+3
|\|
| * Also print OpenGL renderer string with vendor and version with -vreimar2010-05-011-1/+2
| * Avoid duplicating the GL/gl.h include.reimar2010-04-301-4/+0
| * 100l, open the customtex also in binary mode, not just the program.reimar2010-04-301-1/+1
* | Merge svn changes up to r31104Uoti Urpala2010-05-071-2/+2
|\|
| * Move variable declaration into the block where it is actually used.reimar2010-04-271-2/+2
| * Add missing input.h #include, fixes the warnings:diego2010-04-271-1/+1
* | Merge svn changes up to r31100Uoti Urpala2010-05-071-1/+1
|\|
| * Move "screen" variable declaration below the relevant #ifdef, fixes the warning:diego2010-04-271-1/+1
* | vo_vdpau.c cosmetics: add WRAP_ADD macroUoti Urpala2010-05-061-6/+9
* | Merge svn changes up to r31097Uoti Urpala2010-04-2615-211/+396
|\|
| * Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.reimar2010-04-251-0/+2
| * Missing space after if.reimar2010-04-251-1/+1
| * Support mouse movements in SDL.reimar2010-04-251-1/+4
| * Avoid duplicating mouse-movement command-generation code.reimar2010-04-255-17/+20
| * Deduplicate enable_mouse_movements declaration.reimar2010-04-254-4/+1
| * Minor cosmetics.reimar2010-04-251-7/+9
| * Add comment for endif.reimar2010-04-251-1/+1
| * Support for auto-selecting the OpenGL backend.reimar2010-04-253-7/+10
| * Add reinitialization support. Necessary for fullscreen on OSX.reimar2010-04-254-0/+18
| * Handle SDL expose events with -vo gl.reimar2010-04-251-0/+2
| * Missing space in error message.reimar2010-04-251-1/+1
| * Simplify SDL key symbol mapping.reimar2010-04-251-48/+26
| * Use the proper define for translating the tab key.reimar2010-04-251-1/+1
| * Make uppercase characters and in general all ASCII characters workreimar2010-04-251-12/+5
| * Share SDL initialization code.reimar2010-04-254-20/+30
| * Remove unnecessary check.reimar2010-04-251-2/+0
| * Fullscreen support for -vo gl using SDL.reimar2010-04-253-1/+40
| * Set SDL window title.reimar2010-04-251-0/+1
| * Window resizing support for -vo gl with SDL backend.reimar2010-04-254-7/+20
| * Add sdl_common file and use it to share the input handling between -vo glreimar2010-04-254-83/+159
| * Use SDL_GL_ProcAddress to work around conflicts between -lGLreimar2010-04-251-0/+10
| * Update copyright and email address.reimar2010-04-251-1/+1
| * Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,reimar2010-04-251-3/+3
| * Missing gl.h include for SDL backend.reimar2010-04-241-0/+3
| * Slightly more correct ifdefs for vo_gl2.reimar2010-04-241-6/+9
| * Add workaroound for yuv=7 mode - does hurt speed but not muchreimar2010-04-241-1/+5
| * Remove code to work around bugs in ancient libSDL versions, the code has beenreimar2010-04-241-35/+0
| * Try harder to find linked OpenGL functions.reimar2010-04-241-27/+22
| * Disable OSD support by default if the necessary OpenGL functionality is missing.reimar2010-04-241-1/+3
| * SDL support with related crash-resilience fixes.reimar2010-04-241-4/+30
| * Some crash-resilience fixes.reimar2010-04-241-0/+2
| * First steps to support -vo gl with SDL-based Window handling.reimar2010-04-242-0/+40
| * 10l: Remove leftover commented-out #include.diego2010-04-241-1/+0
| * Remove unnecessary kd.h #include.diego2010-04-241-6/+1
| * rename 'struct keymap' -> 'struct mp_keymap'siretart2010-04-236-10/+10
| * include sys/kd.h on non-Linux architectures correctlysiretart2010-04-231-2/+2
* | Merge svn changes up to r31040Uoti Urpala2010-04-261-1/+1
|\|
| * Open cutomtex file in binary mode to avoid potential issues onreimar2010-04-131-1/+1
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-0/+9
|\|
| * Add some fallback OpenGL defines to fix compilation on Windows.reimar2010-04-071-0/+9
* | Merge svn changes up to r31020Uoti Urpala2010-04-265-39/+63
|\|
| * Fix RGB support for corevideo: corevideo can only supportreimar2010-04-051-8/+22
| * Enable OSD also for BGR32, the code is the same as for RGB32.reimar2010-04-051-0/+1
| * Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingreimar2010-04-051-10/+6
| * Check texture dimensions instead of internal format in max texturereimar2010-04-041-3/+3
| * Cosmetics/reindent.reimar2010-04-041-14/+13
| * Avoid duplicating a condition.reimar2010-04-041-4/+4
| * Print width before height,reimar2010-04-041-1/+1
| * Fix width/height mixup in error message.reimar2010-04-041-1/+1
| * Factor out the YUV->RGB conversion auto-selection and alsoreimar2010-04-044-4/+18
* | Merge svn changes up to r31004Uoti Urpala2010-04-267-592/+671
|\|
| * Mark dxr2_opts array as const.diego2010-04-041-1/+1
| * Share more code between the two ATI fragment shader YUV to RGBreimar2010-04-041-69/+87
| * Try to detect and work around broken glXGetProcAddress on atreimar2010-04-031-0/+6
| * Implement OpenGL-based YUV to RGB version for Radeon 9200 classreimar2010-04-032-0/+55
| * Indentation fix.reimar2010-04-031-1/+1
| * Add mpgl prefix to all OpenGL-related function pointers.reimar2010-04-035-572/+572
| * Use (void) instead of () to indicate a parameterless function, fixes:diego2010-03-281-1/+1
| * Add const to some video_out extern declarations to match their definitions.reimar2010-03-271-45/+45
* | Merge svn changes up to r30967Uoti Urpala2010-04-269-43/+31
|\|
| * Mark some more LIBVO_EXTERN declarations as const where possible.reimar2010-03-274-4/+4
| * Refactor OS X foreground process setting into a separate function.diego2010-03-264-38/+26
| * Rename get_path.[ch] --> path.[ch].diego2010-03-202-2/+2
* | Merge svn changes up to r30907Uoti Urpala2010-04-261-117/+117
|\|
| * Add newlines to generated fragment program to make both fragment program dumpreimar2010-03-121-117/+117
* | cosmetics: mark sub.c:osd_update_ext() staticUoti Urpala2010-04-251-3/+3
* | Delete things related to old translation systemUoti Urpala2010-03-1027-27/+0
* | Merge svn changes up to r30876Uoti Urpala2010-03-101-3/+35
|\|
| * Use FBIOPAN_DISPLAY for switching between pages, seems to work for morereimar2010-03-071-1/+1
| * Add double-buffering support to vo_fbdev.reimar2010-03-071-3/+35
* | Merge svn changes up to r30848Uoti Urpala2010-03-103-78/+52
|\|
| * Reuse fb_tty_fd for setting up the text area.reimar2010-03-051-11/+5
| * Save the new width and height earlier so that e.g. -geometry 30x30-50-50reimar2010-03-031-4/+6
| * Add support for specifying window position relative to right and bottomreimar2010-03-031-5/+10
| * Simplify sscanf format strings and get rid of useless percent variable.reimar2010-03-031-4/+3
| * Avoid very deep indentation level and RESET_GEOMETRY macro in -geometryreimar2010-03-031-39/+34
| * Drop support for old-style DVB code.diego2010-03-021-21/+0
| * Documentation: Add linebreak and try to be less ambiguous.cehoyos2010-02-281-2/+2
* | Merge svn changes up to r30798Uoti Urpala2010-03-104-8/+80
|\|
| * Remove unused static function send_lpcm_packet().cehoyos2010-02-271-7/+0
| * Update -vo gl info structs, it isn't X11-only since ages and there's basicallyreimar2010-02-271-4/+4
| * 100l, remove forgotten debugging code.reimar2010-02-271-1/+0
| * Only prefer -vo gl over -vo x11 if hardware acceleration is available.reimar2010-02-272-4/+40
| * Enable StructureNotifyMask before waiting for a DestroyNotify event.reimar2010-02-271-0/+1
| * Port yuv=... auto-detection from gl to gl2.reimar2010-02-261-2/+19
| * Mark character arrays as const.diego2010-02-261-2/+2
* | Merge svn changes up to r30748Uoti Urpala2010-03-103-12/+14
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-263-8/+8
| * Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa,...reimar2010-02-251-4/+6
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-3/+1
|\|
| * Unconditionally declare fast_memcpy() and mem2agpcpy().diego2010-02-251-3/+1
| * Declare externally used variables from vd.c as extern in vd.h.diego2010-02-221-2/+1
* | Merge svn changes up to r30694Uoti Urpala2010-03-102-0/+29
|\|
| * Add header for v4l2_write() instead of forward declaring it.diego2010-02-212-0/+29
* | Merge svn changes up to r30675Uoti Urpala2010-03-101-1/+0
|\|
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-2012-13/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-103-6/+0
|\|
| * Remove pointless '#if 1' preprocessor directives.diego2010-02-193-6/+0
* | Merge svn changes up to r30643Uoti Urpala2010-03-102-1/+30
|\|
| * Add header for functions exported from vo_zr.c and use it appropriately.diego2010-02-182-1/+30
* | Merge svn changes up to r30605Uoti Urpala2010-03-093-10/+9
|\|
| * Move struct typedef pixbuf into the only .c file where it is used.reimar2010-02-162-7/+6
| * Remove useless malloc casts.reimar2010-02-161-3/+3
| * Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.reimar2010-02-162-48/+0
| * libvo: Mark functions not used outside of their files as static.diego2010-02-168-24/+43
* | Merge svn changes up to r30595Uoti Urpala2010-03-091-22/+4
|\|
| * Remove unused variable.reimar2010-02-141-1/+0
| * Use memset to initialize huge arrays.reimar2010-02-141-2/+3
| * Remove pointless explicit member initialization to 0 when the structreimar2010-02-141-17/+0
| * Use calloc instead of malloc+memsetreimar2010-02-141-2/+1
| * Add xscreensaver_heartbeat() declaration to x11_common.h.diego2010-02-141-0/+1
| * Fix exit_player() usage throughout the codebase.diego2010-02-145-24/+22
* | Merge svn changes up to r30514Uoti Urpala2010-03-095-32/+42
|\|
| * Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...reimar2010-02-051