| Commit message (Expand) | Author | Age | Files | Lines |
* | pcm_format: implement conversion to float | Max Kellermann | 2011-10-20 | 1 | -1/+68 |
* | pcm_convert: add function pcm_convert_channels() | Max Kellermann | 2011-10-20 | 1 | -0/+50 |
* | pcm_pack: pass an "end" pointer instead of a sample count | Max Kellermann | 2011-10-10 | 1 | -1/+2 |
* | pcm_convert: support reverse endian input | Max Kellermann | 2011-10-10 | 1 | -0/+14 |
* | Merge commit 'release-0.16.5' | Max Kellermann | 2011-10-09 | 1 | -1/+1 |
|\ |
|
| * | pcm_convert: fix typo in error message | Max Kellermann | 2011-10-08 | 1 | -1/+1 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ |
|
* | audio_format: support packed 24 bit samples | Max Kellermann | 2010-01-16 | 1 | -0/+48 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -18/+18 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | pcm_convert: use GError for error handling | Max Kellermann | 2009-07-23 | 1 | -32/+77 |
* | pcm_byteswap: converted NULL checks to assertions | Max Kellermann | 2009-07-22 | 1 | -6/+3 |
* | pcm_convert: added pcm_convert_state.byteswap_buffer | Max Kellermann | 2009-07-22 | 1 | -3/+5 |
* | Add reverse_endian field to struct audio_format and handle conversion | David Woodhouse | 2009-07-19 | 1 | -0/+19 |
* | pcm_convert: return NULL on failure | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | pcm_convert: added 32 bit support | Max Kellermann | 2009-03-02 | 1 | -0/+42 |
* | pcm_convert: removed pcm_convert_size() | Max Kellermann | 2009-02-17 | 1 | -17/+0 |
* | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 2009-01-17 | 1 | -29/+27 |
* | log, pcm_convert: added return statements after g_error() | Max Kellermann | 2009-01-15 | 1 | -0/+1 |
* | pcm_convert: removed unused variable "dest_size" | Max Kellermann | 2009-01-15 | 1 | -4/+2 |
* | pcm_resample: use pcm_buffer (1/2) | Max Kellermann | 2009-01-08 | 1 | -16/+14 |
* | pcm_channels: use pcm_buffer | Max Kellermann | 2009-01-07 | 1 | -2/+6 |
* | pcm_format: use the pcm_buffer library | Max Kellermann | 2009-01-07 | 1 | -3/+8 |
* | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 2009-01-07 | 1 | -0/+5 |
* | pcm: pass void pointers to PCM functions | Max Kellermann | 2009-01-07 | 1 | -5/+4 |
* | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 2009-01-07 | 1 | -0/+157 |