aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/oggvorbis_plugin.c
Commit message (Expand)AuthorAge
* oggvorbis: disable seeking on remote songsMax Kellermann2009-01-17
* oggvorbis: map "Album Artist" to "AlbumArtist"Rasmus Steinke2009-01-15
* oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-01-14
* oggvorbis: moved tag look into vorbis_parse_comment()Max Kellermann2009-01-14
* oggvorbis: moved code to vorbis_copy_comment()Max Kellermann2009-01-14
* oggvorbis: use vorbis_comment_value() in vorbis_parse_comment()Max Kellermann2009-01-14
* oggvorbis: always allocate a tag objectMax Kellermann2009-01-14
* oggvorbis: no CamelCaseMax Kellermann2009-01-14
* oggvorbis: use boolMax Kellermann2009-01-14
* added missing explicit config.h includesMax Kellermann2009-01-08
* fix G_BYTE_ORDER checkMax Kellermann2009-01-05
* use GLib byte order macrosMax Kellermann2009-01-05
* decoder plugins: don't include gcc.hMax Kellermann2009-01-01
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-24
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* ogg: moved the "errorStr" variable into the error handlerMax Kellermann2008-11-20
* ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann2008-11-20
* ogg: revert "use ogg_fopen() instead of ogg_open()"Max Kellermann2008-11-12
* ogg: removed stray "}"Max Kellermann2008-11-11
* ogg: use ogg_fopen() instead of ogg_open()Max Kellermann2008-11-11
* ogg: use GLib instead of utils.h/log.hMax Kellermann2008-11-11
* ogg: get decoder command from decoder_data()Max Kellermann2008-11-11
* ogg: flush buffer after every ov_read() callMax Kellermann2008-11-11
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-11
* ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann2008-11-11
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* decoder: removed plugin method try_decode()Max Kellermann2008-11-10
* decoder: removed stream_typesMax Kellermann2008-11-04
* decoder_api: automatically send stream tagMax Kellermann2008-11-03
* ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann2008-11-02
* decoder_api: added decoder_tag()Max Kellermann2008-11-02
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_stream: removed the InputStream typedefMax Kellermann2008-10-26
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26