aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* output_api: play() returns a lengthMax Kellermann2009-02-2312-119/+103
* shout: removed shout_plugin.hMax Kellermann2009-02-223-54/+28
* shout: removed shout_encoder_pluginsMax Kellermann2009-02-221-11/+0
* shout: use the new encoder APIMax Kellermann2009-02-226-566/+103
* encoder: added lame mp3 encoderMax Kellermann2009-02-224-0/+296
* encoder: added vorbis encoderMax Kellermann2009-02-224-0/+401
* added the encoder APIMax Kellermann2009-02-226-0/+308
* shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann2009-02-221-10/+2
* shout: bool return values instead of intMax Kellermann2009-02-221-27/+28
* pcm: added API documentationMax Kellermann2009-02-216-1/+130
* crossfade: added API documentationMax Kellermann2009-02-201-0/+21
* path: don't export path_set_fs_charset()Max Kellermann2009-02-202-3/+2
* path: validate configured character setMax Kellermann2009-02-201-0/+11
* decoder_api: fixed shadow warning, rename "wait"Max Kellermann2009-02-191-2/+2
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-196-24/+4
* faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann2009-02-191-1/+1
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-194-0/+12
* conf: log the effective configuration file nameMax Kellermann2009-02-191-0/+2
* log: added log_early_init() for early debug messagesMax Kellermann2009-02-193-0/+25
* Makefile.am: add new headers to $(mpd_headers)Max Kellermann2009-02-191-0/+5
* mms: fix assertion in input_stream_openPeter Colberg2009-02-191-0/+1
* configure.ac: check ${host_os} instead of ${host}Max Kellermann2009-02-181-4/+4
* configure.ac: added AC_CANONICAL_HOSTMax Kellermann2009-02-181-0/+2
* pcm_volume: optimized pcm_volume_change_24() on i386Max Kellermann2009-02-181-1/+40
* test: added command line test program for pcm_volume.cMax Kellermann2009-02-183-2/+70
* configure.ac: added switch for test programsMax Kellermann2009-02-182-0/+23
* 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-182-50/+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
* player_thread: don't drop audio buffers when not seekableMax Kellermann2009-02-171-1/+2
* 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
* input_file, input_curl, icy_metadata: added GLib log domainsMax Kellermann2009-02-173-0/+9
* 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
* added the "decoder buffer" libraryMax Kellermann2009-02-173-0/+236
* faad: converted length check to assertion in adts_check_frame()Max Kellermann2009-02-171-3/+2
* faad: added length check before comparing "ADIF"Max Kellermann2009-02-171-1/+1
* faad: renamed internal functionsMax Kellermann2009-02-171-12/+12