Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | 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 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 | |
| | ||||||
* | Update alffplay for newer ffmpeg and convert to C++ | Chris Robinson | 2017-03-05 | 1 | -0/+1546 | |