]> Joshua Wise's Git repositories - patchfork.git/commit - jorbis/build.xml
initial import from pitchfork-0.5.5
authorJoshua Wise <joshua@h2so4.joshuawise.com>
Sat, 21 Nov 2009 22:39:18 +0000 (17:39 -0500)
committerJoshua Wise <joshua@h2so4.joshuawise.com>
Sat, 21 Nov 2009 22:39:18 +0000 (17:39 -0500)
commit964dd0bc22ff252711b1190854923d5cd5382f9f
tree0e75c6481d72e459e70304e3c6f71572b0fb2ad7
initial import from pitchfork-0.5.5
206 files changed:
.htaccess [new file with mode: 0644]
COPYING [new file with mode: 0644]
CREDITS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
README [new file with mode: 0644]
config/.htaccess [new file with mode: 0644]
config/.svnignore [new file with mode: 0644]
doc/INSTALL [new file with mode: 0644]
doc/UPGRADING [new file with mode: 0644]
doc/pitchfork.conf [new file with mode: 0644]
doc/pitchfork_domain.conf [new file with mode: 0644]
images/add.png [new file with mode: 0644]
images/audio.png [new file with mode: 0644]
images/crop.png [new file with mode: 0644]
images/enabled_15.gif [new file with mode: 0644]
images/folder.png [new file with mode: 0644]
images/gmpc-no-cover-thumb.png [new file with mode: 0644]
images/gmpc-no-cover.png [new file with mode: 0644]
images/info.png [new file with mode: 0644]
images/left.png [new file with mode: 0644]
images/lock.png [new file with mode: 0644]
images/media-album.png [new file with mode: 0644]
images/media-artist.png [new file with mode: 0644]
images/next.png [new file with mode: 0644]
images/pause.png [new file with mode: 0644]
images/play.png [new file with mode: 0644]
images/playlist.png [new file with mode: 0644]
images/preferences.png [new file with mode: 0644]
images/previous.png [new file with mode: 0644]
images/quit.png [new file with mode: 0644]
images/remove.png [new file with mode: 0644]
images/right.png [new file with mode: 0644]
inc/JSON.php [new file with mode: 0644]
inc/Net/MPD.php [new file with mode: 0644]
inc/Net/MPD/Common.php [new file with mode: 0644]
inc/Net/Net/MPD/Admin.php [new file with mode: 0644]
inc/Net/Net/MPD/Database.php [new file with mode: 0644]
inc/Net/Net/MPD/Playback.php [new file with mode: 0644]
inc/Net/Net/MPD/Playlist.php [new file with mode: 0644]
inc/Net/package.xml [new file with mode: 0644]
inc/base.php [new file with mode: 0644]
inc/function_test.php [new file with mode: 0644]
index.php [new file with mode: 0644]
jorbis/build.xml [new file with mode: 0644]
jorbis/jorbis-pitchfork.jar [new file with mode: 0644]
jorbis/src/JOrbisPlayer.java [new file with mode: 0644]
jorbis/src/com/jcraft/jogg/Buffer.java [new file with mode: 0644]
jorbis/src/com/jcraft/jogg/Packet.java [new file with mode: 0644]
jorbis/src/com/jcraft/jogg/Page.java [new file with mode: 0644]
jorbis/src/com/jcraft/jogg/StreamState.java [new file with mode: 0644]
jorbis/src/com/jcraft/jogg/SyncState.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/AllocChain.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Block.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/ChainingExample.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/CodeBook.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Comment.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/DecodeExample.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Drft.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/DspState.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/EncodeAuxNearestMatch.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/EncodeAuxThreshMatch.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Floor0.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Floor1.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/FuncFloor.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/FuncMapping.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/FuncResidue.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/FuncTime.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Info.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/InfoMode.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/JOrbisException.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Lookup.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Lpc.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Lsp.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Mapping0.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Mdct.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/PsyInfo.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/PsyLook.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Residue0.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Residue1.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Residue2.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/StaticCodeBook.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/Time0.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/VorbisFile.java [new file with mode: 0644]
jorbis/src/com/jcraft/jorbis/VorbisFile.java.new [new file with mode: 0644]
lang/de.js [new file with mode: 0644]
lang/de.php [new file with mode: 0644]
lang/en.js [new file with mode: 0644]
lang/en.php [new file with mode: 0644]
lang/eu.js [new file with mode: 0644]
lang/eu.php [new file with mode: 0644]
lang/fr.js [new file with mode: 0644]
lang/fr.php [new file with mode: 0644]
lang/master.php [new file with mode: 0644]
player/command.php [new file with mode: 0644]
player/config.php [new file with mode: 0644]
player/index.php [new file with mode: 0644]
player/login.php [new file with mode: 0644]
player/metadata.php [new file with mode: 0644]
player/metadata_cover.php [new file with mode: 0644]
player/nowplaying.php [new file with mode: 0644]
player/openstrands.php [new file with mode: 0644]
player/preferences.js.php [new file with mode: 0644]
std/base.css [new file with mode: 0644]
std/browser.js [new file with mode: 0644]
std/collection.js [new file with mode: 0644]
std/command.js [new file with mode: 0644]
std/keyboard.js [new file with mode: 0644]
std/metadata.js [new file with mode: 0644]
std/playlist.js [new file with mode: 0644]
std/plsearch.js [new file with mode: 0644]
std/quickadd.js [new file with mode: 0644]
std/streaming.js [new file with mode: 0644]
std/toolkit.js [new file with mode: 0644]
theme/dark/images/COPYING [new file with mode: 0644]
theme/dark/images/add_15.png [new file with mode: 0644]
theme/dark/images/audio_li.png [new file with mode: 0644]
theme/dark/images/close.png [new file with mode: 0644]
theme/dark/images/close_15.png [new file with mode: 0644]
theme/dark/images/crop_30.png [new file with mode: 0644]
theme/dark/images/disabled_15.png [new file with mode: 0644]
theme/dark/images/enabled_15.png [new file with mode: 0644]
theme/dark/images/folder_30.png [new file with mode: 0644]
theme/dark/images/folder_li.png [new file with mode: 0644]
theme/dark/images/follow-playing-no.orig.png [new file with mode: 0644]
theme/dark/images/follow-playing-no.png [new file with mode: 0644]
theme/dark/images/follow-playing-yes.orig.png [new file with mode: 0644]
theme/dark/images/follow-playing-yes.png [new file with mode: 0644]
theme/dark/images/jump-to-current.orig.png [new file with mode: 0644]
theme/dark/images/jump-to-current.png [new file with mode: 0644]
theme/dark/images/left_15.png [new file with mode: 0644]
theme/dark/images/media-album_li.png [new file with mode: 0644]
theme/dark/images/media-artist_li.png [new file with mode: 0644]
theme/dark/images/next_25.png [new file with mode: 0644]
theme/dark/images/pause_25.png [new file with mode: 0644]
theme/dark/images/play_25.png [new file with mode: 0644]
theme/dark/images/playlist_li.png [new file with mode: 0644]
theme/dark/images/previous_25.png [new file with mode: 0644]
theme/dark/images/remove_30.png [new file with mode: 0644]
theme/dark/images/right_15.png [new file with mode: 0644]
theme/dark/images/stop_25.png [new file with mode: 0644]
theme/dark/images/working.gif [new file with mode: 0644]
theme/dark/theme.css [new file with mode: 0644]
theme/dark/theme.js [new file with mode: 0644]
theme/default/images/add_15.png [new file with mode: 0644]
theme/default/images/audio_li.png [new file with mode: 0644]
theme/default/images/close.png [new file with mode: 0644]
theme/default/images/close_15.png [new file with mode: 0644]
theme/default/images/crop_30.png [new file with mode: 0644]
theme/default/images/disabled_15.png [new file with mode: 0644]
theme/default/images/enabled_15.png [new file with mode: 0644]
theme/default/images/folder_30.png [new file with mode: 0644]
theme/default/images/folder_li.png [new file with mode: 0644]
theme/default/images/follow-playing-no.png [new file with mode: 0644]
theme/default/images/follow-playing-yes.png [new file with mode: 0644]
theme/default/images/jump-to-current.png [new file with mode: 0644]
theme/default/images/left_15.png [new file with mode: 0644]
theme/default/images/media-album_li.png [new file with mode: 0644]
theme/default/images/media-artist_li.png [new file with mode: 0644]
theme/default/images/next_25.png [new file with mode: 0644]
theme/default/images/pause_25.png [new file with mode: 0644]
theme/default/images/play_25.png [new file with mode: 0644]
theme/default/images/playlist_li.png [new file with mode: 0644]
theme/default/images/previous_25.png [new file with mode: 0644]
theme/default/images/remove_30.png [new file with mode: 0644]
theme/default/images/right_15.png [new file with mode: 0644]
theme/default/images/stop_25.png [new file with mode: 0644]
theme/default/images/working.gif [new file with mode: 0644]
theme/default/theme.css [new file with mode: 0644]
theme/default/theme.js [new file with mode: 0644]
theme/thexy/images/activity.gif [new file with mode: 0644]
theme/thexy/images/add.png [new file with mode: 0644]
theme/thexy/images/album.png [new file with mode: 0644]
theme/thexy/images/artist.png [new file with mode: 0644]
theme/thexy/images/back.png [new file with mode: 0644]
theme/thexy/images/bkg.jpg [new file with mode: 0644]
theme/thexy/images/browse_bkg.png [new file with mode: 0644]
theme/thexy/images/browse_media.png [new file with mode: 0644]
theme/thexy/images/content_bkg.jpg [new file with mode: 0644]
theme/thexy/images/control_bkg.jpg [new file with mode: 0644]
theme/thexy/images/crop_selection.png [new file with mode: 0644]
theme/thexy/images/default_album_art.jpg [new file with mode: 0644]
theme/thexy/images/directory.png [new file with mode: 0644]
theme/thexy/images/disabled.png [new file with mode: 0644]
theme/thexy/images/enabled.png [new file with mode: 0644]
theme/thexy/images/file.png [new file with mode: 0644]
theme/thexy/images/fileclose.png [new file with mode: 0644]
theme/thexy/images/forward.png [new file with mode: 0644]
theme/thexy/images/jump.png [new file with mode: 0644]
theme/thexy/images/lcd.jpg [new file with mode: 0644]
theme/thexy/images/next.jpg [new file with mode: 0644]
theme/thexy/images/next_light.jpg [new file with mode: 0644]
theme/thexy/images/pause.jpg [new file with mode: 0644]
theme/thexy/images/pause_light.jpg [new file with mode: 0644]
theme/thexy/images/play.jpg [new file with mode: 0644]
theme/thexy/images/play_light.jpg [new file with mode: 0644]
theme/thexy/images/playlist.png [new file with mode: 0644]
theme/thexy/images/previous.jpg [new file with mode: 0644]
theme/thexy/images/previous_light.jpg [new file with mode: 0644]
theme/thexy/images/remove_selection.png [new file with mode: 0644]
theme/thexy/images/shadowAlpha.png [new file with mode: 0644]
theme/thexy/images/slider.png [new file with mode: 0644]
theme/thexy/images/stop.jpg [new file with mode: 0644]
theme/thexy/images/stop_light.jpg [new file with mode: 0644]
theme/thexy/images/tools_bkg.jpg [new file with mode: 0644]
theme/thexy/theme.css [new file with mode: 0644]
theme/thexy/theme.js [new file with mode: 0644]
This page took 0.044031 seconds and 4 git commands to generate.