| Commit message (Expand) | Author | Age | Files | Lines |
* | windows support: unicode filenames | wm4 | 2012-03-09 | 2 | -11/+4 |
* | cleanup: Silence compilation warnings on MinGW-w64 | wm4 | 2012-03-01 | 2 | -9/+11 |
* | vo_png: set AVCodecContext parameters before opening it | Uoti Urpala | 2012-02-28 | 1 | -19/+21 |
* | vo: reject vo_redraw_frame() if no frames have been drawn | Uoti Urpala | 2012-02-28 | 2 | -1/+4 |
* | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 1 | -1/+1 |
* | Update Libav API uses | Uoti Urpala | 2012-02-01 | 1 | -5/+12 |
* | vo_vdpau: fix preemption recovery after recent commits | Uoti Urpala | 2011-12-20 | 1 | -25/+27 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -2/+0 |
* | vo_vdpau: use new want_redraw mechanism in one more case | Uoti Urpala | 2011-12-09 | 1 | -3/+1 |
* | Merge remote-tracking branch 'pigoz/gl' | Uoti Urpala | 2011-12-07 | 3 | -13/+27 |
|\ |
|
| * | vo_gl: cocoa: point swapinterval to cocoa_common function | Stefano Pigozzi | 2011-12-06 | 3 | -0/+11 |
| * | vo_gl: cocoa: decouple cocoa_common from gl_common | Stefano Pigozzi | 2011-12-06 | 3 | -13/+16 |
* | | Merge remote-tracking branch 'wm4/window_title' | Uoti Urpala | 2011-12-07 | 13 | -58/+104 |
|\| |
|
| * | libvo: change default window title to "mplayer2" | wm4 | 2011-12-06 | 2 | -2/+2 |
| * | x11: set window titles as UTF-8 | wm4 | 2011-12-06 | 2 | -3/+58 |
| * | libvo: remove title argument from struct vo_driver.config | wm4 | 2011-12-06 | 13 | -56/+47 |
* | | core, vo: new window refresh logic, add slow-video OSD redraw | Uoti Urpala | 2011-12-06 | 5 | -68/+26 |
* | | core, vo: modify OSD redraw architecture, support EOSD | Uoti Urpala | 2011-12-06 | 5 | -42/+40 |
* | | vo: do final frame draw only near page flip | Uoti Urpala | 2011-12-06 | 3 | -12/+50 |
|/ |
|
* | vo_gl: add native mac osx Cocoa backend for vo_gl | Stefano Pigozzi | 2011-11-26 | 4 | -0/+623 |
* | vo_corevideo: fix key interpretation with modifiers | Stefano Pigozzi | 2011-11-26 | 1 | -2/+9 |
* | vo_gl: fix cscale=4 and cscale=5 doing nothing | wm4 | 2011-11-25 | 1 | -2/+4 |
* | vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux) | wm4 | 2011-11-25 | 3 | -8/+18 |
* | vo_gl: make shader code generation easier to deal with | wm4 | 2011-11-25 | 1 | -152/+188 |
* | vo_xv: implement screenshots | wm4 | 2011-11-25 | 1 | -0/+51 |
* | vo_gl: implement screenshots | wm4 | 2011-11-25 | 3 | -0/+80 |
* | vo_vdpau: implement screenshots | wm4 | 2011-11-25 | 2 | -11/+90 |
* | core: add screenshot mode for actual VO window contents | wm4 | 2011-11-25 | 1 | -0/+7 |
* | core: add infrastructure to get screenshots from VOs | wm4 | 2011-11-25 | 1 | -0/+12 |
* | vo_gl: fix crash with backends lacking control() features | wm4 | 2011-10-24 | 1 | -0/+6 |
* | vo_gl: remove support for nvidia register combiners (yuv=1) | wm4 | 2011-10-24 | 3 | -169/+7 |
* | vo_gl: fix crash with ati-hack after 20256a8a64c9679bc9136bb | wm4 | 2011-10-24 | 1 | -28/+34 |
* | vo_gl: remove mesa-buffer suboption | wm4 | 2011-10-24 | 3 | -79/+28 |
* | vo: sdl: handle key modifiers | wm4 | 2011-10-24 | 1 | -9/+43 |
* | vo_gl: move window creation functions from vo_gl.c into gl_common.c | wm4 | 2011-10-24 | 3 | -90/+71 |
* | vo_gl/sdl: use desktop resolution for fullscreen mode | wm4 | 2011-10-24 | 3 | -0/+20 |
* | vo_gl: add new vo name "gl_sdl" to make SDL+GL mode available | wm4 | 2011-10-24 | 2 | -9/+45 |
* | vo_gl: remove "noaspect" suboption | wm4 | 2011-10-24 | 1 | -13/+13 |
* | vo_gl: convert to new API, clean up code | wm4 | 2011-10-24 | 3 | -2745/+2980 |
* | vo_gl2, vo_matrixview: remove these VOs | wm4 | 2011-10-24 | 5 | -1680/+0 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 7 | -167/+241 |
* | vo_gl: fix image corruption with PBOs when playing 10 bit video | wm4 | 2011-10-06 | 1 | -10/+14 |
* | csputils/vo_gl: rewrite YUV->RGB matrix generation | Uoti Urpala | 2011-08-29 | 2 | -77/+97 |
* | cosmetics: csputils.[ch]: reindent | Uoti Urpala | 2011-08-28 | 2 | -138/+146 |
* | video_out.h: change VOCTRL_* defines to enum | harklu | 2011-08-25 | 1 | -54/+56 |
* | vo_vpdau: fix preemption recovery broken in decec7f2a37e559d | Uoti Urpala | 2011-08-11 | 1 | -11/+22 |
* | vo: X key input: remove ambiguous KeySym remapping | Uoti Urpala | 2011-07-29 | 2 | -68/+63 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 1 | -1/+0 |
* | vo_vdpau: skip resize code if not fully initialized | Uoti Urpala | 2011-07-17 | 1 | -0/+5 |
* | input: rework event reading and command queuing | Uoti Urpala | 2011-07-17 | 1 | -1/+1 |
* | vo_directx: include <libavutil/common.h> for FFMIN | Uoti Urpala | 2011-07-07 | 1 | -0/+1 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-07-06 | 15 | -484/+130 |
|\ |
|
| * | cleanup: silence some clang warnings | reimar | 2011-07-06 | 3 | -4/+4 |
| * | vo_gl: fix YUY2/YVYU colorspace mixup | reimar | 2011-07-06 | 2 | -2/+4 |
| * | cleanup: vo_directx: remove redundant code | reimar | 2011-07-06 | 1 | -94/+23 |
| * | vo_directx: Change vo_directx to use w32_common.c | reimar | 2011-07-06 | 1 | -370/+43 |
| * | VO: w32_common: also generate VO_EVENT_MOVE | reimar | 2011-07-06 | 1 | -0/+8 |
| * | VO: support Pause/Break key in X11 input | diego | 2011-07-06 | 2 | -1/+3 |
| * | cleanup: x11_common: remove pointless GC operations | iive | 2011-07-06 | 1 | -3/+2 |
| * | vo_xv: avoid setting background color due to resize flicker | iive | 2011-07-06 | 1 | -4/+5 |
| * | vo_gl: Support 9- and 10-bit YUV input for OpenGL VOs | reimar | 2011-07-06 | 5 | -15/+46 |
| * | cleanup: vo_direct3d: Mark a function static | diego | 2011-07-06 | 1 | -2/+3 |
* | | vo: avoid losing initial expose event | Uoti Urpala | 2011-07-06 | 1 | -3/+2 |
* | | vo_xv: avoid clearing too much on resize | Uoti Urpala | 2011-07-06 | 4 | -32/+6 |
|/ |
|
* | debug output: reduce verbosity of some frequent messages | Uoti Urpala | 2011-07-05 | 1 | -5/+4 |
* | VO: silence "[ASPECT] Warning: No suitable new res found!" | Uoti Urpala | 2011-07-05 | 1 | -1/+1 |
* | VO: clean up aspect.c, remove aspecttest tool | Uoti Urpala | 2011-07-05 | 2 | -133/+43 |
* | cleanup: mark some vo_directfb2.c and vo_s3fb.c functions static | Uoti Urpala | 2011-06-29 | 2 | -12/+22 |
* | vo_gl: Request GL_LUMINANCE16 for 16-bit YUV input | reimar | 2011-06-29 | 2 | -2/+5 |
* | vo_gl: don't accept 9/10-bit formats as input | reimar | 2011-06-29 | 3 | -14/+18 |
* | cleanup: some warning fixes and minor cleanups | reimar | 2011-06-29 | 2 | -4/+4 |
* | Windows: vo/input: handle WM_XBUTTONDOWN message | Rudolf Polzer | 2011-06-19 | 1 | -1/+16 |
* | vo_xvmc: drop XvMC support | Uoti Urpala | 2011-05-09 | 2 | -1319/+0 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 4 | -23/+8 |
* | vo_svga: fix build after previous commit 6506d4ad | Clément Bœsch | 2011-05-03 | 1 | -1/+1 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 2 | -8/+3 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 3 | -60/+45 |
|\ |
|
| * | cleanup: vo_fbdev: simplify some code | reimar | 2011-05-02 | 1 | -39/+14 |
| * | vo_fbdev: clip x/y offsets to avoid bad video placement | reimar | 2011-05-02 | 2 | -3/+8 |
| * | vo_fbdev: Add -geometry support reusing common code | reimar | 2011-05-02 | 1 | -13/+10 |
| * | vo_fbdev: add RGB framebuffer support | reimar | 2011-05-02 | 1 | -7/+13 |
| * | vo_gl: fix "gamma" equalizer setting | reimar | 2011-04-12 | 1 | -0/+2 |
* | | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 13 | -26/+13 |
* | | vo_dga: replace xf86dga.h with Xxf86dga.h | Clément Bœsch | 2011-04-20 | 2 | -2/+2 |
* | | cleanup: avoid various GCC warnings | Clément Bœsch | 2011-04-20 | 3 | -11/+9 |
|/ |
|
* | VO: don't wait for map event in X VO initialization | Uoti Urpala | 2011-04-08 | 1 | -4/+0 |
* | vo_mga, build: change include from "libavcore" to "libavutil" | Uoti Urpala | 2011-03-28 | 1 | -1/+1 |
* | vo_corevideo: add key_modifier_alt only when pressing left option key | Stefano Pigozzi | 2011-03-18 | 1 | -1/+4 |
* | vo_corevideo: fix menubar showing 2 apples on snow leopard | Stefano Pigozzi | 2011-03-11 | 1 | -1/+4 |
* | vo_corevideo: support modifier keys in keyboard input | Stefano Pigozzi | 2011-03-03 | 1 | -2/+11 |
* | core: hr-seek: fix soft hang with hrseek past EOF | Uoti Urpala | 2011-03-03 | 2 | -0/+6 |
* | x11_common: fix for reconfig with pos/xineramascreen set | Uoti Urpala | 2011-02-03 | 2 | -9/+9 |
* | vo_zr2: drop Zoran support | Uoti Urpala | 2011-01-31 | 6 | -1909/+0 |
* | vo_dxr2, ao_dxr2: drop dxr2 support | Uoti Urpala | 2011-01-31 | 2 | -972/+0 |
* | vidix: drop VIDIX support | Uoti Urpala | 2011-01-31 | 9 | -1914/+0 |
* | cleanup: vo_md5sum: Remove unused define/undef | cboesch | 2011-01-31 | 1 | -15/+0 |
* | vo_gl: mark llvmpipe as a software renderer | reimar | 2011-01-29 | 1 | -1/+2 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 39 | -3746/+39 |
* | subs: use correct font aspect ratio for libass + converted subs | Uoti Urpala | 2011-01-26 | 1 | -0/+4 |
* | cleanup: some random minor code simplification and cleanup | Uoti Urpala | 2011-01-26 | 2 | -2/+2 |
* | cleanup: move MP_NOPTS_VALUE definition to mpcommon.h | Uoti Urpala | 2011-01-15 | 1 | -4/+1 |
* | subtitles: move global ass_track to struct osd_state | Uoti Urpala | 2011-01-15 | 1 | -0/+1 |
* | core: move global "subdata" and "vo_sub_last" to mpctx | Uoti Urpala | 2011-01-11 | 1 | -1/+0 |
* | vo_vdpau: allow "deint=-N" to specify mode without enabling deint | Uoti Urpala | 2011-01-04 | 1 | -3/+7 |
* | Merge branch 'hr-seek' | Uoti Urpala | 2010-12-20 | 5 | -25/+41 |
|\ |
|
| * | input: support bindings with modifier keys for X input | Uoti Urpala | 2010-12-20 | 2 | -8/+15 |
| * | libvo: register X11 connection fd in input event system | Uoti Urpala | 2010-12-14 | 4 | -17/+26 |
* | | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 | 1 | -6/+6 |
* | | font_load_ft.c: disable -fontconfig if compiled without libfontconfig | komh | 2010-12-16 | 1 | -0/+4 |
|/ |
|
* | vo_vdpau: remove wrong mp_image usage_count change (no visible effect) | Uoti Urpala | 2010-12-13 | 1 | -1/+1 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 22 | -94/+52 |
* | vo_gl: create stereo-capable window when using Quadbuffer 3D | reimar | 2010-11-14 | 3 | -0/+5 |
* | libvo/w32_common.c: Move setting of pixel format from init to config | reimar | 2010-11-14 | 1 | -21/+21 |
* | libvo/w32_common.c: minor cleanup | reimar | 2010-11-14 | 1 | -18/+19 |
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 2 | -21/+17 |
* | vo_kva: Restore all the attributes after changing aspect ratio | komh | 2010-11-07 | 1 | -0/+9 |
* | vo_kva: Prevent a parent window from painting over ours in slave mode | komh | 2010-11-07 | 1 | -0/+6 |
* | vo_directx: Fix possible out-of-bounds access | reimar | 2010-11-07 | 1 | -2/+2 |
* | options: move -name and -title to option struct | Clément Bœsch | 2010-11-04 | 3 | -10/+5 |
* | vo_gl: Move the read_pnm function into a separate file | cigaes | 2010-11-02 | 1 | -60/+1 |
* | vo_gl: Extract code to read a pnm file into a separate function | reimar | 2010-11-02 | 1 | -24/+48 |
* | vo_dxr3: Fix validity checks before closing a file descriptor | reimar | 2010-11-02 | 1 | -3/+3 |
* | vo_dxr3: Fix indentation | reimar | 2010-11-02 | 1 | -20/+17 |
* | vo_mga: minor code cleanup | reimar | 2010-11-02 | 1 | -13/+16 |
* | vo_xmga: Remove an unmotivated and pointless panscan_calc call | reimar | 2010-11-02 | 1 | -2/+0 |
* | vo_xvidix: reconfigure also on window move | reimar | 2010-11-02 | 1 | -1/+1 |
* | vo_xmga: fix event handling | reimar | 2010-11-02 | 1 | -4/+4 |
* | vo_xmga: Remove a useless MGA_VID_CONFIG ioctl | reimar | 2010-11-02 | 1 | -3/+0 |
* | x11_common: add VO_EVENT_MOVE | reimar | 2010-11-02 | 2 | -2/+7 |
* | vo_mga: switch to newer screen dimension handling API | reimar | 2010-11-02 | 2 | -79/+23 |
* | aspect.c: use fallback if screen dimensions are not known | reimar | 2010-11-02 | 1 | -0/+6 |
* | Remove remaining %lf printf conversions | reimar | 2010-11-02 | 1 | -7/+7 |
* | libvo: remove UNUSED() macros | diego | 2010-11-02 | 8 | -63/+1 |
* | vesa_lvo.c: make functions static | diego | 2010-11-02 | 2 | -11/+6 |
* | vesa_lvo.c: Move vlvo_preinit() below the functions that it uses | diego | 2010-11-02 | 1 | -23/+23 |
* | vo_vesa: Mark vlvo_draw_slice_420() as static | diego | 2010-11-02 | 1 | -1/+2 |
* | vo_vesa: mark a function static | diego | 2010-11-02 | 1 | -1/+1 |
* | vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAX | diego | 2010-11-02 | 2 | -18/+8 |
* | vo_mga: use libswscale interface for g200 (untested) | ramiro | 2010-11-02 | 1 | -16/+21 |
* | vo_caca: Update URL to patch for new API support | diego | 2010-11-02 | 1 | -1/+1 |
* | build: update DirectFB requirements, reduce #ifdefs | diego | 2010-11-02 | 3 | -115/+7 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | vo_corevideo.h: Add standard multiple inclusion guards | diego | 2010-11-02 | 1 | -0/+5 |
* | vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.h | diego | 2010-11-02 | 1 | -0/+2 |
* | vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.h | diego | 2010-11-02 | 1 | -0/+2 |
* | ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd | diego | 2010-11-02 | 1 | -4/+4 |
* | mga: disable g200 support | ramiro | 2010-11-02 | 1 | -2/+8 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 1 | -11/+2 |
* | spelling fixes | siretart | 2010-11-02 | 4 | -6/+6 |
* | vo_gl.c: Use early return instead of large if block | reimar | 2010-11-02 | 1 | -26/+26 |
* | vo_gl: Make OSD rendering code more readable | reimar | 2010-11-02 | 1 | -7/+12 |
* | vo_corevideo: Move variable into the only function it's used in | reimar | 2010-11-02 | 2 | -1/+1 |
* | vo_corevideo: move mouse hiding to check_events | reimar | 2010-11-02 | 1 | -23/+21 |
* | vo_corevideo: Make the Quit menu entry work | reimar | 2010-11-02 | 1 | -0/+14 |
* | vo_corevideo: simplify check_events | reimar | 2010-11-02 | 1 | -1/+1 |
* | vo_corevideo: change window-closing handling | reimar | 2010-11-02 | 1 | -2/+5 |
* | vo_corevideo, vo_quartz: remove useless kQuitCmd | reimar | 2010-11-02 | 3 | -7/+0 |
* | vo_corevideo: indentation fixes | reimar | 2010-11-02 | 2 | -27/+27 |
* | vo_corevideo: Avoid some code duplication. | reimar | 2010-11-02 | 1 | -4/+2 |
* | vo_corevideo: Simplify update_screen_info | reimar | 2010-11-02 | 1 | -7/+6 |
* | vo_corevideo: avoid dangerous casts | reimar | 2010-11-02 | 1 | -3/+2 |
* | vo_corevideo.m: remote useless parentheses and casts | reimar | 2010-11-02 | 1 | -11/+11 |
* | |