mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / af_resample.c
2015-01-12 Vittorio Giovaraaf_resample: check av_opt_set_dict return value
2014-10-18 Timothy B. Terriberryresample: Avoid off-by-1 errors in PTS calcs.
2014-05-28 Luca Barbatoaf_resample: Use avresample_get_out_samples
2014-02-24 Anton Khirnovaf_resample: preserve frame properties
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-04-09 Anton Khirnovaf_resample: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-02-23 Justin Ruggleslavfi: connect libavresample options to af_resample...
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-09 Janne Grunauaf_resample: unref out_buf when avresample_convert...
2012-10-07 Justin Rugglesaf_resample: avoid conversion of identical sample forma...
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-07-09 Anton Khirnovaf_resample: fix request_frame() behavior.
2012-07-08 Justin Ruggleslavr: Use AV_SAMPLE_FMT_NONE to auto-select the interna...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_SAMPLERATE64 cruft
2012-06-15 Janne Grunauaf_resample: fix format modifier in debug string for...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-21 Justin Rugglesaf_resample: remove an extra space in the log output
2012-05-14 Anton Khirnovlavfi: add channel layout/sample rate negotiation.
2012-05-12 Anton Khirnovlavfi: add lavr-based audio resampling filter.