aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/AudiofileDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-14/+14
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-1/+1
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-13/+15
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-4/+4
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-7/+8
2013-09-04util/Error: new error passing libraryMax Kellermann1-11/+11
2013-08-03audio_format: convert to C++Max Kellermann1-10/+10
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/audiofile: convert to C++Max Kellermann1-19/+25
2013-01-26input_stream: forward-declare the structMax Kellermann1-5/+5
2012-03-19decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3Jonathan Neuschäfer1-4/+4
2012-02-15decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3Jonathan Neuschäfer1-4/+4
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-8/+9
2011-09-17decoder/audiofile: include stdio header for SEEK_* definesTim Harder1-0/+1
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+2
2011-02-09general: whitespace cleanupThomas Jansen1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
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-26decoder_api: added function decoder_timestamp()Max Kellermann1-6/+3
2009-12-15input_stream: return errors with GErrorMax Kellermann1-3/+13
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-3/+23
2009-11-14decoder/audio: eliminate the "bits" variableMax Kellermann1-4/+1
2009-11-14decoder/audiofile: moved code to audiofile_setup_sample_format()Max Kellermann1-10/+20
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-7/+9
2009-11-12include config.h in all sourcesMax Kellermann1-1/+2
2009-07-19Add audio_format_init() functionDavid Woodhouse1-5/+3
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-9/+8
2009-03-01audiofile: added 24 bit supportMax Kellermann1-1/+8
2009-02-28audiofile: removed duplicate decoder_get_command() callsMax Kellermann1-12/+16
2009-02-28audiofile: refuse to play non-seekable filesMax Kellermann1-0/+5
2009-02-28audiofile: no CamelCaseMax Kellermann1-9/+9
2008-12-27audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann1-2/+3
2008-12-03decoder: audiofile plugin using input stream instead of fileViliam Mateicka1-15/+74
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-7/+8
2008-11-21audiofile: use GLib instead of log.hMax Kellermann1-8/+10
2008-11-18audiofile: fixed misplaced ifViliam Mateicka1-2/+1
2008-11-11decoder: return void from decode() methodsMax Kellermann1-5/+4
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-1/+3
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-3/+3
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-5/+6