summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_anullsrc.c
Commit message (Expand)AuthorAge
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* asrc_anullsrc: amend description to reflect the recent changesStefano Sabatini2011-09-18
* asrc_anullsrc: globally prefer "null" over "priv" for indicating the filter c...Stefano Sabatini2011-09-18
* asrc_anullsrc: do not show the int64_t value for channel_layoutStefano Sabatini2011-09-18
* asrc_anullsrc: implement a request_frame callback for returning framesStefano Sabatini2011-09-18
* asrc_anullsrc: extend syntax to make it accept a non positional list of argum...Stefano Sabatini2011-09-18
* Merge libavcore into libavutilReinhard Tartler2011-02-16
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25