]> git.tdb.fi Git - libs/al.git/log
libs/al.git
11 years agoAdd dedicated exception classes for decoding sounds
Mikko Rasa [Tue, 20 Nov 2012 22:53:11 +0000 (00:53 +0200)]
Add dedicated exception classes for decoding sounds

11 years agoMake SoundDecoder a base class and split off Ogg decoding
Mikko Rasa [Tue, 20 Nov 2012 22:37:25 +0000 (00:37 +0200)]
Make SoundDecoder a base class and split off Ogg decoding

Decoders are now created with a static factory function, without a
separate open call.  This allows autodetecting the decoder type later and
simplifies resource management.

The Ogg specific stuff was also hidden behind a private pointer to further
improve encapsulation and reduce namespace pollution.

11 years agoUse Msp::IO in SoundDecoder
Mikko Rasa [Tue, 20 Nov 2012 16:07:41 +0000 (18:07 +0200)]
Use Msp::IO in SoundDecoder

11 years agoSplit Sound into SoundDecoder and Waveform parts
Mikko Rasa [Tue, 20 Nov 2012 14:48:04 +0000 (16:48 +0200)]
Split Sound into SoundDecoder and Waveform parts

11 years agoUpdate Build file with new builder features
Mikko Rasa [Mon, 19 Nov 2012 14:43:23 +0000 (16:43 +0200)]
Update Build file with new builder features

11 years agoWhitespace and member ordering adjustments
Mikko Rasa [Sun, 18 Nov 2012 13:25:46 +0000 (15:25 +0200)]
Whitespace and member ordering adjustments

11 years agoRemove the general-purpose attribute functions
Mikko Rasa [Sat, 17 Nov 2012 23:36:41 +0000 (01:36 +0200)]
Remove the general-purpose attribute functions

11 years agoAdd a .gitignore file
Mikko Rasa [Sat, 17 Nov 2012 22:37:06 +0000 (00:37 +0200)]
Add a .gitignore file

11 years agoMake Listener a singleton instead of all-static
Mikko Rasa [Sat, 17 Nov 2012 22:34:25 +0000 (00:34 +0200)]
Make Listener a singleton instead of all-static

11 years agoFix compilation with recent gcc
Mikko Rasa [Sat, 17 Nov 2012 21:30:14 +0000 (23:30 +0200)]
Fix compilation with recent gcc

11 years agoUse standard exception classes
Mikko Rasa [Sat, 17 Nov 2012 21:29:56 +0000 (23:29 +0200)]
Use standard exception classes

12 years agoDrop copyright notices and Id tags from source files
Mikko Rasa [Sat, 21 Jan 2012 00:05:19 +0000 (02:05 +0200)]
Drop copyright notices and Id tags from source files

12 years agoStyle update: add spaces around assignments
Mikko Rasa [Sat, 21 Jan 2012 00:02:34 +0000 (02:02 +0200)]
Style update: add spaces around assignments

13 years agoAdd a previous() method to Jukebox
Mikko Rasa [Mon, 13 Dec 2010 10:06:24 +0000 (10:06 +0000)]
Add a previous() method to Jukebox

13 years agoAdd signal_track_changed to Jukebox
Mikko Rasa [Wed, 1 Dec 2010 13:45:34 +0000 (13:45 +0000)]
Add signal_track_changed to Jukebox
Make sure the current_track iterator is never uninitialized or invalid
Add get_current_track method

14 years agoBump version to 0.10 0.10
Mikko Rasa [Wed, 7 Oct 2009 20:10:31 +0000 (20:10 +0000)]
Bump version to 0.10
Update Build file for builder 1.0

14 years agoRestart streamer source if it stops automatically
Mikko Rasa [Mon, 3 Aug 2009 12:28:09 +0000 (12:28 +0000)]
Restart streamer source if it stops automatically

14 years agoFix some uninitialized variables and memory leaks
Mikko Rasa [Sun, 26 Jul 2009 17:55:52 +0000 (17:55 +0000)]
Fix some uninitialized variables and memory leaks
Add a Jukebox class for playing background music

15 years agoBump version for release 0.9
Mikko Rasa [Tue, 19 Aug 2008 09:41:12 +0000 (09:41 +0000)]
Bump version for release
Add License.txt
Reorder functions in Source
Add a short description for most classes
Update svn:ignore

15 years agoTwo more atribute setting functions in Source
Mikko Rasa [Wed, 9 Jul 2008 16:06:09 +0000 (16:06 +0000)]
Two more atribute setting functions in Source
Support loading Sounds from memory
Support loading Buffers from datafiles
Automatically clear Sound from Streamer when eof is reached

15 years agoAdd Streamer class
Mikko Rasa [Tue, 8 Jul 2008 15:21:39 +0000 (15:21 +0000)]
Add Streamer class
Add buffer unqueuing and query commands to Source
Properly destroy Device and Context in destructor
More functionality in Sound
Some minor tweaks

15 years agoFix a typo in the copyright notice
Mikko Rasa [Tue, 8 Jul 2008 11:35:53 +0000 (11:35 +0000)]
Fix a typo in the copyright notice

15 years agoAdd a missing #include
Mikko Rasa [Wed, 25 Jun 2008 09:20:31 +0000 (09:20 +0000)]
Add a missing #include

16 years agoAdd more methods to Source
Mikko Rasa [Fri, 22 Feb 2008 22:49:26 +0000 (22:49 +0000)]
Add more methods to Source
Add class SoundScape for managing Sources

16 years agoInitial revision
Mikko Rasa [Wed, 13 Feb 2008 22:37:53 +0000 (22:37 +0000)]
Initial revision

16 years agoCreate standard directories
System Administrator [Wed, 13 Feb 2008 21:02:57 +0000 (21:02 +0000)]
Create standard directories