aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-19decoder/flac: fixed compiler warningMax Kellermann1-3/+1
2009-11-18decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann1-0/+2
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann1-4/+6
2009-07-22decoder/flac: fixed indentation of flac_comment_value()Max Kellermann1-19/+21
2009-07-22decoder/flac: parse all replaygain tagsMax Kellermann1-14/+18
2009-07-22decoder/flac: return early from flac_find_float_comment()Max Kellermann1-21/+22
2009-07-22decoder/flac: removed misplaced authorship commentMax Kellermann1-1/+0
2009-03-17flac/cue: added support for TITLE[n] commentsMario Lenz1-2/+9
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz1-15/+24
2009-03-13all: Update copyright header.Avuton Olrich1-9/+11
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil1-3/+51
2009-03-01flac: parse stream tagsMax Kellermann1-0/+4
2009-02-27tag: no CamelCaseMax Kellermann1-1/+1
2009-01-15flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-15flac: splitted flac_copy_vorbis_comment()Max Kellermann1-37/+38
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