aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/ConvertFilterPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-24Filter*: move to filter/Max Kellermann1-149/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-11-13PcmConvert: add methods Open(), Close()Max Kellermann1-17/+48
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-7/+8
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-16/+16
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-63/+38
2013-02-01filter: convert to C++Max Kellermann1-3/+3
2013-01-31filter/convert: remove unused attributeMax Kellermann1-5/+0
2013-01-31pcm_convert: convert to C++Max Kellermann1-8/+9
2013-01-30filter/convert: convert to C++Max Kellermann1-20/+22
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann1-1/+0
2011-10-10audio_format: convert reverse_endian to a "bool"Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann1-3/+2
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-07-23pcm_convert: use GError for error handlingMax Kellermann1-11/+3
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse1-0/+1
2009-07-06filter/convert: new filter which calls pcm_convert() on demandMax Kellermann1-0/+154