aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* wavpack: removed try_decode() methodMax Kellermann2008-11-091-23/+0
* flac: make the init() method check for oggflac supportMax Kellermann2008-11-091-2/+8
* wavpack: make 24-bit samples available for mpdLaszlo Ashin2008-11-081-47/+46
* wavpack: check last_byte in push_back_byte() methodLaszlo Ashin2008-11-081-2/+6
* wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin2008-11-081-13/+20
* wavpack: put braces around one line code blocksLaszlo Ashin2008-11-081-15/+27
* wavpack: added prefix to local function namesLaszlo Ashin2008-11-081-14/+14
* wavpack: unified code styleLaszlo Ashin2008-11-081-16/+28
* wavpack: check wvc seekabilityLaszlo Ashin2008-11-061-2/+5
* wavpack: close wvc stream on errorLaszlo Ashin2008-11-061-1/+3
* wavpack: enable seekingLaszlo Ashin2008-11-061-1/+1
* wavpack: read_bytes() should not return after partial readsMax Kellermann2008-11-051-1/+16
* wavpack: don't close the streamMax Kellermann2008-11-051-1/+0
* decoder: removed stream_typesMax Kellermann2008-11-0411-12/+0
* wavpack: removed NULL element from tagtypesMax Kellermann2008-11-041-3/+2
* wavpack: use enum tag_typeMax Kellermann2008-11-041-1/+1
* wavpack: use GLib instead of utils.h / log.hMax Kellermann2008-11-041-28/+12
* wavpack: read first byte from wvc streamMax Kellermann2008-11-041-25/+13
* wavpack: use the bool data typeMax Kellermann2008-11-041-12/+12
* wavpack: no CamelCaseMax Kellermann2008-11-041-42/+44
* wavpack: fix indentMax Kellermann2008-11-041-47/+47
* mp4: get decoder command from decoder_data()Max Kellermann2008-11-041-7/+8
* mp4: initialize audio_format before decoder_initialized()Max Kellermann2008-11-041-6/+5
* mp4: use decoder_read() instead of input_stream_read()Max Kellermann2008-11-041-1/+4
* mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann2008-11-041-10/+18
* mp4: use GLib instead of utils.h / log.hMax Kellermann2008-11-041-13/+14
* mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann2008-11-041-13/+3
* mp4: static mp4ff_callback_t variablesMax Kellermann2008-11-041-22/+15
* mp4: no CamelCaseeMax Kellermann2008-11-041-104/+109
* ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann2008-11-041-15/+2
* ffmpeg: removed ffmpeg_context.codecMax Kellermann2008-11-041-2/+0
* ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann2008-11-041-9/+12
* ffmpeg: no CamelCaseMax Kellermann2008-11-041-100/+101
* decoder_api: automatically send stream tagMax Kellermann2008-11-032-51/+5
* mod: removed boolean globals for lazy initMax Kellermann2008-11-031-15/+4
* mod: always initialize libmikmodMax Kellermann2008-11-031-8/+1
* ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann2008-11-021-1/+1
* ffmpeg: don't rewind stream in url_close()Max Kellermann2008-11-021-4/+0
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-022-8/+0
* ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann2008-11-021-1/+2
* ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann2008-11-023-11/+1
* decoder_api: added decoder_tag()Max Kellermann2008-11-021-2/+6
* aac, mod: moved decoder command check into loop conditionMax Kellermann2008-11-022-18/+9
* aac, mod: don't check for SEEK commandMax Kellermann2008-11-022-18/+2
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-0212-23/+27
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-0111-32/+41
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-0111-12/+12
* decoder_api: pass constant path pointersMax Kellermann2008-10-3111-27/+41
* added prefix to header macrosMax Kellermann2008-10-312-4/+4
* ogg: don't include _flac_common.hMax Kellermann2008-10-311-1/+0