summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_anullsrc.c
Commit message (Collapse)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 ↵Stefano Sabatini2011-09-18
| | | | | | context More locally and globally consistent.
* asrc_anullsrc: do not show the int64_t value for channel_layoutStefano Sabatini2011-09-18
| | | | | That was clumsy and confusing, only show the descriptive channel layout string.
* asrc_anullsrc: implement a request_frame callback for returning framesStefano Sabatini2011-09-18
| | | | | This is mainly useful for filters (like the sox synth), which overwrite the content of the passed data.
* asrc_anullsrc: extend syntax to make it accept a non positional list of ↵Stefano Sabatini2011-09-18
| | | | | | | | | arguments The new syntax is more extensible and more user-friendly. This breaks the previous syntax, should not be an issue as possibly no-one is already using anullsrc.
* Merge libavcore into libavutilReinhard Tartler2011-02-16
| | | | Done to keep ABI compatible. Otherwise this is just silly
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
| | | | | | | This also allows to remove a linking dependency of libavfilter on libavcodec. Originally committed as revision 25789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu. Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk