aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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