aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-30decoder/sidplay: implemented songlength databaseMike Dawson1-0/+87
2009-08-30decoder/sidplay: subtunesMike Dawson1-8/+125
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann1-0/+210
2009-08-25decoder/vorbis: open file in "binary" modeGunnar Roth1-1/+1
2009-08-24decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke1-1/+1
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann1-4/+6
2009-08-03ffmpeg_plugin: convert metadata to generic formatAnton Khirnov1-1/+3
2009-07-22decoder/flac: fixed indentation of flac_comment_value()Max Kellermann1-19/+21
2009-07-22decoder/flac: parse all replaygain tagsMax Kellermann1-14/+18
2009-07-22decoder/flac: return early from flac_find_float_comment()Max Kellermann1-21/+22
2009-07-22decoder/flac: removed misplaced authorship commentMax Kellermann1-1/+0
2009-07-22mad: skip ID3 frames when libid3tag is disabledMax Kellermann1-6/+28
2009-07-19Add audio_format_init() functionDavid Woodhouse13-50/+23
2009-07-15modplug: get track lengthSerge Ziryukin1-1/+1
2009-07-09flac: load external cue sheet when no internal oneSerge Ziryukin1-0/+14
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann1-0/+246
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann1-2/+1
2009-06-25ffmpeg: support multiple tagsMax Kellermann1-2/+3
2009-06-08ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann1-33/+18
2009-06-08ffmpeg: removed "new metadata api" warningMax Kellermann1-2/+0
2009-04-28mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-4/+4
2009-04-28mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-8/+9
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann1-0/+9
2009-04-02vorbis: move #define out of function to top of sourcesAvuton Olrich1-1/+1
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich4-4/+4
2009-04-01flac: fixed "unused variable" warning without libcueMax Kellermann1-2/+2
2009-03-31Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil1-4/+32
2009-03-31track length is computed correctly nowJochen Keil1-2/+1
2009-03-31free previously allocated flac metadata objectJochen Keil1-0/+1
2009-03-31remove old commented codeJochen Keil1-8/+0
2009-03-28Bugfix for time/offset in flac pluginJochen Keil1-3/+3
2009-03-27mpcdec: changed plugin name to "mpcdec"Max Kellermann1-3/+3
2009-03-27mpcdec: support the new libmpcdec SV8 APIMax Kellermann1-14/+90
2009-03-27mpcdec: no CamelCaseMax Kellermann1-57/+65
2009-03-17flac/cue: added support for TITLE[n] commentsMario Lenz1-2/+9
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz4-23/+32
2009-03-14faad: faad_decoder_decode() returns NULL, not falseMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich19-127/+147
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil3-6/+463
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-0/+1
2009-03-05flac: explicitly check for STOP commandMax Kellermann1-1/+2
2009-03-05flac: check command after flac_process_single() failureMax Kellermann1-3/+6
2009-03-03ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka1-1/+1
2009-03-03ffmpeg: support for new metadata apiViliam Mateicka1-0/+39
2009-03-02ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka1-1/+6
2009-03-01flac: parse stream tagsMax Kellermann2-2/+19
2009-03-01audiofile: added 24 bit supportMax Kellermann1-1/+8
2009-02-28audiofile: removed duplicate decoder_get_command() callsMax Kellermann1-12/+16
2009-02-28audiofile: refuse to play non-seekable filesMax Kellermann1-0/+5
2009-02-28audiofile: no CamelCaseMax Kellermann1-9/+9