aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* img_convert: add function to scale RGBA OSD imagesGravatar wm42013-08-12
* video: redo hw decoding initialization, add --hwdec=autoGravatar wm42013-08-11
* x11_common: get hack for Motif Window Manager out of the wayGravatar wm42013-08-11
* vo: unref waiting image before destroying VO driverGravatar wm42013-08-11
* wayland: add support for precise scrollingGravatar Alexander Preisinger2013-08-07
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* gl_video: handle non-mod-2 4:2:0 YUV video correctlyGravatar wm42013-08-06
* vo_corevideo: use new log APIGravatar Stefano Pigozzi2013-08-01
* vo_corevideo: move to C from Objective-CGravatar Stefano Pigozzi2013-08-01
* cocoa_common: use new log APIGravatar Stefano Pigozzi2013-08-01
* wayland: switch to the new mp_msg apiGravatar Alexander Preisinger2013-07-31
* video/out: use new mp_msg stuff for vo.c and vo_openglGravatar wm42013-07-31
* options: handle presets directly in m_configGravatar wm42013-07-31
* cocoa_common: simplify resize codeGravatar Stefano Pigozzi2013-07-30
* vd_lavc: print warning if hardware decoding API is not availableGravatar wm42013-07-30
* vd_lavc: fix CONFIG_VDPAU checkGravatar wm42013-07-30
* build: fix build with vdpau, simplifyGravatar wm42013-07-29
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* lavc_dr1: make reference counting thread-safeGravatar wm42013-07-28
* mp_image_pool: make reference counting thread-safeGravatar wm42013-07-28
* mp_image: make reference counting thread-safeGravatar wm42013-07-28
* m_config: refactor some thingsGravatar wm42013-07-28
* mp_image: pass through colorspace info to libavfilterGravatar wm42013-07-28
* vf: fix unintended overwriting of image infoGravatar wm42013-07-28
* gl_video: make sure image parameters are correctly set on screenshotsGravatar wm42013-07-26
* video: support setting libswscale chroma positionGravatar wm42013-07-25
* w32_common: Don't use globals for TRACKMOUSEEVENTGravatar Diogo Franco (Kovensky)2013-07-25
* w32_common: Track when the mouse leaves the windowGravatar Diogo Franco (Kovensky)2013-07-25
* mp_image: create AVBuffers for all planes when converting to AVFrameGravatar wm42013-07-24
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: make legacy hacks for AFs/VFs more explicitGravatar wm42013-07-22
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* Remove subopt-helperGravatar wm42013-07-22
* vf_scale: actually respect param and param2 suboptionsGravatar wm42013-07-22
* vo_opengl: some option changesGravatar wm42013-07-22
* vo_direct3d: use new option APIGravatar wm42013-07-22
* vo_opengl_old: use new option APIGravatar wm42013-07-22
* options: move --colorkey option to vo_xvGravatar wm42013-07-22
* vo_xv: use new option APIGravatar wm42013-07-22
* vo_direct3d: fix warning on MinGWGravatar wm42013-07-22
* options: hide encoding AO/VO in help outputGravatar wm42013-07-21
* options: use new code for parsing --voGravatar wm42013-07-21
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* vf: remove unnecessary indirectionGravatar wm42013-07-21
* cocoa_common: fix regression in draggable state computationGravatar Stefano Pigozzi2013-07-21
* cocoa_common: fix styleGravatar Stefano Pigozzi2013-07-21
* cocoa_common: move tracking area setup to updateTrackingAreasGravatar Stefano Pigozzi2013-07-21
* x11: add key modifiers to mouse button eventsGravatar wm42013-07-21
* w32_common: show the cursor in the window borderGravatar James Ross-Gowan2013-07-21
* cocoa_common: handle keyboard modifiers for mouse eventsGravatar Stefano Pigozzi2013-07-21