summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_lavfi.c
Commit message (Expand)AuthorAgeFilesLines
* audio: move mp_audio->AVFrame conversion to a functionwm42016-01-291-20/+3
* af_lavfi, vf_lavfi: fix compilation on Libavwm42016-01-221-0/+1
* command: add af-command commandwm42016-01-221-0/+8
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* audio: use AVFrames with more than 8 channels correctlywm42015-10-261-3/+5
* af_lavfi: implement af-metadata propertywm42015-09-111-0/+23
* af_lavfi: handle seekingwm42015-03-171-1/+27
* af_lavfi: use refcounted frameswm42015-01-141-44/+57
* audio/filter: remove unused af_calc_filter_multiplier()wm42015-01-131-3/+0
* Improve setting AVOptionswm42014-08-021-7/+5
* Add more constwm42014-06-111-1/+1
* af_lavfi: fix graph parse deprecation warningKevin Mitchell2014-04-131-1/+1
* Remove some more unneeded version checkswm42014-03-161-13/+3
* af_lavfi: beat it into working with Libavwm42014-03-131-23/+39
* audio/fmt-conversion.c: remove unknown audio format messageswm42013-12-211-0/+3
* audio: mp_msg conversionswm42013-12-211-4/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* audio: flush remaining data from the filter chain on EOFwm42013-12-051-2/+2
* audio/filter: change filter callback signaturewm42013-12-051-6/+4
* af_lavi: actually free the filter graph on uninitwm42013-11-271-5/+1
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-151-1/+1
* audio/filter: fix mul/delay scale and valueswm42013-11-121-3/+3
* af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-121-7/+2
* af_lavfi: add support for non-interleaved audiowm42013-11-121-30/+24
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-8/+9
* audio/filter: remove useless af_info fieldswm42013-10-231-6/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* af_lavfi: switch to new option APIwm42013-07-221-8/+24
* af_lavfi: add libavfilter bridgewm42013-05-231-0/+306