summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* Add some missing "const"swm42014-10-101-1/+1
* cocoa: post keydown and keyup events without event monitorStefano Pigozzi2014-10-093-0/+14
* cocoa: fix 'uninitalized' accessStefano Pigozzi2014-10-091-9/+7
* x11: fix inverted conditionwm42014-10-091-2/+3
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-091-1/+1
* vf_lavfi: proper rounding for lavfi->mpv aspect ratiowm42014-10-091-2/+3
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-085-18/+33
* vf_lavfi: fix compilation failurewm42014-10-081-1/+0
* x11: disable various features when embedding the windowwm42014-10-071-3/+5
* cocoa: try to fix sizing bugs on retina displaysStefano Pigozzi2014-10-061-2/+2
* cocoa: fix mouse autohideStefano Pigozzi2014-10-051-1/+1
* cocoa: remove a debug commentoStefano Pigozzi2014-10-051-1/+1
* cocoa: separate video view and events viewStefano Pigozzi2014-10-056-18/+90
* cocoa: fix fullscreen with bundleStefano Pigozzi2014-10-051-1/+1
* cocoa: readd some function callsStefano Pigozzi2014-10-051-1/+3
* cocoa: actually reset the event flagsStefano Pigozzi2014-10-051-0/+1
* cocoa: remove some useless flagsStefano Pigozzi2014-10-051-19/+10
* cocoa: disable some features when embedding in another windowStefano Pigozzi2014-10-051-23/+25
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-053-59/+4
* cocoa: fix some pointer casts to be 32bit safeStefano Pigozzi2014-10-051-1/+1
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-053-30/+81
* cocoa: simplify the config code and run it on the main threadStefano Pigozzi2014-10-051-9/+1
* options: add --no-keepaspect-windowwm42014-10-042-3/+3
* cocoa: don't reset presentation options on uninitStefano Pigozzi2014-10-041-1/+0
* cocoa: only call resize for view changing frameStefano Pigozzi2014-10-042-5/+2
* cocoa: remove pointless drawRectStefano Pigozzi2014-10-041-7/+0
* cocoa: make fullscreening look like an atomic operationStefano Pigozzi2014-10-041-0/+16
* cocoa: make resizing wake the vo threadStefano Pigozzi2014-10-041-0/+1
* cocoa: remove dead codeStefano Pigozzi2014-10-042-19/+0
* vf_stereo3d: fix "auto" input format with libavAlessandro Ghedini2014-10-041-1/+1
* x11: stupid workaround for XMonadwm42014-10-041-1/+5
* cocoa: move to a simpler threading modelStefano Pigozzi2014-10-047-114/+37
* video: return responsibility of video redraw back to playloopwm42014-10-032-3/+20
* x11: fix --wid=0wm42014-10-021-0/+1
* vo_vdpau: don't try to create surfaces of size 0wm42014-10-012-11/+11
* w32_common: quit event loop on destroyJames Ross-Gowan2014-09-301-6/+11
* vd_lavc: fix a small memory leak on init errorwm42014-09-292-8/+5
* x11: always wait for mapped when using --widwm42014-09-291-2/+3
* client API, X11: change default keyboard input handling againwm42014-09-281-12/+6
* Fix build with libavfilter disabledwm42014-09-281-1/+1
* video: change automatic rotation and 3D filter insertionwm42014-09-272-11/+111
* vf_lavfi: make chaining from other filters more flexiblewm42014-09-273-26/+45
* Remove mpbswap.hwm42014-09-252-4/+4
* video: remove BITMAPINFOHEADER from internal demuxer APIwm42014-09-251-14/+7
* vf_vapoursynth: make it possible to get filter output incrementallywm42014-09-231-27/+77
* video: fix redrawing when pausing after framedropwm42014-09-211-1/+1
* video: fix some vo_direct3d crashes due to FFmpeg nonsensewm42014-09-211-1/+2
* vo_vdpau: better integration with the generic framedrop codewm42014-09-204-16/+29
* vo_vdpau: fix confusion around vsync_intervalwm42014-09-201-10/+9
* wayland: use reported rete and delayAlexander Preisinger2014-09-191-2/+27
* vf_lavfi: fetch output frames incrementallywm42014-09-181-22/+24
* video/filter: allow better dataflowwm42014-09-182-2/+20
* video: wake up core as soon as possiblewm42014-09-161-0/+1
* vo_wayland: remove unnecessary checkAlexander Preisinger2014-09-161-19/+10
* wayland/buffer: use buffer macros consistentlyAlexander Preisinger2014-09-161-3/+3
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapwm42014-09-152-3/+18
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-141-1/+1
* x11: remove unused functionwm42014-09-142-9/+1
* wayland_common: fix changing videos when fullscreenAlexander Preisinger2014-09-102-15/+3
* vo_wayland: pixel perfect buffersAlexander Preisinger2014-09-105-342/+500
* win32: don't request window size larger than the screenwm42014-09-101-3/+34
* win32: copy event flags after running VOCTRLswm42014-09-071-5/+2
* vo_corevideo: remove this VOStefano Pigozzi2014-09-062-576/+0
* vo_sdl: fix typowm42014-09-051-1/+1
* malloc+memset(0) to callocBruno George de Moraes2014-09-052-7/+4
* build: handle insane libavcodec API bullshitwm42014-09-051-11/+25
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-055-10/+12
* wayland: print some useful outptu infoAlexander Preisinger2014-09-032-15/+21
* wayland: only save current mode of outputsAlexander Preisinger2014-09-031-1/+2
* x11: add rewind and forward keysKenneth Zhou2014-09-031-2/+4
* video: adjust some Matroska 3D formatswm42014-08-311-2/+2
* x11: when using --wid, inherit event flags from parent windowwm42014-08-311-5/+10
* csputils: adjust commentwm42014-08-302-3/+5
* video: initial Matroska 3D supportwm42014-08-306-1/+44
* vf_softpulldown: handle null mpi_image correctlyshdown2014-08-301-3/+3
* gl_wayland: fix crash after eglInitialze failedAlexander Preisinger2014-08-301-6/+8
* vo_opengl: remove macro operator from shaderBin Jin2014-08-292-21/+7
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-2915-20/+12
* vo_opengl: don't pass (char*)NULL as %s printf argumentwm42014-08-281-2/+3
* vo_opengl: fix shaderwm42014-08-281-7/+9
* vo_opengl: add parameter to gaussian filterBin Jin2014-08-261-2/+7
* vo_opengl: add radius options for filtersBin Jin2014-08-264-1/+17
* vo_opengl: add cparam1 and cparam2 optionsBin Jin2014-08-263-21/+42
* vo_opengl: add spline64 filter kernelBin Jin2014-08-261-0/+19
* vo_opengl: don't cut off feature list outputwm42014-08-251-1/+1
* video: avoid unnecessary frame droppingwm42014-08-231-1/+5
* video: some debugging outputwm42014-08-221-0/+4
* vf_vapoursynth: add more VS frame propertiesBin Jin2014-08-221-0/+8
* vf_vapoursynth: add display resolution supportBin Jin2014-08-221-0/+5
* vaapi: try dealing with Intel's braindamaged shit driverswm42014-08-217-2/+84
* video: don't assume query_format is thread-safewm42014-08-202-0/+16
* wayland: replace deprecated xkbcommon functionsAlexander Preisinger2014-08-201-3/+3
* vo_wayland: fix formatting inconsistenciesAlexander Preisinger2014-08-201-4/+4
* vo_wayand: save the flip time in the frame handlerAlexander Preisinger2014-08-201-0/+10
* video: add VOCTRL_GET_RECENT_FLIP_TIMEwm42014-08-182-1/+7
* vo_opengl: add check-pattern suboption for testingwm42014-08-181-2/+28
* video: dump vsync phase into stats filewm42014-08-181-2/+4
* vaapi: we need more surfaceswm42014-08-181-1/+2
* wayland: dynamically report display fpsAlexander Preisinger2014-08-182-21/+60
* x11: listen to xrandr eventswm42014-08-172-0/+18
* x11: fix xrandr conditional compilationwm42014-08-171-1/+1
* video: make vo_opengl the default over vo_vdpauwm42014-08-171-3/+3
* video: take refresh rate changes into accountwm42014-08-173-28/+37
* x11: fix memory leakswm42014-08-171-3/+9
* build: drop check for XF86keysym.hwm42014-08-161-6/+1
* x11: use xrandr to retrieve display refresh ratewm42014-08-163-25/+78
* vo_wayland: fix redrawing logicwm42014-08-161-8/+8
* video: add --display-fps switch to control framedrop FPSwm42014-08-161-3/+7
* vo_opengl: optional support for using GLX_SGI_video_syncwm42014-08-151-1/+19
* gl_common: add SGI_video_sync extensionwm42014-08-152-0/+11
* vo_opengl: if glfinish is used, also call it after swapppingwm42014-08-151-0/+3
* video: add VO framedropping modewm42014-08-154-17/+115
* vo: eliminate a redundant variablewm42014-08-151-10/+5
* vo: remove unused libavutil includewm42014-08-141-2/+0
* vo: fix mingw compilationwm42014-08-141-0/+2
* wayland: pointer interface is created after themeAlexander Preisinger2014-08-131-13/+8
* vdpau: correctly mark invalid mixer as such on vdp_video_mixer_create() failureAlessandro Ghedini2014-08-131-0/+3
* vo_vdpau: fix screenshots with anamorphic videowm42014-08-131-1/+1
* x11: vdpau GLX interop needs X11 threadswm42014-08-131-0/+2
* video: fix and simplify video format changes and last frame displaywm42014-08-122-70/+36
* video: move display and timing to a separate threadwm42014-08-1211-122/+481
* video: don't keep multiple pointers to hwdec info structwm42014-08-116-25/+28
* vaapi: fix uninitialized value readwm42014-08-111-1/+1
* vf_vapoursynth: print more diagnostics on errorwm42014-08-111-3/+9
* vdpau: allocate surfaces by agewm42014-08-112-1/+11
* vo_sdl: fix redrawing issuewm42014-08-101-1/+1
* video: remove "hard" framedrop modewm42014-08-091-5/+10
* vo_direct3d: allow resizing before video initwm42014-08-061-1/+1
* win32: never call GetClientRect(0, ...)wm42014-08-062-2/+6
* wayland: remove redundant lineAlexander Preisinger2014-08-061-1/+0
* wayland: changes for nested compositorsAlexander Preisinger2014-08-061-20/+50
* cocoa: macosx_application needs cocoa-applicationFRAU KOUJIRO2014-08-062-3/+7
* cocoa: move handleFilesArray: to macosx_eventsFRAU KOUJIRO2014-08-061-2/+2
* win32: fix buildwm42014-08-051-1/+0
* win32: create OpenGL context on the GUI threadwm42014-08-053-12/+40
* win32: cleanup OpenGL context creationwm42014-08-051-37/+33
* vdpau: don't crash on flipped imageswm42014-08-051-5/+12
* gl_wayland: Don't try to resize the egl_window before it existsMichael Forney2014-08-041-0/+3
* Improve setting AVOptionswm42014-08-022-20/+9
* win32: fix assertion failurewm42014-08-011-12/+10
* vda: only support the new hwaccel 1.2 API (remove old code)Stefano Pigozzi2014-08-012-151/+17
* video/filter: add vf_bufferwm42014-07-302-0/+95
* vdpau: don't upload video images in advancewm42014-07-293-39/+11
* vo_x11: fix build with older Libav versionswm42014-07-281-4/+4
* video: add a default color space for files with no videoNiklas Haas2014-07-281-0/+3
* vo: remove vo_mouse_movement() wrapperwm42014-07-278-30/+12
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-275-40/+11
* win32: remove minor non-sensewm42014-07-261-1/+0
* win32: move window handling to a separate threadwm42014-07-261-60/+174
* vo: hack to avoid threading issues with mouse inputwm42014-07-265-1/+7
* win32: use gcc TLS instead of WM_NCCREATE tricks for window contextwm42014-07-261-10/+9
* win32: make a flag explicitwm42014-07-261-1/+1
* win32: simplify some --wid embedding codewm42014-07-261-26/+9
* win32: don't use CS_OWNDCwm42014-07-262-46/+64
* win32: remove worthless doxygen commentswm42014-07-261-39/+4
* win32: make private struct private, refactorwm42014-07-264-221/+201
* cocoa: don't send messages to uninitialized gl contextsStefano Pigozzi2014-07-191-1/+6
* cocoa: fix regression preventing window resizeStefano Pigozzi2014-07-151-1/+3
* cocoa: fix compilation on OS X 10.8Stefano Pigozzi2014-07-141-0/+5
* Remove some mp_msg calls with no trailing \nwm42014-07-132-20/+26
* video/out: use strcmp() instead of strcasecmp() for equalizerswm42014-07-103-16/+16
* build: deal with endian messwm42014-07-102-2/+3
* cocoa: simplify logic that returns used bits per colorStefano Pigozzi2014-07-081-9/+1
* cocoa: move CGL context creation to gl_cocoaStefano Pigozzi2014-07-083-124/+118
* vf_vapoursynth: reset error state on seekingwm42014-07-051-0/+1
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-052-4/+0
* x11: avoid obscure behavior when --wid is partially garbagewm42014-07-041-1/+1
* x11: clear window only on initial mapwm42014-07-021-1/+2
* Audit and replace all ctype.h useswm42014-07-013-6/+5
* vo_opengl: Make approx-gamma affect OSD/subNiklas Haas2014-06-222-4/+8
* video: Include better heuristics for guessing primariesNiklas Haas2014-06-223-4/+25
* video: Refactor rendering intent for DCP XYZ and :srgbNiklas Haas2014-06-223-59/+98