aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* wayland: use GetTimerMS for hiding mouse cursorGravatar Alexander Preisinger2013-05-01
* wayland: use mpv internal key auto-repeat handlingGravatar Alexander Preisinger2013-05-01
* cocoa_common: fix window sizingGravatar Stefano Pigozzi2013-04-28
* vd_lavc: fix decoder init failure pathGravatar wm42013-04-27
* vf_lavfi: move compat crap to the start of the fileGravatar wm42013-04-26
* vf_lavfi: silence stupid deprecation warningGravatar wm42013-04-26
* vf_lavfi: recreate filter graph on seekGravatar wm42013-04-25
* x11: use mpv internal key auto-repeat handling if possibleGravatar wm42013-04-24
* vo_opengl_old: remove nomanyfmts warningGravatar wm42013-04-23
* vf_lavfi: add libavfilter bridgeGravatar wm42013-04-21
* mp_image: provide function to convert mp_image to AVFrameGravatar wm42013-04-21
* x11_common: minor simplificationGravatar wm42013-04-21
* cocoa_common: keep aspect ratio when clipping windowGravatar Stefano Pigozzi2013-04-17
* change reverse DNS strings to io.mpv.*Gravatar Stefano Pigozzi2013-04-16
* cocoa_common: refactor centered resizeGravatar Stefano Pigozzi2013-04-16
* vf_divtc, vf_phase: Fix handling of subsampled formatsGravatar Martin Herkt2013-04-10
* wayland: use vo flags for enabling alpha supportGravatar Alexander Preisinger2013-04-02
* wayland: enable alpha supportGravatar Alexander Preisinger2013-04-02
* gl_video: remove double const qualifierGravatar Stefano Pigozzi2013-03-30
* gl_video: add some missing includesGravatar wm42013-03-30
* gl_lcms: fix compilation when lcms2 is not availableGravatar wm42013-03-30
* gl_video: actually fix shader compilation on OSXGravatar wm42013-03-28
* gl_video: fix OSX by not using undefined name in GLSL "#if"Gravatar wm42013-03-28
* gl_header_fixes: add GL_RGBA32FGravatar wm42013-03-28
* gl_video: use choice option type for dither-depth suboptionGravatar wm42013-03-28
* vo: rename vo_draw_image to vo_queue_imageGravatar wm42013-03-28
* vo: remove two unused symbolsGravatar wm42013-03-28
* gl_video: add some alpha FBO formatsGravatar wm42013-03-28
* vo_opengl: add alpha outputGravatar wm42013-03-28
* gl_video: always upload all planesGravatar wm42013-03-28
* gl_video: support NV21 tooGravatar wm42013-03-28
* gl_video: add support for NV12Gravatar wm42013-03-28
* gl_video: make it possible for planes to have different formatsGravatar wm42013-03-28
* gl_video: move video image fields into a structGravatar wm42013-03-28
* vo_opengl: split into multiple files, convert to new option APIGravatar wm42013-03-28
* gl_common: split into platform specific filesGravatar wm42013-03-28
* core: always pass data via packet fields to video decodersGravatar wm42013-03-28
* w32_common: Cygwin64 fixesGravatar Kovensky2013-03-23
* wayland: fully support cursor autohide optionsGravatar Alexander Preisinger2013-03-23
* w32_common: reset internal display size to the window sizeGravatar wm42013-03-19
* video: deal with 0x0 window sizeGravatar wm42013-03-19
* x11_common: remove assumption that video is always centeredGravatar wm42013-03-17
* video: enable panscan calculations even in windowed modeGravatar wm42013-03-17
* video: apply --no-keepaspect even on fullscreenGravatar wm42013-03-17
* video: remove rounding of display size to multiples of 2Gravatar wm42013-03-17
* video: remove aspect.h includes from files which don't need itGravatar wm42013-03-17
* video: simplify aspect calculation stuffGravatar wm42013-03-17
* vo_xv: minor simplificationsGravatar wm42013-03-17
* vo_x11: accept all swscale formatsGravatar wm42013-03-17
* vo_corevideo: use generic aspect ratio codeGravatar wm42013-03-17