aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* vorbis: move #define out of function to top of sourcesAvuton Olrich2009-04-021-1/+1
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-024-4/+4
* flac: fixed "unused variable" warning without libcueMax Kellermann2009-04-011-2/+2
* Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil2009-03-311-4/+32
* track length is computed correctly nowJochen Keil2009-03-311-2/+1
* free previously allocated flac metadata objectJochen Keil2009-03-311-0/+1
* remove old commented codeJochen Keil2009-03-311-8/+0
* Bugfix for time/offset in flac pluginJochen Keil2009-03-281-3/+3
* mpcdec: changed plugin name to "mpcdec"Max Kellermann2009-03-271-3/+3
* mpcdec: support the new libmpcdec SV8 APIMax Kellermann2009-03-271-14/+90
* mpcdec: no CamelCaseMax Kellermann2009-03-271-57/+65
* flac/cue: added support for TITLE[n] commentsMario Lenz2009-03-171-2/+9
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-164-23/+32
* faad: faad_decoder_decode() returns NULL, not falseMax Kellermann2009-03-141-1/+1
* all: Update copyright header.Avuton Olrich2009-03-1319-127/+147
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-093-6/+463
* decoder_plugin: added method container_scan()Jochen Keil2009-03-091-0/+1
* flac: explicitly check for STOP commandMax Kellermann2009-03-051-1/+2
* flac: check command after flac_process_single() failureMax Kellermann2009-03-051-3/+6
* ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka2009-03-031-1/+1
* ffmpeg: support for new metadata apiViliam Mateicka2009-03-031-0/+39
* ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka2009-03-021-1/+6
* flac: parse stream tagsMax Kellermann2009-03-012-2/+19
* audiofile: added 24 bit supportMax Kellermann2009-03-011-1/+8
* audiofile: removed duplicate decoder_get_command() callsMax Kellermann2009-02-281-12/+16
* audiofile: refuse to play non-seekable filesMax Kellermann2009-02-281-0/+5
* audiofile: no CamelCaseMax Kellermann2009-02-281-9/+9
* tag: no CamelCaseMax Kellermann2009-02-272-2/+2
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-231-18/+77
* faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann2009-02-191-1/+1
* mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann2009-02-181-2/+2
* mp4ff: don't allocate seek_table when input is not seekableMax Kellermann2009-02-181-2/+10
* mp4ff: include cleanupMax Kellermann2009-02-181-4/+4
* mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann2009-02-181-49/+36
* mp4ff: moved code to mp4_faad_new()Max Kellermann2009-02-181-53/+65
* mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-181-23/+32
* mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann2009-02-181-7/+1
* faad: variable cleanupMax Kellermann2009-02-171-9/+4
* faad: added source code commentsMax Kellermann2009-02-171-1/+36
* faad: faad_decoder_init() returns an audio_formatMax Kellermann2009-02-171-25/+23
* faad: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-171-18/+27
* faad: removed DECODE_COMMAND_SEEK checkMax Kellermann2009-02-171-2/+0
* faad: use the decoder_buffer libraryMax Kellermann2009-02-171-152/+155
* faad: check the result of adts_find_frame()Max Kellermann2009-02-171-4/+2
* faad: added libfaad wrappersMax Kellermann2009-02-171-42/+61
* faad: functions return duration, no float pointerMax Kellermann2009-02-171-15/+18
* faad: removed length==NULL check in faad_song_duration()Max Kellermann2009-02-171-5/+1
* faad: fill buffer in adts_find_frame()Max Kellermann2009-02-171-4/+2
* faad: converted length check to assertion in adts_check_frame()Max Kellermann2009-02-171-3/+2