summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* video: change everythingwm42014-05-024-40/+33
* video: handle colorspace and aspect overrides separatelywm42014-05-023-9/+24
* vf: sanitize filter input, instead of overriding itwm42014-05-021-1/+2
* vf: add alternate functions for retrieving filter outputwm42014-05-022-13/+57
* vf: expose input parameters; clear parameters on failurewm42014-05-022-2/+3
* vf: mark auto-inserted conversion filters in verbose outputwm42014-05-021-0/+2
* vf_lavfi: reinit after libavfilter EOFwm42014-05-021-13/+25
* vo: verify format of queued imagewm42014-05-021-0/+1
* video: fix screenshots with anamorphic videowm42014-05-021-2/+2
* vf_vdpaupp: always provide past and future fieldswm42014-05-021-1/+1
* vo_vdpau: keep colorspace flagswm42014-05-021-1/+2
* video: move video frame queue from vo_vdpau.c to vo.cwm42014-05-023-145/+102
* vo_vdpau: always use mp_image for internal buffer queuewm42014-05-021-44/+39
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-022-0/+5
* vf_vdpaupp: allow toggling deinterlacewm42014-05-021-4/+19
* vo_vdpau: apply vo_vdpau postprocessing optionswm42014-05-021-2/+16
* vdpau_mixer: allow overriding frame optswm42014-05-024-4/+10
* vo_vdpau: support vf_vdpauppwm42014-05-021-248/+43
* vo_opengl: make it work with vf_vdpauppwm42014-05-021-50/+8
* vf_vdpaupp: allow non-vdpau inputwm42014-05-021-5/+42
* vdpau: add a postprocessing pseudo-filterwm42014-05-024-0/+550
* vo: document draw_imagewm42014-04-301-0/+6
* vo_lavc: remove code with no effectwm42014-04-301-1/+0
* video: improve error messageswm42014-04-301-1/+1
* vf: print error if filtering a frame failswm42014-04-301-1/+4
* vf_lavfi: reset metadata in reset()Kevin Mitchell2014-04-291-0/+4
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-291-4/+7
* video: remove redundant mp_image display_w/_h memberswm42014-04-293-18/+6
* vo_vdpau: let vdpau scale anamorphic screenshotswm42014-04-291-8/+4
* vf_vapoursynth: add more VS frame propertieswm42014-04-281-0/+26
* vf_vapoursynth: use frame durations instead of _AbsoluteTimewm42014-04-281-6/+25
* vf_vapoursynth: fix memory leak on errorwm42014-04-281-1/+3
* vf_vapoursynth: remove incorrect copyright noticewm42014-04-281-2/+0
* vf_lavfi: distinguish real errors from other stateswm42014-04-281-2/+11
* video: don't drop last frame when deinterlacing with yadifwm42014-04-287-6/+32
* cocoa: refactor sync scheduling to a functionStefano Pigozzi2014-04-281-14/+18
* cocoa: use mainScreen as a fallback for window constrainingStefano Pigozzi2014-04-281-1/+1
* cocoa: disallow the titlebar to exit the visibleFrame on the bottom edgeStefano Pigozzi2014-04-281-6/+7
* cocoa: add constraints to prevent the window to exit the screenStefano Pigozzi2014-04-281-9/+21
* cocoa: move sync section assignments in vo_controlRyan Goulden2014-04-281-4/+4
* cocoa: cosmetics: use NSMakeSizeRyan Goulden2014-04-281-1/+1
* cocoa: fix native fullscreenRyan Goulden2014-04-283-62/+71
* vf_vapoursynth: use official AbsoluteTime propertywm42014-04-271-2/+2
* vf_vapoursynth: keep pixel aspect ratiowm42014-04-271-3/+3
* Revert "wayland: print waylands display erros"Alexander Preisinger2014-04-261-39/+0
* vf_pp: PP_PICT_TYPE_QP2 is always definedwm42014-04-251-4/+0
* vo: do not check for events on unconfigured VOMartin Herkt2014-04-251-1/+3
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-233-0/+11
* vo: simplify event_fd handlingwm42014-04-222-22/+13
* vo: cosmetics: move around some codewm42014-04-221-134/+136
* vo: minor cosmetic changewm42014-04-221-2/+1
* vf: print all image parameter information in verbose outputwm42014-04-221-0/+5
* vo: warn if the VO doesn't support certain flagswm42014-04-221-1/+15
* vf: remove autoinserted filters on reconfigwm42014-04-212-0/+8
* vf: add function to remove a filter from the chainwm42014-04-212-0/+14
* vo_opengl: support rotationwm42014-04-212-15/+48
* vo: add some general support code for VOs that allow rotationwm42014-04-214-12/+30
* vo_opengl: clean up rendering pathwm42014-04-211-76/+94
* demux: export video rotation parameterwm42014-04-211-0/+1
* mp_image: add rotation parameterwm42014-04-212-1/+4
* video: make mp_image use mp_image_params directlywm42014-04-215-69/+37
* vf_rotate: support all multiples of 90 degreeswm42014-04-212-92/+23
* Fix some libav* include statementswm42014-04-196-13/+13
* Remove CPU detection and inline asm handlingwm42014-04-191-2/+5
* vf_pp: fix include statementwm42014-04-191-1/+1
* vf_pp: use native libpostproc CPU detectionwm42014-04-191-5/+1
* vf_divtc: remove inline asmwm42014-04-191-50/+0
* vf_pullup: remove inline asmwm42014-04-193-218/+0
* vf_noise: remove line asmwm42014-04-191-130/+4
* vf_ilpack: remove inline asmwm42014-04-191-277/+4
* vf_eq: remove slow inline asmwm42014-04-191-75/+0
* w32_common: use ToUnicode to translate key inputJames Ross-Gowan2014-04-172-50/+184
* vo_opengl: make spline36 default with --vo=opengl-hqwm42014-04-171-1/+1
* player: add a --dump-stats optionwm42014-04-171-1/+3
* wayland: unset input regions for osdAlexander Preisinger2014-04-161-0/+4
* wayland/shm: Use subsurfaces for OSDAlexander Preisinger2014-04-164-29/+133
* video: remove use of deprecated AVFrame fields on Libavwm42014-04-151-4/+0
* vf_vapoursynth: handle destruction more gracefullywm42014-04-141-7/+8
* video: change image format names, prefer mostly FFmpeg nameswm42014-04-142-89/+60
* vf_vapoursynth: wipe vapoursynth state completely on reloadingwm42014-04-141-40/+55
* Kill all tabswm42014-04-1315-1372/+1372
* vf_lavfi: copy AVFrame metadata into vf_lavfi privKevin Mitchell2014-04-132-0/+21
* vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parseKevin Mitchell2014-04-131-1/+1
* vf: auto-label video filters if no label is specifiedKevin Mitchell2014-04-131-1/+12
* vf: add vf_control_by_label to send vfctrl to specific filterKevin Mitchell2014-04-132-0/+12
* wayland: don't schedule resize if going fullscreenRicardo Vieira2014-04-131-1/+0
* vf_vapoursynth: print an error if VapourSynth returns an unknown formatwm42014-04-131-0/+1
* vf_vapoursynth: error out early if the file sub-option is not setwm42014-04-131-0/+4
* video: add VapourSynth filter bridgewm42014-04-122-0/+480
* encode: write 2-pass stats only per-packetwm42014-04-111-1/+2
* sws_utils: remove custom GBRP conversionwm42014-04-101-48/+0
* vo_vdpau: add an additional check for timestamp robustnesswm42014-04-081-0/+16
* vo_vdpau: document what WRAP_ADD doeswm42014-04-081-0/+2
* vo_vdpau: simplify previous vsync timestamp calculationwm42014-04-081-9/+8
* vo_vdpau: simplify time management and make it more robustwm42014-04-071-68/+11
* gl_lcms: properly expand the cache filename being writtenStefano Pigozzi2014-04-051-1/+3
* vo_vdpau: more debugging outputwm42014-04-031-4/+20
* gl_lcms: fix build when lcms2 is not availableStefano Pigozzi2014-03-311-0/+5
* vo_corevideo: remove unused variableStefano Pigozzi2014-03-311-1/+0
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-317-2/+219
* vf_eq: don't malloc priv structwm42014-03-301-1/+0
* Fix compilation on OSX and win32wm42014-03-292-2/+1
* video/out: remove legacy colorspace stuffwm42014-03-2912-135/+106
* mp_image: add missing field to mp_image_params_equals()wm42014-03-281-0/+1
* vo_opengl: runtime icc profile switchingwm42014-03-242-19/+40
* x11_common: fix some problems with window draggingwm42014-03-221-1/+2
* vdpau: remove pointer indirection for a fieldwm42014-03-195-14/+13
* vdpau: fix decoder init return valuewm42014-03-191-3/+3
* x11: implement window dragging by grabbingwm42014-03-182-1/+37
* vaapi: solve potential problem with ambiguous image formatswm42014-03-171-32/+27
* vaapi: simplifywm42014-03-171-67/+60
* vaapi: make struct va_surface privatewm42014-03-176-90/+78
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-175-241/+152
* mp_image_pool: add features needed for use with hwaccelwm42014-03-172-18/+69
* vdpau: remove legacy pixel formatswm42014-03-176-41/+10
* vdpau: remove unused typewm42014-03-171-6/+0
* video: change image format from unsigned int to int in some placeswm42014-03-176-12/+12
* img_format: AV_PIX_FMT_FLAG_ALPHA is always availablewm42014-03-171-5/+0
* vd_lavc: reinit hwdec on profile changeswm42014-03-172-2/+6
* video: fix FFmpeg or Libav being a special snowflakewm42014-03-161-1/+2
* vd_lavc: remove unused fieldwm42014-03-162-3/+0
* vd_lavc: reduce hardware decoder mid-stream reinitializationswm42014-03-161-1/+6
* encode: use new AVFrame APIwm42014-03-161-5/+3
* image_writer: use new AVFrame APIwm42014-03-161-3/+2
* vf_delogo: remove internal implementationwm42014-03-161-249/+2
* vf_hqdn3d: remove internal implementationwm42014-03-161-276/+10
* vf_yadif: remove internal implementationwm42014-03-161-467/+3
* vf_unsharp: remove internal implementationwm42014-03-161-176/+3
* vf_gradfun: remove internal implementationwm42014-03-161-339/+5
* build: simplify libavfilter configure checkswm42014-03-162-2/+2
* Remove some more unneeded version checkswm42014-03-161-12/+2
* vd_lavc: remove compatibility crapwm42014-03-169-823/+29
* vd_lavc: ridiculous workaround for Libav 9 compatibilitywm42014-03-163-1/+23
* w32_common: prevent MOUSE_BTN0 sticking after dragJames Ross-Gowan2014-03-121-0/+2
* w32_common: capture mouse inputJames Ross-Gowan2014-03-121-0/+5
* video: initialize hw decoder in get_formatwm42014-03-104-46/+42
* vo_opengl: Correct and clarify gl_check_featuresNiklas Haas2014-03-101-11/+24
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-105-48/+56
* vo_opengl: Use bt709_expand on OSD for :srgbNiklas Haas2014-03-101-1/+1
* encode: add lockingwm42014-03-091-16/+37
* wayland/shm: fix leak in buffer poolAlexander Preisinger2014-03-061-10/+13
* vo_opengl: minor simplificationwm42014-03-011-30/+24
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerNiklas Haas2014-03-011-2/+3
* vo_opengl: change gamma suboption to take a valuewm42014-02-272-7/+8
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-261-1/+1
* vdpau: change the error message when video too largeAndrey Morozov2014-02-241-1/+2
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-242-6/+17
* video: add rounding to aspect ratio calculationswm42014-02-191-2/+2
* vo_opengl: use GL_RGBA16 FBO format for HQGrigori Goronzy2014-02-171-1/+1
* vo_corevideo: remove unused variableStefano Pigozzi2014-02-171-1/+0
* w32_common: don't set small iconJames Ross-Gowan2014-02-171-4/+1
* wayland/shm: remove unused defineAlexander Preisinger2014-02-161-2/+0
* csputils: provide string descriptions of chroma locationswm42014-02-162-0/+9
* vo_opengl: make :srgb decompand the BT.709 values correctlynand2014-02-121-2/+15
* vo_wayland: silence shadowing warningwm42014-02-121-3/+3
* wayland/shm: rewrite buffer handlingAlexander Preisinger2014-02-111-131/+229
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-111-0/+2
* video: fix --no-aspectwm42014-02-111-2/+2
* vo_opengl: fix typo in gamma function's parameternand2014-02-101-2/+2
* vo_vdpau: Discard zero timestampsJonas Zetterberg2014-02-101-0/+3
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-101-0/+4
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-091-3/+9
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-061-4/+10
* gl_x11: always request true color visualwm42014-02-061-0/+1
* csputils: correct constness of csp name constantswm42014-02-032-6/+6
* wayland: change minimum versionAlexander Preisinger2014-02-021-9/+0
* x11: fix initial VO sizewm42014-02-021-6/+7
* x11: remove apparently useless codewm42014-02-021-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-021-1/+10
* vo_wayland: silence shadowing warningwm42014-01-291-3/+3
* mp_image: reject too large image sizeswm42014-01-291-0/+4
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-281-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-281-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-281-21/+4
* vo_sdl: fix compilationwm42014-01-251-2/+2
* vo_wayland: fix confusion of video and window sizeswm42014-01-241-2/+2
* video/out: do remaining config to reconfig replacementswm42014-01-2410-108/+63
* aspect: remove a small ffmpeg dependencywm42014-01-221-4/+2
* vo: merge get rid of vo.aspdat fieldwm42014-01-225-109/+91