Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reorder and comment some function in alhelpers.c | Chris Robinson | 2012-10-25 | 1 | -81/+88 | |
| | ||||||
* | Move alhelpers and alffmpeg code to a common sub-directory | Chris Robinson | 2012-10-14 | 5 | -2/+2 | |
| | ||||||
* | Update the example to use avcodec_decode_audio4 | Chris Robinson | 2012-10-03 | 2 | -39/+46 | |
| | ||||||
* | Update some ffmpeg functions | Chris Robinson | 2012-10-03 | 1 | -7/+5 | |
| | ||||||
* | Fix some signed/unsigned comparisons | Chris Robinson | 2012-10-02 | 1 | -4/+4 | |
| | ||||||
* | Use avformat_free_context to free a format context that failed to open | Chris Robinson | 2012-03-21 | 1 | -2/+10 | |
| | ||||||
* | Print out unsupported audio format info from ffmpeg | Chris Robinson | 2012-02-28 | 1 | -1/+15 | |
| | ||||||
* | av_find_stream_info is also deprecated, in favor of avformat_find_stream_info | Chris Robinson | 2012-01-29 | 1 | -3/+3 | |
| | ||||||
* | Use AVMEDIA_TYPE_AUDIO instead of the deprecated CODEC_TYPE_AUDIO | Chris Robinson | 2012-01-29 | 1 | -6/+6 | |
| | ||||||
* | Add some casts | Chris Robinson | 2012-01-11 | 1 | -3/+3 | |
| | ||||||
* | There's no need to pass a buffer to avio_alloc_context | Chris Robinson | 2012-01-11 | 1 | -7/+4 | |
| | ||||||
* | Handle a couple of special AVSEEK_ seek modes | Chris Robinson | 2012-01-11 | 1 | -0/+4 | |
| | ||||||
* | Fix compiling the example program, and support AL_SOFT_buffer_samples with it | Chris Robinson | 2012-01-10 | 4 | -134/+194 | |
| | ||||||
* | Add an example program that streams audio using ffmpeg | Chris Robinson | 2012-01-01 | 5 | -0/+1328 | |
| | ||||||
* | Rename examples to utilities | Chris Robinson | 2010-07-17 | 1 | -332/+0 | |
| | | | | There is only the one, and it more accurately reflects what it is | |||||
* | Rewrite openal-info | Chris Robinson | 2010-03-13 | 1 | -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 one | Chris Robinson | 2009-11-19 | 1 | -14/+12 | |
| | ||||||
* | Watch for NULL and empty device lists | Chris Robinson | 2009-11-19 | 1 | -3/+4 | |
| | ||||||
* | Display supported filters using a comma-separated listing | Chris Robinson | 2009-11-19 | 1 | -45/+42 | |
| | ||||||
* | Be clearer if device opening or context setup fails | Chris Robinson | 2009-11-19 | 1 | -10/+20 | |
| | ||||||
* | Rename Standard Reverb to Reverb | Chris Robinson | 2009-04-13 | 1 | -1/+1 | |
| | ||||||
* | Fix function pointer declarations | Chris Robinson | 2008-09-16 | 1 | -6/+6 | |
| | ||||||
* | Fix typo to get the proper minor ALC version | Chris Robinson | 2008-09-12 | 1 | -1/+1 | |
| | ||||||
* | Print EFX info when the extension is available | Chris Robinson | 2008-09-12 | 1 | -0/+123 | |
| | ||||||
* | Add addiitonal copyright line | Chris Robinson | 2008-05-18 | 1 | -0/+1 | |
| | ||||||
* | Add a simple example that prints out some OpenAL info | Chris Robinson | 2008-05-18 | 1 | -0/+170 | |