summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vo_rpi, wayland: fix buildwm42015-09-251-2/+2
* vo_opengl: vaapi: undo vaAcquireBufferHandle() correctly on errorwm42015-09-251-2/+4
* vaapi: cosmetics, minor fixeswm42015-09-251-3/+3
* vo_opengl: vaapi: handle YV12 correctlywm42015-09-251-0/+3
* vo_opengl: vaapi: document DRM fourcc upstream defineswm42015-09-251-3/+4
* vo_opengl: vaapi: use dummy image to determine plane layoutwm42015-09-251-9/+8
* vo_opengl: vaapi: remove unnecessary loopwm42015-09-251-2/+1
* vo_opengl: vaapi: fix cleanupwm42015-09-251-0/+2
* vo_opengl: support new VAAPI EGL interopwm42015-09-252-0/+251
* vo_opengl: add mechanism to retrieve Display from EGL contextwm42015-09-251-0/+18
* vo_opengl: load certain EGL extensions needed for VAAPI EGL interopwm42015-09-254-1/+50
* vo_opengl: actually set hardware decoder mapped texture formatwm42015-09-244-3/+6
* client API: rename GL_MP_D3D_interfaceswm42015-09-243-4/+12
* vo_opengl: remove sharpen scalers, add sharpen sub-optionwm42015-09-234-46/+34
* vo_opengl: move deband_opts declaration to where it's usedwm42015-09-232-8/+8
* vo_opengl: remove unsued chroma_location fieldwm42015-09-232-2/+0
* vo_opengl: move shader file caching to video.cwm42015-09-234-50/+44
* vd_lavc: do not abort hardware decoding on errorswm42015-09-231-8/+7
* vf_vavpp: allocate output surfaces with the same size as inputwm42015-09-233-1/+15
* va_vavpp: set input/output processing regionwm42015-09-231-2/+2
* vd_lavc: minor cleanup to hwdec fallback codewm42015-09-231-15/+8
* win32: allow multiple windows at the same timewm42015-09-221-6/+1
* vf_yadif: add hack for Libav compatibilitywm42015-09-201-3/+12
* vf_vdpaurb: query_format is still requiredPhilip Langdale2015-09-181-0/+6
* vf_vdpaurb: Pass through non-hardware-decoded contentPhilip Langdale2015-09-151-9/+8
* video/filter: remove some vf_lavfi wrapperswm42015-09-115-304/+0
* vf_lavfi: cosmetics: fix coding stylewm42015-09-111-11/+11
* vf: vf_stereo3d depends on libavfilterwm42015-09-111-1/+1
* video: make --field-dominance set interlaced flagKevin Mitchell2015-09-101-4/+6
* vo_rpi: fix compilationwm42015-09-111-2/+2
* video: do not use deprecated libavutil pixdesc fieldswm42015-09-101-5/+15
* vo_opengl: fix shader compilation with debanding and OSX hwdecwm42015-09-103-8/+10
* vo_opengl: move sampler type mapping to a functionwm42015-09-102-7/+14
* vo_opengl: fix deband sub-option handlingwm42015-09-091-1/+6
* vo_opengl: implement debanding (and remove source-shader)Niklas Haas2015-09-096-84/+195
* vo_opengl: move self-contained shader routines to a separate fileNiklas Haas2015-09-094-348/+424
* vo_opengl: reduce code duplication for scaler optionsNiklas Haas2015-09-091-33/+16
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-0926-40/+40
* vo_opengl: move gl_* files to their own subdirNiklas Haas2015-09-0926-24/+24
* vo_opengl: minor refactorNiklas Haas2015-09-091-5/+5
* vo_opengl: filter allowed options in dumb-modewm42015-09-081-14/+14
* vo_opengl: move gl_video_opts copying code to separate functionwm42015-09-082-15/+22
* vo_opengl: restore single pass optimization as separate code pathwm42015-09-072-30/+78
* vo_opengl: move video source rectangle computation to a functionwm42015-09-071-18/+29
* vo_opengl: comsetics: remove unnecessary line breakwm42015-09-071-4/+2
* vo_opengl: require FBOs and get rid of the single-pass optimizationNiklas Haas2015-09-071-82/+34
* vo_opengl: use the correct attribute name for vertex positionwm42015-09-041-2/+2
* vd_lavc: better hwdec log outputwm42015-09-022-4/+17
* vd_lavc: factor all hwdec fallbacks into the same functionwm42015-09-021-24/+19
* vo_opengl: improve robustness against PBO failurewm42015-09-021-29/+40
* vo_opengl: enable pbo by default with opengl-hqwm42015-09-021-0/+1
* vo_opengl: slightly simplify plane size determinationwm42015-09-021-2/+5
* vo_opengl: don't distinguish "real" and texture sizewm42015-09-023-34/+28
* vo_opengl: simplify PBO copywm42015-09-021-6/+2
* vo_opengl: rename get_image to map_imagewm42015-09-021-2/+2
* vo_opengl: remove redundant statement in PBO codewm42015-09-022-5/+0
* vo_opengl: remove some leftoverswm42015-09-011-4/+0
* vo_opengl, vda: return to old statewm42015-09-012-31/+5
* vo_rpi, vo_opengl: do not globally terminate EGL on VO uninitwm42015-08-311-2/+1
* vo_opengl: fix alpha video in one casewm42015-08-301-0/+2
* video: make container vs. bitstream aspect ratio configurablewm42015-08-302-17/+38
* w32: shift drag and drop appendsKevin Mitchell2015-08-301-2/+4
* x11: drag and drop append with modifierKevin Mitchell2015-08-302-1/+8
* input: add append argument to file drop eventKevin Mitchell2015-08-303-4/+5
* vo_opengl: force redraw when framestepping with interpolationwm42015-08-251-1/+3
* vd_lavc: bump number of allocated surfaces for hwdec with HEVCwm42015-08-241-1/+4
* vaapi: add HEVC profile entrieswm42015-08-241-0/+10
* vda, videotoolbox: guard against unexpected pixel formatwm42015-08-231-0/+4
* vda, videotoolbox: fix broken condition in screenshot codewm42015-08-231-1/+1
* vo_opengl: remove dead codewm42015-08-221-9/+0
* gl_wayland: Wait for frame callbacksJari Vetoniemi2015-08-211-0/+5
* vo_wayland: Wait for frame callbacksJari Vetoniemi2015-08-213-18/+84
* gl_wayland: eglSwapInterval(0) to avoid blockingJari Vetoniemi2015-08-213-18/+14
* vo_opengl: add tscale-clamp optionNiklas Haas2015-08-204-2/+9
* vo_rpi: disable background by defaultwm42015-08-201-6/+13
* gl_rpi: destroy the EGLSurface toowm42015-08-201-2/+5
* vo_rpi: use correct variable for osd layerwm42015-08-201-1/+1
* vo_rpi: fix blackscreen before the first subtitle/OSD is renderedwm42015-08-201-0/+1
* vd_lavc: remove unneeded hwdec parameterswm42015-08-198-25/+16
* vo_rpi: redraw subtitles only on changewm42015-08-183-4/+33
* vo_rpi: use EGL to render subtitleswm42015-08-183-125/+85
* rpi: factor out context creationwm42015-08-182-63/+108
* video: fix VideoToolbox/VDA autodetectionwm42015-08-174-44/+24
* vo_rpi: fix NULL pointer derefwm42015-08-141-1/+1
* vo_rpi: simplify background handlingwm42015-08-131-19/+1
* vo_rpi: unregister vsync callbackwm42015-08-131-1/+3
* vo_rpi: skip OSD rendering when repeating frameswm42015-08-131-4/+8
* vo: fix video EOF with display-syncwm42015-08-121-2/+2
* cocoa: hide cursor using a blank image instead of a system-wide APIRodger Combs2015-08-111-4/+14
* vo_rpi: support display syncwm42015-08-101-4/+51
* player: add display sync modewm42015-08-102-10/+84
* video: remove old vdpau hwaccel API usagewm42015-08-101-224/+0
* vf_vdpaurb: Don't segfault if input mpi is nullPhilip Langdale2015-08-051-0/+4
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-058-11/+176
* vo_vdpau: fix frame scheduling if display FPS is unknownwm42015-08-042-3/+3
* vo: fix inverted conditionwm42015-08-031-1/+1
* image_writer: don't use jpeg baseline, and remove useless jpeg optionswm42015-08-021-6/+1
* vo: correctly account for dropped frameswm42015-08-011-4/+4
* vo_opengl: minor simplificationswm42015-08-011-4/+2
* win32: revert wchar_t changeswm42015-08-013-13/+13
* win32: more wchar_t -> WCHAR replacementswm42015-07-303-6/+6
* vo_direct3d: create multithreaded IDirect3DDevice9wm42015-07-301-1/+2
* win32: replace wchar_t with WCHARwm42015-07-291-8/+8
* vo_opengl: framebuffers work under GLES 2wm42015-07-271-1/+1
* vo_opengl: slightly more informative message when disabling scalerswm42015-07-271-4/+4
* vo_rpi: determine and return display refresh ratewm42015-07-271-0/+24
* vo_opengl: minor cleanup to hwdec texture setting codewm42015-07-261-14/+9
* vo_opengl: remove legacy GL detectionwm42015-07-241-23/+1
* vo_opengl: fix scale=oversample's threshold calculationsNiklas Haas2015-07-231-1/+1
* video: don't restrict --vd-lavc-threads to a maximum of 16wm42015-07-231-1/+1
* Revert "vo_opengl: make the size of interpolation textures exact"wm42015-07-221-2/+2
* vf_scale: cleanup log messageswm42015-07-201-12/+3
* vo: minor simplification for queue size handlingwm42015-07-204-15/+14
* vo_opengl: add temporal-dither-period optionNiklas Haas2015-07-202-1/+5
* vo_opengl: make oversample the default for opengl-hq as wellNiklas Haas2015-07-201-1/+1
* vf_vapoursynth: relicense to LGPL 2.1+wm42015-07-191-7/+7
* vo_opengl: make the size of interpolation textures exactNiklas Haas2015-07-181-2/+2
* screenshot: don't write PNG colorspace tags by defaultwm42015-07-181-1/+1
* vo_opengl: cleanup frame reupload logicwm42015-07-171-8/+9
* vo_opengl: refactor queue configurationwm42015-07-164-23/+29
* vo: fix number of future frameswm42015-07-162-2/+2
* vo_opengl: reject future images in different formatswm42015-07-151-1/+2
* vaapi: destroy derived VAImage after each usewm42015-07-151-0/+4
* vo_vaapi: drop unused fieldwm42015-07-151-2/+0
* vaapi: don't assume vaQueryImageFormats() returns sorted listwm42015-07-151-8/+13
* Revert "vaapi: remove vaDeriveImage() code path"wm42015-07-151-17/+40
* vaapi: allow allocating additional surfaces during decodingwm42015-07-151-3/+2
* vo_opengl: simplifywm42015-07-151-26/+11
* vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpiPhilip Langdale2015-07-141-1/+1
* vo_opengl: reduce verbose outputwm42015-07-111-26/+2
* vo_vdpau: Implement rotation supportPhilip Langdale2015-07-111-8/+84
* vo_opengl: reimplement tscale=oversampleNiklas Haas2015-07-111-9/+32
* vf_vdpaurb: Add a new filter for reading back vdpau decoded framesPhilip Langdale2015-07-112-0/+114
* video: add a way to disable automatic stereo conversionwm42015-07-101-0/+1
* vf_stereo3d: drop internal implementationwm42015-07-101-393/+15
* gl_hwdec: change wording in verbose messagewm42015-07-101-1/+1
* vf_vdpaupp: don't attempt to deinterlace progressive frameswm42015-07-081-5/+9
* mp_image: fix vf_vdpaupp referenceswm42015-07-081-2/+0
* vaapi: drop compatibility crap and vo_vaapi deinterlacerwm42015-07-084-96/+15
* vf_vavpp: don't attempt to deinterlace progressive frameswm42015-07-081-0/+7
* vaapi: increase number of additional surfaceswm42015-07-081-6/+2
* vf_yadif: expose interlaced frame modewm42015-07-071-9/+5
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextwm42015-07-074-14/+21
* options: cleanup hwdec name mappingswm42015-07-071-1/+6
* vo_opengl_cb: drop frames eagerly if frames are not renderedwm42015-07-071-1/+7
* dxva2: fix handling of cropped videowm42015-07-061-1/+5
* video: replace our own refcounting with libavutil'swm42015-07-054-150/+123
* mp_image: make image writeable before overwriting palettewm42015-07-051-2/+4
* vo: free frames before killing VOwm42015-07-041-1/+1
* vo: set correct frame parameters on redrawwm42015-07-031-2/+2
* client API, dxva2: add a workaround for OpenGL fullscreen issueswm42015-07-035-0/+80
* vo_direct3d, dxva2: use the same D3D devicewm42015-07-034-0/+42
* dxva2: move device creation codewm42015-07-031-34/+50
* vo_opengl: log some more stuff in verbose modewm42015-07-032-1/+4
* vo_opengl: fix "freezes" after seeking with interpolation onwm42015-07-021-1/+5
* vo: reset frame timing when redrawingwm42015-07-021-0/+2
* vo_opengl: X11: don't leak when GL init failswm42015-07-021-1/+4
* vo_opengl: X11 EGL: more detailed error reportingwm42015-07-021-2/+6
* vo_opengl: update EGL codewm42015-07-023-20/+35
* vo_opengl: remove unused GL API functionswm42015-07-022-4/+0
* x11: move GCs and background clearing to vo_xvwm42015-07-013-48/+49
* x11: remove clear on mapwm42015-07-012-12/+0
* vo: better magic value for unknown vsync intervalwm42015-07-012-1/+2
* vo_opengl_cb: fix interpolation code pathwm42015-07-011-6/+2
* vo_opengl: fix framestepping/pausing + interpolationNiklas Haas2015-07-011-2/+8
* vo: change internal API for drawing frameswm42015-07-017-259/+246
* vo_opengl: adjust interpolation code for the new video-sync mechanismNiklas Haas2015-07-014-110/+113
* video: pass vsync offset to VOwm42015-07-012-0/+3
* video: pass future frames to VOwm42015-07-015-10/+80
* video: fix panscan in vertical casewm42015-06-291-3/+8
* vaapi: prefer direct display over copy-backwm42015-06-291-1/+1
* vaapi: treat cropped decoder output slightly more correctlywm42015-06-291-2/+13
* vaapi: fix potential NULL deref on memory allocation failurewm42015-06-291-2/+3
* vaapi: remove vaDeriveImage() code pathwm42015-06-291-40/+17
* x11: remove trailing spaceswm42015-06-291-1/+1
* x11: Handle external fullscreen togglesEduardo Sánchez Muñoz2015-06-281-0/+43
* vo_drm: make VT switching non mandatoryrr-2015-06-281-11/+20
* vo_drm: fix missing newlines in error messagesrr-2015-06-281-4/+4
* vo_x11: remove this video outputwm42015-06-262