| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder/flac: moved decoder initialization to _flac_common.c | Max Kellermann | 2010-01-06 | 1 | -15/+6 |
* | decoder/flac: remember audio_format, not stream_info | Max Kellermann | 2010-01-06 | 1 | -7/+13 |
* | decoder/flac: removed CUE sheet support | Max Kellermann | 2010-01-06 | 1 | -11/+0 |
* | decoder_api: added function decoder_replay_gain() | Max Kellermann | 2010-01-04 | 1 | -1/+0 |
* | 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 | -0/+2 |
* | decoder/flac: moved code to flac_data_get_audio_format() | Max Kellermann | 2009-11-11 | 1 | -1/+16 |
* | decoder/flac: calculate time stamp from current frame | Max Kellermann | 2009-11-11 | 1 | -1/+6 |
* | decoder/flac: calculate bit rate in flac_common_write() | Max Kellermann | 2009-11-11 | 1 | -2/+2 |
* | decoder/flac: store the whole stream info object, not duration | Max Kellermann | 2009-11-11 | 1 | -1/+13 |
* | decoder/flac: moved code to flac_compat.h | Max Kellermann | 2009-11-11 | 1 | -113/+3 |
* | decoder/flac: keep track of current frame number | Max Kellermann | 2009-11-11 | 1 | -0/+5 |
* | decoder/flac: moved code to flac_metadata.c | Max Kellermann | 2009-11-11 | 1 | -11/+0 |
* | decoder/flac: merged some code into flac_tag_apply_metadata() | Max Kellermann | 2009-11-11 | 1 | -2/+2 |
* | decoder/flac: don't use float to calculate song duration | Max Kellermann | 2009-11-10 | 1 | -0/+7 |
* | decoder/flac: pass VorbisComment to comments_to_tag() | Max Kellermann | 2009-11-10 | 1 | -1/+1 |
* | decoder/flac: use pcm_buffer instead of fixed buffer | Max Kellermann | 2009-11-10 | 1 | -2/+4 |
* | decoder/flac: added function flac_data_deinit() | Max Kellermann | 2009-11-10 | 1 | -0/+3 |
* | flac: get CUE track titles from additional FLAC comments | Mario Lenz | 2009-03-16 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -9/+11 |
* | Initial support for embedded cue sheets found in flac files | Jochen Keil | 2009-03-09 | 1 | -0/+11 |
* | flac: include config.h | Max Kellermann | 2009-01-19 | 1 | -0/+1 |
* | flac: always allocate tag object | Max Kellermann | 2009-01-15 | 1 | -3/+3 |
* | flac: no CamelCase | Max Kellermann | 2009-01-15 | 1 | -12/+16 |
* | flac, oggflac: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-21 | 1 | -0/+5 |
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -1/+1 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 1 | -2/+2 |
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 1 | -0/+168 |