summaryrefslogtreecommitdiffstats
path: root/video/filter
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+3
* options: use m_config for options instead of m_structwm42013-07-2114-252/+179
* vf: remove unnecessary indirectionwm42013-07-212-26/+5
* video: remove fullscreen flags chaoswm42013-07-181-2/+1
* sws_utils: don't recursively include libswscale headerwm42013-07-181-0/+2
* vf_scale: use new swscale wrapperwm42013-07-181-157/+60
* vf: make sure less important image params are set before/after filterswm42013-07-181-14/+21
* vf_scale: remove rounding of sizes to 2 with 4:2:0wm42013-07-181-11/+0
* vf_scale: try to support all pixel formatswm42013-07-181-1/+25
* vf_scale: don't byte-swap palette on big endian architectureswm42013-07-181-8/+0
* vf_scale: uncrustifywm42013-07-181-186/+207
* video: redo how colorspaces are handledwm42013-07-163-57/+41
* vf: add vf_control wrapperwm42013-07-152-0/+6
* build: change vf_dlopen testwm42013-07-121-1/+1
* configure: add libdl detection to ladspa, vf_dlopenRudolf Polzer2013-07-091-0/+2
* vo_opengl: handle chroma locationwm42013-06-281-0/+1
* video: add a new method to configure filters and VOswm42013-06-285-68/+95
* vf_rotate: fix params >= 4wm42013-06-281-0/+2
* fix compile, sorryRudolf Polzer2013-06-161-0/+1
* vf_dlopen filters: add an "ildetect" filter that detects interlacingRudolf Polzer2013-06-161-4/+21
* vf_delogo: copy in non-direct case, fix double-freewm42013-05-261-9/+1
* vf_lavfi: allow setting avoptswm42013-05-261-0/+9
* m_option, vf: add label supportwm42013-05-232-1/+18
* dec_video: get rid of two global variableswm42013-05-211-2/+0
* vf_lavfi: remove redundant statementswm42013-05-211-4/+0
* video/filter: fix option parser memory leakwm42013-05-186-16/+3
* Fix some cppcheck / scan-build warningswm42013-05-062-2/+2
* vf_yadif: actually set PTS for output frameswm42013-05-061-0/+1
* vf_rotate: fix for some obscure pixel formatswm42013-05-031-7/+6
* video: add XYZ supportwm42013-05-011-0/+1
* vf_lavfi: move compat crap to the start of the filewm42013-04-261-18/+18
* vf_lavfi: silence stupid deprecation warningwm42013-04-261-2/+12
* vf_lavfi: recreate filter graph on seekwm42013-04-251-14/+41
* vf_lavfi: add libavfilter bridgewm42013-04-212-0/+315
* vf_divtc, vf_phase: Fix handling of subsampled formatsMartin Herkt2013-04-102-3/+4
* vf_flip: move flipping code to mp_image.cwm42013-03-011-4/+1
* vf_vo: remove pointless NULL checkswm42013-03-011-4/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-015-13/+6
* video/out: remove video mode switching (--vm)wm42013-02-261-2/+1
* vf_yadif: remove dead codewm42013-02-261-2/+0
* demux_mf: support .xbmwm42013-02-241-0/+1
* vf_yadif: switch to option parser, allow disabling by defaultwm42013-02-231-7/+21
* vf_scale: remove video dimension presets ("presize" suboption)wm42013-02-231-41/+0
* vf_stereo3d: get rid of m_obj_presets_t usagewm42013-02-231-49/+3
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-1/+0
* vf_stereo3d: add support for green-magenta and yellow-blue duboiscehoyos2013-02-031-1/+11
* vf_dlopen: fix external pixel format nameswm42013-02-031-7/+35
* screenshot: minor simplification, prefer VF over VOwm42013-01-302-13/+0
* vf_scale: fix warningwm42013-01-271-1/+0
* video: move handling of -x/-y/-xy options to VOwm42013-01-239-26/+14
* video: reset filters on seekwm42013-01-204-0/+31
* vf_format: fix forcing output formatwm42013-01-171-1/+11
* video: print filter chain in verbose modewm42013-01-142-3/+34
* vf_sub: allow more formats, simplify codewm42013-01-131-82/+15
* vf_expand: support more image formatswm42013-01-131-68/+33
* vf_rotate: support more image formatswm42013-01-131-34/+25
* vf_softpulldown: reject unsupported image formats, fix code duplicationwm42013-01-131-47/+24
* vf_yadif: Y8 is not supportedwm42013-01-131-1/+0
* vf_swapuv: support more image formatswm42013-01-131-12/+8
* vf_pullup: remove check for MP_IMGFLAG_PLANARwm42013-01-131-4/+0
* vf_phase: reject unsupported image formatswm42013-01-131-21/+20
* vf_mirror: rewritewm42013-01-131-65/+52
* vf_gradfun: does not work with NV pixel formatswm42013-01-131-2/+0
* vf_flip: make it work with more image formatswm42013-01-131-15/+15
* vf_divtc: reduce code duplicationwm42013-01-131-14/+7
* vf_crop: make it work with more image formatswm42013-01-131-39/+20
* vf: add vf_rescale_dsize()wm42013-01-132-0/+18
* sub: do not copy the target image if there is no OSD/subswm42013-01-131-5/+3
* video: remove img_format compat hackswm42013-01-132-2/+2
* video: decouple internal pixel formats from FourCCswm42013-01-1321-127/+69
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-133-82/+6
* mp_image: change how palette is handledwm42013-01-136-56/+5
* vf_screenshot: simplifywm42013-01-132-52/+20
* video: remove things related to old DR codewm42013-01-136-31/+18
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-1331-1122/+519
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-5/+3
* video: make vdpau hardware decoding not use DR code pathwm42013-01-132-11/+3
* video: remove slice based filtering and video outputwm42013-01-1313-301/+9
* video: make vdpau hardware decoding not use slices code pathwm42013-01-132-3/+3
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-1/+1
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-12/+1
* configure: remove check for .align semanticswm42013-01-134-8/+8
* vf_scale: prefer 420P10 -> YV12 instead of 444Pwm42012-12-281-0/+1
* vf_scale: support more pixel formatsRudolf Polzer2012-12-281-0/+4
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-121-10/+15
* vf_sub: fix aspect ratio when using marginswm42012-12-121-3/+3
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-031-0/+12
* sws_utils: remove unused helperwm42012-11-241-1/+5
* screenshot: add subs even with vf_screenshotwm42012-11-211-0/+1
* video: fix bogus uses of mp_image.w/widthwm42012-11-211-2/+4
* vf_softpulldown: fix possible regressionwm42012-11-201-1/+2
* video/filter: rename vf_eq2 to vf_eqwm42012-11-162-4/+4
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-162-29/+2
* vf_dlopen: fix a typo in zeroing memory (thanks, pigoz)Rudolf Polzer2012-11-131-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-1232-161/+162
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1234-0/+11133