aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alffplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-42/+44
* Cleanup the examples' includesChris Robinson2019-07-291-8/+23
* Increase the video picture queue size to 24Chris Robinson2019-07-261-1/+1
* Only redraw the image when necessaryChris Robinson2019-07-231-5/+16
* Only send packets as neededChris Robinson2019-07-231-39/+49
* Use a local variable to track the decoded ptsChris Robinson2019-07-201-6/+5
* Set the initial clock time closer to starting playbackChris Robinson2019-07-201-15/+13
* Restructure codec send/receive callsChris Robinson2019-07-191-75/+64
* Receive video frames in a loopChris Robinson2019-07-161-40/+50
* Use atomics for the picture queueChris Robinson2019-07-141-29/+35
* Don't use the same mutex for the video clockChris Robinson2019-07-141-16/+14
* Receive frames directly into the picture's AVFrameChris Robinson2019-07-141-34/+19
* Don't use one texture per picture in alffplayChris Robinson2019-07-141-79/+60
* Handle alffplay video using continuous renderingChris Robinson2019-07-121-291/+236
* Try to improve alffplay timing againChris Robinson2019-07-111-25/+38
* Some clean up to use uniform initializationChris Robinson2019-07-101-24/+24
* Improve alffplay video clock timingChris Robinson2019-07-091-7/+12
* Rework packet handling in alffplayChris Robinson2019-07-081-228/+170
* Somewhat simplify alffplay playback timingChris Robinson2019-07-061-49/+29
* Properly set DisableVideo to trueChris Robinson2019-06-301-1/+1
* Add an option to disable video in alffplayChris Robinson2019-06-301-1/+4
* Use a proper flag to indicate audio is prepared in alffplayChris Robinson2019-03-011-14/+9
* Unlock the audio decoder mutex before disabling events in alffplayChris Robinson2019-02-251-2/+3
* Fixed alffplay underrun recovery timingChris Robinson2019-02-041-33/+26
* Partially handle ambisonics in alffplayChris Robinson2019-01-271-28/+98
* Replace a couple more C-style castsChris Robinson2019-01-081-3/+2
* Avoid using old style castsFilip Gawin2019-01-081-14/+14
* Use nullptr in cpp filesFilip Gawin2019-01-071-1/+1
* Try to improve alffplay underrun device time adjustmentChris Robinson2018-11-201-1/+1
* Improve audio underrun recordery in alffplayChris Robinson2018-11-181-0/+12
* Use the common init/close functions for alffplayChris Robinson2018-10-101-33/+14
* Allow building alffplay without experimental extensionsChris Robinson2018-10-081-12/+42
* Add an alffplay option to play stereo streams with wide anglesChris Robinson2018-05-171-10/+34
* Added missing string include to alffplayHenri Hyyryläinen2018-03-301-0/+1
* fix building on freebsd (clang)Alexey Elymanov2018-02-201-0/+1
* Handle disconnected events in alffplayChris Robinson2018-02-031-4/+18
* Signal a condition variable when a buffer completes in alffplayChris Robinson2018-02-011-4/+9
* Don't print buffer completed events in alffplayChris Robinson2018-01-311-0/+6
* Use std::array instead of a plain array in alffplayChris Robinson2018-01-281-4/+4
* Enable events in alffplayChris Robinson2018-01-241-0/+73
* Use a new proper buffer function with a flags parameterChris Robinson2018-01-231-12/+11
* Test mapped buffers in alffplayChris Robinson2018-01-231-14/+68
* Remove alffplay's duplicate ALC_SOFT_device_clock declarationsChris Robinson2018-01-151-14/+0
* Finalize ALC_SOFT_device_clockChris Robinson2018-01-151-4/+1
* Only print the time in alffplay when it changesChris Robinson2018-01-071-4/+11
* Fix a temp buffer leak in alffplayChris Robinson2018-01-051-2/+2
* Handle the audio clock diff as nanoseconds in alffplayChris Robinson2018-01-051-8/+6
* Use a non-recursive mutex for alffplay's source lockChris Robinson2018-01-031-11/+14
* Use ALC_SOFT_device_clock in alffplayChris Robinson2018-01-021-12/+86
* Improve starting synchronization in alffplayChris Robinson2018-01-021-19/+60