2010-02-17 |
Chris Robinson | Avoid calling alure functions when starting an async...
|
commit | commitdiff | tree |
2010-02-17 |
Chris Robinson | Rewind modules to the start of the last specified order
|
commit | commitdiff | tree |
2010-02-17 |
Chris Robinson | Fix use of iterators when stopping sources and streams
|
commit | commitdiff | tree |
2010-02-03 |
Chris Robinson | Call stream functions directly
|
commit | commitdiff | tree |
2010-02-03 |
Chris Robinson | Better enforce block alignment before buffer to OpenAL
|
commit | commitdiff | tree |
2010-02-02 |
Chris Robinson | Rename class member for consistency
|
commit | commitdiff | tree |
2010-02-02 |
Chris Robinson | Fix DUMB block align
|
commit | commitdiff | tree |
2010-02-02 |
Chris Robinson | Use a persistent sample buffer for decoding DUMB streams
|
commit | commitdiff | tree |
2010-02-02 |
Chris Robinson | Allow modules to loop when Rewind is called
|
commit | commitdiff | tree |
2010-02-02 |
Chris Robinson | Add a function to set the current order of a module...
|
commit | commitdiff | tree |
2010-02-02 |
Chris Robinson | Reorder some decoders
|
commit | commitdiff | tree |
2010-02-01 |
Chris Robinson | Remove some unnecessary NULL checks
|
commit | commitdiff | tree |
2010-02-01 |
Chris Robinson | Fix a cast
|
commit | commitdiff | tree |
2010-02-01 |
Chris Robinson | Clear possible fstream errors before trying to seek
|
commit | commitdiff | tree |
2010-02-01 |
Chris Robinson | Support 32-bit float output with DUMB, to better retain...
|
commit | commitdiff | tree |
2010-02-01 |
Chris Robinson | Add IT, XM, S3M, and MOD support using DUMB
|
commit | commitdiff | tree |
2010-01-31 |
Chris Robinson | Break from trying to find more mp3 data when there...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Robinson | Fix a couple documentation errors
|
commit | commitdiff | tree |
2010-01-22 |
Chris Robinson | Add a function to explicitly pause and resume a source.
|
commit | commitdiff | tree |
2010-01-18 |
Chris Robinson | Fix incorrect parameter comment
|
commit | commitdiff | tree |
2010-01-14 |
Chris Robinson | Don't rely on the state of the list iterator after...
|
commit | commitdiff | tree |
2010-01-14 |
Chris Robinson | Start thread first when playing a source
|
commit | commitdiff | tree |
2010-01-14 |
Chris Robinson | Support AL_LOKI_quadriphonic
|
commit | commitdiff | tree |
2010-01-14 |
Chris Robinson | Check and return a valid format immediately
|
commit | commitdiff | tree |
2010-01-13 |
Chris Robinson | Only include al.h and alc.h when needed
|
commit | commitdiff | tree |
2010-01-13 |
Chris Robinson | Start async thread first as needed
|
commit | commitdiff | tree |
2010-01-13 |
Chris Robinson | Allow for short asynchronous streams
|
commit | commitdiff | tree |
2010-01-12 |
Chris Robinson | Double the amount of time to sleep in the async thread
|
commit | commitdiff | tree |
2010-01-11 |
Chris Robinson | Properly check for support of various formats
|
commit | commitdiff | tree |
2010-01-11 |
Chris Robinson | Improve global construction/destruction
|
commit | commitdiff | tree |
2010-01-11 |
Chris Robinson | Stop streams that are being destroyed
|
commit | commitdiff | tree |
2010-01-11 |
Chris Robinson | Fix loopcount condition check
|
commit | commitdiff | tree |
2010-01-10 |
Chris Robinson | Don't explicitly clear the stream list on deinit
|
commit | commitdiff | tree |
2010-01-10 |
Chris Robinson | Initialize function list when requesting a function...
|
commit | commitdiff | tree |
2010-01-10 |
Chris Robinson | Increment loopcount at least once for indefinitely...
|
commit | commitdiff | tree |
2009-12-13 |
Chris Robinson | Use the proper lib suffix
|
commit | commitdiff | tree |
2009-12-09 |
Chris Robinson | Disable GStreamer support by default (it is currently...
|
commit | commitdiff | tree |
2009-12-09 |
Chris Robinson | Check for libsndfile-1, for Windows
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Add the new source functions to the FunctionList
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Prettify the output of checking C compiler switches
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Add -pthread to the linker command line too
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Check for -pthread instead of using _REENTRANT directly
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Check for ptherad_create without libpthread
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Give up trying to decode an MP3 after 64KB
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Set the right variable for mpg123 libs
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Properly check for shared libs in Windows
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Make sure enough MP3 data is read when starting the...
|
commit | commitdiff | tree |
2009-10-22 |
Chris Robinson | Link to stdc++ only if it exists
|
commit | commitdiff | tree |
2009-10-22 |
Chris Robinson | Correct the return value of the default seek callback
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Use C standard functions for the default IO callbacks
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Fix some casts and missing includes
|
commit | commitdiff | tree |
2009-10-17 |
Chris Robinson | Add a function to retrieve a stream's playback format
|
commit | commitdiff | tree |
2009-10-15 |
Chris Robinson | Fix a race condition with the async thread being shutdown
|
commit | commitdiff | tree |
2009-10-15 |
Chris Robinson | Add the source ID parameter to the callback
|
commit | commitdiff | tree |
2009-10-14 |
Chris Robinson | Update documentation
|
commit | commitdiff | tree |
2009-10-14 |
Chris Robinson | Change alureGetSourceOffset to return alureUInt64
|
commit | commitdiff | tree |
2009-10-13 |
Chris Robinson | Use unsigned for the source position values
|
commit | commitdiff | tree |
2009-10-13 |
Chris Robinson | Avoid modulo-by-0 on non-streaming sources with a stop...
|
commit | commitdiff | tree |
2009-10-12 |
Chris Robinson | Add a alureGetSourceOffset function to get the play...
|
commit | commitdiff | tree |
2009-10-11 |
Chris Robinson | Merge alureStopStream into alureStopSource and rename...
|
commit | commitdiff | tree |
2009-10-07 |
Chris Robinson | Avoid redundant buffering attempts when an async stream...
|
commit | commitdiff | tree |
2009-10-07 |
Chris Robinson | Don't stop sources belonging to an async stream
|
commit | commitdiff | tree |
2009-10-06 |
Chris Robinson | Use the callback mechanism to play the example source
|
commit | commitdiff | tree |
2009-10-06 |
Chris Robinson | Fix condition check for stopping stream playback
|
commit | commitdiff | tree |
2009-10-06 |
Chris Robinson | Add functions to play sources and run a callback when...
|
commit | commitdiff | tree |
2009-10-05 |
Chris Robinson | Verify stream object pointers before using them
|
commit | commitdiff | tree |
2009-10-04 |
Chris Robinson | Call the EOS callback if the stream is stopped during...
|
commit | commitdiff | tree |
2009-10-04 |
Chris Robinson | Destroy unclosed stream when unloading
|
commit | commitdiff | tree |
2009-10-04 |
Chris Robinson | Remove unnecessary variable
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Fix and clarify async playback documentation
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Load the stream info into the temp entry, and copy...
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Make sure a stream is not playing when being destroyed
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Update documentation
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Modify alurestream to use the async play API
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Fixup async playback
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Implement async stream functions
|
commit | commitdiff | tree |
2009-10-03 |
Chris Robinson | Fix compilation with MPG123 disabled
|
commit | commitdiff | tree |
2009-10-02 |
Chris Robinson | Don't use FLAC's pkg-config module
|
commit | commitdiff | tree |
2009-10-02 |
Chris Robinson | Add mutex compatibility wrappers
|
commit | commitdiff | tree |
2009-10-02 |
Chris Robinson | Add functions to asynchronously play a stream through...
|
commit | commitdiff | tree |
2009-10-02 |
Chris Robinson | Update license to LGPL v2.1
|
commit | commitdiff | tree |
2009-09-30 |
Chris Robinson | Clear stream errors when rewinding
|
commit | commitdiff | tree |
2009-09-29 |
Chris Robinson | Link the lib with MPG123
|
commit | commitdiff | tree |
2009-09-29 |
Chris Robinson | Add a destructor method
|
commit | commitdiff | tree |
2009-09-29 |
Chris Robinson | Re-add MPG123 support, now that it won't have run-time...
|
commit | commitdiff | tree |
2009-09-29 |
Chris Robinson | Fix Win32 alureInt64 type, and get rid of DllMain ...
|
commit | commitdiff | tree |
2009-09-29 |
Chris Robinson | Check _FILE_OFFSET_BITS for large file support
|
commit | commitdiff | tree |
2009-09-29 |
Chris Robinson | Use a 64-bit offset type for the IO callback, and be...
|
commit | commitdiff | tree |
2009-09-28 |
Chris Robinson | Use a static global object for construction
|
commit | commitdiff | tree |
2009-09-28 |
Chris Robinson | Automatically initialize the lib
|
commit | commitdiff | tree |
2009-09-28 |
Chris Robinson | Get rid of more code duplication
|
commit | commitdiff | tree |
2009-09-28 |
Chris Robinson | Reset the buffer name on error
|
commit | commitdiff | tree |
2009-09-28 |
Chris Robinson | Remove some code duplication
|
commit | commitdiff | tree |
2009-09-28 |
Chris Robinson | Fix order of decoders
|
commit | commitdiff | tree |
2009-09-28 |
Chris Robinson | Delete the stream before the file
|
commit | commitdiff | tree |
2009-09-12 |
Chris Robinson | Use the documented buffer API to create the GstBuffer
|
commit | commitdiff | tree |
2009-09-12 |
Chris Robinson | Unref the buffer after pushing it, as it makes its...
|
commit | commitdiff | tree |
2009-09-08 |
Chris Robinson | Unref using the correct function
|
commit | commitdiff | tree |
2009-09-08 |
Chris Robinson | Small cleanup
|
commit | commitdiff | tree |
2009-09-08 |
Chris Robinson | Handle multi-channel streams correctly, and fix message...
|
commit | commitdiff | tree |