| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r31141 | Uoti Urpala | 2010-05-07 | 5 | -1/+74 |
|\ |
|
| * | Add support for 12-bit color mode on framebuffer devices. | cehoyos | 2010-05-06 | 5 | -1/+74 |
* | | Merge svn changes up to r31133 | Uoti Urpala | 2010-05-07 | 2 | -6/+3 |
|\| |
|
| * | Also print OpenGL renderer string with vendor and version with -v | reimar | 2010-05-01 | 1 | -1/+2 |
| * | Avoid duplicating the GL/gl.h include. | reimar | 2010-04-30 | 1 | -4/+0 |
| * | 100l, open the customtex also in binary mode, not just the program. | reimar | 2010-04-30 | 1 | -1/+1 |
* | | Merge svn changes up to r31104 | Uoti Urpala | 2010-05-07 | 1 | -2/+2 |
|\| |
|
| * | Move variable declaration into the block where it is actually used. | reimar | 2010-04-27 | 1 | -2/+2 |
| * | Add missing input.h #include, fixes the warnings: | diego | 2010-04-27 | 1 | -1/+1 |
* | | Merge svn changes up to r31100 | Uoti Urpala | 2010-05-07 | 1 | -1/+1 |
|\| |
|
| * | Move "screen" variable declaration below the relevant #ifdef, fixes the warning: | diego | 2010-04-27 | 1 | -1/+1 |
* | | vo_vdpau.c cosmetics: add WRAP_ADD macro | Uoti Urpala | 2010-05-06 | 1 | -6/+9 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 15 | -211/+396 |
|\| |
|
| * | Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode. | reimar | 2010-04-25 | 1 | -0/+2 |
| * | Missing space after if. | reimar | 2010-04-25 | 1 | -1/+1 |
| * | Support mouse movements in SDL. | reimar | 2010-04-25 | 1 | -1/+4 |
| * | Avoid duplicating mouse-movement command-generation code. | reimar | 2010-04-25 | 5 | -17/+20 |
| * | Deduplicate enable_mouse_movements declaration. | reimar | 2010-04-25 | 4 | -4/+1 |
| * | Minor cosmetics. | reimar | 2010-04-25 | 1 | -7/+9 |
| * | Add comment for endif. | reimar | 2010-04-25 | 1 | -1/+1 |
| * | Support for auto-selecting the OpenGL backend. | reimar | 2010-04-25 | 3 | -7/+10 |
| * | Add reinitialization support. Necessary for fullscreen on OSX. | reimar | 2010-04-25 | 4 | -0/+18 |
| * | Handle SDL expose events with -vo gl. | reimar | 2010-04-25 | 1 | -0/+2 |
| * | Missing space in error message. | reimar | 2010-04-25 | 1 | -1/+1 |
| * | Simplify SDL key symbol mapping. | reimar | 2010-04-25 | 1 | -48/+26 |
| * | Use the proper define for translating the tab key. | reimar | 2010-04-25 | 1 | -1/+1 |
| * | Make uppercase characters and in general all ASCII characters work | reimar | 2010-04-25 | 1 | -12/+5 |
| * | Share SDL initialization code. | reimar | 2010-04-25 | 4 | -20/+30 |
| * | Remove unnecessary check. | reimar | 2010-04-25 | 1 | -2/+0 |
| * | Fullscreen support for -vo gl using SDL. | reimar | 2010-04-25 | 3 | -1/+40 |
| * | Set SDL window title. | reimar | 2010-04-25 | 1 | -0/+1 |
| * | Window resizing support for -vo gl with SDL backend. | reimar | 2010-04-25 | 4 | -7/+20 |
| * | Add sdl_common file and use it to share the input handling between -vo gl | reimar | 2010-04-25 | 4 | -83/+159 |
| * | Use SDL_GL_ProcAddress to work around conflicts between -lGL | reimar | 2010-04-25 | 1 | -0/+10 |
| * | Update copyright and email address. | reimar | 2010-04-25 | 1 | -1/+1 |
| * | Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX, | reimar | 2010-04-25 | 1 | -3/+3 |
| * | Missing gl.h include for SDL backend. | reimar | 2010-04-24 | 1 | -0/+3 |
| * | Slightly more correct ifdefs for vo_gl2. | reimar | 2010-04-24 | 1 | -6/+9 |
| * | Add workaroound for yuv=7 mode - does hurt speed but not much | reimar | 2010-04-24 | 1 | -1/+5 |
| * | Remove code to work around bugs in ancient libSDL versions, the code has been | reimar | 2010-04-24 | 1 | -35/+0 |
| * | Try harder to find linked OpenGL functions. | reimar | 2010-04-24 | 1 | -27/+22 |
| * | Disable OSD support by default if the necessary OpenGL functionality is missing. | reimar | 2010-04-24 | 1 | -1/+3 |
| * | SDL support with related crash-resilience fixes. | reimar | 2010-04-24 | 1 | -4/+30 |
| * | Some crash-resilience fixes. | reimar | 2010-04-24 | 1 | -0/+2 |
| * | First steps to support -vo gl with SDL-based Window handling. | reimar | 2010-04-24 | 2 | -0/+40 |
| * | 10l: Remove leftover commented-out #include. | diego | 2010-04-24 | 1 | -1/+0 |
| * | Remove unnecessary kd.h #include. | diego | 2010-04-24 | 1 | -6/+1 |
| * | rename 'struct keymap' -> 'struct mp_keymap' | siretart | 2010-04-23 | 6 | -10/+10 |
| * | include sys/kd.h on non-Linux architectures correctly | siretart | 2010-04-23 | 1 | -2/+2 |
* | | Merge svn changes up to r31040 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\| |
|
| * | Open cutomtex file in binary mode to avoid potential issues on | reimar | 2010-04-13 | 1 | -1/+1 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 1 | -0/+9 |
|\| |
|
| * | Add some fallback OpenGL defines to fix compilation on Windows. | reimar | 2010-04-07 | 1 | -0/+9 |
* | | Merge svn changes up to r31020 | Uoti Urpala | 2010-04-26 | 5 | -39/+63 |
|\| |
|
| * | Fix RGB support for corevideo: corevideo can only support | reimar | 2010-04-05 | 1 | -8/+22 |
| * | Enable OSD also for BGR32, the code is the same as for RGB32. | reimar | 2010-04-05 | 1 | -0/+1 |
| * | Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding | reimar | 2010-04-05 | 1 | -10/+6 |
| * | Check texture dimensions instead of internal format in max texture | reimar | 2010-04-04 | 1 | -3/+3 |
| * | Cosmetics/reindent. | reimar | 2010-04-04 | 1 | -14/+13 |
| * | Avoid duplicating a condition. | reimar | 2010-04-04 | 1 | -4/+4 |
| * | Print width before height, | reimar | 2010-04-04 | 1 | -1/+1 |
| * | Fix width/height mixup in error message. | reimar | 2010-04-04 | 1 | -1/+1 |
| * | Factor out the YUV->RGB conversion auto-selection and also | reimar | 2010-04-04 | 4 | -4/+18 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 7 | -592/+671 |
|\| |
|
| * | Mark dxr2_opts array as const. | diego | 2010-04-04 | 1 | -1/+1 |
| * | Share more code between the two ATI fragment shader YUV to RGB | reimar | 2010-04-04 | 1 | -69/+87 |
| * | Try to detect and work around broken glXGetProcAddress on at | reimar | 2010-04-03 | 1 | -0/+6 |
| * | Implement OpenGL-based YUV to RGB version for Radeon 9200 class | reimar | 2010-04-03 | 2 | -0/+55 |
| * | Indentation fix. | reimar | 2010-04-03 | 1 | -1/+1 |
| * | Add mpgl prefix to all OpenGL-related function pointers. | reimar | 2010-04-03 | 5 | -572/+572 |
| * | Use (void) instead of () to indicate a parameterless function, fixes: | diego | 2010-03-28 | 1 | -1/+1 |
| * | Add const to some video_out extern declarations to match their definitions. | reimar | 2010-03-27 | 1 | -45/+45 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 9 | -43/+31 |
|\| |
|
| * | Mark some more LIBVO_EXTERN declarations as const where possible. | reimar | 2010-03-27 | 4 | -4/+4 |
| * | Refactor OS X foreground process setting into a separate function. | diego | 2010-03-26 | 4 | -38/+26 |
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 2 | -2/+2 |
* | | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 | 1 | -117/+117 |
|\| |
|
| * | Add newlines to generated fragment program to make both fragment program dump | reimar | 2010-03-12 | 1 | -117/+117 |
* | | cosmetics: mark sub.c:osd_update_ext() static | Uoti Urpala | 2010-04-25 | 1 | -3/+3 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 27 | -27/+0 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 1 | -3/+35 |
|\| |
|
| * | Use FBIOPAN_DISPLAY for switching between pages, seems to work for more | reimar | 2010-03-07 | 1 | -1/+1 |
| * | Add double-buffering support to vo_fbdev. | reimar | 2010-03-07 | 1 | -3/+35 |
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | 3 | -78/+52 |
|\| |
|
| * | Reuse fb_tty_fd for setting up the text area. | reimar | 2010-03-05 | 1 | -11/+5 |
| * | Save the new width and height earlier so that e.g. -geometry 30x30-50-50 | reimar | 2010-03-03 | 1 | -4/+6 |
| * | Add support for specifying window position relative to right and bottom | reimar | 2010-03-03 | 1 | -5/+10 |
| * | Simplify sscanf format strings and get rid of useless percent variable. | reimar | 2010-03-03 | 1 | -4/+3 |
| * | Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry | reimar | 2010-03-03 | 1 | -39/+34 |
| * | Drop support for old-style DVB code. | diego | 2010-03-02 | 1 | -21/+0 |
| * | Documentation: Add linebreak and try to be less ambiguous. | cehoyos | 2010-02-28 | 1 | -2/+2 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 4 | -8/+80 |
|\| |
|
| * | Remove unused static function send_lpcm_packet(). | cehoyos | 2010-02-27 | 1 | -7/+0 |
| * | Update -vo gl info structs, it isn't X11-only since ages and there's basically | reimar | 2010-02-27 | 1 | -4/+4 |
| * | 100l, remove forgotten debugging code. | reimar | 2010-02-27 | 1 | -1/+0 |
| * | Only prefer -vo gl over -vo x11 if hardware acceleration is available. | reimar | 2010-02-27 | 2 | -4/+40 |
| * | Enable StructureNotifyMask before waiting for a DestroyNotify event. | reimar | 2010-02-27 | 1 | -0/+1 |
| * | Port yuv=... auto-detection from gl to gl2. | reimar | 2010-02-26 | 1 | -2/+19 |
| * | Mark character arrays as const. | diego | 2010-02-26 | 1 | -2/+2 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 3 | -12/+14 |
|\| |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 3 | -8/+8 |
| * | Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa,... | reimar | 2010-02-25 | 1 | -4/+6 |
* | | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 1 | -3/+1 |
|\| |
|
| * | Unconditionally declare fast_memcpy() and mem2agpcpy(). | diego | 2010-02-25 | 1 | -3/+1 |
| * | Declare externally used variables from vd.c as extern in vd.h. | diego | 2010-02-22 | 1 | -2/+1 |
* | | Merge svn changes up to r30694 | Uoti Urpala | 2010-03-10 | 2 | -0/+29 |
|\| |
|
| * | Add header for v4l2_write() instead of forward declaring it. | diego | 2010-02-21 | 2 | -0/+29 |
* | | Merge svn changes up to r30675 | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 12 | -13/+0 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 3 | -6/+0 |
|\| |
|
| * | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 3 | -6/+0 |
* | | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 2 | -1/+30 |
|\| |
|
| * | Add header for functions exported from vo_zr.c and use it appropriately. | diego | 2010-02-18 | 2 | -1/+30 |
* | | Merge svn changes up to r30605 | Uoti Urpala | 2010-03-09 | 3 | -10/+9 |
|\| |
|
| * | Move struct typedef pixbuf into the only .c file where it is used. | reimar | 2010-02-16 | 2 | -7/+6 |
| * | Remove useless malloc casts. | reimar | 2010-02-16 | 1 | -3/+3 |
| * | Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c. | reimar | 2010-02-16 | 2 | -48/+0 |
| * | libvo: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 8 | -24/+43 |
* | | Merge svn changes up to r30595 | Uoti Urpala | 2010-03-09 | 1 | -22/+4 |
|\| |
|
| * | Remove unused variable. | reimar | 2010-02-14 | 1 | -1/+0 |
| * | Use memset to initialize huge arrays. | reimar | 2010-02-14 | 1 | -2/+3 |
| * | Remove pointless explicit member initialization to 0 when the struct | reimar | 2010-02-14 | 1 | -17/+0 |
| * | Use calloc instead of malloc+memset | reimar | 2010-02-14 | 1 | -2/+1 |
| * | Add xscreensaver_heartbeat() declaration to x11_common.h. | diego | 2010-02-14 | 1 | -0/+1 |
| * | Fix exit_player() usage throughout the codebase. | diego | 2010-02-14 | 5 | -24/+22 |
* | | Merge svn changes up to r30514 | Uoti Urpala | 2010-03-09 | 5 | -32/+42 |
|\| |
|
| * | Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_... | reimar | 2010-02-05 | 1 | -0/+1 |
| * | Print messages only after we are sure preinit will not fail anymore. | reimar | 2010-02-05 | 1 | -5/+5 |
| * | Add support for VOFLAG_HIDDEN to the w32 backend. | reimar | 2010-02-04 | 1 | -0/+3 |
| * | Set the PixelFormat right after creating the window and set it only once. | reimar | 2010-02-04 | 1 | -23/+23 |
| * | Create the OpenGL probe window as a hidden Window on X11. | reimar | 2010-02-04 | 3 | -3/+10 |
| * | 100l: Fix compilation (broken by me). | cehoyos | 2010-02-04 | 1 | -1/+1 |
| * | Clarify -vo vdpau:pullup | cehoyos | 2010-02-04 | 1 | -1/+2 |
* | | Merge svn changes up to r30502 | Uoti Urpala | 2010-03-09 | 1 | -1/+1 |
|\| |
|
| * | Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also | reimar | 2010-02-03 | 1 | -1/+1 |
* | | Merge svn changes up to r30494 | Uoti Urpala | 2010-03-09 | 3 | -33/+47 |
|\| |
|
| * | Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this | reimar | 2010-02-02 | 1 | -1/+0 |
| * | Remove pointless initializers and also set geometry_*_changed to 0 when | reimar | 2010-02-02 | 1 | -7/+5 |
| * | Add support for autodetection during preinit and use that to detect a default | reimar | 2010-02-02 | 1 | -22/+42 |
| * | Avoid using options before autodetectGlExtensions to allow it to change them ... | reimar | 2010-02-02 | 1 | -5/+3 |
| * | Remove vo_config_count check from uninit, it should always be safe to run. | reimar | 2010-02-02 | 1 | -1/+0 |
| * | Add missing #include, fixes the warning: | diego | 2010-01-30 | 1 | -0/+1 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 2 | -1/+24 |
|\| |
|
| * | Add missing license header and multiple inclusion guards. | diego | 2010-01-30 | 1 | -0/+23 |