aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | There is only the one, and it more accurately reflects what it is
* Rewrite openal-infoChris Robinson2010-03-131-191/+223
| | | | | | | | Output is mostly unchanged, however there are differences. Device-specific info (including context-specific info) is separated from NULL-device queries, and there is now a distinction between ALC versions of the NULL device and the opened device. Additionally, an alternate playback device can be queried by specifying its name as the first parameter.
* 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