| Commit message (Expand) | Author | Age | Files | Lines |
* | vo_opengl: reduce verbose output | wm4 | 2015-07-11 | 1 | -26/+2 |
* | vo_vdpau: Implement rotation support | Philip Langdale | 2015-07-11 | 1 | -8/+84 |
* | vo_opengl: reimplement tscale=oversample | Niklas Haas | 2015-07-11 | 1 | -9/+32 |
* | vf_vdpaurb: Add a new filter for reading back vdpau decoded frames | Philip Langdale | 2015-07-11 | 2 | -0/+114 |
* | video: add a way to disable automatic stereo conversion | wm4 | 2015-07-10 | 1 | -0/+1 |
* | vf_stereo3d: drop internal implementation | wm4 | 2015-07-10 | 1 | -393/+15 |
* | gl_hwdec: change wording in verbose message | wm4 | 2015-07-10 | 1 | -1/+1 |
* | vf_vdpaupp: don't attempt to deinterlace progressive frames | wm4 | 2015-07-08 | 1 | -5/+9 |
* | mp_image: fix vf_vdpaupp references | wm4 | 2015-07-08 | 1 | -2/+0 |
* | vaapi: drop compatibility crap and vo_vaapi deinterlacer | wm4 | 2015-07-08 | 4 | -96/+15 |
* | vf_vavpp: don't attempt to deinterlace progressive frames | wm4 | 2015-07-08 | 1 | -0/+7 |
* | vaapi: increase number of additional surfaces | wm4 | 2015-07-08 | 1 | -6/+2 |
* | vf_yadif: expose interlaced frame mode | wm4 | 2015-07-07 | 1 | -9/+5 |
* | vo_opengl_cb, vo_opengl: add option for preloading hwdec context | wm4 | 2015-07-07 | 4 | -14/+21 |
* | options: cleanup hwdec name mappings | wm4 | 2015-07-07 | 1 | -1/+6 |
* | vo_opengl_cb: drop frames eagerly if frames are not rendered | wm4 | 2015-07-07 | 1 | -1/+7 |
* | dxva2: fix handling of cropped video | wm4 | 2015-07-06 | 1 | -1/+5 |
* | video: replace our own refcounting with libavutil's | wm4 | 2015-07-05 | 4 | -150/+123 |
* | mp_image: make image writeable before overwriting palette | wm4 | 2015-07-05 | 1 | -2/+4 |
* | vo: free frames before killing VO | wm4 | 2015-07-04 | 1 | -1/+1 |
* | vo: set correct frame parameters on redraw | wm4 | 2015-07-03 | 1 | -2/+2 |
* | client API, dxva2: add a workaround for OpenGL fullscreen issues | wm4 | 2015-07-03 | 5 | -0/+80 |
* | vo_direct3d, dxva2: use the same D3D device | wm4 | 2015-07-03 | 4 | -0/+42 |
* | dxva2: move device creation code | wm4 | 2015-07-03 | 1 | -34/+50 |
* | vo_opengl: log some more stuff in verbose mode | wm4 | 2015-07-03 | 2 | -1/+4 |
* | vo_opengl: fix "freezes" after seeking with interpolation on | wm4 | 2015-07-02 | 1 | -1/+5 |
* | vo: reset frame timing when redrawing | wm4 | 2015-07-02 | 1 | -0/+2 |
* | vo_opengl: X11: don't leak when GL init fails | wm4 | 2015-07-02 | 1 | -1/+4 |
* | vo_opengl: X11 EGL: more detailed error reporting | wm4 | 2015-07-02 | 1 | -2/+6 |
* | vo_opengl: update EGL code | wm4 | 2015-07-02 | 3 | -20/+35 |
* | vo_opengl: remove unused GL API functions | wm4 | 2015-07-02 | 2 | -4/+0 |
* | x11: move GCs and background clearing to vo_xv | wm4 | 2015-07-01 | 3 | -48/+49 |
* | x11: remove clear on map | wm4 | 2015-07-01 | 2 | -12/+0 |
* | vo: better magic value for unknown vsync interval | wm4 | 2015-07-01 | 2 | -1/+2 |
* | vo_opengl_cb: fix interpolation code path | wm4 | 2015-07-01 | 1 | -6/+2 |
* | vo_opengl: fix framestepping/pausing + interpolation | Niklas Haas | 2015-07-01 | 1 | -2/+8 |
* | vo: change internal API for drawing frames | wm4 | 2015-07-01 | 7 | -259/+246 |
* | vo_opengl: adjust interpolation code for the new video-sync mechanism | Niklas Haas | 2015-07-01 | 4 | -110/+113 |
* | video: pass vsync offset to VO | wm4 | 2015-07-01 | 2 | -0/+3 |
* | video: pass future frames to VO | wm4 | 2015-07-01 | 5 | -10/+80 |
* | video: fix panscan in vertical case | wm4 | 2015-06-29 | 1 | -3/+8 |
* | vaapi: prefer direct display over copy-back | wm4 | 2015-06-29 | 1 | -1/+1 |
* | vaapi: treat cropped decoder output slightly more correctly | wm4 | 2015-06-29 | 1 | -2/+13 |
* | vaapi: fix potential NULL deref on memory allocation failure | wm4 | 2015-06-29 | 1 | -2/+3 |
* | vaapi: remove vaDeriveImage() code path | wm4 | 2015-06-29 | 1 | -40/+17 |
* | x11: remove trailing spaces | wm4 | 2015-06-29 | 1 | -1/+1 |
* | x11: Handle external fullscreen toggles | Eduardo Sánchez Muñoz | 2015-06-28 | 1 | -0/+43 |
* | vo_drm: make VT switching non mandatory | rr- | 2015-06-28 | 1 | -11/+20 |
* | vo_drm: fix missing newlines in error messages | rr- | 2015-06-28 | 1 | -4/+4 |
* | vo_x11: remove this video output | wm4 | 2015-06-26 | 2 | -637/+0 |
* | vo_sdl: fix glaring memory leak | wm4 | 2015-06-25 | 1 | -0/+2 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 1 | -1/+1 |
* | demux: rename sh_stream.format to sh_stream.codec_tag | wm4 | 2015-06-21 | 1 | -4/+4 |
* | video: reduce error message when loading hwdec backend fails | wm4 | 2015-06-20 | 11 | -19/+28 |
* | x11: make screensaver failure message slightly more friendly | wm4 | 2015-06-20 | 1 | -2/+4 |
* | win32: remove a wine hack | wm4 | 2015-06-20 | 1 | -8/+1 |
* | win32: prefer using internal variable for fullscreen | wm4 | 2015-06-20 | 1 | -11/+12 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 2 | -9/+9 |
* | player: make decoding cover art more robust | wm4 | 2015-06-18 | 2 | -0/+3 |
* | win32: use atomics for COM interface refcount | wm4 | 2015-06-14 | 1 | -4/+5 |
* | vo_drm: fixed crashes with --profile=pseudo-gui | Marcin Kurczewski | 2015-06-13 | 1 | -1/+1 |
* | vo_opengl: fix a small memory leak when loading user shaders | wm4 | 2015-06-09 | 1 | -1/+1 |
* | vo_opengl: fix dangling pointers with vo_cmdline | wm4 | 2015-06-09 | 1 | -0/+24 |
* | vaapi: add missing license header | wm4 | 2015-06-08 | 1 | -0/+17 |
* | gl_osd: fix license header | wm4 | 2015-06-08 | 1 | -0/+5 |
* | vo: clarify condition | wm4 | 2015-06-08 | 1 | -1/+1 |
* | vo: restore frame-drop logic for high-fps clips | Avi Halachmi (:avih) | 2015-06-07 | 1 | -0/+22 |
* | Revert "opengl: drop less frames when clip and display have similar fps" | wm4 | 2015-06-07 | 1 | -9/+1 |
* | Revert "vo: improve frame drop logic on high playback rate" | wm4 | 2015-06-07 | 1 | -11/+3 |
* | vo_vdpau: add a NULL check, verify image dimensions | wm4 | 2015-06-06 | 1 | -1/+2 |
* | vo_vdpau: limit output surfaces to allowed maximum dimensions | wm4 | 2015-06-05 | 1 | -4/+12 |
* | vo_vdpau: directly get surface size from surface for screenshots | wm4 | 2015-06-05 | 2 | -6/+12 |
* | vo_vdpau: shorten 2 variable names | wm4 | 2015-06-05 | 1 | -10/+9 |
* | vf_sub: minor simplification | wm4 | 2015-06-05 | 2 | -5/+2 |
* | filter_kernels: distinguish between regular/EWA robidoux | Niklas Haas | 2015-06-05 | 1 | -2/+4 |
* | vo_vdpau: check maximum video size | wm4 | 2015-06-04 | 2 | -0/+21 |
* | vf_vavpp: provide future/past frames to driver | wm4 | 2015-06-01 | 1 | -30/+97 |
* | vf_vavpp: move vaMapBuffer() closer to its use | wm4 | 2015-06-01 | 1 | -4/+4 |
* | vf_vavpp: remove dummy loop, unindent | wm4 | 2015-06-01 | 1 | -51/+61 |
* | vf_vavpp: cosmetics | wm4 | 2015-06-01 | 1 | -10/+10 |
* | vf_vavpp: minor simplification | wm4 | 2015-06-01 | 1 | -29/+24 |
* | win32: fix window resize logic | wm4 | 2015-05-31 | 1 | -2/+3 |
* | vo_opengl: output slightly more debugging info on backend probing | wm4 | 2015-05-30 | 1 | -0/+2 |
* | vo: move up vo_wayland in autoprobe list | wm4 | 2015-05-30 | 1 | -3/+3 |
* | vf_vavpp: fix bob deinterlacing for bottom field first videos | Filip Milivojevic | 2015-05-30 | 1 | -0/+2 |
* | vf_vavpp: do not pretend to support references | wm4 | 2015-05-29 | 1 | -3/+5 |
* | vf_vavpp: simplify surface list allocation | wm4 | 2015-05-29 | 1 | -14/+2 |
* | vo_drm: fix not using BUF_COUNT | Marcin Kurczewski | 2015-05-29 | 1 | -5/+4 |
* | vo_drm: fix centering with regard to stride | Marcin Kurczewski | 2015-05-29 | 1 | -13/+16 |
* | vaapi: remove direct mapping non-sense | wm4 | 2015-05-29 | 1 | -42/+6 |
* | vd_lavc: fix a hw decoding fallback case | wm4 | 2015-05-29 | 1 | -1/+6 |
* | vdpau: do not attempt to allocate surfaces while preempted | wm4 | 2015-05-29 | 1 | -10/+17 |
* | vo_opengl: avoid broken shader if hwdec fails to provide textures | wm4 | 2015-05-28 | 1 | -1/+4 |
* | vdpau: add support for the "new" libavcodec vdpau API | wm4 | 2015-05-28 | 3 | -1/+120 |
* | video: rename vdpau.c to vdpau_old.c | wm4 | 2015-05-28 | 1 | -0/+0 |
* | vd_lavc: allocate hw surfaces using the coded size | wm4 | 2015-05-28 | 1 | -10/+9 |
* | vdpau: retrieve mixer parameters directly from the hw surface | wm4 | 2015-05-28 | 3 | -12/+23 |
* | vd_lavc: merge two functions | wm4 | 2015-05-28 | 1 | -27/+15 |
* | vd_lavc: make hardware decoding fallback less violent | wm4 | 2015-05-28 | 2 | -5/+15 |
* | vo_drm: Expose mode ID option to users | Marcin Kurczewski | 2015-05-28 | 1 | -10/+19 |
* | vo_drm: Fix resolution not restored after exiting | Marcin Kurczewski | 2015-05-28 | 1 | -1/+1 |
* | vo_drm: Fix stride problem for certain devices | Marcin Kurczewski | 2015-05-28 | 1 | -1/+1 |
* | vo_opengl: rename use_full_range to use_normalized_range | wm4 | 2015-05-27 | 1 | -8/+8 |
* | vo_opengl: fix source-shader + XYZ input | Niklas Haas | 2015-05-27 | 1 | -2/+5 |
* | vo_opengl: CMS no longer implies linear scaling | Niklas Haas | 2015-05-27 | 1 | -4/+1 |
* | vo_opengl: icc-profile overrides icc-profile-auto | Niklas Haas | 2015-05-27 | 1 | -1/+2 |
* | vo_opengl: add support for custom shaders | Niklas Haas | 2015-05-27 | 7 | -53/+264 |
* | vd_lavc: report actually used hwdec API | wm4 | 2015-05-25 | 2 | -4/+1 |
* | vf_dlopen: declare as deprecated | wm4 | 2015-05-25 | 1 | -0/+4 |
* | cocoa: don't load hardcoded icon if running from bundle | Stefano Pigozzi | 2015-05-25 | 1 | -0/+3 |
* | vo_null: add framerate emulation | wm4 | 2015-05-24 | 1 | -4/+34 |
* | vo_opengl: switch to new OpenGL backend API for icc-profile-auto | Niklas Haas | 2015-05-22 | 1 | -1/+1 |
* | vo_opengl: vda: make it work anywhere | wm4 | 2015-05-21 | 2 | -5/+35 |
* | video: do not align source position to 2 | wm4 | 2015-05-21 | 2 | -11/+11 |
* | vo_opengl: remove npot option | wm4 | 2015-05-21 | 1 | -16/+0 |
* | vo_xv: make number of buffers configurable | wm4 | 2015-05-20 | 1 | -3/+8 |
* | x11: never forcefully terminate xdg-screensaver process | wm4 | 2015-05-18 | 2 | -9/+8 |
* | x11: attempt to make initial fullscreening more reliable | wm4 | 2015-05-15 | 1 | -0/+3 |
* | vf_vapoursynth: reject unaligned video sizes | wm4 | 2015-05-15 | 1 | -0/+7 |
* | vo: remove suspicious line | wm4 | 2015-05-15 | 1 | -1/+1 |
* | Remove trailing whitespaces | Michael Vetter | 2015-05-15 | 2 | -3/+3 |
* | dxva2: support HEVC | wm4 | 2015-05-14 | 1 | -1/+8 |
* | vo_opengl: hardcode rquested GL version in backends | wm4 | 2015-05-14 | 6 | -26/+9 |
* | x11: use new OpenGL backend API | wm4 | 2015-05-14 | 3 | -24/+34 |
* | vo_opengl: create new API for OpenGL VO backends | wm4 | 2015-05-14 | 3 | -23/+106 |
* | vo_opengl: change user options for requesting GLES | wm4 | 2015-05-14 | 6 | -36/+9 |
* | vo_opengl: merge GL backend creation/initialization | wm4 | 2015-05-13 | 1 | -28/+20 |
* | vo_opengl: remove mpgl_lock calls | wm4 | 2015-05-13 | 3 | -63/+7 |
* | cocoa: redo synchronization | wm4 | 2015-05-13 | 3 | -169/+156 |
* | vo_opengl: remove some more Cocoa resize leftovers | wm4 | 2015-05-13 | 4 | -31/+0 |
* | vda: add support for nv12 image formats | Stefano Pigozzi | 2015-05-13 | 2 | -21/+108 |
* | vo: avoid burning CPU when paused | wm4 | 2015-05-13 | 1 | -1/+2 |
* | cocoa: make live-resizing as fast as before | wm4 | 2015-05-12 | 3 | -9/+14 |
* | cocoa: handle live-resizing differently | wm4 | 2015-05-12 | 3 | -42/+41 |
* | vo: use pthread_cond_timedwait() for video timing | wm4 | 2015-05-12 | 1 | -6/+17 |
* | vo_opengl_cb: add support for interpolation | wm4 | 2015-05-12 | 1 | -5/+51 |
* | vo_opengl_cb: add a "block" framedrop mode and make it default | wm4 | 2015-05-12 | 1 | -5/+27 |
* | vo_opengl_cb: actually set requested options | wm4 | 2015-05-12 | 1 | -0/+1 |
* | vo: always call draw_image_timed() if available | wm4 | 2015-05-12 | 1 | -1/+1 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -2/+4 |
* | cocoa: remove unused declaration | wm4 | 2015-05-11 | 1 | -3/+0 |
* | cocoa: add missing break statements in switch | wm4 | 2015-05-11 | 1 | -0/+2 |
* | cocoa: remove unused macro | wm4 | 2015-05-11 | 1 | -1/+0 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 2 | -2/+2 |
* | vo_drm: allow changing video rectangle settings | wm4 | 2015-05-08 | 1 | -0/+6 |
* | vo_drm: don't mutate the current frame when clamping for panscan | wm4 | 2015-05-08 | 1 | -3/+4 |
* | cocoa: remove an unused parameter | wm4 | 2015-05-06 | 3 | -3/+3 |
* | cocoa: lock cocoa main thread on uninit | wm4 | 2015-05-06 | 1 | -1/+9 |
* | vo_opengl: change default FBO format | wm4 | 2015-05-05 | 1 | -1/+1 |
* | sws_utils: re-use avcolorspace for sws colorspaces | Niklas Haas | 2015-05-04 | 1 | -6/+3 |
* | vo_opengl: gl_lcms: fix cache dir creation with path expansion | wm4 | 2015-05-03 | 1 | -9/+9 |
* | cocoa: always compile OSX application code with cocoa | wm4 | 2015-05-02 | 1 | -6/+2 |
* | vo_opengl: gl_lcms: create cache dir | wm4 | 2015-05-02 | 1 | -0/+2 |
* | vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabled | wm4 | 2015-05-02 | 1 | -0/+2 |
* | vo_opengl: gl_lcms: minor simplification | wm4 | 2015-05-02 | 1 | -2/+1 |
* | vo_opengl: gl_lcms: use mp_path_join() | wm4 | 2015-05-02 | 1 | -3/+3 |
* | vo_opengl: gl_lcms: make ICC loading less verbose | Niklas Haas | 2015-05-01 | 1 | -2/+2 |
* | vo_opengl: gl_lcms: replace icc-cache by icc-cache-dir | Niklas Haas | 2015-05-01 | 2 | -24/+33 |
* | vo_opengl: attach target-prim/target-csp to window screenshots | Niklas Haas | 2015-05-01 | 1 | -2/+9 |
* | vo_rpi: update renderer size on display size changes too | wm4 | 2015-05-01 | 1 | -0/+2 |
* | video/out: remove VOFLAG_FLIPPING | wm4 | 2015-05-01 | 3 | -12/+2 |
* | vo_opengl: refactor wayland frame skipping | wm4 | 2015-05-01 | 6 | -31/+33 |
* | cocoa: don't accidentally drop initial screen drawing | wm4 | 2015-05-01 | 5 | -1/+27 |
* | vo: improve frame drop logic on high playback rate | Avi Halachmi (:avih) | 2015-05-01 | 1 | -3/+11 |
* | vo_rpi: update display size on display mode switches | wm4 | 2015-04-30 | 1 | -0/+23 |
* | vo_rpi: actually draw a black background | wm4 | 2015-04-30 | 1 | -23/+65 |
* | csputils: improve contrast semantics for limited range output | Niklas Haas | 2015-04-29 | 1 | -5/+9 |
* | csputils: apply contrast equalizer in RGB | wm4 | 2015-04-29 | 1 | -8/+3 |
* | screenshots: add option to prevent 16 bit output | wm4 | 2015-04-29 | 2 | -13/+24 |
* | screenshots: add option to disable JPEG 4:4:4 output | wm4 | 2015-04-29 | 2 | -2/+7 |
* | x11: query ICC profile based on center of window | Niklas Haas | 2015-04-29 | 1 | -1/+3 |
* | vo_drm: zero screen buffers in reconfig function. | akemi-san | 2015-04-27 | 1 | -0/+4 |
* | vo_drm: add window screenshots support | Marcin Kurczewski | 2015-04-26 | 1 | -0/+3 |
* | vdpau: always render to cropped size at most | wm4 | 2015-04-26 | 1 | -0/+4 |
* | player: add --window-scale option | wm4 | 2015-04-24 | 1 | -0/+2 |
* | w32_common: add more rounded-down frame rates | James Ross-Gowan | 2015-04-25 | 1 | -0/+4 |
* | w32_common: use the current monitor's refresh rate | James Ross-Gowan | 2015-04-25 | 1 | -9/+10 |
* | dxva2: fix broken build with gcc 5.1 | Avi Halachmi (:avih) | 2015-04-24 | 1 | -0/+5 |
* | mp_image: remove some unused interlacing flags | wm4 | 2015-04-23 | 3 | -8/+2 |
* | vf_vapoursynth: update _FieldBased semantics | wm4 | 2015-04-23 | 1 | -4/+4 |
* | image_writer: fix writing screenshots | wm4 | 2015-04-22 | 1 | -1/+1 |
* | vo_drm: fix return value for void function | Marcin Kurczewski | 2015-04-21 | 1 | -1/+1 |
* | vo_drm: fix coding style to adhere to guidelines | Marcin Kurczewski | 2015-04-21 | 2 | -8/+8 |
* | vo_drm: fix releasing VT if received signal twice | Marcin Kurczewski | 2015-04-21 | 1 | -0/+3 |
* | vo_drm: add vertical sync | Marcin Kurczewski | 2015-04-21 | 1 | -5/+45 |
* | video: cleanup some old log messages | wm4 | 2015-04-20 | 1 | -9/+0 |
* | image_writer: factor image conversion into a separate function | wm4 | 2015-04-20 | 2 | -25/+37 |
* | image_writer: minor cleanup | wm4 | 2015-04-20 | 2 | -11/+11 |
* | vf_vapoursynth: stupid hack to unbreak with recent API change | wm4 | 2015-04-20 | 1 | -0/+6 |
* | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 3 | -8/+1 |
* | build: fix libavfilter dependency for vf_mirror | xylosper | 2015-04-20 | 1 | -1/+1 |
* | w32_common: prevent system sleep | James Ross-Gowan | 2015-04-20 | 1 | -1/+2 |
* | vo_drm: extract vt_switcher to drm_common | Marcin Kurczewski | 2015-04-19 | 3 | -132/+225 |
* | vo_drm: disable VT switcher for non-Linux systems | Marcin Kurczewski | 2015-04-19 | 1 | -2/+3 |
* | vo_drm: fix logging problems with connectors | Marcin Kurczewski | 2015-04-18 | 1 | -1/+1 |
* | vo_drm: fix VT behavior with auxiliary screens | Marcin Kurczewski | 2015-04-18 | 1 | -2/+4 |
* | vo_drm: fix VT switching | Marcin Kurczewski | 2015-04-18 | 1 | -55/+229 |
* | vf_crop, vf_expand: remove ancient and useless messages | wm4 | 2015-04-16 | 2 | -19/+1 |
* | vf_mirror: replace internal implementation with libavfilter | wm4 | 2015-04-16 | 1 | -85/+4 |
* | vo: fix non-sense in init code | wm4 | 2015-04-16 | 1 | -1/+1 |
* | vo: cosmetics: reindent VO list | wm4 | 2015-04-16 | 1 | -23/+23 |
* | vf_screenshot: remove this filter | wm4 | 2015-04-16 | 3 | -78/+0 |
* | vo_drm: add KMS/DRM renderer support | Marcin Kurczewski | 2015-04-16 | 2 | -0/+517 |
* | x11: actually disable screensaver | wm4 | 2015-04-15 | 2 | -12/+61 |
* | vo_opengl: change dwmflush option values | wm4 | 2015-04-14 | 1 | -1/+2 |
* | vo_rpi: explicitly reference MMAL VC driver | wm4 | 2015-04-13 | 1 | -0/+8 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 70 | -370/+314 |
* | vo_opengl: slightly simplify check_gl_features() | wm4 | 2015-04-11 | 1 | -25/+12 |
* | vo_opengl: unify blend-subtitles-res and blend-subtitles | wm4 | 2015-04-11 | 2 | -8/+7 |
* | vo_opengl: fix blend-subtitles-res=video & anamorphic video | wm4 | 2015-04-11 | 1 | -1/+6 |
* | vo_opengl: add blend-subtitles-res | Niklas Haas | 2015-04-10 | 2 | -4/+19 |
* | mp_image: remove redundant flags field | wm4 | 2015-04-10 | 2 | -6/+4 |
* | mp_image: remove redundant chroma_x/y_shift fields | wm4 | 2015-04-10 | 4 | -10/+6 |
* | mp_image: remove redundant plane_w/h fields | wm4 | 2015-04-10 | 4 | -21/+31 |
* | vo_opengl: use correct texture coordinates for nv12 | wm4 | 2015-04-10 | 1 | -1/+1 |
* | mp_image: fix build | wm4 | 2015-04-09 | 1 | -2/+0 |
* | mp_image: get rid of chroma_width/height fields | wm4 | 2015-04-09 | 1 | -2/+0 |
* | screenshots: drop some useless jpeg writer options | wm4 | 2015-04-09 | 1 | -11/+0 |
* | screenshots: write jpg files with original subsampling | wm4 | 2015-04-09 | 1 | -1/+5 |
* | opengl: win32 - add option 'dwmflush' to sync in DWM | Avi Halachmi (:avih) | 2015-04-09 | 3 | -0/+59 |
* | opengl: smoothmotion: wake up for next vsync a bit earlier | Avi Halachmi (:avih) | 2015-04-09 | 1 | -1/+1 |
* | opengl: drop less frames when clip and display have similar fps | Avi Halachmi (:avih) | 2015-04-09 | 1 | -1/+9 |
* | vo_opengl_cb: deprecate mpv_opengl_cb_render() | wm4 | 2015-04-09 | 1 | -2/+1 |
* | vo_opengl_cb: add a function to report vsync time | wm4 | 2015-04-09 | 1 | -0/+21 |
* | vo_opengl_cb: fix video timing somewhat | wm4 | 2015-04-09 | 1 | -2/+2 |
* | vo_opengl: log used GLXFBConfig | wm4 | 2015-04-09 | 1 | -0/+1 |
* | vo_opengl: remove unused function | wm4 | 2015-04-09 | 2 | -6/+0 |
* | video/out: fix screenshot image formats | wm4 | 2015-04-07 | 3 | -3/+3 |
* | vdpau: don't use a transparent image format for screenshots | wm4 | 2015-04-07 | 1 | -1/+1 |
* | screenshots: select best image format the encoder supports | wm4 | 2015-04-06 | 1 | -24/+34 |
* | vaapi: fight with Intel's broken video decoding GL interop | wm4 | 2015-04-05 | 1 | -24/+81 |
* | vf_format: add gamma override option | Niklas Haas | 2015-04-04 | 1 | -0/+4 |
* | vo_opengl: make csp options consistent with vf_format | Niklas Haas | 2015-04-04 | 1 | -20/+2 |
* | csputils: add some missing colorspaces | Niklas Haas | 2015-04-04 | 3 | -12/+92 |
* | vo_opengl: minor cleanup of gamma-related functions | Niklas Haas | 2015-04-04 | 1 | -5/+4 |
* | vo_opengl: blend-subtitles in non-linear light | Niklas Haas | 2015-04-04 | 1 | -35/+42 |
* | vo_opengl: make jinc presets resizable | Niklas Haas | 2015-04-04 | 1 | -6/+6 |
* | vo_opengl: add scale-wparam option | Niklas Haas | 2015-04-04 | 1 | -8/+12 |
* | filter_kernels: add haasnsoft | Niklas Haas | 2015-04-04 | 1 | -0/+4 |
* | filter_kernels: remove hermite window | Niklas Haas | 2015-04-04 | 1 | -1/+0 |
* | filter_kernels: add bartlett, blackman and welch windows | Niklas Haas | 2015-04-04 | 1 | -1/+17 |
* | vo_opengl: refactor scaler configuration | Niklas Haas | 2015-04-04 | 4 | -129/+179 |
* | vo_opengl: separate kernel and window | Niklas Haas | 2015-04-04 | 4 | -130/+192 |
* | vf_format: allow forcing aspect ratio | wm4 | 2015-04-03 | 1 | -0/+4 |
* | vf_format: allow forcing display size | wm4 | 2015-04-03 | 1 | -0/+7 |
* | vo_opengl: remove chroma-location suboption | wm4 | 2015-04-03 | 1 | -9/+2 |
* | vf_format: allow forcing rotation flags | wm4 | 2015-04-03 | 1 | -0/+7 |
* | vf_format: allow forcing stereo mode parameters | wm4 | 2015-04-03 | 1 | -0/+8 |
* | video: cleanup stereo mode parsing | wm4 | 2015-04-02 | 3 | -21/+20 |
* | vdpau: fix preemption handling | Dan Oscarsson | 2015-03-31 | 1 | -0/+23 |
* | video/out: remove unused colorspace reporting | wm4 | 2015-03-31 | 7 | -58/+1 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 5 | -50/+75 |
* | vf_format: don't crash if nonsense parameters are passed | wm4 | 2015-03-31 | 1 | -3/+23 |
* | vf_format: by default, pass through video without change | wm4 | 2015-03-31 | 1 | -22/+17 |
* | csputils: unify names for colorspace/etc. names | wm4 | 2015-03-31 | 1 | -23/+23 |
* | RPI support | wm4 | 2015-03-29 | 11 | -1/+865 |
* | vo_opengl: treat non-blended subtitles as sRGB | Niklas Haas | 2015-03-27 | 1 | -32/+44 |
* | vo_opengl: add FBOTEX_FUZZY alias | Niklas Haas | 2015-03-26 | 2 | -6/+5 |
* | vo_opengl: simplify sampler prelude | Niklas Haas | 2015-03-26 | 1 | -46/+44 |
* | vo_opengl: reset surfaces on equalizer updates | Niklas Haas | 2015-03-26 | 1 | -0/+1 |
* | vo_opengl: increase shader cache size | Niklas Haas | 2015-03-26 | 1 | -1/+1 |
* | vo_opengl: draw subtitles directly onto the video | Niklas Haas | 2015-03-26 | 4 | -60/+89 |
* | vo_opengl: set cscale=spline36 as default for opengl-hq | Niklas Haas | 2015-03-25 | 1 | -1/+1 |
* | vo_opengl: correct OSD PTS when using interpolation | Niklas Haas | 2015-03-25 | 1 | -1/+22 |
* | vf_vapoursynth: handle approximate EOF draining | wm4 | 2015-03-25 | 1 | -9/+28 |
* | vo_opengl: minor simplification | wm4 | 2015-03-25 | 1 | -17/+12 |
* | vo_opengl: check extensions properly | wm4 | 2015-03-25 | 1 | -1/+9 |
* | vo_opengl: cleanup swap_control extension loading | wm4 | 2015-03-25 | 2 | -6/+15 |
* | vo_opengl: drop support for old framebuffer extension | wm4 | 2015-03-25 | 1 | -15/+0 |
* | vo_wayland: fix null dereference | Jari Vetoniemi | 2015-03-23 | 1 | -1/+1 |
* | vo_opengl: do not block on wayland | Jari Vetoniemi | 2015-03-23 | 5 | -0/+31 |
* | vo_wayland: define opaque region | Jari Vetoniemi | 2015-03-23 | 1 | -0/+9 |
* | vo_wayland: share frame callbacks. | Jari Vetoniemi | 2015-03-23 | 4 | -39/+58 |
* | mp_image: reject 0-sized images | wm4 | 2015-03-23 | 1 | -2/+1 |
* | vo_opengl: fix XYZ input gamma | Niklas Haas | 2015-03-23 | 1 | -1/+1 |
* | vo_vdpau: remove some minor code duplication | wm4 | 2015-03-23 | 1 | -13/+7 |
* | vo_vdpau: check vdpau API return value | wm4 | 2015-03-23 | 1 | -0/+1 |
* | vdpau: remove dead assignment | wm4 | 2015-03-23 | 1 | -2/+1 |
* | vo_opengl: remove dead assignment | wm4 | 2015-03-23 | 1 | -3/+3 |
* | vo_opengl_cb: don't render OSD while VO is not created | wm4 | 2015-03-23 | 4 | -15/+25 |
* | vo_opengl: move OSD rendering to separate function | wm4 | 2015-03-23 | 1 | -39/+41 |
* | vo_opengl: fix video equalizer gamma controls | wm4 | 2015-03-22 | 1 | -1/+4 |
* | vo_opengl: fix background color option | wm4 | 2015-03-21 | 1 | -7/+5 |
* | vo_opengl: fix bicubic_fast scaler | wm4 | 2015-03-21 | 1 | -1/+1 |
* | vd_lavc: less confusing message when hardware decoding won't work | wm4 | 2015-03-20 | 1 | -2/+3 |
* | player: better handling of video with no timestamps | wm4 | 2015-03-20 | 1 | -1/+7 |
* | vo_xv: remove pointless cast | wm4 | 2015-03-20 | 1 | -2/+1 |
* | vf_expand: fix memory leak on memory allocation failure | wm4 | 2015-03-20 | 1 | -1/+3 |
* | mp_image: do not assume trailing stride padding exists | wm4 | 2015-03-20 | 1 | -4/+4 |
* | video: uninline memcpy_pic functions | wm4 | 2015-03-20 | 15 | -92/+53 |
* | video: replace pointless macro | wm4 | 2015-03-20 | 2 | -9/+4 |
* | mp_image: remove unneeded things | wm4 | 2015-03-20 | 2 | -39/+16 |
* | player: warn against non-monotonic video PTS only once | wm4 | 2015-03-18 | 1 | -5/+0 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 6 | -75/+59 |
* | vd_lavc: change message about using hardware decoding | wm4 | 2015-03-17 | 1 | -1/+1 |
* | video: don't drop anamorphic scaling if it's too minor | wm4 | 2015-03-16 | 1 | -8/+1 |
* | vo_opengl: reduce number of uniforms in dithering pass | wm4 | 2015-03-16 | 1 | -8/+5 |
* | vo_opengl: move glViewport call closer to draw call | wm4 | 2015-03-16 | 2 | -2/+3 |
* | vo_opengl: fix srgb replacement options | James Ross-Gowan | 2015-03-16 | 1 | -1/+1 |
* | vo_opengl: fix incorrectly drawn OSD in idle mode | wm4 | 2015-03-16 | 1 | -2/+2 |
* | vo_opengl: apply OSD color management | Niklas Haas | 2015-03-16 | 1 | -24/+39 |
* | vo_opengl: improve queue size heuristic | Niklas Haas | 2015-03-16 | 1 | -1/+1 |
* | vo_opengl: improve interpolation diagnostics | Niklas Haas | 2015-03-16 | 1 | -6/+9 |
* | vo_opengl: color manage after interpolation | Niklas Haas | 2015-03-16 | 1 | -13/+18 |
* | filter_kernels: add comment to prevent confusion | Niklas Haas | 2015-03-15 | 1 | -0/+2 |
* | vo_opengl: add oversample support for tscale | Niklas Haas | 2015-03-15 | 1 | -24/+45 |
* | vo_opengl: add oversample scaler | Niklas Haas | 2015-03-15 | 1 | -0/+38 |
* | vo_opengl: refactor smoothmotion -> interpolation | Niklas Haas | 2015-03-15 | 4 | -88/+159 |
* | vo_opengl: increase the number of video buffers | Niklas Haas | 2015-03-15 | 1 | -12/+16 |
* | vo_opengl: remove hwdec unmap_image callback | wm4 | 2015-03-14 | 5 | -22/+1 |
* | vo_opengl: silence vdpau hwdec warnings with smoothmotion | wm4 | 2015-03-14 | 1 | -4/+10 |
* | vo_opengl: only clamp when necessary | Niklas Haas | 2015-03-14 | 1 | -2/+2 |
* | cocoa: signal VO_EVENT_WIN_STATE on fps change | Stefano Pigozzi | 2015-03-14 | 1 | -0/+2 |
* | vo_opengl: fix incorrect wording in comment | Niklas Haas | 2015-03-14 | 1 | -1/+1 |
* | vo_opengl: fix uninitialization logic | Niklas Haas | 2015-03-14 | 1 | -1/+8 |
* | vo_opengl: apply alpha after conversion to rgb | Niklas Haas | 2015-03-13 | 1 | -12/+7 |
* | vo_opengl: replace float array with a struct | wm4 | 2015-03-13 | 4 | -59/+64 |
* | vo_opengl: remove unused declaration | wm4 | 2015-03-13 | 1 | -5/+0 |
* | vo: make sure display-fps is up-to-date | wm4 | 2015-03-13 | 1 | -2/+8 |
* | win32: support get display fps | Avi Halachmi (:avih) | 2015-03-13 | 1 | -0/+54 |
* | command: fix display-fps property (again) | wm4 | 2015-03-13 | 2 | -7/+24 |
* | vo_opengl: restore GL(ES) 2 compatibility | wm4 | 2015-03-13 | 1 | -0/+2 |
* | vo_opengl: don't test for arrays | wm4 | 2015-03-13 | 3 | -8/+2 |
* | vo_opengl: minor fix to a comment | wm4 | 2015-03-13 | 1 | -2/+2 |
* | w32_common: don't hide cursor when the menu is open | James Ross-Gowan | 2015-03-13 | 1 | -8/+8 |
* | vo_opengl: sample from the right tex for separated scalers | Niklas Haas | 2015-03-13 | 1 | -8/+8 |
* | command: display-fps is the display FPS as assumed by the VO | wm4 | 2015-03-12 | 1 | -1/+1 |
* | vo: update FPS only on state changes | wm4 | 2015-03-12 | 2 | -13/+33 |
* | vo_opengl: refactor shader generation (part 2) | Niklas Haas | 2015-03-12 | 7 | -199/+706 |
* | vo_opengl: refactor shader generation (part 1) | wm4 | 2015-03-12 | 9 | -1990/+1280 |
* | x11: ignore mouse enter/leave events due to pointer grab | wm4 | 2015-03-11 | 1 | -0/+4 |
* | vo: hide opengl-cb in --vo=help | wm4 | 2015-03-10 | 1 | -1/+1 |
* | vo_opengl_cb: clear last video frame on uninit() | wm4 | 2015-03-10 | 1 | -8/+9 |
* | vo_opengl: move minor helper to common code | wm4 | 2015-03-09 | 3 | -10/+6 |
* | w32_common: remove redundant is_maximized function | James Ross-Gowan | 2015-03-09 | 1 | -8/+1 |
* | cocoa: fix minimized state getter | Stefano Pigozzi | 2015-03-09 | 1 | -5/+2 |
* | x11: fix VOCTRL_GET_WIN_STATE | wm4 | 2015-03-09 | 1 | -0/+1 |
* | w32_common: support the "window-minimized" property | James Ross-Gowan | 2015-03-09 | 1 | -0/+6 |
* | cocoa: support the "window-minimized" property | Jaime Marquínez Ferrándiz | 2015-03-08 | 2 | -0/+32 |
* | vf_vavpp: fix deinterlacing | Filip Milivojevic | 2015-03-08 | 1 | -0/+8 |
* | cocoa: fix autohide in fullscreen | Stefano Pigozzi | 2015-03-08 | 4 | -5/+26 |
* | cocoa: fix mouse hiding with launchpad and dock folders | Stefano Pigozzi | 2015-03-08 | 3 | -1/+18 |
* | cocoa: clamp mouse position to window. | torque | 2015-03-07 | 1 | -0/+2 |
* | cocoa: update mouse coordinates when window is initialized. | torque | 2015-03-07 | 3 | -2/+4 |
* | cocoa: don't uninit light sensor if not present | Stefano Pigozzi | 2015-03-07 | 1 | -2/+4 |
* | vo_opengl/x11: fix automatic ICC profile loading | Martin Herkt | 2015-03-07 | 2 | -6/+11 |
* | cocoa: remove possible use after free | Stefano Pigozzi | 2015-03-07 | 1 | -5/+5 |
* | cocoa: fix some crashes caused by async uninit | Stefano Pigozzi | 2015-03-07 | 1 | -31/+15 |
* | vo_vaapi: fix video equalizer (second try) | wm4 | 2015-03-06 | 1 | -12/+36 |
* | vo_opengl: make smoothmotion-threshold inclusive | Niklas Haas | 2015-03-05 | 1 | -2/+2 |
* | vd_lavc: let --hwdec=auto select "vaapi-copy" | wm4 | 2015-03-05 | 1 | -1/+1 |
* | vo_vaapi: round equalizer values | wm4 | 2015-03-05 | 1 | -2/+5 |
* | vo_opengl: increase ambient light changes log level | Stefano Pigozzi | 2015-03-04 | 1 | -1/+1 |
* | win32: fix some more -Wparentheses warnings | wm4 | 2015-03-04 | 2 | -2/+2 |
* | vo_opengl: add gamma-auto option | Stefano Pigozzi | 2015-03-04 | 3 | -0/+48 |
* | cocoa: add support for querying ambient lighting | Stefano Pigozzi | 2015-03-04 | 2 | -0/+97 |
* | Remove some FFmpeg/Libav compatibility hacks | wm4 | 2015-03-03 | 4 | -19/+0 |
* | buid: readd -Wparentheses | wm4 | 2015-03-02 | 4 | -4/+4 |
* | vo_direct3d: support NV12 with shaders | wm4 | 2015-03-02 | 4 | -196/+359 |
* | vf_scale: libswscale is being stupid | wm4 | 2015-03-01 | 2 | -3/+10 |
* | Revert "Revert recent vo_opengl related commits" | Niklas Haas | 2015-02-28 | 8 | -23/+69 |
* | Revert recent vo_opengl related commits | wm4 | 2015-02-28 | 8 | -67/+21 |
* | video: fix typo | wm4 | 2015-02-28 | 1 | -1/+1 |
* | cocoa: remove the setNextKeyView hack | Stefano Pigozzi | 2015-02-28 | 1 | -4/+0 |
* | vd_lavc: respect lavc's color_trc field | Niklas Haas | 2015-02-28 | 2 | -0/+3 |
* | screenshots: check for AVFrame csp support | Niklas Haas | 2015-02-28 | 1 | -0/+2 |
* | screenshots: add support for csp tagging | Niklas Haas | 2015-02-28 | 2 | -0/+7 |
* | csputils: add missing gamma support | Niklas Haas | 2015-02-28 | 5 | -21/+55 |
* | csputils: add support for BT.470-M | Niklas Haas | 2015-02-28 | 2 | -1/+13 |
* | vo_opengl: delete 16 bit test texture | wm4 | 2015-02-27 | 1 | -0/+1 |
* | vo_opengl: fix some comments | wm4 | 2015-02-27 | 1 | -3/+3 |
* | options: handle choice -> flag fallback automatically | wm4 | 2015-02-27 | 1 | -2/+2 |
* | vo_opengl: implement antiringing for tensor scalers | Niklas Haas | 2015-02-27 | 2 | -7/+15 |
* | vo_opengl: test FBOs only if they're going to be used | wm4 | 2015-02-26 | 1 | -30/+28 |
* | vo_xv: don't attempt to clear window before mapped | wm4 | 2015-02-26 | 1 | -0/+2 |
* | vo_opengl: greatly increase smoothmotion performance | Niklas Haas | 2015-02-24 | 2 | -74/+105 |
* | vo_opengl: another GLES2 issue | wm4 | 2015-02-24 | 1 | -1/+9 |
* | vo_opengl: extend ifdef against shader arrays | wm4 | 2015-02-24 | 1 | -1/+2 |
* | video: remove redundant codec parameters | wm4 | 2015-02-24 | 1 | -5/+0 |
* | filter_kernels: rename bilinear_slow to triangle | Niklas Haas | 2015-02-24 | 1 | -3/+5 |
* | filter_kernels: add robidoux and robidouxsharp | Niklas Haas | 2015-02-24 | 1 | -0/+2 |
* | filter_kernels: redefine redundant filters | Niklas Haas | 2015-02-24 | 1 | -20/+6 |
* | filter_kernels: add ewa_lanczossharp alias | Niklas Haas | 2015-02-24 | 1 | -0/+4 |
* | vo_opengl: support polar filters of any radius | Niklas Haas | 2015-02-24 | 1 | -6/+7 |
* | vo_opengl: explicitly check potential candidates for polar filters | Niklas Haas | 2015-02-24 | 2 | -2/+11 |
* | filter_kernels: add blur parameter to jinc | Niklas Haas | 2015-02-23 | 1 | -4/+4 |
* | filter_kernels: gaussian: redefine the parameter | Niklas Haas | 2015-02-23 | 1 | -6/+2 |
* | filter_kernels: remove second parameter from kaiser | Niklas Haas | 2015-02-23 | 1 | -3/+2 |
* | filter_kernels: rename ginseng to ewa_ginseng | Niklas Haas | 2015-02-23 | 1 | -2/+2 |
* | filter_kernels: add ewa_hanning | Niklas Haas | 2015-02-23 | 1 | -0/+10 |
* | filter_kernels: minor code cleanup of jinc stuff | Niklas Haas | 2015-02-23 | 1 | -5/+1 |
* | vf: fix indentation level of verbose output | wm4 | 2015-02-23 | 1 | -2/+2 |
* | vo_opengl: slightly improve ewa_lanczos windowing | Niklas Haas | 2015-02-23 | 1 | -33/+4 |
* | video: un-discourage "vaapi-copy" hwdec mode | wm4 | 2015-02-20 | 1 | -5/+0 |
* | x11egl: minor cleanup | wm4 | 2015-02-20 | 1 | -4/+6 |
* | vo_opengl: minor robustness improvement in function loader | wm4 | 2015-02-20 | 1 | -2/+5 |
* | vo_opengl: add ginseng upscaler | Niklas Haas | 2015-02-20 | 1 | -0/+11 |
* | vo_opengl: fix smoothmotion coefficient calculation, for real this time | Niklas Haas | 2015-02-20 | 1 | -24/+31 |
* | input: add MOUSE_ENTER keybinding. | torque | 2015-02-18 | 4 | -2/+11 |
* | vo_opengl: glsl: remove trailing \ | wm4 | 2015-02-16 | 1 | -2/+2 |
* | vf_vapoursynth: replace a hack with a newer VS API function | wm4 | 2015-02-16 | 1 | -1/+1 |
* | vd_lavc: uninit the hwdec backend after closing the decoder | wm4 | 2015-02-14 | 1 | -6/+3 |
* | x11: fix uninitialized variable reads | wm4 | 2015-02-14 | 1 | -1/+1 |
* | x11: add XK_Cancel to the list of special keys | Martin Herkt | 2015-02-14 | 1 | -0/+1 |
* | vf_vapoursynth: add display refresh rate property | Julian | 2015-02-13 | 2 | -0/+2 |
* | x11: return a framerate even if no window is mapped | wm4 | 2015-02-13 | 1 | -8/+11 |
* | x11: make all XF86 special keys mappable | wm4 | 2015-02-13 | 1 | -0/+7 |
* | vo_opengl: fix smoothmotion coefficient calculation | Stefano Pigozzi | 2015-02-13 | 3 | -7/+5 |
* | vf_lavfi: drop useless option from wrapper filters | wm4 | 2015-02-12 | 1 | -4/+1 |
* | video/filters: simplify libavfilter bridge | wm4 | 2015-02-11 | 11 | -55/+45 |
* | vf_noise: remove internal implementation | wm4 | 2015-02-11 | 1 | -239/+8 |
* | vo: minor simplification | wm4 | 2015-02-07 | 1 | -13/+8 |
* | vo_vdpau: minor simplification | wm4 | 2015-02-07 | 1 | -4/+1 |
* | Revert "vo_opengl: disable alpha by default" | wm4 | 2015-02-06 | 1 | -2/+2 |
* | video: work around libswscale for PNG pixel formats | wm4 | 2015-02-06 | 4 | -5/+45 |
* | vo_opengl: add support for linear scaling without CMS | Niklas Haas | 2015-02-06 | 3 | -18/+31 |
* | vo_opengl: get rid of unused field approx_gamma | Niklas Haas | 2015-02-06 | 1 | -1/+0 |
* | vo_vdpau: remove unneeded code | wm4 | 2015-02-04 | 1 | -4/+0 |
* | vo_opengl: redraw when pausing while showing an interpolated frame | wm4 | 2015-02-04 | 3 | -1/+18 |
* | cocoa: improve refresh rate fallback code | Stefano Pigozzi | 2015-02-03 | 1 | -9/+14 |
* | cocoa: automatically fetch display-fps from the monitor | Stefano Pigozzi | 2015-02-03 | 1 | -0/+26 |
* | vo_opengl: disable alpha by default | wm4 | 2015-02-03 | 1 | -2/+2 |
* | vo_opengl: avoid unnecessary shader reinit on fullscreen toggle | wm4 | 2015-02-03 | 1 | -2/+4 |
* | vo_opengl: change initialization of gamma option | wm4 | 2015-02-03 | 2 | -15/+37 |
* | csputils, vo_opengl: remove per-component gamma | wm4 | 2015-02-03 | 4 | -15/+7 |
* | csputils: remove some unused functions, make some private | wm4 | 2015-02-03 | 2 | -69/+4 |
* | vo_opengl: change upper bound of :gamma to 2.0 | Niklas Haas | 2015-02-03 | 1 | -1/+1 |
* | vo_opengl: always clamp the video to range 0-1 | Niklas Haas | 2015-02-03 | 1 | -5/+4 |
* | win32: don't resize when window is minimized | wm4 | 2015-02-02 | 1 | -5/+6 |
* | command: add property returning detected hwdec API | wm4 | 2015-02-02 | 6 | -14/+16 |
* | vo_opengl: fix breakage with rotated video on initial display | wm4 | 2015-02-02 | 1 | -11/+11 |
* | vo_opengl: use triangle strip for video | wm4 | 2015-01-30 | 2 | -52/+29 |
* | vo_opengl: don't unnecessarily call glDebugMessageCallback() | wm4 | 2015-01-30 | 1 | -1/+2 |
* | vo_opengl: fix a cast | wm4 | 2015-01-29 | 1 | -1/+1 |
* | vf_vapoursynth: load Lua stdlib in Lua mode | wm4 | 2015-01-29 | 1 | -0/+1 |
* | vo_opengl: let hwdec driver report the exact image format | wm4 | 2015-01-29 | 5 | -24/+31 |
* | vo_opengl: move remaining OSD rendering parts to gl_osd.c | wm4 | 2015-01-29 | 3 | -136/+156 |
* | vo_opengl: split out a helper for drawing primitives | wm4 | 2015-01-29 | 3 | -16/+29 |
* | vo_opengl: some minor cleanups | wm4 | 2015-01-29 | 3 | -99/+74 |
* | vo_opengl: force redraw on command line changes | wm4 | 2015-01-29 | 1 | -0/+1 |
* | vo_opengl: move FBO helper to gl_utils | wm4 | 2015-01-29 | 3 | -118/+122 |
* | vo_opengl: fix shader issue with Intel drivers | wm4 | 2015-01-29 | 1 | -2/+2 |
* | vo_opengl: create abstraction for VAOs | wm4 | 2015-01-28 | 3 | -62/+124 |
* | vo_opengl: remove some unused functions | wm4 | 2015-01-28 | 3 | -33/+11 |
* | vo_opengl: move utility functions from loader to a separate file | wm4 | 2015-01-28 | 8 | -214/+263 |
* | vo_opengl: remove is_linear_rgb and clean up code | Niklas Haas | 2015-01-28 | 2 | -12/+13 |
* | vo_opengl: fix the fix for fixing odd video sizes | wm4 | 2015-01-28 | 1 | -16/+15 |
* | vo_opengl: fix display of ARGB ith color management enabled | wm4 | 2015-01-28 | 3 | -37/+9 |
* | vf_ilpack: remove this filter | wm4 | 2015-01-27 | 2 | -183/+0 |
* | vf_divtc: remove this filter | wm4 | 2015-01-27 | 3 | -713/+0 |
* | vf_phase: remove this filter | wm4 | 2015-01-27 | 2 | -310/+0 |
* | vf_swapuv: remove this filter | wm4 | 2015-01-27 | 2 | -66/+0 |
* | vf_softpulldown: remove this filter | wm4 | 2015-01-27 | 3 | -194/+0 |
* | vf_pullup: remove builtin implementation | wm4 | 2015-01-27 | 3 | -920/+10 |
* | ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAIL | Ben Boeckel | 2015-01-27 | 1 | -2/+2 |
* | vo_opengl: change the way unaligned chroma size is handled | wm4 | 2015-01-27 | 4 | -11/+27 |
* | vo: handle very long frame durations with smoothmotion enabled | wm4 | 2015-01-26 | 1 | -1/+1 |
* | vo_opengl: drop sRGB framebuffer detection | wm4 | 2015-01-26 | 2 | -9/+1 |
* | video/out: cosmetics: rename VO_EVENT_ICC_PROFILE_PATH_CHANGED | wm4 | 2015-01-26 | 4 | -7/+7 |
* | vo_opengl, x11: implement icc-profile-auto | wm4 | 2015-01-26 | 2 | -4/+36 |
* | vo_opengl: minor changes to ICC update code | wm4 | 2015-01-26 | 2 | -19/+20 |
* | vo_opengl: update a comment | wm4 | 2015-01-26 | 1 | -2/+3 |
* | vo_opengl: make "mitchell" the hq default filter for downscaling | wm4 | 2015-01-26 | 1 | -1/+2 |
* | vo_opengl: simplify radius initialization | wm4 | 2015-01-26 | 2 | -18/+6 |
* | vo_opengl: fancy-downscale affects luma-scaler only | wm4 | 2015-01-25 | 1 | -1/+1 |
* | vo: fix redraw logic | wm4 | 2015-01-25 | 1 | -4/+2 |
* | vo_opengl: remove remnants of dropped stereo buffer support | wm4 | 2015-01-24 | 3 | -15/+0 |
* | vo: generic redraw support | wm4 | 2015-01-24 | 2 | -7/+5 |
* | vo: simplify VOs by adding generic screenshot support | wm4 | 2015-01-24 | 14 | -134/+38 |
* | cocoa: fix fallback for OpenGL 2.1 hardware [2] | Stefano Pigozzi | 2015-01-24 | 1 | -7/+13 |
* | cocoa: fix fallback for OpenGL 2.1 hardware | Stefano Pigozzi | 2015-01-24 | 1 | -25/+25 |
* | video: separate screenshot modes | wm4 | 2015-01-23 | 12 | -68/+38 |
* | vo: fix disabling/enabling smoothmotion at runtime | wm4 | 2015-01-23 | 4 | -12/+10 |
* | vf_vavpp: add more deinterlacing algorithms | wm4 | 2015-01-23 | 1 | -7/+22 |
* | x11: remove unnecessary code | wm4 | 2015-01-23 | 1 | -3/+0 |
* | vo: allow dropping additional frames with smoothmotion | wm4 | 2015-01-23 | 1 | -6/+6 |
* | vo: cosmetics | wm4 | 2015-01-23 | 1 | -22/+24 |
* | vo: fix framedrop in normal case | wm4 | 2015-01-23 | 1 | -1/+2 |
* | vo_opengl: add smoothmotion frame blending | Stefano Pigozzi | 2015-01-23 | 7 | -20/+230 |
* | filter_kernels: improve a comment | wm4 | 2015-01-22 | 1 | -3/+2 |
* | vo_opengl: improve terminal messages with lscale suboption errors | wm4 | 2015-01-22 | 1 | -5/+13 |
* | vo_opengl: remove scale-sep and indirect options | Niklas Haas | 2015-01-22 | 2 | -16/+12 |
* | filter_kernels: get rid of sinc/lanczos aliases | Niklas Haas | 2015-01-22 | 1 | -12/+0 |
* | vo_opengl: rename all scale options to make more sense | Niklas Haas | 2015-01-22 | 2 | -20/+32 |
* | vo_opengl: switch to nearest neighbour for trivial resampling | Niklas Haas | 2015-01-22 | 2 | -3/+12 |
* | vo_opengl: always prefer indirect scaling | Niklas Haas | 2015-01-22 | 1 | -14/+5 |
* | vo_opengl: implement naive anti-ringing | Niklas Haas | 2015-01-22 | 3 | -10/+32 |
* | vo_opengl: unroll ewa_lanczos to avoid looping and unnecessary samples | Niklas Haas | 2015-01-22 | 2 | -10/+29 |
* | vo_opengl: clean up ewa_lanczos code | Niklas Haas | 2015-01-22 | 6 | -32/+60 |
* | vo_opengl: guarantee correct reinitialization on setting options | wm4 | 2015-01-22 | 1 | -0/+1 |
* | vo_opengl: don't reset unused GL_PACK_... state | wm4 | 2015-01-22 | 1 | -4/+1 |
* | vo_opengl: simplify screenshot code | wm4 | 2015-01-22 | 3 | -76/+13 |
* | vo_vdpau: don't render to an output surface if it could be busy | wm4 | 2015-01-22 | 1 | -6/+6 |
* | video: handle hwdec screenshots differently | wm4 | 2015-01-22 | 12 | -97/+172 |
* | mp_image_pool: allow passing pool=NULL in more places | wm4 | 2015-01-22 | 1 | -2/+4 |
* | video: have a generic context struct for hwdec backends | wm4 | 2015-01-22 | 17 | -34/+56 |
* | cocoa: remove support for systems without gl3.h header | Stefano Pigozzi | 2015-01-22 | 2 | -37/+3 |
* | vo_opengl: make the default radius 3.0 and simplify scaler documentation | Niklas Haas | 2015-01-21 | 2 | -3/+3 |
* | vaapi: minor simplification | wm4 | 2015-01-21 | 4 | -9/+6 |
* | video: remove vfcap.h | wm4 | 2015-01-21 | 21 | -109/+38 |