aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/vorbis_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-30decoder/vorbis: handle uri==NULLMax Kellermann1-0/+3
2010-06-30decoder/vorbis: use single global ov_callbacks constantMax Kellermann1-7/+9
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann1-1/+6
2009-09-10decoder/vorbis: revert "faster tag scanning with ov_test_callback()"Max Kellermann1-1/+1
2009-08-24decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke1-1/+1
2009-04-02vorbis: move #define out of function to top of sourcesAvuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-27tag: no CamelCaseMax Kellermann1-1/+1
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-02-17decoders: added and fixed GLib log domainsMax Kellermann1-0/+3
2009-02-16renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann1-1/+1
2009-01-17oggvorbis: disable seeking on remote songsMax Kellermann1-5/+27
2009-01-15oggvorbis: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-14oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann1-3/+3
2009-01-14oggvorbis: moved tag look into vorbis_parse_comment()Max Kellermann1-23/+13
2009-01-14oggvorbis: moved code to vorbis_copy_comment()Max Kellermann1-9/+21
2009-01-14oggvorbis: use vorbis_comment_value() in vorbis_parse_comment()Max Kellermann1-5/+4
2009-01-14oggvorbis: always allocate a tag objectMax Kellermann1-8/+14
2009-01-14oggvorbis: no CamelCaseMax Kellermann1-59/+63
2009-01-14oggvorbis: use boolMax Kellermann1-5/+5
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2009-01-05fix G_BYTE_ORDER checkMax Kellermann1-1/+1
2009-01-05use GLib byte order macrosMax Kellermann1-1/+1
2009-01-01decoder plugins: don't include gcc.hMax Kellermann1-1/+1
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann1-0/+1
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+9
2008-11-20ogg: moved the "errorStr" variable into the error handlerMax Kellermann1-1/+2
2008-11-20ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann1-7/+6
2008-11-12ogg: revert "use ogg_fopen() instead of ogg_open()"Max Kellermann1-6/+9
2008-11-11ogg: removed stray "}"Max Kellermann1-1/+0
2008-11-11ogg: use ogg_fopen() instead of ogg_open()Max Kellermann1-8/+6
2008-11-11ogg: use GLib instead of utils.h/log.hMax Kellermann1-6/+8
2008-11-11ogg: get decoder command from decoder_data()Max Kellermann1-9/+8
2008-11-11ogg: flush buffer after every ov_read() callMax Kellermann1-25/+10
2008-11-11decoder: return void from decode() methodsMax Kellermann1-5/+4
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann1-4/+4
2008-11-11ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann1-13/+20
2008-11-11replay_gain: no CamelCaseMax Kellermann1-10/+12
2008-11-10decoder: removed plugin method try_decode()Max Kellermann1-7/+7
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-03decoder_api: automatically send stream tagMax Kellermann1-10/+0
2008-11-02ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann1-5/+0
2008-11-02decoder_api: added decoder_tag()Max Kellermann1-2/+6
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-5/+7
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-1/+1
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-12/+12
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-3/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-1/+0