aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-11oggflac: removed the obsolete try_decode() methodMax Kellermann1-6/+3
2008-11-11decoder: return void from decode() methodsMax Kellermann11-85/+46
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann5-22/+22
2008-11-11wavpack: added wavpack_tag_float()Max Kellermann1-41/+25
2008-11-11wavpack: make the "key" argument to wavpack_tag() constMax Kellermann1-9/+5
2008-11-11ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann1-13/+20
2008-11-11replay_gain: no CamelCaseMax Kellermann8-60/+65
2008-11-10decoder: removed plugin method try_decode()Max Kellermann3-21/+14
2008-11-10flac: call flac_process_metadata() for ogg filesMax Kellermann1-4/+5
2008-11-10flac: enable the oggflac plugin with older libflac versionsMax Kellermann1-3/+14
2008-11-09wavpack: removed try_decode() methodMax Kellermann1-23/+0
2008-11-09flac: make the init() method check for oggflac supportMax Kellermann1-2/+8
2008-11-08wavpack: make 24-bit samples available for mpdLaszlo Ashin1-47/+46
2008-11-08wavpack: check last_byte in push_back_byte() methodLaszlo Ashin1-2/+6
2008-11-08wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin1-13/+20
2008-11-08wavpack: put braces around one line code blocksLaszlo Ashin1-15/+27
2008-11-08wavpack: added prefix to local function namesLaszlo Ashin1-14/+14
2008-11-08wavpack: unified code styleLaszlo Ashin1-16/+28
2008-11-06wavpack: check wvc seekabilityLaszlo Ashin1-2/+5
2008-11-06wavpack: close wvc stream on errorLaszlo Ashin1-1/+3
2008-11-06wavpack: enable seekingLaszlo Ashin1-1/+1
2008-11-05wavpack: read_bytes() should not return after partial readsMax Kellermann1-1/+16
2008-11-05wavpack: don't close the streamMax Kellermann1-1/+0
2008-11-04decoder: removed stream_typesMax Kellermann11-12/+0
2008-11-04wavpack: removed NULL element from tagtypesMax Kellermann1-3/+2
2008-11-04wavpack: use enum tag_typeMax Kellermann1-1/+1
2008-11-04wavpack: use GLib instead of utils.h / log.hMax Kellermann1-28/+12
2008-11-04wavpack: read first byte from wvc streamMax Kellermann1-25/+13
2008-11-04wavpack: use the bool data typeMax Kellermann1-12/+12
2008-11-04wavpack: no CamelCaseMax Kellermann1-42/+44
2008-11-04wavpack: fix indentMax Kellermann1-47/+47
2008-11-04mp4: get decoder command from decoder_data()Max Kellermann1-7/+8
2008-11-04mp4: initialize audio_format before decoder_initialized()Max Kellermann1-6/+5
2008-11-04mp4: use decoder_read() instead of input_stream_read()Max Kellermann1-1/+4
2008-11-04mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann1-10/+18
2008-11-04mp4: use GLib instead of utils.h / log.hMax Kellermann1-13/+14
2008-11-04mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann1-13/+3
2008-11-04mp4: static mp4ff_callback_t variablesMax Kellermann1-22/+15
2008-11-04mp4: no CamelCaseeMax Kellermann1-104/+109
2008-11-04ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann1-15/+2
2008-11-04ffmpeg: removed ffmpeg_context.codecMax Kellermann1-2/+0
2008-11-04ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann1-9/+12
2008-11-04ffmpeg: no CamelCaseMax Kellermann1-100/+101
2008-11-03decoder_api: automatically send stream tagMax Kellermann2-51/+5
2008-11-03mod: removed boolean globals for lazy initMax Kellermann1-15/+4
2008-11-03mod: always initialize libmikmodMax Kellermann1-8/+1
2008-11-02ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann1-1/+1
2008-11-02ffmpeg: don't rewind stream in url_close()Max Kellermann1-4/+0
2008-11-02decoder: rewind input stream after try_decode()Max Kellermann2-8/+0
2008-11-02ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann1-1/+2