summaryrefslogtreecommitdiff
path: root/libavfilter/af_apad.c
Commit message (Collapse)AuthorAge
* af_apad: remove unneeded av_opt_freeMichael Niedermayer2012-12-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apad: add whole_len and pad_len options.Michael Niedermayer2012-12-18
| | | | | | These options allow padding to a specific length or adding a specific amount if silence. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apad: fix apad_options formatingMichael Niedermayer2012-12-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* af_apad: add user setable packet_sizeMichael Niedermayer2012-12-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add apad filterMichael Niedermayer2012-12-18
This filter pads an audio stream with silence It can together with -shortest be used to extend audio streams to the same length as video. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>