aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vo_image: start image file numbers at 1Gravatar wm42013-05-18
* video/filter: fix option parser memory leakGravatar wm42013-05-18
* core: allow changing filter filters at runtimeGravatar wm42013-05-18
* vd_lavc: change VDCTRL_REINIT_VO behaviorGravatar wm42013-05-18
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOGravatar wm42013-05-18
* mp_image: align image allocation heightGravatar wm42013-05-17
* cocoa_common: vo_corevideo: fix window initializationGravatar Stefano Pigozzi2013-05-16
* vd_lavc: hack-fix vdpau decoding with non mod 16 videoGravatar wm42013-05-14
* cocoa_common: order front window only when invisible [2]Gravatar Stefano Pigozzi2013-05-14
* cocoa_common: order front window only when invisibleGravatar Stefano Pigozzi2013-05-13
* cocoa_common: don't use recursive lockingGravatar Stefano Pigozzi2013-05-13
* cocoa_common: remove pointless locking when using -fsGravatar Stefano Pigozzi2013-05-13
* cocoa_common: fix a bug in window dragging stateGravatar Stefano Pigozzi2013-05-13
* cocoa_common: fix deadlock when calling resize_redrawGravatar Stefano Pigozzi2013-05-12
* cocoa_common: add native OSX fullscreen supportGravatar Stefano Pigozzi2013-05-12
* OSX: run native event loop in a separate threadGravatar Stefano Pigozzi2013-05-12
* OSX: use native Cocoa's event loopGravatar Stefano Pigozzi2013-05-12
* add a way to resize window contents without VO resizeGravatar wm42013-05-12
* vo_opengl: lock OpenGL contextGravatar wm42013-05-12
* gl_common: add some sort of locking APIGravatar wm42013-05-12
* 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