aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mp3: seek in backgroundMax Kellermann2008-10-291-5/+7
* mp3: return from mp3_synth_and_send() on any commandMax Kellermann2008-10-291-2/+2
* mp3: moved code to mp3_synth_and_send()Max Kellermann2008-10-291-60/+74
* mp3: moved code to mp3_send_pcm()Max Kellermann2008-10-291-29/+48
* mp3: moved code to mp3_update_timer_next_frame()Max Kellermann2008-10-291-16/+28
* mp3: moved code to mp3_this_frame_offset()Max Kellermann2008-10-291-10/+10
* mp3: moved code to mp3_time_to_frame()Max Kellermann2008-10-291-11/+21
* mp3: assert that the stream is seekableMax Kellermann2008-10-291-5/+5
* decoder_api: don't cast need_chunks() to intMax Kellermann2008-10-291-4/+4
* mp3: moved code to mp3_filesize_to_song_length()Max Kellermann2008-10-281-23/+42
* mp3: no "goto"Max Kellermann2008-10-281-19/+36
* mp3: use GLib allocation functionsMax Kellermann2008-10-281-11/+9
* mp3: use boolMax Kellermann2008-10-281-50/+51
* mp3: no CamelCaseMax Kellermann2008-10-281-255/+254
* mp3: remove obsolete commentsMax Kellermann2008-10-281-4/+0
* input_file: don't use buffered I/OMax Kellermann2008-10-281-28/+31
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-285-13/+12
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-2810-35/+28
* player: reset pc.command when decoder startup failsMax Kellermann2008-10-271-0/+1
* input_file, input_curl: check URL type before attempting to openMax Kellermann2008-10-272-0/+6
* output: don't compile plugins which are disabledMax Kellermann2008-10-2614-104/+72
* dirvec: fixed GCC shadow warningMax Kellermann2008-10-261-4/+4
* curl: read stream name from HTTP response headersMax Kellermann2008-10-261-0/+5
* input_curl: set input_stream.mime from Content-Type response headerMax Kellermann2008-10-261-0/+3
* input_curl: added local variable "value"Max Kellermann2008-10-261-14/+22
* input_stream: use g_free() in input_stream_close()Max Kellermann2008-10-261-8/+5
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-2614-49/+55
* input_stream: input_stream_close() returns voidMax Kellermann2008-10-264-13/+7
* input_stream: added struct input_pluginMax Kellermann2008-10-266-56/+63
* input_stream: no CamelCaseMax Kellermann2008-10-2617-160/+158
* input_file: removed global constructorMax Kellermann2008-10-263-7/+0
* input_file: don't export internal methodsMax Kellermann2008-10-262-19/+25
* input_stream: removed the InputStream typedefMax Kellermann2008-10-2613-50/+65
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-268-11/+11
* http: use libcurlMax Kellermann2008-10-267-1171/+525
* input_stream: added input_stream_global_finish()Max Kellermann2008-10-263-0/+7
* stored_playlist: fixed signed comparison warningMax Kellermann2008-10-261-1/+1
* command: removed range check from check_bool()Max Kellermann2008-10-261-6/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-2614-19/+18
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-2616-14/+14
* removed internal copy of libmp4ffMax Kellermann2008-10-2515-4645/+2
* pulse: force 16 bit audio sample formatMax Kellermann2008-10-251-5/+3
* player: don't clear command before do_play() returnsMax Kellermann2008-10-241-1/+0
* remove unused sourcesMax Kellermann2008-10-242-221/+0
* jack: support for 24 bit samplesMax Kellermann2008-10-241-1/+32
* jack: moved code to jack_write_samples_16()Max Kellermann2008-10-241-14/+42
* jack: eliminated CamelCaseMax Kellermann2008-10-241-73/+76
* jack: added assertions against partial framesMax Kellermann2008-10-241-0/+2
* jack: optimize local variablesMax Kellermann2008-10-241-9/+8
* jack: lockless data transfer to jack threadMax Kellermann2008-10-241-47/+15