aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-15flac: moved code to flac_comment_value()Max Kellermann1-5/+26
2009-01-15flac: always allocate tag objectMax Kellermann1-14/+8
2009-01-15flac: use bool instead of intMax Kellermann1-15/+15
2009-01-15flac: no CamelCaseMax Kellermann1-39/+44
2009-01-01decoder plugins: don't include gcc.hMax Kellermann1-1/+3
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann1-5/+4
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann1-4/+4
2008-11-11replay_gain: no CamelCaseMax Kellermann1-7/+7
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-1/+1
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-1/+1
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-7/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-09-29switch to C99 types, part IIMax Kellermann1-2/+2
2008-09-23flac: removed FlacData.chunk_lengthMax Kellermann1-7/+2
2008-09-23flac: merged flacSendChunk() into flac_common_write()Max Kellermann1-17/+16
2008-09-23flac: removed generic sample size supportMax Kellermann1-32/+26
2008-09-23flac: added special functions for 8 and 32 bitMax Kellermann1-0/+37
2008-09-23flac: added optimized converter for 16 bitMax Kellermann1-0/+17
2008-09-23flac: use signed integers in flac_convert_stereo16()Max Kellermann1-6/+4
2008-09-23flac: moved code from flacWrite() to _flac_common.cMax Kellermann1-0/+91
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-3/+3
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-3/+3
2008-08-26added decoder_get_command()Max Kellermann1-1/+1
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann1-1/+1
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-1/+1
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-4/+3
2008-08-26added struct decoderMax Kellermann1-1/+3
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann1-1/+1
2008-08-26clean up CPP includesMax Kellermann1-6/+0
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-4/+2
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-10/+7
2008-03-26explicitly downcastMax Kellermann1-3/+3
2008-01-26fixed -Wshadow warningsMax Kellermann1-6/+6
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-22fix Replay Gain reading for FLAC and OggFLACEric Wong1-6/+6
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-58/+66
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-06-04gcc 2.95 compatibility fixesEric Wong1-2/+5
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow1-2/+7
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+195