summaryrefslogtreecommitdiff
path: root/src/pcm_convert.c
AgeCommit message (Expand)Author
2013-01-31pcm_convert: convert to C++Max Kellermann
2013-01-29require GLib 2.24Max Kellermann
2012-10-02pcm_channels: support floating point samplesMax Kellermann
2012-03-27audio_format: remove SAMPLE_FORMAT_DSD_OVER_USBMax Kellermann
2012-03-22pcm_dsd: implement DSD to 24 bit USB conversionMax Kellermann
2012-03-22audio_format: remove the packed S24 formatMax Kellermann
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann
2012-03-21audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRSTMax Kellermann
2012-03-19audio_format: basic support for DSD-over-USBMax Kellermann
2012-03-01pcm_convert: support the DSD formatMax Kellermann
2012-03-01audio_format: add DSD sample formatMax Kellermann
2012-03-01pcm_convert: add method _reset()Max Kellermann
2011-10-20pcm_format: implement conversion to floatMax Kellermann
2011-10-20pcm_convert: add function pcm_convert_channels()Max Kellermann
2011-10-10pcm_pack: pass an "end" pointer instead of a sample countMax Kellermann
2011-10-10pcm_convert: support reverse endian inputMax Kellermann
2011-10-09Merge commit 'release-0.16.5'Max Kellermann
2011-10-08pcm_convert: fix typo in error messageMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-07-23pcm_convert: use GError for error handlingMax Kellermann
2009-07-22pcm_byteswap: converted NULL checks to assertionsMax Kellermann
2009-07-22pcm_convert: added pcm_convert_state.byteswap_bufferMax Kellermann
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse
2009-03-14pcm_convert: return NULL on failureMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-02pcm_convert: added 32 bit supportMax Kellermann
2009-02-17pcm_convert: removed pcm_convert_size()Max Kellermann
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann
2009-01-15log, pcm_convert: added return statements after g_error()Max Kellermann
2009-01-15pcm_convert: removed unused variable "dest_size"Max Kellermann
2009-01-08pcm_resample: use pcm_buffer (1/2)Max Kellermann
2009-01-07pcm_channels: use pcm_bufferMax Kellermann
2009-01-07pcm_format: use the pcm_buffer libraryMax Kellermann
2009-01-07pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann
2009-01-07pcm: pass void pointers to PCM functionsMax Kellermann
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann