aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/oggvorbis_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-241-0/+1
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-0/+9
* ogg: moved the "errorStr" variable into the error handlerMax Kellermann2008-11-201-1/+2
* ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann2008-11-201-7/+6
* ogg: revert "use ogg_fopen() instead of ogg_open()"Max Kellermann2008-11-121-6/+9
* ogg: removed stray "}"Max Kellermann2008-11-111-1/+0
* ogg: use ogg_fopen() instead of ogg_open()Max Kellermann2008-11-111-8/+6
* ogg: use GLib instead of utils.h/log.hMax Kellermann2008-11-111-6/+8
* ogg: get decoder command from decoder_data()Max Kellermann2008-11-111-9/+8
* ogg: flush buffer after every ov_read() callMax Kellermann2008-11-111-25/+10
* decoder: return void from decode() methodsMax Kellermann2008-11-111-5/+4
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-111-4/+4
* ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann2008-11-111-13/+20
* replay_gain: no CamelCaseMax Kellermann2008-11-111-10/+12
* decoder: removed plugin method try_decode()Max Kellermann2008-11-101-7/+7
* decoder: removed stream_typesMax Kellermann2008-11-041-1/+0
* decoder_api: automatically send stream tagMax Kellermann2008-11-031-10/+0
* ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann2008-11-021-5/+0
* decoder_api: added decoder_tag()Max Kellermann2008-11-021-2/+6
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-2/+2
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-5/+7
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-1/+1
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-12/+12
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-3/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-1/+0
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-1/+1
* input_stream: no CamelCaseMax Kellermann2008-10-261-2/+2
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-4/+6
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+387