aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/modplug_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31decoder: switch a bunch of plugins to stream_tag()Max Kellermann1-17/+7
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-6/+0
2009-12-15input_stream: return errors with GErrorMax Kellermann1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-14decoder/modplug: count frame positionMax Kellermann1-13/+11
2009-11-14decoder/modplug: floating point division for song durationMax Kellermann1-3/+1
2009-11-14decoder/modplug: check ModPlug_Read() < 0Max Kellermann1-3/+1
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-0/+2
2009-11-12include config.h in all sourcesMax Kellermann1-1/+2
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-1/+1
2009-07-19Add audio_format_init() functionDavid Woodhouse1-3/+1
2009-07-15modplug: get track lengthSerge Ziryukin1-1/+1
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-24modplug: removed EOF check from the while loopMax Kellermann1-2/+4
2009-01-24modplug: check for input_stream errorsMax Kellermann1-2/+8
2009-01-24modplug: use size_t instead of int for buffer sizesMax Kellermann1-1/+1
2009-01-24modplug: check size limit before appending new bufferMax Kellermann1-4/+4
2009-01-24modplug: use GByteArray.len, remove total_lenMax Kellermann1-4/+2
2009-01-24modplug: unknown size is -1; check for empty fileMax Kellermann1-5/+12
2009-01-24modplug: header cleanupMax Kellermann1-2/+0
2009-01-24modplug: define G_LOG_DOMAINMax Kellermann1-0/+3
2009-01-24modplug: declare constants as enumMax Kellermann1-4/+6
2009-01-24modplug: use only decoder_read(), not input_stream_read()Max Kellermann1-5/+1
2009-01-24modplug: change settings before loading a fileAndrzej Rybczak1-6/+8
2008-12-28decoder: new plugin using modplug libraryViliam Mateicka1-0/+200