| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | compress: add config.h | Jeffrey Middleton | 2009-12-02 | 1 | -0/+19 |
* | | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 50 | -214/+511 |
* | | test: added normalize test program | Max Kellermann | 2009-12-02 | 3 | -0/+89 |
* | | compress: upgraded to AudioCompress 2.0 | J. Shagam | 2009-12-02 | 8 | -467/+236 |
* | | decoder/mpcdec: set 24 bit sample format | Max Kellermann | 2009-11-25 | 1 | -1/+1 |
* | | pcm_mix: implemented 32 bit support | Max Kellermann | 2009-11-19 | 2 | -1/+24 |
* | | pcm_volume: implemented 32 bit support | Max Kellermann | 2009-11-19 | 3 | -0/+43 |
* | | test: added program to test pcm_convert.c | Max Kellermann | 2009-11-19 | 3 | -0/+107 |
* | | test/software_volume: check for errors | Max Kellermann | 2009-11-19 | 1 | -1/+6 |
* | | test/software_volume: fixed audio_format parser | Max Kellermann | 2009-11-19 | 1 | -3/+3 |
* | | Merged release 0.15.6 from branch 'v0.15.x' | Max Kellermann | 2009-11-19 | 4 | -10/+36 |
|\| |
|
| * | decoder/flac: fixed compiler warning | Max Kellermann | 2009-11-19 | 1 | -3/+1 |
| * | Modify version string to post-release version 0.15.7~git | Avuton Olrich | 2009-11-18 | 2 | -1/+4 |
| * | mpd version 0.15.6release-0.15.6 | Avuton Olrich | 2009-11-18 | 2 | -2/+2 |
| * | decoder/flac: fixed NULL pointer dereference in CUE code | Max Kellermann | 2009-11-18 | 2 | -0/+3 |
| * | id3: allow 4 MB RIFF/AIFF tags | Max Kellermann | 2009-11-15 | 2 | -1/+3 |
| * | decoder/ffmpeg: align the output buffer | Max Kellermann | 2009-11-15 | 2 | -5/+25 |
* | | cmdline: print out list of encoders in --version info | Viliam Mateicka | 2009-11-17 | 4 | -0/+30 |
* | | encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanup | Viliam Mateicka | 2009-11-17 | 1 | -29/+27 |
* | | encoder: introducing flac encoder plugin | Viliam Mateicka | 2009-11-17 | 5 | -0/+324 |
* | | output/openal: use audio_format_to_string() | Max Kellermann | 2009-11-15 | 1 | -3/+3 |
* | | crossfade: use audio_format_valid() in assertion | Max Kellermann | 2009-11-15 | 1 | -3/+1 |
* | | valgrind.suppressions: added entry for g_main_context_default() | Max Kellermann | 2009-11-14 | 1 | -0/+11 |
* | | decoder/audio: eliminate the "bits" variable | Max Kellermann | 2009-11-14 | 1 | -4/+1 |
* | | decoder/audiofile: moved code to audiofile_setup_sample_format() | Max Kellermann | 2009-11-14 | 1 | -10/+20 |
* | | decoder/modplug: count frame position | Max Kellermann | 2009-11-14 | 1 | -13/+11 |
* | | decoder/modplug: floating point division for song duration | Max Kellermann | 2009-11-14 | 1 | -3/+1 |
* | | decoder/modplug: check ModPlug_Read() < 0 | Max Kellermann | 2009-11-14 | 1 | -3/+1 |
* | | decoder/mikmod: count frame position | Max Kellermann | 2009-11-14 | 1 | -8/+6 |
* | | decoder/mikmod: sample rate is configurable | Max Kellermann | 2009-11-14 | 3 | -4/+42 |
* | | decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSION | Max Kellermann | 2009-11-14 | 1 | -3/+3 |
* | | decoder/mikmod: no CamelCase | Max Kellermann | 2009-11-14 | 1 | -28/+34 |
* | | decoder/mikmod: removed the struct mod_Data | Max Kellermann | 2009-11-14 | 1 | -14/+9 |
* | | decoder/mikmod: merged open()/close() into decode() | Max Kellermann | 2009-11-14 | 1 | -31/+12 |
* | | decoder/mikmod: static mod_Data object | Max Kellermann | 2009-11-14 | 1 | -11/+9 |
* | | doc: added decoder plugin reference | Max Kellermann | 2009-11-14 | 1 | -0/+6 |
* | | audio_format: added function audio_format_to_string() | Max Kellermann | 2009-11-14 | 9 | -29/+95 |
* | | autogen.sh: allow two minor digits in automake version | Max Kellermann | 2009-11-14 | 1 | -1/+1 |
* | | decoder: use audio_format_init_checked() | Max Kellermann | 2009-11-14 | 15 | -85/+124 |
* | | audio_check: checker functions for audio_format attributes | Max Kellermann | 2009-11-14 | 4 | -12/+138 |
* | | decoder/sidplay: correctly calculate floating point time | Max Kellermann | 2009-11-14 | 1 | -8/+11 |
* | | player_thread: corrected two assertions on "queued" | Max Kellermann | 2009-11-14 | 1 | -2/+2 |
* | | player_thread: initialize chunk->times in silence generator | Max Kellermann | 2009-11-12 | 2 | -1/+5 |
* | | player_control: hold lock while reading status | Max Kellermann | 2009-11-12 | 1 | -1/+4 |
* | | added .#* to .gitignore | Max Kellermann | 2009-11-12 | 2 | -1/+1 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 212 | -65/+329 |
* | | decoder/vorbis: fixed gcc "signed" warning | Max Kellermann | 2009-11-12 | 1 | -2/+2 |
* | | directory: include config.h | Max Kellermann | 2009-11-11 | 1 | -0/+1 |
* | | decoder/wavpack: allow more than 2 channels | Max Kellermann | 2009-11-11 | 2 | -3/+4 |
* | | decoder/wavpack: activate 32 bit support | Max Kellermann | 2009-11-11 | 2 | -13/+8 |