aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-27tag: no CamelCaseMax Kellermann2-2/+2
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-02-23ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich1-18/+77
2009-02-19faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann1-1/+1
2009-02-18mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann1-2/+2
2009-02-18mp4ff: don't allocate seek_table when input is not seekableMax Kellermann1-2/+10
2009-02-18mp4ff: include cleanupMax Kellermann1-4/+4
2009-02-18mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann1-49/+36
2009-02-18mp4ff: moved code to mp4_faad_new()Max Kellermann1-53/+65
2009-02-18mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann1-23/+32
2009-02-18mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann1-7/+1
2009-02-17faad: variable cleanupMax Kellermann1-9/+4
2009-02-17faad: added source code commentsMax Kellermann1-1/+36
2009-02-17faad: faad_decoder_init() returns an audio_formatMax Kellermann1-25/+23
2009-02-17faad: call decoder_initialized() after libfaad initializationMax Kellermann1-18/+27
2009-02-17faad: removed DECODE_COMMAND_SEEK checkMax Kellermann1-2/+0
2009-02-17faad: use the decoder_buffer libraryMax Kellermann1-152/+155
2009-02-17faad: check the result of adts_find_frame()Max Kellermann1-4/+2
2009-02-17faad: added libfaad wrappersMax Kellermann1-42/+61
2009-02-17faad: functions return duration, no float pointerMax Kellermann1-15/+18
2009-02-17faad: removed length==NULL check in faad_song_duration()Max Kellermann1-5/+1
2009-02-17faad: fill buffer in adts_find_frame()Max Kellermann1-4/+2
2009-02-17faad: converted length check to assertion in adts_check_frame()Max Kellermann1-3/+2