aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Handle non-native endian formats with SDL_soundChris Robinson2013-06-191-2/+17
* Add a loopback extension exampleChris Robinson2013-06-161-0/+244
* Use SDL_sound for the other examplesChris Robinson2013-06-054-743/+20
* Use SDL_sound for the alstream exampleChris Robinson2013-06-054-43/+218
* Make some example function pointers staticChris Robinson2013-05-303-41/+41
* Only print the filename in alstream, without the pathChris Robinson2013-02-031-1/+10
* Use stdout to print alstream informationChris Robinson2012-11-041-4/+5
* Add an example to get and show the source latencyChris Robinson2012-10-311-0/+213
* Avoid prefixing function pointers in the streaming exampleChris Robinson2012-10-311-11/+11
* Print the name of the device when opening it in the example appsChris Robinson2012-10-312-4/+3
* Add an example program showing how to apply reverb to a sourceChris Robinson2012-10-311-0/+339
* Reorder and comment some function in alhelpers.cChris Robinson2012-10-251-81/+88
* Move alhelpers and alffmpeg code to a common sub-directoryChris Robinson2012-10-145-2/+2
* Update the example to use avcodec_decode_audio4Chris Robinson2012-10-032-39/+46
* Update some ffmpeg functionsChris Robinson2012-10-031-7/+5
* Fix some signed/unsigned comparisonsChris Robinson2012-10-021-4/+4
* Use avformat_free_context to free a format context that failed to openChris Robinson2012-03-211-2/+10
* Print out unsupported audio format info from ffmpegChris Robinson2012-02-281-1/+15
* av_find_stream_info is also deprecated, in favor of avformat_find_stream_infoChris Robinson2012-01-291-3/+3
* Use AVMEDIA_TYPE_AUDIO instead of the deprecated CODEC_TYPE_AUDIOChris Robinson2012-01-291-6/+6
* Add some castsChris Robinson2012-01-111-3/+3
* There's no need to pass a buffer to avio_alloc_contextChris Robinson2012-01-111-7/+4
* Handle a couple of special AVSEEK_ seek modesChris Robinson2012-01-111-0/+4
* Fix compiling the example program, and support AL_SOFT_buffer_samples with itChris Robinson2012-01-104-134/+194
* Add an example program that streams audio using ffmpegChris Robinson2012-01-015-0/+1328
* Rename examples to utilitiesChris Robinson2010-07-171-332/+0
* Rewrite openal-infoChris Robinson2010-03-131-191/+223
* Print available devices before trying to open oneChris Robinson2009-11-191-14/+12
* Watch for NULL and empty device listsChris Robinson2009-11-191-3/+4
* Display supported filters using a comma-separated listingChris Robinson2009-11-191-45/+42
* Be clearer if device opening or context setup failsChris Robinson2009-11-191-10/+20
* Rename Standard Reverb to ReverbChris Robinson2009-04-131-1/+1
* Fix function pointer declarationsChris Robinson2008-09-161-6/+6
* Fix typo to get the proper minor ALC versionChris Robinson2008-09-121-1/+1
* Print EFX info when the extension is availableChris Robinson2008-09-121-0/+123
* Add addiitonal copyright lineChris Robinson2008-05-181-0/+1
* Add a simple example that prints out some OpenAL infoChris Robinson2008-05-181-0/+170