| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more formats for displaying in examples | Chris Robinson | 2022-11-29 | 1 | -0/+35 |
* | Avoid overriding main with SDL | Chris Robinson | 2022-11-23 | 2 | -0/+10 |
* | Fix an ambisonic layout check in alffplay | Chris Robinson | 2022-09-24 | 1 | -1/+1 |
* | Update alffplay to support newer ffmpeg versions | Chris Robinson | 2022-08-20 | 1 | -115/+138 |
* | More agressively hide PipeWire and SDL header warnings | Chris Robinson | 2022-05-09 | 1 | -4/+4 |
* | Avoid an ugly and confusing generate_n | Chris Robinson | 2022-05-08 | 1 | -13/+7 |
* | Clean up readAudio some | Chris Robinson | 2022-05-08 | 1 | -76/+40 |
* | Drain audio frames when stopping playback in alffplay | Chris Robinson | 2022-05-07 | 1 | -7/+16 |
* | Define FUNCTION_CAST in a common header | Chris Robinson | 2022-04-22 | 7 | -46/+15 |
* | Finalize AL_SOFT_UHJ | Chris Robinson | 2022-04-13 | 1 | -36/+2 |
* | Finalize AL_SOFT_callback_buffer | Chris Robinson | 2022-04-01 | 2 | -33/+2 |
* | Remove the unused flags parameter from alBufferCallbackSOFT | Chris Robinson | 2022-04-01 | 2 | -7/+4 |
* | Remove a dead store | Chris Robinson | 2022-03-30 | 1 | -1/+0 |
* | Use a more C99-compliant function cast | Chris Robinson | 2022-02-26 | 4 | -4/+48 |
* | Constify the AVCodec* returned by avcodec_find_decoder | Chris Robinson | 2022-02-19 | 1 | -1/+1 |
* | Make sure alffplay properly stops when quiting | Chris Robinson | 2021-12-27 | 1 | -10/+13 |
* | Heavily update alffplay packet handling | Chris Robinson | 2021-12-26 | 1 | -157/+209 |
* | Remove unnecessary ifdefs from alffplay | Chris Robinson | 2021-12-24 | 1 | -32/+9 |
* | Use the audio clock as the default in alffplay | Chris Robinson | 2021-12-24 | 1 | -49/+59 |
* | Add an option to use Super Stereo in alffplay | Chris Robinson | 2021-12-15 | 1 | -0/+23 |
* | Update some in-progress extension types | Chris Robinson | 2021-11-10 | 1 | -2/+2 |
* | Fix short initial packet preparation in alffplay | Chris Robinson | 2021-05-20 | 1 | -3/+11 |
* | Add an option to decode stereo as UHJ in alffplay | Chris Robinson | 2021-04-02 | 1 | -76/+137 |
* | Use float formats in examples/alstreamcb | Chris Robinson | 2021-03-21 | 1 | -10/+10 |
* | Fix some tabs and missing cast | Chris Robinson | 2020-12-04 | 1 | -11/+10 |
* | Add a gain argument to altonegen (#502) | Eliot Miranda | 2020-12-04 | 1 | -4/+24 |
* | Check for the right extension string in alffplay | Chris Robinson | 2020-10-26 | 1 | -1/+1 |
* | Finalize AL_SOFT_events | Chris Robinson | 2020-10-26 | 1 | -16/+0 |
* | Silence a couple more MSVC warnings | Chris Robinson | 2020-10-23 | 1 | -3/+8 |
* | Update event enum values | Chris Robinson | 2020-10-07 | 1 | -5/+5 |
* | Support B-Format sounds in the examples | Chris Robinson | 2020-09-22 | 7 | -7/+86 |
* | Recognize B-Format format names in the examples | Chris Robinson | 2020-09-22 | 1 | -0/+6 |
* | Support B-Format amb file IRs in alconvolve | Chris Robinson | 2020-09-22 | 1 | -1/+12 |
* | Add an alconvolve option to silence the dry signal | Chris Robinson | 2020-09-22 | 1 | -3/+49 |
* | Remove deprecated, performance, and error event types | Chris Robinson | 2020-09-20 | 1 | -9/+2 |
* | Print the name and format for alconvole's impulse response | Chris Robinson | 2020-09-05 | 1 | -7/+18 |
* | Add an in-progress extension string for convolution reverb | Chris Robinson | 2020-09-01 | 1 | -2/+2 |
* | Base the convolution example on the simpler stream example | Chris Robinson | 2020-08-26 | 2 | -536/+515 |
* | Recognize float32 format names for the example healpers | Chris Robinson | 2020-08-26 | 1 | -4/+7 |
* | Add an example using convolution reverb | Chris Robinson | 2020-08-25 | 1 | -0/+536 |
* | Improve handling main() with UTF-8 args on Windows | Chris Robinson | 2020-08-12 | 2 | -0/+4 |
* | Cleanup some warnings with ffmpeg/alffplay | Chris Robinson | 2020-08-12 | 1 | -27/+36 |
* | Remove an unused variable | Chris Robinson | 2020-08-11 | 1 | -1/+0 |
* | Dump the ffmpeg file info on the main thread | Chris Robinson | 2020-04-29 | 1 | -64/+64 |
* | Convert the examples from SDL_sound to libsndfile | Chris Robinson | 2020-03-24 | 7 | -394/+271 |
* | Use libsndfile for the alplay example | Chris Robinson | 2020-03-24 | 1 | -52/+42 |
* | Update to C++14 | Chris Robinson | 2020-03-22 | 1 | -1/+1 |
* | Remove AL_SOFT_map_buffer from alffplay and add AL_SOFT_callback_buffer | Chris Robinson | 2020-02-23 | 1 | -153/+365 |
* | Add a streaming example using a callback buffer | Chris Robinson | 2020-02-20 | 1 | -0/+436 |
* | Get the audio sync once per update in alffplay | Chris Robinson | 2020-01-13 | 1 | -29/+27 |