summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_apad.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_apad: add pad_dur and whole_dur optionsPaul B Mahol2018-12-171-2/+21
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/af_apad: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-08-291-21/+21
* lavfi/apad: fix logic when whole_len or pad_len options are specifiedStefano Sabatini2014-08-211-14/+20
* lavfi/apad: fix if_( styleStefano Sabatini2014-08-201-1/+1
* avfilter: remove superflous linesPaul B Mahol2014-02-261-1/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-3/+3
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-2/+1
* avfilter/af_apad: Support AVFILTER_FLAG_SUPPORT_TIMELINEMichael Niedermayer2013-05-081-1/+3
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/apad: switch to AVOption-based systemMatthieu Bouron2013-04-111-3/+0
* lavfi/apad: use standard options parsing.Clément Bœsch2013-03-241-8/+3
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-151-1/+1
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-1/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+8
* af_apad: remove unneeded av_opt_freeMichael Niedermayer2012-12-181-2/+0
* apad: add whole_len and pad_len options.Michael Niedermayer2012-12-181-1/+28
* apad: fix apad_options formatingMichael Niedermayer2012-12-181-2/+1
* af_apad: add user setable packet_sizeMichael Niedermayer2012-12-181-1/+25
* avfilter: add apad filterMichael Niedermayer2012-12-181-0/+116
OpenPOWER on IntegriCloud