Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only print the time in alffplay when it changes | Chris Robinson | 2018-01-07 | 1 | -4/+11 |
| | |||||
* | Fix a temp buffer leak in alffplay | Chris Robinson | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | Handle the audio clock diff as nanoseconds in alffplay | Chris Robinson | 2018-01-05 | 1 | -8/+6 |
| | |||||
* | Use a non-recursive mutex for alffplay's source lock | Chris Robinson | 2018-01-03 | 1 | -11/+14 |
| | |||||
* | Use ALC_SOFT_device_clock in alffplay | Chris Robinson | 2018-01-02 | 1 | -12/+86 |
| | |||||
* | Improve starting synchronization in alffplay | Chris Robinson | 2018-01-02 | 1 | -19/+60 |
| | | | | | It waits until the internal buffers are filled before starting playback, then triggering the audio and video to start as close together as possible. | ||||
* | Inline and simplify some code | Chris Robinson | 2018-01-01 | 1 | -29/+23 |
| | |||||
* | Don't leak the AVIOContext | Chris Robinson | 2018-01-01 | 1 | -1/+8 |
| | |||||
* | Fix a couple alffplay comments still referencing Alure | Chris Robinson | 2018-01-01 | 1 | -4/+4 |
| | |||||
* | Make smart pointer wrappers for some ffmpeg types | Chris Robinson | 2018-01-01 | 1 | -72/+81 |
| | |||||
* | Print the running time and duration in alffplay | Chris Robinson | 2018-01-01 | 1 | -1/+42 |
| | |||||
* | Use aliases to simplify some time type names | Chris Robinson | 2018-01-01 | 1 | -67/+61 |
| | |||||
* | Wrap av_gettime to ensure it's interpreted as microseconds | Chris Robinson | 2018-01-01 | 1 | -7/+10 |
| | |||||
* | Rename the do_direct_out variable | Chris Robinson | 2018-01-01 | 1 | -3/+3 |
| | |||||
* | Use a less-intense memory order to check for quitting | Chris Robinson | 2018-01-01 | 1 | -9/+9 |
| | |||||
* | Check for AL_SOFT_direct_channels once when initializing | Chris Robinson | 2018-01-01 | 1 | -10/+8 |
| | |||||
* | Declare the total buffer time instead of buffer count | Chris Robinson | 2018-01-01 | 1 | -10/+15 |
| | |||||
* | Use a std::array for the buffers in alffplay | Chris Robinson | 2018-01-01 | 1 | -8/+7 |
| | |||||
* | Use inline member initialization where possible | Chris Robinson | 2018-01-01 | 1 | -86/+69 |
| | |||||
* | Make more values global const | Chris Robinson | 2018-01-01 | 1 | -19/+18 |
| | |||||
* | Use a global to specify alffplay's audio sync threshold | Chris Robinson | 2017-12-31 | 1 | -15/+11 |
| | |||||
* | Clear the buffer queue when underrun | Chris Robinson | 2017-12-31 | 1 | -1/+3 |
| | |||||
* | Wake up the packet send loop when more frames are needed | Chris Robinson | 2017-12-31 | 1 | -38/+50 |
| | |||||
* | Readd AL_SOFT_source_latency support to alffplay | Chris Robinson | 2017-12-30 | 1 | -12/+17 |
| | |||||
* | Use standard duration types for stream clocks | Chris Robinson | 2017-12-30 | 1 | -105/+122 |
| | |||||
* | Improve the alffplay queue for FFmpeg's send/receive API | Chris Robinson | 2017-12-30 | 1 | -152/+139 |
| | | | | | | | | The packet handling thread now calls avcodec_send_packet to give compressed data to libavcodec, while the audio/video threads call avcodec_receive_frame to handle decoded frames. The packet thread still maintains local queues for each stream to avoid starving an A/V thread when the other doesn't want another frame yet. | ||||
* | Fix some types to make MSVC happy | Chris Robinson | 2017-12-17 | 1 | -6/+7 |
| | |||||
* | Add a simple non-streaming play example | Chris Robinson | 2017-11-07 | 1 | -0/+177 |
| | |||||
* | Add missing include for std::array | Chris Robinson | 2017-07-23 | 1 | -0/+1 |
| | |||||
* | Update alffplay's command line message | Chris Robinson | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Print the opened device in alffplay | Chris Robinson | 2017-07-05 | 1 | -0/+7 |
| | |||||
* | Skip past the -device switch even if the device doesn't open | Chris Robinson | 2017-07-01 | 1 | -5/+2 |
| | |||||
* | Add an option to enable direct channels for alffplay | Chris Robinson | 2017-07-01 | 1 | -0/+18 |
| | |||||
* | Add a whitenoise generator to altonegen | Chris Robinson | 2017-06-25 | 1 | -19/+50 |
| | |||||
* | Support 32-bit float with the recording example | Chris Robinson | 2017-06-25 | 1 | -12/+35 |
| | |||||
* | Add a recording example app | Chris Robinson | 2017-06-23 | 1 | -0/+363 |
| | |||||
* | Add a missing include | Chris Robinson | 2017-05-28 | 1 | -0/+1 |
| | |||||
* | Put the app name after filename in the window title | Chris Robinson | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | Ensure SDL_AUDIO_BITSIZE is defined for older SDL2 versions | Chris Robinson | 2017-04-07 | 2 | -0/+14 |
| | |||||
* | Update alffplay for newer ffmpeg and convert to C++ | Chris Robinson | 2017-03-05 | 2 | -1573/+1546 |
| | |||||
* | Remove unnecessary wrappers around SDL_sound | Chris Robinson | 2017-03-04 | 9 | -624/+252 |
| | | | | Also remove wrappers for the now-unsupported buffer_samples extension. | ||||
* | Skip audio packets that fail to decode in alffplay | Chris Robinson | 2016-09-14 | 1 | -1/+5 |
| | |||||
* | Allow specifying the device to open for the examples | Chris Robinson | 2016-09-08 | 8 | -51/+89 |
| | |||||
* | Print whether direct channels are off or on to stdout in alffplay | Chris Robinson | 2016-08-29 | 1 | -1/+4 |
| | |||||
* | Add an option to alffplay to toggle AL_DIRECT_CHANNELS_SOFT | Chris Robinson | 2016-08-29 | 1 | -0/+22 |
| | | | | | Using the 'd' key will toggle the playback source's AL_DIRECT_CHANNELS_SOFT property. Although there is no visual feedback showing when it's on or off. | ||||
* | Also rotate stereo sounds in the alhrtf example | Chris Robinson | 2016-08-24 | 1 | -2/+22 |
| | |||||
* | Fix for ffmpeg. | Ryan P.C. McQuen | 2016-07-21 | 1 | -2/+2 |
| | | | Closes https://github.com/kcat/openal-soft/issues/48. | ||||
* | fix audio play error in sample | gero | 2016-04-22 | 1 | -1/+1 |
| | | | fix audio play error in sample | ||||
* | Don't request a specific HRTF when one isn't specified | Chris Robinson | 2016-03-11 | 1 | -8/+11 |
| | |||||
* | Fix "signed and unsigned type in conditional expression" warning | Chris Robinson | 2016-01-24 | 1 | -1/+1 |
| |