| Commit message (Expand) | Author | Files | Lines |
2009-01-15 | flac: map "Album Artist" to "AlbumArtist" | Rasmus Steinke | 1 | -1/+3 |
2009-01-15 | flac: splitted flac_copy_vorbis_comment() | Max Kellermann | 1 | -37/+38 |
2009-01-15 | flac: moved code to flac_comment_value() | Max Kellermann | 1 | -5/+26 |
2009-01-15 | flac: always allocate tag object | Max Kellermann | 1 | -14/+8 |
2009-01-15 | flac: use bool instead of int | Max Kellermann | 1 | -15/+15 |
2009-01-15 | flac: no CamelCase | Max Kellermann | 1 | -39/+44 |
2009-01-01 | decoder plugins: don't include gcc.h | Max Kellermann | 1 | -1/+3 |
2008-11-21 | flac, oggflac: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -5/+4 |
2008-11-11 | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 1 | -4/+4 |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 1 | -7/+7 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -1/+1 |
2008-10-26 | input_stream: removed the InputStream typedef | Max Kellermann | 1 | -1/+1 |
2008-10-26 | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 1 | -0/+0 |
2008-10-17 | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 1 | -7/+0 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -2/+2 |
2008-09-23 | flac: removed FlacData.chunk_length | Max Kellermann | 1 | -7/+2 |
2008-09-23 | flac: merged flacSendChunk() into flac_common_write() | Max Kellermann | 1 | -17/+16 |
2008-09-23 | flac: removed generic sample size support | Max Kellermann | 1 | -32/+26 |
2008-09-23 | flac: added special functions for 8 and 32 bit | Max Kellermann | 1 | -0/+37 |
2008-09-23 | flac: added optimized converter for 16 bit | Max Kellermann | 1 | -0/+17 |
2008-09-23 | flac: use signed integers in flac_convert_stereo16() | Max Kellermann | 1 | -6/+4 |
2008-09-23 | flac: moved code from flacWrite() to _flac_common.c | Max Kellermann | 1 | -0/+91 |
2008-08-29 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -3/+3 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -3/+3 |
2008-08-26 | added decoder_get_command() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved InputPlugin to decoder_api.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added parameter total_time to decoder_initialized() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added audio_format parameter to decoder_initialized() | Max Kellermann | 1 | -4/+3 |
2008-08-26 | added struct decoder | Max Kellermann | 1 | -1/+3 |
2008-08-26 | merged start, stop, seek into DecoderControl.command | Max Kellermann | 1 | -1/+1 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -6/+0 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -1/+1 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -4/+2 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -10/+7 |
2008-03-26 | explicitly downcast | Max Kellermann | 1 | -3/+3 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -6/+6 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-22 | fix Replay Gain reading for FLAC and OggFLAC | Eric Wong | 1 | -6/+6 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -58/+66 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-06-04 | gcc 2.95 compatibility fixes | Eric Wong | 1 | -2/+5 |
2006-04-30 | Added Disc # metadata item based on bug 571 (added id3v2 support) | Qball Cow | 1 | -2/+7 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -0/+195 |