aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* vf_eq: fix behavior when changing parametersGravatar wm42013-08-20
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* vf: fix unintended overwriting of image infoGravatar wm42013-07-28
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: make legacy hacks for AFs/VFs more explicitGravatar wm42013-07-22
* vf_scale: actually respect param and param2 suboptionsGravatar wm42013-07-22
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* vf: remove unnecessary indirectionGravatar wm42013-07-21
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* sws_utils: don't recursively include libswscale headerGravatar wm42013-07-18
* vf_scale: use new swscale wrapperGravatar wm42013-07-18
* vf: make sure less important image params are set before/after filtersGravatar wm42013-07-18
* vf_scale: remove rounding of sizes to 2 with 4:2:0Gravatar wm42013-07-18
* vf_scale: try to support all pixel formatsGravatar wm42013-07-18
* vf_scale: don't byte-swap palette on big endian architecturesGravatar wm42013-07-18
* vf_scale: uncrustifyGravatar wm42013-07-18
* video: redo how colorspaces are handledGravatar wm42013-07-16
* vf: add vf_control wrapperGravatar wm42013-07-15
* build: change vf_dlopen testGravatar wm42013-07-12
* configure: add libdl detection to ladspa, vf_dlopenGravatar Rudolf Polzer2013-07-09
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* vf_rotate: fix params >= 4Gravatar wm42013-06-28
* fix compile, sorryGravatar Rudolf Polzer2013-06-16
* vf_dlopen filters: add an "ildetect" filter that detects interlacingGravatar Rudolf Polzer2013-06-16
* vf_delogo: copy in non-direct case, fix double-freeGravatar wm42013-05-26
* vf_lavfi: allow setting avoptsGravatar wm42013-05-26
* m_option, vf: add label supportGravatar wm42013-05-23
* dec_video: get rid of two global variablesGravatar wm42013-05-21
* vf_lavfi: remove redundant statementsGravatar wm42013-05-21
* video/filter: fix option parser memory leakGravatar wm42013-05-18
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* vf_yadif: actually set PTS for output framesGravatar wm42013-05-06
* vf_rotate: fix for some obscure pixel formatsGravatar wm42013-05-03
* video: add XYZ supportGravatar wm42013-05-01
* vf_lavfi: move compat crap to the start of the fileGravatar wm42013-04-26
* vf_lavfi: silence stupid deprecation warningGravatar wm42013-04-26
* vf_lavfi: recreate filter graph on seekGravatar wm42013-04-25
* vf_lavfi: add libavfilter bridgeGravatar wm42013-04-21
* vf_divtc, vf_phase: Fix handling of subsampled formatsGravatar Martin Herkt2013-04-10
* vf_flip: move flipping code to mp_image.cGravatar wm42013-03-01
* vf_vo: remove pointless NULL checksGravatar wm42013-03-01
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* vf_yadif: remove dead codeGravatar wm42013-02-26
* demux_mf: support .xbmGravatar wm42013-02-24
* vf_yadif: switch to option parser, allow disabling by defaultGravatar wm42013-02-23
* vf_scale: remove video dimension presets ("presize" suboption)Gravatar wm42013-02-23
* vf_stereo3d: get rid of m_obj_presets_t usageGravatar wm42013-02-23