index
:
audist
decoder_api_change
master
old
Distributed audio storage.
Jon Bergli Heier
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2010-12-25
Added encoder_flush() to flush encoder buffers.
old
Jon Bergli Heier
4
-0
/
+18
2010-12-08
Added *.vim to .gitignore.
Jon Bergli Heier
1
-0
/
+1
2010-12-08
The mpg123 should error with DECODER_CODE_NONE when done.
Jon Bergli Heier
1
-0
/
+5
2010-10-13
Resample files when transcoding to mp3 using libsamplerate.
Jon Bergli Heier
9
-22
/
+167
2010-09-05
Added FLAC decoder.
Jon Bergli Heier
2
-0
/
+126
2010-09-05
Added proper error handling to encoders/decoders.
Jon Bergli Heier
7
-41
/
+61
2010-09-05
Fixed compiler warnings in mpg123 decoder and lame encoder.
Jon Bergli Heier
2
-6
/
+6
2010-09-05
Return stream write value in lame_encoder_encode().
Jon Bergli Heier
1
-3
/
+1
2010-09-05
Removed old headers from transcode.c.
Jon Bergli Heier
1
-2
/
+0
2010-09-05
Rewrote encoder/decoder setup to use streams instead of buffers.
Jon Bergli Heier
11
-266
/
+90
2010-09-05
Fixed error in decoder_find().
Jon Bergli Heier
1
-2
/
+2
2010-09-05
Fixed error handling in transcode().
Jon Bergli Heier
1
-9
/
+3
2010-09-04
Updated .gitignore.
Jon Bergli Heier
1
-1
/
+3
2010-09-04
Connect GThreadedSocketService to 'run' instead of 'incoming'.
Jon Bergli Heier
3
-3
/
+3
2010-09-04
Added proper error handling to server communication.
Jon Bergli Heier
3
-58
/
+45
2010-09-04
Remote host should be remote name in commands_get().
Jon Bergli Heier
1
-1
/
+1
2010-09-04
The get command now takes uri-encoded filenames to handle spaces.
Jon Bergli Heier
1
-1
/
+5
2010-09-04
Updated find command syntax.
Jon Bergli Heier
1
-1
/
+1
2010-09-04
Added kill switch.
Jon Bergli Heier
6
-5
/
+33
2010-09-04
Renamed binary.
Jon Bergli Heier
1
-1
/
+1
2010-09-04
Added command-line options and daemonizer.
Jon Bergli Heier
5
-0
/
+105
2010-09-03
httpd.c: Remove g_debug() calls.
Jon Bergli Heier
1
-4
/
+0
2010-09-03
servers.c: Free server name string.
Jon Bergli Heier
1
-0
/
+1
2010-09-03
commands.c: remotehost is now remotename for consistency with server->name.
Jon Bergli Heier
1
-7
/
+7
2010-09-03
Added 'name' to the server struct.
Jon Bergli Heier
2
-6
/
+13
2010-09-03
Set error in list_remote() when failing to retrieve list.
Jon Bergli Heier
1
-0
/
+5
2010-09-01
Read command service port from config.
Jon Bergli Heier
1
-1
/
+3
2010-08-31
Unref input object in services.
Jon Bergli Heier
2
-0
/
+4
2010-08-31
Use GDataInputStream in the httpd service.
Jon Bergli Heier
1
-38
/
+29
2010-08-30
Use GDataInputStream to read data in the control and command services.
Jon Bergli Heier
2
-41
/
+28
2010-08-30
Added separate http and command ports in server struct.
Jon Bergli Heier
3
-55
/
+43
2010-08-30
Only allow 'get' to be used from local (unix) connections.
Jon Bergli Heier
1
-1
/
+2
2010-08-29
Support for fetching files via HTTP, needs more work and fixes.
Jon Bergli Heier
3
-0
/
+134
2010-08-28
Removed debug lines in music.c.
Jon Bergli Heier
1
-8
/
+0
2010-08-28
Minor cleanup in services.
Jon Bergli Heier
2
-7
/
+14
2010-08-27
Added missing g_error_free() call in command_service.c.
Jon Bergli Heier
1
-0
/
+1
2010-08-27
list now accept listr which lists files at a remote host.
Jon Bergli Heier
3
-21
/
+78
2010-08-27
Split find into findl and findr, for local and remote search, respectively.
Jon Bergli Heier
2
-25
/
+36
'find' without any suffix implicates a findl+findr search.
2010-08-27
Do proper error reporting in commands.
Jon Bergli Heier
1
-10
/
+9
2010-08-26
Really fixed find command regression.
Jon Bergli Heier
2
-2
/
+2
2010-08-26
Fixed find command regression.
Jon Bergli Heier
2
-1
/
+24
2010-08-26
Merged commands.c and control_commands.c.
Jon Bergli Heier
6
-128
/
+40
2010-08-26
Added title and album search to control commands.
Jon Bergli Heier
1
-1
/
+4
2010-08-26
Added title and album search to commands.
Jon Bergli Heier
1
-2
/
+4
2010-08-26
Added title and album search.
Jon Bergli Heier
2
-3
/
+17
2010-08-26
Generalized music search.
Jon Bergli Heier
1
-4
/
+9
2010-08-26
Removed number of results in find data.
Jon Bergli Heier
2
-2
/
+1
2010-08-26
Removed communication source, not needed at this point.
Jon Bergli Heier
3
-66
/
+0
2010-08-26
Search in added servers when searching from the control service using 'find'.
Jon Bergli Heier
3
-9
/
+68
2010-08-25
Added music_find_artist() prototype to music.h.
Jon Bergli Heier
1
-0
/
+1
[next]