aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/modplug_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed decoder plugin sourcesMax Kellermann2010-01-041-194/+0
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder: switch a bunch of plugins to stream_tag()Max Kellermann2009-12-311-17/+7
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-6/+0
* input_stream: return errors with GErrorMax Kellermann2009-12-151-1/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-1/+1
* decoder/modplug: count frame positionMax Kellermann2009-11-141-13/+11
* decoder/modplug: floating point division for song durationMax Kellermann2009-11-141-3/+1
* decoder/modplug: check ModPlug_Read() < 0Max Kellermann2009-11-141-3/+1
* decoder: use audio_format_init_checked()Max Kellermann2009-11-141-0/+2
* include config.h in all sourcesMax Kellermann2009-11-121-1/+2
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-1/+1
* Add audio_format_init() functionDavid Woodhouse2009-07-191-3/+1
* modplug: get track lengthSerge Ziryukin2009-07-151-1/+1
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-021-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* modplug: removed EOF check from the while loopMax Kellermann2009-01-241-2/+4
* modplug: check for input_stream errorsMax Kellermann2009-01-241-2/+8
* modplug: use size_t instead of int for buffer sizesMax Kellermann2009-01-241-1/+1
* modplug: check size limit before appending new bufferMax Kellermann2009-01-241-4/+4
* modplug: use GByteArray.len, remove total_lenMax Kellermann2009-01-241-4/+2
* modplug: unknown size is -1; check for empty fileMax Kellermann2009-01-241-5/+12
* modplug: header cleanupMax Kellermann2009-01-241-2/+0
* modplug: define G_LOG_DOMAINMax Kellermann2009-01-241-0/+3
* modplug: declare constants as enumMax Kellermann2009-01-241-4/+6
* modplug: use only decoder_read(), not input_stream_read()Max Kellermann2009-01-241-5/+1
* modplug: change settings before loading a fileAndrzej Rybczak2009-01-241-6/+8
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-281-0/+200