]> git.sesse.net Git - ffmpeg/history - libavfilter/audio.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavfilter / audio.c
2015-08-28 Vittorio Giovaralavfi: Drop deprecated AVFilterBuffer* code
2013-06-18 Anton Khirnovlavfi: switch ff_default_get_audio_buffer() to av_frame...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
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.