summaryrefslogtreecommitdiffstats
path: root/video/filter
Commit message (Expand)AuthorAgeFilesLines
* 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-11-291-14/+37
* vaapi: remove unused hw image formats, simplifywm42013-11-291-1/+1
* video/filter: fix PIC compile on x86Natanael Copa2013-11-262-3/+9
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-1/+0
* Rename sub.c/.h to osd.c/.hwm42013-11-242-3/+1
* options: print lavfi filter list with --vf=lavfi=helpwm42013-11-231-0/+40
* options: implement --pphelp differentlywm42013-11-233-0/+8
* video: remove vf_pp auto-insertionwm42013-11-232-14/+0
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-1/+1
* vf_vavpp: make it work with vo_opengl and software decodingwm42013-11-221-3/+3
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-4/+4
* Fix some more -Wshadow warningswm42013-11-012-12/+12
* Enable -Wshadowwm42013-11-012-8/+8
* video/filter: remove useless vf_info fieldswm42013-10-2333-178/+96
* video/out: remove useless info struct and redundant fieldswm42013-10-231-6/+3
* vf_scale: fix get/set confusionwm42013-10-161-1/+1
* cosmetics: replace "CTRL" defines by enumswm42013-10-021-13/+15
* vf_scale: factor out libswscale equalizer controlwm42013-09-301-23/+2
* vd: move aspect calculation to a functionwm42013-09-262-0/+16
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-254-0/+413
* vf: fix filter initialization error checkwm42013-09-201-1/+1
* video: handle video output levels with mp_image_paramswm42013-08-243-6/+1
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-0/+1
* vf_eq: fix behavior when changing parameterswm42013-08-201-4/+14
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-0632-65/+65
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-282-6/+0
* vf: fix unintended overwriting of image infowm42013-07-282-4/+5
* Fix some -Wshadow warningswm42013-07-236-17/+13
* options: make legacy hacks for AFs/VFs more explicitwm42013-07-221-0/+1
* vf_scale: actually respect param and param2 suboptionswm42013-07-221