Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly include libavutil/channel_layout.h for the channel layout stuff | Chris Robinson | 2014-07-18 | 1 | -0/+1 |
| | |||||
* | AL_SOFT_source_length is complete | Chris Robinson | 2014-07-05 | 1 | -1/+1 |
| | |||||
* | Open and close the file in the main thread in alffplay | Chris Robinson | 2014-06-08 | 1 | -26/+28 |
| | | | | | This avoid problems with the file being closed while a video refresh is still scheduled. | ||||
* | Add an ffmpeg-based example player | Chris Robinson | 2014-06-02 | 1 | -0/+1476 |
| | | | | | | This example shows proper timing and A/V synchronization with an OpenAL stream. Requires the in-progress AL_SOFTX_source_length extension to avoid manually keeping track of the buffer queue length. | ||||
* | Update the examples to use SDL2 | Chris Robinson | 2014-05-23 | 1 | -2/+5 |
| | | | | | | This should make it easier to build the examples on 64-bit, where there are no premade dev libs for SDL1 on 64-bit mingw. FindSDL_sound.cmake has been updated to accept SDL or SDL2. | ||||
* | Handle non-native endian formats with SDL_sound | Chris Robinson | 2013-06-19 | 1 | -2/+17 |
| | |||||
* | Add a loopback extension example | Chris Robinson | 2013-06-16 | 1 | -0/+244 |
| | |||||
* | Use SDL_sound for the other examples | Chris Robinson | 2013-06-05 | 4 | -743/+20 |
| | |||||
* | Use SDL_sound for the alstream example | Chris Robinson | 2013-06-05 | 4 | -43/+218 |
| | |||||
* | Make some example function pointers static | Chris Robinson | 2013-05-30 | 3 | -41/+41 |
| | |||||
* | Only print the filename in alstream, without the path | Chris Robinson | 2013-02-03 | 1 | -1/+10 |
| | |||||
* | Use stdout to print alstream information | Chris Robinson | 2012-11-04 | 1 | -4/+5 |
| | |||||
* | Add an example to get and show the source latency | Chris Robinson | 2012-10-31 | 1 | -0/+213 |
| | |||||
* | Avoid prefixing function pointers in the streaming example | Chris Robinson | 2012-10-31 | 1 | -11/+11 |
| | |||||
* | Print the name of the device when opening it in the example apps | Chris Robinson | 2012-10-31 | 2 | -4/+3 |
| | |||||
* | Add an example program showing how to apply reverb to a source | Chris Robinson | 2012-10-31 | 1 | -0/+339 |
| | |||||
* | 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 |