aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/AudiofileDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-11-10decoder/audiofile: fix bit rate calculationMax Kellermann1-1/+1
2014-09-19decoder/audiofile: fix indentMax Kellermann1-1/+1
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann1-7/+7
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann1-8/+6
2014-08-26decoder/audiofile: use integer seek timesMax Kellermann1-2/+1
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann1-1/+1
2014-08-19decoder/audiofile: check InputStream::KnownSize()Max Kellermann1-2/+2
2014-07-10decoder/audiofile: log libaudiofile errorsMax Kellermann1-4/+15
2014-07-10decoder/audiofile: make variables more localMax Kellermann1-28/+24
2014-07-10decoder/audiofile: implement scan_stream() instead of scan_file()Max Kellermann1-23/+23
2014-07-10decoder/audiofile: use audiofile_get_duration() in _stream_decode()Max Kellermann1-5/+2
2014-07-10decoder/audiofile: split audiofile_get_duration()Max Kellermann1-4/+11
2014-07-09decoder/audiofile: remove unused Error variableMax Kellermann1-1/+0
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-3/+7
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann1-5/+8
2014-01-24Input*: move to input/Max Kellermann1-1/+1
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
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