aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_lavfi.c
Commit message (Expand)AuthorAge
* af_lavfi, vf_lavfi: fix compilation on LibavGravatar wm42016-01-22
* command: add vf-command commandGravatar wm42016-01-22
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vf: remove old config() callbackGravatar wm42015-12-19
* vf_lavfi: cosmetics: fix coding styleGravatar wm42015-09-11
* vf_lavfi: drop useless option from wrapper filtersGravatar wm42015-02-12
* video/filters: simplify libavfilter bridgeGravatar wm42015-02-11
* video: remove vfcap.hGravatar wm42015-01-21
* vf_lavfi: proper rounding for lavfi->mpv aspect ratioGravatar wm42014-10-09
* vf_lavfi: make chaining from other filters more flexibleGravatar wm42014-09-27
* vf_lavfi: fetch output frames incrementallyGravatar wm42014-09-18
* Improve setting AVOptionsGravatar wm42014-08-02
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* vf_lavfi: reinit after libavfilter EOFGravatar wm42014-05-02
* vf_lavfi: reset metadata in reset()Gravatar Kevin Mitchell2014-04-29
* vf-metadata: fix handling of NULL metadataGravatar Kevin Mitchell2014-04-29
* vf_lavfi: distinguish real errors from other statesGravatar wm42014-04-28
* video: don't drop last frame when deinterlacing with yadifGravatar wm42014-04-28
* vf_rotate: support all multiples of 90 degreesGravatar wm42014-04-21
* 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
* Remove some more unneeded version checksGravatar wm42014-03-16
* m_option: add mp_log context to sub-module print_help callbackGravatar 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
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* vf: remove flags from filter format statusGravatar wm42013-12-07
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04
* vf_lavfi: export a wrapper functionGravatar wm42013-12-04
* options: print lavfi filter list with --vf=lavfi=helpGravatar wm42013-11-23
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* vf_lavfi: allow setting avoptsGravatar wm42013-05-26
* vf_lavfi: remove redundant statementsGravatar wm42013-05-21
* video/filter: fix option parser memory leakGravatar wm42013-05-18
* 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