Commit Graph

415 Commits (52421b3b0cfcbd4ddda03adbf598c22519c955a5)

Author SHA1 Message Date
svenforkbeard 8fd4ca4d50 Removed the French localization. 2007-05-15 05:19:33 +00:00
vspader ab0cb5c15d Fixed shorten decoder. 2007-05-11 01:33:05 +00:00
vspader bbba06e4b2 Fixed bug that caused problems when doing sample rate conversion. 2007-05-10 23:19:56 +00:00
svenforkbeard ea921ae3ca Added 'Stop' to the Control menu and 'Remove' to the playlist's context menu. 2007-04-17 02:28:59 +00:00
vspader e95555a142 Reverted back to r392. Looks like french was accidently put in english nib. 2007-04-04 15:56:21 +00:00
sryegkahl a32bc90637 updated French localization 2007-03-25 12:02:18 +00:00
vspader 0b54a1a6a5 Fix for windows newlines. 2007-03-21 01:36:31 +00:00
vspader 77c7819dd6 Added some error messages that should hopefully fix some initial stuttering issues. 2007-03-19 00:19:47 +00:00
vspader 2a0b588f4d Fixed crash bug. Hopefully once obj-c supports properties annoying bugs like this just wont happen. 2007-03-18 17:44:59 +00:00
vspader d6cd790e53 Removed build folder. 2007-03-17 01:00:53 +00:00
vspader a29ab1e885 Added scripts for nightly builds. 2007-03-17 00:56:02 +00:00
vspader 08f233b4e1 Updated TODO. 2007-03-14 03:16:48 +00:00
vspader 44eeab95ee Added header menu for playlist view. 2007-03-14 03:16:37 +00:00
vspader 985ab27e1d Added formatters and NSFileHandle+CreateFile category for easy file creation when writing. 2007-03-14 02:29:16 +00:00
vspader 4ed575f475 Moved PlaylistEntry number variables over to NSNumber. Removed displayIndex and lengthString, using formatters instead. Fix bug with autosaving playlist. 2007-03-14 02:28:30 +00:00
vspader 71577bac3d Lots of cleanups. Mainly cleaned up PlaylistHeader automatic sizing to use values from bindings. 2007-03-12 23:29:42 +00:00
vspader cdd461412c Forward delete now removed playlist entries. 2007-03-12 22:15:35 +00:00
vspader 91607ea9ce Changed audioscrobbler id from tst to cog.. 2007-03-12 22:11:40 +00:00
vspader 466b2f909c Fixed mousedown bug in the playlist view. It should only play if something is selected. 2007-03-10 14:23:35 +00:00
vspader 15f1aa2ebd Cleaned up code. Added PlaylistLoader class properly, with support for m3u and pls formats. Changed default playlist to m3u. Added bugs GALORE! 2007-03-09 01:16:06 +00:00
vspader 94201b5a4f added basic scanner for loading pls files. 2007-03-07 01:45:45 +00:00
vspader 043c150abd Added playlistloader class. 2007-03-07 01:26:50 +00:00
vspader f86f34a449 Removed useless message. 2007-03-05 00:49:18 +00:00
vspader cc55e8dc72 Fix for endian issues. 2007-03-05 00:36:12 +00:00
vspader 83d8434134 Fixed endian issues. 2007-03-05 00:33:54 +00:00
vspader 5b40f598e1 Fix for endian issues in the CRC calculations in the MAC framework. 2007-03-05 00:33:00 +00:00
vspader 58989af1f2 Fixed length for vorbis plugin. 2007-03-04 22:06:47 +00:00
vspader 9f479d9a3e Cleaned up frameworks. 2007-03-04 21:42:50 +00:00
vspader fbd90253a4 Cleaned up flac framework. 2007-03-04 21:39:20 +00:00
vspader 133ce70a7d Updated project file. 2007-03-04 21:32:31 +00:00
vspader d3a7ed611f Moved FLAC plugin to new source system along with updated framework. 2007-03-04 21:32:03 +00:00
vspader adc00f188e Upgraded flac to 1.1.4. 2007-03-04 21:21:36 +00:00
vspader 01c1cfca5d Updated WavPack so it uses the hosts endiannes. 2007-03-04 20:52:39 +00:00
vspader 130a17cbf7 Moved WavPack and MusePack over to the source system. 2007-03-04 20:47:49 +00:00
vspader 657d6a2860 Shorten Framework currently has no callback mechanisms. Until then, did a workaround for the source system. 2007-03-04 18:46:44 +00:00
vspader 53e4ef0c7b Moved Musepack to source system. Fixed MonkeysAudio bug. 2007-03-04 18:41:43 +00:00
vspader 505b525d42 Moved Monkeys Audio plugin to new source system. 2007-03-04 18:20:23 +00:00
vspader ce08d6d4da Doubled the buffer size. Since the converter and input are now merged, a larger buffer is a good thing (tm). 2007-03-04 16:00:26 +00:00
vspader bd9af25b61 Removed growl icon from preferences, since there is no growl icon. (jedi mind trick...) 2007-03-04 04:49:13 +00:00
vspader 5798532fed Might as well close the source if you aren't going to use it. 2007-03-04 04:37:36 +00:00
vspader eb96a75a1f Modified CoreAudioDecoder to use new source based system. It just ignores the source and uses its own, since the ExtAudioFile API is absolutely hopeless when it comes to streaming. 2007-03-04 04:36:10 +00:00
vspader e452cbe3db Changed open URL panel to use a combobox. 2007-03-04 01:30:37 +00:00
vspader d5c777f7e8 Fix crash when input errors. 2007-03-04 00:59:40 +00:00
vspader ebaf536339 Fix for boundary conditions. Corner cases are your friend. 2007-03-04 00:50:19 +00:00
vspader 4b3f31b51a Removed debugging message. 2007-03-04 00:33:41 +00:00
vspader 6f8d1b8e99 HTTPSource header search fix for boundary conditions. 2007-03-04 00:30:11 +00:00
vspader ea4eb96c2a Files are seekable! 2007-03-04 00:18:28 +00:00
vspader 7d6c8fc6f5 MP3 streaming! 2007-03-04 00:17:05 +00:00
vspader 1e5c5f54e3 Updated vorbis decoder to make it better. 2007-03-03 23:05:15 +00:00
vspader c810d2f492 Muleiple vorbis bitstreams in one file for streaming. Bitstreams can be different formats. (!) 2007-03-03 22:55:26 +00:00