aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
...
* vf_rotate: support all multiples of 90 degreesGravatar wm42014-04-21
* Fix some libav* include statementsGravatar wm42014-04-19
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* vf_pp: fix include statementGravatar wm42014-04-19
* vf_pp: use native libpostproc CPU detectionGravatar wm42014-04-19
* vf_divtc: remove inline asmGravatar wm42014-04-19
* vf_pullup: remove inline asmGravatar wm42014-04-19
* vf_noise: remove line asmGravatar wm42014-04-19
* vf_ilpack: remove inline asmGravatar wm42014-04-19
* vf_eq: remove slow inline asmGravatar wm42014-04-19
* vf_vapoursynth: handle destruction more gracefullyGravatar wm42014-04-14
* vf_vapoursynth: wipe vapoursynth state completely on reloadingGravatar wm42014-04-14
* Kill all tabsGravatar wm42014-04-13
* vf_lavfi: copy AVFrame metadata into vf_lavfi privGravatar Kevin Mitchell2014-04-13
* vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parseGravatar Kevin Mitchell2014-04-13
* vf: auto-label video filters if no label is specifiedGravatar Kevin Mitchell2014-04-13
* vf: add vf_control_by_label to send vfctrl to specific filterGravatar Kevin Mitchell2014-04-13
* vf_vapoursynth: print an error if VapourSynth returns an unknown formatGravatar wm42014-04-13
* vf_vapoursynth: error out early if the file sub-option is not setGravatar wm42014-04-13
* video: add VapourSynth filter bridgeGravatar wm42014-04-12
* vf_eq: don't malloc priv structGravatar wm42014-03-30
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* vf_delogo: remove internal implementationGravatar wm42014-03-16
* vf_hqdn3d: remove internal implementationGravatar wm42014-03-16
* vf_yadif: remove internal implementationGravatar wm42014-03-16
* vf_unsharp: remove internal implementationGravatar wm42014-03-16
* vf_gradfun: remove internal implementationGravatar wm42014-03-16
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* Remove some more unneeded version checksGravatar wm42014-03-16
* video: add rounding to aspect ratio calculationsGravatar wm42014-02-19
* msg: remove global stateGravatar wm42013-12-21
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* m_option: add mp_log context to sub-module print_help callbackGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* vaapi: mp_msg conversionsGravatar wm42013-12-21
* sws_utils: mp_msg conversionsGravatar wm42013-12-21
* video/filter: mp_msg conversionsGravatar wm42013-12-21
* vf_lavfi: don't access AVFilterPad directlyGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* vf_dsize: fix bug caused by typoGravatar wm42013-12-14
* video: move VO reinit from filter chain to playerGravatar wm42013-12-10
* video: move handling of brightness and deinterlacing controlGravatar wm42013-12-10
* vf_vo: remove VO reset on filter uninitGravatar wm42013-12-10
* vf: redo conversion filter insertion/format negotiationGravatar wm42013-12-07
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* vf: remove flags from filter format statusGravatar wm42013-12-07
* video: create a separate context for video filter chainGravatar wm42013-12-07