Author | SHA1 | Message | Date |
---|---|---|---|
|
fa06623930 |
lavfi/audio: eliminate ff_default_filter_samples().
It currently does the following: 1) get a zeroed audio buffer 2) copy some properties (but not the data) of the input buffer to it 3) pass this buffer to the output filter This looks useless and is indeed not used by any filters, therefore delete it. Make ff_null_filter_samples() (just pass the buffer to the next filter) the new default. |
13 years ago |
|
4d4098da00 |
lavfi: drop planar/packed negotiation support
The planar/packed switch and the packing_formats list is no longer required, since the planar/packed information is now stored in the sample format enum. This is technically a major API break, possibly it should be not too painful as we marked the audio filtering API as unstable. |
13 years ago |
|
472fb3bbfa |
lavfi: remove some audio-related function from public API.
Those functions are only useful inside filters. It is better to not support user filters until the API is more stable. This breaks audio filtering API and ABI in theory, but since it's unusable right now this shouldn't be a problem. |
13 years ago |