]> git.sesse.net Git - ffmpeg/history - libavfilter/audio.c
avfilter: x86: Use more precise compile template names
[ffmpeg] / libavfilter / audio.c
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-05 Reinhard Tartlerlavfi: properly signal out-of-memory error in ff_filter...
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-06-22 Anton Khirnovlavfi/audio: eliminate ff_default_filter_samples().
2012-06-21 Anton Khirnovlavfi/audio: don't set cur_buf in ff_filter_samples().
2012-06-13 Anton Khirnovlavfi/audio: use av_samples_copy() instead of custom...
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-05-18 Anton Khirnovlavfi: initialize pts to AV_NOPTS_VALUE when creating...
2012-05-09 Anton Khirnovlavfi: move audio-related functions to a separate file.