Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-06avfilter/af_rubberband: also do not ignore failuresPaul B Mahol
2019-05-06avfilter/af_rubberband: handle case when no frame is givenPaul B Mahol
2019-04-29avfilter/af_rubberband: make use of initial input timestampPaul B Mahol
2019-04-29avfilter/af_rubberband: switch to activatePaul B Mahol
2019-04-29avfilter/af_rubberband: check if rbs is validPaul B Mahol
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-02avfilter/af_rubberband: add process_command()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-30avfilter/af_rubberband: flush only if there is something availablePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-23avfilter/af_rubberband: rename duplicate option namePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-20avfilter: add rubberband wrapperPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>