aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* wayland: reworked resizingGravatar Alexander Preisinger2013-05-07
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* vf_yadif: actually set PTS for output framesGravatar wm42013-05-06
* img_format: fix broken conditionGravatar wm42013-05-06
* csputils: use AVCOL_SPC_YCOCG instead of AVCOL_SPC_YCGCO (fixes Libav build)Gravatar wm42013-05-05
* video: add --hwdec-codecs option to whitelist codecs for hw decodingGravatar wm42013-05-04
* vd_lavc: allow explicitly selecting vdpau hw decodersGravatar wm42013-05-04
* video: support YCgCo colorspaceGravatar wm42013-05-04
* vo_opengl: XYZ input supportGravatar wm42013-05-04
* video: fix setting XYZ flagGravatar wm42013-05-04
* gl_video: use GL_SRGB only if it's really RGBGravatar wm42013-05-04
* vf_rotate: fix for some obscure pixel formatsGravatar wm42013-05-03
* wayland: fix wrong poll comment, check for errorsGravatar Alexander Preisinger2013-05-02
* wayland: avoid iterating over all outputsGravatar Alexander Preisinger2013-05-02
* wayland: remove unused stuffGravatar Alexander Preisinger2013-05-02
* wayland: use new function xkb_keymap_from_bufferGravatar Alexander Preisinger2013-05-02
* Fix compilation with LibavGravatar wm42013-05-01
* video: add XYZ supportGravatar wm42013-05-01
* wayland: remove input modifier variableGravatar Alexander Preisinger2013-05-01
* 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