summaryrefslogtreecommitdiffstats
path: root/video/filter
Commit message (Expand)AuthorAgeFilesLines
* 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-92/+23
* Fix some libav* include statementswm42014-04-193-3/+4
* 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
* vf_vapoursynth: handle destruction more gracefullywm42014-04-141-7/+8
* vf_vapoursynth: wipe vapoursynth state completely on reloadingwm42014-04-141-40/+55
* Kill all tabswm42014-04-1314-1366/+1366
* 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
* 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
* vf_eq: don't malloc priv structwm42014-03-301-1/+0
* vaapi: make struct va_surface privatewm42014-03-171-11/+11
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-171-17/+26
* 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
* video: add rounding to aspect ratio calculationswm42014-02-191-2/+2
* msg: remove global statewm42013-12-211-1/+0
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-9/+9
* m_option: add mp_log context to sub-module print_help callbackwm42013-12-213-11/+9
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+1
* vaapi: mp_msg conversionswm42013-12-211-29/+36
* sws_utils: mp_msg conversionswm42013-12-211-0/+1
* video/filter: mp_msg conversionswm42013-12-2116-121/+102
* vf_lavfi: don't access AVFilterPad directlywm42013-12-181-2/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1731-42/+42
* Move options/config related files from mpvcore/ to options/wm42013-12-1726-33/+33
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-162-5/+5
* vf_dsize: fix bug caused by typowm42013-12-141-1/+1
* video: move VO reinit from filter chain to playerwm42013-12-103-117/+34
* video: move handling of brightness and deinterlacing controlwm42013-12-101-27/+0
* vf_vo: remove VO reset on filter uninitwm42013-12-101-5/+0
* vf: redo conversion filter insertion/format negotiationwm42013-12-076-175/+187
* video/filter: make vf->control non-recursivewm42013-12-0712-32/+27
* vf: remove flags from filter format statuswm42013-12-074-37/+25
* video: create a separate context for video filter chainwm42013-12-074-85/+164
* video/filter: remove vf_match_csp()wm42013-12-076-119/+4
* vf: remove unused functionwm42013-12-072-23/+0
* vf: print error when creating filter failswm42013-12-071-0/+1
* vf: declare config() as legacywm42013-12-051-5/+5
* video/filter: remove unneeded config callbackswm42013-12-055-45/+0
* video: remove --flipwm42013-12-051-1/+0
* vf: move norm_qscale() to the only filter which uses itwm42013-12-052-15/+15
* vf_sub, vf_dlopen: default struct is not neededwm42013-12-052-7/+3
* vf: cleanup removed filter entrywm42013-12-051-1/+0
* video/filter: fix some bogus free() callswm42013-12-054-8/+0
* options: remove legacy hacks for sub-option handlingwm42013-12-041-17/+8
* vf_noise: reduce binary sizewm42013-12-041-4/+1
* vf_eq: revert unintended binary size increasewm42013-12-041-13/+10
* video/filter: remove legacy option handling hackswm42013-12-0432-37/+35
* vf_vo: don't abuse option strings to set VOwm42013-12-042-6/+15
* vf_rotate: use option parserwm42013-12-041-2/+7
* vf_pp: use option parserwm42013-12-041-5/+14
* vf_ilpack: use option parserwm42013-12-041-8/+10
* vf_eq: use option parserwm42013-12-041-26/+22
* vf_dsize: use option parserwm42013-12-041-31/+19
* vf_divtc: use option parserwm42013-12-041-78/+36
* video/filter: remove vf_down3drightwm42013-12-042-158/+0
* vf: remove unneeded fieldwm42013-12-041-1/+0
* vf_pullup: change options, reroute to vf_lavfiwm42013-12-041-10/+37
* vf_unsharp: change options, reroute to vf_lavfiwm42013-12-041-50/+37
* vf_phase: change options, reroute to vf_lavfiwm42013-12-041-35/+48
* vf_noise: reroute to vf_lavfiwm42013-12-041-26/+42
* vf_stereo3d: reroute to vf_lavfiwm42013-12-041-10/+31
* vf_hqdn3d: change options, reroute to vf_lavfiwm42013-12-041-67/+34
* vf_gradfun: reroute to vf_lavfiwm42013-12-041-0/+23
* vf_delogo: reroute to vf_lavfiwm42013-12-041-2/+20
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-041-15/+24
* vf_lavfi: export a wrapper functionwm42013-12-042-6/+156
* video: remove VFCAP_POSTPROCwm42013-12-041-4/+1
* vf_screenshot: remove unnecessary codewm42013-12-041-5/+0
* options: add options that set defaults for af/vf/ao/vowm42013-12-011-0/+2
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-291-2/+2
* vf_pullup: properly reset on seekwm42013-