aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_opensles: set numBuffers to 8Gravatar Tom Yan2018-08-13
* audio/format: decouple af_fmt_is_planar from af_fmt_to_planarGravatar Tom Yan2018-08-11
* ao_opensles: rework the heuristic of buffer/enqueue size settingGravatar Tom Yan2018-08-05
* ao_opensles: allow s32 and float outputGravatar Tom Yan2018-08-05
* audio/format: minor fix for af_fmt_from_planarGravatar Tom Yan2018-08-05
* ao_alsa: simplify get_space()Gravatar Jan Ekström2018-06-04
* ao_alsa: replace snd_pcm_status() with snd_pcm_avail() in get_space()Gravatar Muhammad Faiz2018-06-04
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: get rid of the output packet queueGravatar wm42018-05-03
* encode: remove old timestamp handlingGravatar wm42018-05-03
* encode: rewrite half of itGravatar wm42018-04-29
* encode: cosmeticsGravatar wm42018-04-20
* ao_alsa: actually report underruns to userGravatar wm42018-04-15
* ao_pulse: reduce requested device buffer sizeGravatar wm42018-04-15
* ao_alsa: reduce requested buffer sizeGravatar wm42018-04-15
* ao_alsa: add options for controlling period/buffer sizeGravatar wm42018-04-15
* ao_openal: document the muted↔gain conversionGravatar Jan Ekström2018-04-15
* ao/openal: Add option to set buffering characteristicsGravatar LAGonauta2018-04-15
* ao/openal: Add better sample format and channel layout selectionGravatar LAGonauta2018-04-15
* ao/openal: Add OpenAL Soft extension to get the correct latencyGravatar LAGonauta2018-04-15
* ao/openal: Add support for direct channels outputGravatar LAGonauta2018-04-15
* ao/openal: Add hardware mute supportGravatar LAGonauta2018-04-15
* ao/openal: Use only one source for audio outputGravatar LAGonauta2018-04-15
* ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHzGravatar Tom Yan2018-04-05
* ao_opensles: remove useless cfg_sample_rateGravatar Tom Yan2018-04-05
* ao_opensles: bump device buffer size to 250msGravatar Tom Yan2018-04-05
* ao_opensles: do one buffer onlyGravatar Tom Yan2018-04-05
* ao_opensles: re-flow interface/configuration retrievalGravatar Jan Ekström2018-03-24
* ao_opensles: fix audio sync using device latency extensionGravatar Aman Gupta2018-03-23
* ao_sdl: fix default buffer sizeGravatar wm42018-03-08
* ao: do not allow actual buffer size of 0Gravatar wm42018-03-08
* ao_opensles: bump device buffer size to 200msGravatar tomty892018-03-07
* ao_opensles: remove set_play_state()Gravatar tomty892018-03-07
* ao_opensles: clear buffer queue in reset()Gravatar tomty892018-03-07
* audio: don't touch spdif frames in mp_aframe_clip_timestamps()Gravatar wm42018-02-13
* build: drop support for SDL1Gravatar wm42018-02-13
* af_scaletempo: output minimally sized audio frameGravatar wm42018-02-03
* codecs: remove unused family fieldGravatar wm42018-02-01
* audio: move to decoder wrapperGravatar wm42018-01-30
* ao_null: add --ao-null-format option for debuggingGravatar wm42018-01-30
* audio: rewrite filtering glue codeGravatar wm42018-01-30
* ao_alsa: reduce verbosity at -vGravatar wm42018-01-25
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* Fix undefined preprocessor behaviorGravatar wm42018-01-18
* af_rubberband: add af-command to multiply current pitchGravatar Vobe2018-01-15
* af_lavrresample: deprecate this filterGravatar wm42018-01-13
* audio: add global options for resampler defaultsGravatar wm42018-01-13
* audio/aframe: add missing include statementsGravatar wm42018-01-13
* video, audio: don't actively wait for demuxer inputGravatar wm42018-01-09
* video, audio: always read all frames before getting next packetGravatar wm42018-01-01