| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -5/+6 |
* | replay_gain_info: allocate the struct statically | Max Kellermann | 2010-02-17 | 1 | -6/+3 |
* | decoder/flac: support streams without STREAMINFO block | Max Kellermann | 2010-01-06 | 1 | -1/+40 |
* | decoder/flac: pass bits_per_sample to flac_sample_format() | Max Kellermann | 2010-01-06 | 1 | -3/+3 |
* | decoder/flac: moved decoder initialization to _flac_common.c | Max Kellermann | 2010-01-06 | 1 | -20/+12 |
* | decoder/flac: remember audio_format, not stream_info | Max Kellermann | 2010-01-06 | 1 | -12/+28 |
* | decoder/flac: removed CUE sheet support | Max Kellermann | 2010-01-06 | 1 | -53/+0 |
* | decoder_api: added function decoder_replay_gain() | Max Kellermann | 2010-01-04 | 1 | -9/+8 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | decoder_api: added function decoder_timestamp() | Max Kellermann | 2009-12-26 | 1 | -8/+1 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -2/+25 |
* | Merged release 0.15.6 from branch 'v0.15.x' | Max Kellermann | 2009-11-19 | 1 | -3/+3 |
|\ |
|
| * | decoder/flac: fixed compiler warning | Max Kellermann | 2009-11-19 | 1 | -3/+1 |
| * | decoder/flac: fixed NULL pointer dereference in CUE code | Max Kellermann | 2009-11-18 | 1 | -0/+2 |
* | | decoder: use audio_format_init_checked() | Max Kellermann | 2009-11-14 | 1 | -9/+9 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | decoder/flac: moved code to flac_data_get_audio_format() | Max Kellermann | 2009-11-11 | 1 | -7/+28 |
* | | decoder/flac: use frame header instead of audio_format | Max Kellermann | 2009-11-11 | 1 | -3/+3 |
* | | decoder/flac: calculate time stamp from current frame | Max Kellermann | 2009-11-11 | 1 | -2/+9 |
* | | decoder/flac: calculate bit rate in flac_common_write() | Max Kellermann | 2009-11-11 | 1 | -3/+10 |
* | | decoder/flac: store the whole stream info object, not duration | Max Kellermann | 2009-11-11 | 1 | -1/+4 |
* | | decoder/flac: keep track of current frame number | Max Kellermann | 2009-11-11 | 1 | -0/+3 |
* | | decoder/flac: moved code to flac_pcm.c | Max Kellermann | 2009-11-11 | 1 | -81/+1 |
* | | decoder/flac: moved code to flac_metadata.c | Max Kellermann | 2009-11-11 | 1 | -164/+1 |
* | | decoder/flac: return replay_gain_info object from helper function | Max Kellermann | 2009-11-11 | 1 | -28/+24 |
* | | decoder/flac: merged some code into flac_tag_apply_metadata() | Max Kellermann | 2009-11-11 | 1 | -1/+20 |
* | | decoder/flac: pass VorbisComment to comments_to_tag() | Max Kellermann | 2009-11-10 | 1 | -7/+5 |
* | | decoder/flac: use pcm_buffer instead of fixed buffer | Max Kellermann | 2009-11-10 | 1 | -37/+27 |
* | | decoder/flac: added function flac_data_deinit() | Max Kellermann | 2009-11-10 | 1 | -0/+10 |
* | | decoder/flac: pass void pointer to flac_convert() | Max Kellermann | 2009-11-10 | 1 | -5/+5 |
* | | decoder/flac: pass audio_format.bits to flac_convert() | Max Kellermann | 2009-11-10 | 1 | -11/+8 |
* | | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2009-10-13 | 1 | -3/+3 |
* | | Merged release 0.15.2 from branch 'v0.15.x' | Max Kellermann | 2009-08-15 | 1 | -55/+63 |
|\| |
|
| * | decoder/flac: don't allocate cuesheet twice (memleak) | Max Kellermann | 2009-08-14 | 1 | -4/+6 |
| * | decoder/flac: fixed indentation of flac_comment_value() | Max Kellermann | 2009-07-22 | 1 | -19/+21 |
| * | decoder/flac: parse all replaygain tags | Max Kellermann | 2009-07-22 | 1 | -14/+18 |
| * | decoder/flac: return early from flac_find_float_comment() | Max Kellermann | 2009-07-22 | 1 | -21/+22 |
| * | decoder/flac: removed misplaced authorship comment | Max Kellermann | 2009-07-22 | 1 | -1/+0 |
* | | Add audio_format_init() function | David Woodhouse | 2009-07-19 | 1 | -3/+2 |
|/ |
|
* | flac/cue: added support for TITLE[n] comments | Mario Lenz | 2009-03-17 | 1 | -2/+9 |
* | flac: get CUE track titles from additional FLAC comments | Mario Lenz | 2009-03-16 | 1 | -15/+24 |
* | 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 | -3/+51 |
* | flac: parse stream tags | Max Kellermann | 2009-03-01 | 1 | -0/+4 |
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -1/+1 |
* | flac: map "Album Artist" to "AlbumArtist" | Rasmus Steinke | 2009-01-15 | 1 | -1/+3 |
* | flac: splitted flac_copy_vorbis_comment() | Max Kellermann | 2009-01-15 | 1 | -37/+38 |
* | flac: moved code to flac_comment_value() | Max Kellermann | 2009-01-15 | 1 | -5/+26 |
* | flac: always allocate tag object | Max Kellermann | 2009-01-15 | 1 | -14/+8 |
* | flac: use bool instead of int | Max Kellermann | 2009-01-15 | 1 | -15/+15 |