aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-15flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-15flac: splitted flac_copy_vorbis_comment()Max Kellermann1-37/+38
2009-01-15flac: moved code to flac_comment_value()Max Kellermann1-5/+26
2009-01-15flac: always allocate tag objectMax Kellermann4-31/+43
2009-01-15flac: use bool instead of intMax Kellermann2-42/+37
2009-01-15flac: removed "vorbis_comment_found" flagMax Kellermann1-10/+4
2009-01-15flac: no CamelCaseMax Kellermann4-186/+204
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 Kellermann6-1/+7
2009-01-05fix G_BYTE_ORDER checkMax Kellermann1-1/+1
2009-01-05use GLib byte order macrosMax Kellermann1-1/+1
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-3/+4
2009-01-03utils: removed unused functionsMax Kellermann1-0/+2
2009-01-02oggflac: don't use gcc.hMax Kellermann1-9/+10
2009-01-01decoder plugins: don't include gcc.hMax Kellermann5-12/+17
2008-12-29removed os_compat.hMax Kellermann1-0/+2
2008-12-29mp4: support the writer/composer tagFrank Mulder1-0/+2
2008-12-28mikmod: use Glib instead of utils.h/log.hMax Kellermann1-9/+6
2008-12-28mikmod: convert mod_Data.audio_buffer to a static arrayMax Kellermann1-3/+1
2008-12-28decoder: new plugin using modplug libraryViliam Mateicka1-0/+200
2008-12-28Add RVA2 tag support to MPDPauli Virtanen1-0/+94
2008-12-27audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann1-2/+3
2008-12-24ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann1-2/+2
2008-12-24ffmpeg: don't assign "0" to pointerMax Kellermann1-1/+1
2008-12-24mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann1-2/+2
2008-12-15ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka1-16/+32
2008-12-15ffmpeg: adding APE supportViliam Mateicka1-2/+3
2008-12-08mp3: declare variables as "enum mp3_action"Max Kellermann1-2/+2
2008-12-03decoder: audiofile plugin using input stream instead of fileViliam Mateicka1-15/+74
2008-11-27mp3: use GLib loggingMax Kellermann1-19/+18
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann5-0/+5
2008-11-22wavpack: use assert_static()Laszlo Ashin1-4/+5
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann9-7/+70
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann4-33/+29
2008-11-21ffmpeg: use GLib instead of log.hMax Kellermann1-8/+11
2008-11-21audiofile: use GLib instead of log.hMax Kellermann1-8/+10
2008-11-21aac: use GLib instead of utils.h/log.hMax Kellermann1-10/+10
2008-11-20ogg: moved the "errorStr" variable into the error handlerMax Kellermann1-1/+2
2008-11-20aac: get rid of gcc warningsLaszlo Ashin1-2/+2
2008-11-20ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann1-7/+6
2008-11-19wavpack: redo using audio_format_frame_size()Laszlo Ashin1-6/+1
2008-11-18ffmpeg: read tags from AVFormatContextViliam Mateicka1-5/+16
2008-11-18audiofile: fixed misplaced ifViliam Mateicka1-2/+1