| Commit message (Expand) | Author | Files | Lines |
2011-11-28 | mapper: fix the bogus "not a directory" error message | Max Kellermann | 1 | -1/+13 |
2011-11-28 | mapper: move code to check_directory() | Max Kellermann | 1 | -8/+11 |
2011-11-28 | log: print reason for failure | Max Kellermann | 1 | -2/+2 |
2011-11-28 | encoder/wave: support packed 24 bit samples | Max Kellermann | 1 | -0/+5 |
2011-11-28 | encoder/null: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -19/+15 |
2011-11-28 | encoder/wave: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -19/+27 |
2011-11-28 | encoder/flac: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -16/+20 |
2011-11-28 | growing_fifo: new utility library for growing fifo_buffer | Max Kellermann | 2 | -0/+163 |
2011-11-28 | fifo_buffer: add function fifo_buffer_realloc() | Max Kellermann | 2 | -2/+47 |
2011-11-27 | fifo_buffer: add functions _capacity() and _available() | Max Kellermann | 2 | -0/+29 |
2011-11-27 | pcm_buffer: add assertions | Max Kellermann | 2 | -0/+10 |
2011-11-27 | pcm_buffer: move formula to new function align_8k() | Max Kellermann | 1 | -2/+11 |
2011-11-27 | pcm_buffer: un-inline pcm_buffer_get() | Max Kellermann | 2 | -14/+38 |
2011-11-27 | directory: rename attribute "stat" to "have_stat" | Max Kellermann | 2 | -3/+3 |
2011-11-27 | directory: convert "stat" to a bool | Max Kellermann | 2 | -2/+2 |
2011-11-27 | stats: explicitly cast "time_t" to "long" | Max Kellermann | 1 | -1/+1 |
2011-11-27 | io_thread: fix race condition during startup | Max Kellermann | 1 | -0/+8 |
2011-11-27 | decoder_api: cancel initial seek when song is not seekable | Max Kellermann | 1 | -0/+6 |
2011-10-23 | path: autodetect filesystem encoding on Win32 | Denis Krjuchkov | 1 | -0/+16 |
2011-10-20 | decoder/dsdiff: provide floating point samples | Max Kellermann | 1 | -30/+3 |
2011-10-20 | decoder/wavpack: read float samples as-is, don't convert to integer | Max Kellermann | 1 | -5/+4 |
2011-10-20 | pcm_format: implement conversion to float | Max Kellermann | 3 | -1/+218 |
2011-10-20 | pcm_convert: add function pcm_convert_channels() | Max Kellermann | 1 | -0/+50 |
2011-10-20 | pcm_mix: implement float samples | Max Kellermann | 1 | -4/+31 |
2011-10-20 | pcm_volume: implement float samples | Max Kellermann | 2 | -2/+19 |
2011-10-20 | audio_format: basic support for floating point samples | Max Kellermann | 11 | -0/+138 |
2011-10-20 | pcm_mix: return bool, make unimplemented format non-fatal | Max Kellermann | 3 | -28/+43 |
2011-10-20 | pcm_volume: pass an "end" pointer instead of a sample count | Max Kellermann | 1 | -20/+13 |
2011-10-20 | pcm_volume: remove "default" statement | Max Kellermann | 1 | -3/+9 |
2011-10-20 | pcm_volume: "length" is a "size_t", not "int" | Max Kellermann | 2 | -2/+2 |
2011-10-20 | pcm_resample: add function pcm_resample_float() | Max Kellermann | 4 | -0/+95 |
2011-10-20 | pcm_format: move "case" code to separate functions | Max Kellermann | 1 | -95/+166 |
2011-10-20 | pcm_*: add "restrict" keywords | Max Kellermann | 2 | -18/+29 |
2011-10-20 | crossfade: include cleanup | Max Kellermann | 1 | -1/+0 |
2011-10-19 | pcm_format: pass an "end" pointer instead of a sample count | Max Kellermann | 1 | -58/+28 |
2011-10-19 | pcm_channels: pass an "end" pointer instead of a sample count | Max Kellermann | 1 | -39/+40 |
2011-10-19 | pcm_{channels,resample}: pass channel count as integer, not uint8_t | Max Kellermann | 7 | -27/+27 |
2011-10-19 | pcm_{channels,format}: add alignment assertions | Max Kellermann | 2 | -0/+12 |
2011-10-19 | pcm_utils: add function pcm_end_pointer() | Max Kellermann | 2 | -1/+13 |
2011-10-13 | configure.ac: define WINVER | Max Kellermann | 3 | -3/+0 |
2011-10-13 | decoder_thread: add missing stdio.h include | Max Kellermann | 1 | -0/+1 |
2011-10-13 | event_pipe: fix WIN32 regression | Max Kellermann | 1 | -2/+5 |
2011-10-10 | pcm_byteswap: use "end" pointer instead of buffer size | Max Kellermann | 1 | -6/+12 |
2011-10-10 | pcm_dither: pass an "end" pointer instead of a sample count | Max Kellermann | 3 | -19/+14 |
2011-10-10 | pcm_pack: pass an "end" pointer instead of a sample count | Max Kellermann | 4 | -10/+11 |
2011-10-10 | pcm_byteswap: use GLib byte swapping macros | Max Kellermann | 1 | -15/+2 |
2011-10-10 | pcm_{mix,volume}: pass only sample_format to pcm_mix() | Max Kellermann | 7 | -18/+19 |
2011-10-10 | pcm_buffer: un-inline pcm_buffer_get() | Max Kellermann | 2 | -14/+38 |
2011-10-10 | input/cdio_paranoia: pass byte order swapping to the PCM "decoder" | Max Kellermann | 1 | -32/+11 |
2011-10-10 | decoder/pcm: support reverse byte order | Max Kellermann | 1 | -3/+21 |