summaryrefslogtreecommitdiffstats
path: root/video/filter
Commit message (Expand)AuthorAgeFilesLines
* vf_yadif: change defaultswm42015-12-211-0/+4
* vf_vapoursynth: fix everythingwm42015-12-201-17/+13
* video: switch from using display aspect to sample aspectwm42015-12-1911-103/+35
* vf: remove old config() callbackwm42015-12-199-96/+88
* vf: flush before reconfigwm42015-12-192-10/+1
* vf_stereo3d: add alternating modesPaul B Mahol2015-12-181-0/+4
* Remove some VLAswm42015-11-061-1/+4
* video: replace vf_format outputlevels option with global optionwm42015-09-291-4/+1
* vf_vavpp: allocate output surfaces with the same size as inputwm42015-09-231-1/+4
* va_vavpp: set input/output processing regionwm42015-09-231-2/+2
* 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
* vf_vdpaurb: Don't segfault if input mpi is nullPhilip Langdale2015-08-051-0/+4
* vf_scale: cleanup log messageswm42015-07-201-12/+3
* vf_vapoursynth: relicense to LGPL 2.1+wm42015-07-191-7/+7
* vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpiPhilip Langdale2015-07-141-1/+1
* vf_vdpaurb: Add a new filter for reading back vdpau decoded framesPhilip Langdale2015-07-112-0/+114
* vf_stereo3d: drop internal implementationwm42015-07-101-393/+15
* vf_vdpaupp: don't attempt to deinterlace progressive frameswm42015-07-081-5/+9
* vaapi: drop compatibility crap and vo_vaapi deinterlacerwm42015-07-081-1/+1
* vf_vavpp: don't attempt to deinterlace progressive frameswm42015-07-081-0/+7
* vf_yadif: expose interlaced frame modewm42015-07-071-9/+5
* vf_sub: minor simplificationwm42015-06-052-5/+2
* vf_vavpp: provide future/past frames to driverwm42015-06-011-30/+97
* vf_vavpp: move vaMapBuffer() closer to its usewm42015-06-011-4/+4
* vf_vavpp: remove dummy loop, unindentwm42015-06-011-51/+61
* vf_vavpp: cosmeticswm42015-06-011-10/+10
* vf_vavpp: minor simplificationwm42015-06-011-29/+24
* vf_vavpp: fix bob deinterlacing for bottom field first videosFilip Milivojevic2015-05-301-0/+2
* vf_vavpp: do not pretend to support referenceswm42015-05-291-3/+5
* vf_vavpp: simplify surface list allocationwm42015-05-291-14/+2
* vf_dlopen: declare as deprecatedwm42015-05-251-0/+4
* vf_vapoursynth: reject unaligned video sizeswm42015-05-151-0/+7
* Remove trailing whitespacesMichael Vetter2015-05-151-2/+2
* mp_image: remove some unused interlacing flagswm42015-04-231-3/+1
* vf_vapoursynth: update _FieldBased semanticswm42015-04-231-4/+4
* vf_vapoursynth: stupid hack to unbreak with recent API changewm42015-04-201-0/+6
* build: fix libavfilter dependency for vf_mirrorxylosper2015-04-201-1/+1
* vf_crop, vf_expand: remove ancient and useless messageswm42015-04-162-19/+1
* vf_mirror: replace internal implementation with libavfilterwm42015-04-161-85/+4
* vf_screenshot: remove this filterwm42015-04-163-78/+0
* Update license headersMarcin Kurczewski2015-04-1323-114/+92
* mp_image: remove redundant chroma_x/y_shift fieldswm42015-04-102-6/+6
* mp_image: remove redundant plane_w/h fieldswm42015-04-101-2/+3
* vf_format: add gamma override optionNiklas Haas2015-04-041-0/+4
* vf_format: allow forcing aspect ratiowm42015-04-031-0/+4
* vf_format: allow forcing display sizewm42015-04-031-0/+7
* vf_format: allow forcing rotation flagswm42015-04-031-0/+7
* vf_format: allow forcing stereo mode parameterswm42015-04-031-0/+8
* video: cleanup stereo mode parsingwm42015-04-021-1/+1
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-2/+29
* vf_format: don't crash if nonsense parameters are passedwm42015-03-311-3/+23
* vf_format: by default, pass through video without changewm42015-03-311-22/+17
* vf_vapoursynth: handle approximate EOF drainingwm42015-03-251-9/+28
* vf_expand: fix memory leak on memory allocation failurewm42015-03-201-1/+3
* video: uninline memcpy_pic functionswm42015-03-204-7/+0
* video: replace pointless macrowm42015-03-201-6/+4
* vf_vavpp: fix deinterlacingFilip Milivojevic2015-03-081-0/+8
* vf: fix indentation level of verbose outputwm42015-02-231-2/+2
* vf_vapoursynth: replace a hack with a newer VS API functionwm42015-02-161-1/+1
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-132-0/+2
* vf_lavfi: drop useless option from wrapper filterswm42015-02-121-4/+1
* video/filters: simplify libavfilter bridgewm42015-02-1111-55/+45
* vf_noise: remove internal implementationwm42015-02-111-239/+8
* vf_vapoursynth: load Lua stdlib in Lua modewm42015-01-291-0/+1
* vf_ilpack: remove this filterwm42015-01-272-183/+0
* vf_divtc: remove this filterwm42015-01-273-713/+0
* vf_phase: remove this filterwm42015-01-272-310/+0
* vf_swapuv: remove this filterwm42015-01-272-66/+0
* vf_softpulldown: remove this filterwm42015-01-273-194/+0
* vf_pullup: remove builtin implementationwm42015-01-273-920/+10
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-2/+2
* video: separate screenshot modeswm42015-01-232-3/+2
* vf_vavpp: add more deinterlacing algorithmswm42015-01-231-7/+22
* video: have a generic context struct for hwdec backendswm42015-01-222-2/+6
* vaapi: minor simplificationwm42015-01-211-1/+1
* video: remove vfcap.hwm42015-01-215-22/+6
* vf_scale: replace ancient fallback image format selectionwm42015-01-211-141/+16
* vf: make message less confusingwm42015-01-131-1/+1
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-1/+1
* vf_vapoursynth: autodetect CPU countwm42015-01-051-3/+8
* vf_vapoursynth: fix Lua backendwm42015-01-031-0/+3
* vf_vapoursynth: pass through container FPS valuewm42015-01-032-0/+3
* video: better pipelining with vf_vapoursynthwm42015-01-033-8/+73
* command: make empty vf-metadata not an errorwm42014-12-301-3/+4
* vf: fix crash if filter doesn't provide control entrypointwm42014-12-301-1/+1
* video: remove internal QP passingwm42014-12-032-78/+3
* video/filter: kill vf_pp (libpostproc)wm42014-12-032-157/+0
* Silence some Coverity warningswm42014-11-211-1/+1
* video: move formatting of image parameters to separate functionwm42014-11-121-21/+2
* vf: minor simplificationwm42014-11-122-16/+9
* vf_sub: fix previous commitwm42014-11-111-3/+3
* vf_sub: don't crash if no subtitle context is availablewm42014-11-111-0/+3
* video: remove swapped-endian image format aliaseswm42014-11-051-32/+16
* vf_vapoursynth: add debug message when returning error from GetFramewm42014-10-131-0/+1
* vf_vapoursynth: don't error if invoke() doesn't return a clipwm42014-10-121-3/+2
* vf_vapoursynth: resolve paths relative to home/configwm42014-10-121-0/+3
* vf_vapoursynth: add standalone Lua scriptingwm42014-10-122-1/+262
* vf_vapoursynth: abstract scripting backendwm42014-10-121-28/+87
* vf_vapoursynth: return dummy frames if frames are requested during initwm42014-10-111-1/+12
* vf_vapoursynth: factor stuffwm42014-10-111-13/+25
* vf_vapoursynth: when seeking, recreate only if it's already createdwm42014-10-111-1/+2
* vf_vapoursynth: fail gracefully if filter init requests frameswm42014-10-111-0/+10
* vf_lavfi: proper rounding for lavfi->mpv aspect ratiowm42014-10-091-2/+3
* vf_lavfi: fix compilation failurewm42014-10-081-1/+0
* vf_stereo3d: fix "auto" input format with libavAlessandro Ghedini2014-10-041-1/+1
* 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-251-3/+4
* vf_vapoursynth: make it possible to get filter output incrementallywm42014-09-231-27/+77
* vf_lavfi: fetch output frames incrementallywm42014-09-181-22/+24
* video/filter: allow better dataflowwm42014-09-182-2/+20
* video: initial Matroska 3D supportwm42014-08-301-0/+2
* vf_softpulldown: handle null mpi_image correctlyshdown2014-08-301-3/+3
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-292-2/+1
* vf_vapoursynth: add more VS frame propertiesBin Jin2014-08-221-0/+8
* vf_vapoursynth: add display resolution supportBin Jin2014-08-221-0/+5
* vf_vapoursynth: print more diagnostics on errorwm42014-08-111-3/+9
* Improve setting AVOptionswm42014-08-021-9/+6
* video/filter: add vf_bufferwm42014-07-302-0/+95
* Remove some mp_msg calls with no trailing \nwm42014-07-131-18/+22
* vf_vapoursynth: reset error state on seekingwm42014-07-051-0/+1
* vf_dlopen: fix the order of the arguments to mp_image_allocMarcoen Hirschberg2014-06-191-2/+2
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-171-3/+3
* video: check image parameterswm42014-06-171-0/+6
* video: introduce failure path for image allocationswm42014-06-1719-11/+64
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-6/+6
* video: automatically strip "le" and "be" suffix from pixle format nameswm42014-06-141-2/+3
* vf_noise: remove global variableswm42014-06-111-9/+4
* vf_divtc: remove a global variablewm42014-06-111-5/+1
* Add more constwm42014-06-113-3/+3
* options: remove global variables for swscale options; rename themwm42014-06-113-1/+3
* vf_vdpaupp: cosmetics: rename functionwm42014-05-251-5/+5
* vf_dlopen: update usage message to new-style argsKevin Mitchell2014-05-151-1/+1
* vf_dlopen: remove buggy private name -> imgfmt conversionKevin Mitchell2014-05-152-34/+18
* vf_vapoursynth: fix debug outputwm42014-05-151-1/+4
* vf_vapoursynth: add more debug outputwm42014-05-151-18/+21
* vf_vapoursynth: avoid unnecessary waitingwm42014-05-141-1/+1
* vf_vapoursynth: allow parallel processingwm42014-05-141-37/+81
* vf: print for which filter initialization failedwm42014-05-042-4/+11
* vf_vdpaupp: make code clarity improvementswm42014-05-041-8/+8
* vdpau: deduplicate video surface upload codewm42014-05-041-36/+5
* vf_vapoursynth: fix aspect ratio passed to vapoursynthwm42014-05-031-2/+8
* video: removed unused stuffwm42014-05-022-7/+0
* video: handle colorspace and aspect overrides separatelywm42014-05-022-7/+22
* 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
* vf_vdpaupp: always provide past and future fieldswm42014-05-021-1/+1
* vf_vdpaupp: allow toggling deinterlacewm42014-05-021-4/+19
* vf_vdpaupp: allow non-vdpau inputwm42014-05-021-5/+42
* vdpau: add a postprocessing pseudo-filterwm42014-05-022-0/+239
* 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
* 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
* vf_vapoursynth: use official AbsoluteTime propertywm42014-04-271-2/+2
* vf_vapoursynth: keep pixel aspect ratiowm42014-04-271-3/+3
* vf_pp: PP_PICT_TYPE_QP2 is always definedwm42014-04-251-4/+0
* vf: print all image parameter information in verbose outputwm42014-04-221-0/+5
* vf: remove autoinserted filters on reconfigwm42014-04-212-0/+8
* vf: add function to remove a filter from the chainwm42014-04-212-0/+14
* video: make mp_image use mp_image_params directlywm42014-04-211-15/+7
* vf_rotate: support all multiples of 90 degreeswm42014-04-212