summaryrefslogtreecommitdiffstats
path: root/libhb/audio_resample.c
Commit message (Expand)AuthorAgeFilesLines
* 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