aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/plugins/AutoConvertFilterPlugin.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-24Filter*: move to filter/Max Kellermann1-3/+3
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-13PcmConvert: add methods Open(), Close()Max Kellermann1-1/+5
Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method.
2013-11-04filter/AutoConvert: modify child_audio_format, not in_audio_formatMax Kellermann1-2/+2
This prevented using the "volume_normalization" feature with some codecs (e.g. mp3), because the normalization code requires 16 bit samples. If the codec happens to deliver formats other than S16, the AutoConvert filter succeeds to initialize the conversion filter, but the returned input audio format was wrong.
2013-09-04util/Error: new error passing libraryMax Kellermann1-10/+11
Replaces GLib's GError.
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-1/+3
2013-08-03audio_format: convert to C++Max Kellermann1-24/+16
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-82/+45
2013-02-01filter: convert to C++Max Kellermann1-3/+3
2013-01-30filter/convert: convert to C++Max Kellermann1-38/+40
2013-01-30filter/autoconvert: include cleanupMax Kellermann1-5/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25filter: added the "autoconvert" filter pluginMax Kellermann1-0/+169