summaryrefslogtreecommitdiffstats
path: root/libhb/audio_resample.c
Commit message (Expand)AuthorAgeFilesLines
* decavcodec: prefer AVFrame fields over their AVCodecContext equivalent.Rodeo2014-01-251-3/+1
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Bump libav to v9_beta3.Rodeo2012-12-311-2/+2
* Improve support for planar audio.Rodeo2012-11-211-36/+47
* hb_audio_resample: remove unnecessary check.Rodeo2012-09-161-2/+1
* libhb: fix a collection of small memory leaksjstebbins2012-09-131-1/+1
* Audio improvements.Rodeo2012-09-031-3/+36
* Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...Rodeo2012-08-271-17/+25
* hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...Rodeo2012-08-271-36/+66
* Don't send empty audio packets downstream, as empty buffers are assumed to ma...Rodeo2012-08-151-2/+4
* Improve last commit. While the AC3 decoder doesn't use hb_ff_layout_xlat(), t...Rodeo2012-08-111-0/+5
* hb_audio_resample: when avresample_open() fails, log the error description.Rodeo2012-08-101-4/+9
* Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...Rodeo2012-08-021-3/+16
* libhb: Allow control of audio mix normalizationjstebbins2012-08-011-8/+13
* Bump Libav to v0.8-2551-gc83f44d.Rodeo2012-07-301-3/+0
* hb_audio_resample: libvaresample wrapper.Rodeo2012-07-151-0/+170