summaryrefslogtreecommitdiff
path: root/src/decoder
AgeCommit message (Expand)Author
2009-04-28mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann
2009-04-28mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann
2009-04-02vorbis: move #define out of function to top of sourcesAvuton Olrich
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich
2009-04-01flac: fixed "unused variable" warning without libcueMax Kellermann
2009-03-31Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil
2009-03-31track length is computed correctly nowJochen Keil
2009-03-31free previously allocated flac metadata objectJochen Keil
2009-03-31remove old commented codeJochen Keil
2009-03-28Bugfix for time/offset in flac pluginJochen Keil
2009-03-27mpcdec: changed plugin name to "mpcdec"Max Kellermann
2009-03-27mpcdec: support the new libmpcdec SV8 APIMax Kellermann
2009-03-27mpcdec: no CamelCaseMax Kellermann
2009-03-17flac/cue: added support for TITLE[n] commentsMario Lenz
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz
2009-03-14faad: faad_decoder_decode() returns NULL, not falseMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil
2009-03-09decoder_plugin: added method container_scan()Jochen Keil
2009-03-05flac: explicitly check for STOP commandMax Kellermann
2009-03-05flac: check command after flac_process_single() failureMax Kellermann
2009-03-03ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka
2009-03-03ffmpeg: support for new metadata apiViliam Mateicka
2009-03-02ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka
2009-03-01flac: parse stream tagsMax Kellermann
2009-03-01audiofile: added 24 bit supportMax Kellermann
2009-02-28audiofile: removed duplicate decoder_get_command() callsMax Kellermann
2009-02-28audiofile: refuse to play non-seekable filesMax Kellermann
2009-02-28audiofile: no CamelCaseMax Kellermann
2009-02-27tag: no CamelCaseMax Kellermann
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann
2009-02-23ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich
2009-02-19faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann
2009-02-18mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann
2009-02-18mp4ff: don't allocate seek_table when input is not seekableMax Kellermann
2009-02-18mp4ff: include cleanupMax Kellermann
2009-02-18mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann
2009-02-18mp4ff: moved code to mp4_faad_new()Max Kellermann
2009-02-18mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann
2009-02-18mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann
2009-02-17faad: variable cleanupMax Kellermann
2009-02-17faad: added source code commentsMax Kellermann
2009-02-17faad: faad_decoder_init() returns an audio_formatMax Kellermann
2009-02-17faad: call decoder_initialized() after libfaad initializationMax Kellermann
2009-02-17faad: removed DECODE_COMMAND_SEEK checkMax Kellermann
2009-02-17faad: use the decoder_buffer libraryMax Kellermann
2009-02-17faad: check the result of adts_find_frame()Max Kellermann
2009-02-17faad: added libfaad wrappersMax Kellermann
2009-02-17faad: functions return duration, no float pointerMax Kellermann