aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter/af_lavfi.c
Commit message (Expand)AuthorAge
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* af_lavfi: fix small memory leakGravatar wm42017-10-27
* vf_lavfi, af_lavfi: remove unused/deprecated includeGravatar wm42017-04-05
* af: implement generic lavfi option bridge tooGravatar wm42017-04-04
* af_lavfi: remove forced "format" filterGravatar wm42017-04-04
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* af_lavfi, vf_lavfi: work around recent libavfilter EOF bugGravatar wm42017-01-02
* audio: move mp_audio->AVFrame conversion to a functionGravatar wm42016-01-29
* af_lavfi, vf_lavfi: fix compilation on LibavGravatar wm42016-01-22
* command: add af-command commandGravatar wm42016-01-22
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* audio: use AVFrames with more than 8 channels correctlyGravatar wm42015-10-26
* af_lavfi: implement af-metadata propertyGravatar wm42015-09-11
* af_lavfi: handle seekingGravatar wm42015-03-17
* af_lavfi: use refcounted framesGravatar wm42015-01-14
* audio/filter: remove unused af_calc_filter_multiplier()Gravatar wm42015-01-13
* Improve setting AVOptionsGravatar wm42014-08-02
* Add more constGravatar wm42014-06-11
* af_lavfi: fix graph parse deprecation warningGravatar Kevin Mitchell2014-04-13
* Remove some more unneeded version checksGravatar wm42014-03-16
* af_lavfi: beat it into working with LibavGravatar wm42014-03-13
* audio/fmt-conversion.c: remove unknown audio format messagesGravatar wm42013-12-21
* audio: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* audio: flush remaining data from the filter chain on EOFGravatar wm42013-12-05
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* af_lavi: actually free the filter graph on uninitGravatar wm42013-11-27
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
* af: don't require filters to allocate af_instance->data, redo buffersGravatar wm42013-11-12
* af_lavfi: add support for non-interleaved audioGravatar wm42013-11-12
* audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* audio/filter: remove useless af_info fieldsGravatar wm42013-10-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* af_lavfi: switch to new option APIGravatar wm42013-07-22
* af_lavfi: add libavfilter bridgeGravatar wm42013-05-23