summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_audiotrack.c
Commit message (Expand)AuthorAgeFilesLines
* ao: rename playthread to ao_threadnanahi13 days1-2/+2
* various: fix -Wold-style-declaration warningnanahi2024-03-191-9/+9
* misc/jni: reduce duplication in mapping structsfan52024-02-281-66/+66
* misc/jni: introduce macros for deleting referencessfan52024-02-281-43/+24
* ao_audiotrack: refactor JNI class retrievalsfan52024-02-281-68/+77
* ao_audiotrack: remove two dead variablessfan52024-02-281-9/+0
* ao_audiotrack: fix missing check for passthrough supportsfan52024-02-281-0/+4
* ao_audiotrack: switch to ao_read_data_nonblocking()Thomas Weißschuh2023-11-081-1/+1
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-20/+19
* mp_threads: rename threads for consistent naming across all of themKacper Michajłow2023-10-271-1/+1
* ao: convert all timing code to nanosecondsDudemanguy2023-10-161-3/+3
* timer: teach it about nanosecondsKacper Michajłow2023-09-291-1/+1
* ao_audiotrack: convert to nanosecondsKacper Michajłow2023-09-291-14/+14
* ao_audiotrack: enable pcm-float by defaultsfan52023-08-081-0/+3
* ao_audiotrack: support more channel layoutssfan52023-08-081-25/+39
* ao_audiotrack: support media rolesfan52023-08-081-1/+5
* ao_audiotrack: don't ignore ao_read_data return valuesfan52023-08-081-2/+1
* ao_audiotrack: allow byte buffer data transfer for float samplessfan52023-08-081-12/+15
* ao_audiotrack: align buffer size to sample sizesfan52023-08-081-2/+8
* ao_audiotrack: do not needlessly resamplesfan52023-08-081-1/+1
* ao_audiotrack: fix broken exception checkssfan52023-08-081-3/+3
* ao_audiotrack: remove unused writeV23sfan52023-08-081-2/+0
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-2/+2
* ao_audiotrack: replace malloc with tallocsfan52023-01-121-6/+1
* ao_audiotrack: change buffer sizing logicAman Karmani2021-10-211-2/+2
* ao_audiotrack: allocate chunk buffer based on negotiated sizeAman Karmani2021-10-211-2/+3
* ao_audiotrack: support delay up to 2s as normalAman Karmani2021-10-211-2/+2
* ao_audiotrack: set device_buffer based on underlying buffer size when availableAman Karmani2021-10-211-0/+10
* ao_audiotrack: use new style initializer for AudioTrack when availableAman Karmani2021-10-211-11/+114
* audio: redo internal AO APIwm42020-06-011-1/+1
* options: change option macros and all option declarationswm42020-03-181-2/+2
* audio: add ao_audiotrack for androidAman Gupta2019-11-191-0/+717