aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* audio/out: prevent burning CPU when seeking while pausedGravatar wm42014-08-31
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* coreaudio_device: fix overwriting of user inputGravatar Stefano Pigozzi2014-08-25
* ao_dsound: raise default buffer size to 200ms, make it configurableGravatar wm42014-08-22
* audio: limit on low (and not high) buffer sizeGravatar wm42014-08-21
* af_lavrresample: minor cosmeticsGravatar wm42014-08-17
* af_lavcac3enc: lower minimum channel number to 3Gravatar wm42014-08-12
* af_lavcac3enc: change default bitrate to 640Gravatar wm42014-08-12
* ao_dsound: reduce default buffer sizeGravatar wm42014-08-08
* Improve setting AVOptionsGravatar wm42014-08-02
* ao_alsa: disable use of non-interleaved formats by defaultGravatar wm42014-07-30
* audio: ignore (some) decoding errors on initializationGravatar wm42014-07-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* ao_pulse: allow disabling timing bug workaroundsGravatar wm42014-07-26
* ao_pulse: remove hacks for ancient PulseAudio versionsGravatar wm42014-07-26
* ao_null: never fail at initializationGravatar wm42014-07-26
* audio/out: fix initialization failure with win32Gravatar wm42014-07-26
* audio, client API: check mp_make_wakeup_pipe() return valueGravatar wm42014-07-25
* audio: fix timestampsGravatar wm42014-07-24
* audio: adjust format change codeGravatar wm42014-07-24
* audio: fix race condition in EOF codeGravatar wm42014-07-24
* audio: cosmeticsGravatar wm42014-07-24
* audio: remove unnecessary codeGravatar wm42014-07-24
* encode: deal even more with codec->time_base deprecation.Gravatar Rudolf Polzer2014-07-23
* ao_pulse: fix potential compilation problemGravatar wm42014-07-22
* audio: move initial decode to generic codeGravatar wm42014-07-21
* ad_lavc: drop questionable fallback codeGravatar wm42014-07-21
* audio: remove unused metadata fieldGravatar wm42014-07-21
* audio: use symbolic constants instead of magic integersGravatar wm42014-07-20
* ao_lavc: Fix design of audio pts handling.Gravatar Rudolf Polzer2014-07-16
* ao_lavc: Add a missing newline for the log.Gravatar Rudolf Polzer2014-07-16
* ao_lavc: Fix advancing of audio pts.Gravatar Rudolf Polzer2014-07-16
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* audio: don't wait for draining if pausedGravatar wm42014-07-13
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* build: deal with endian messGravatar wm42014-07-10
* ao_null: disable latency emulationGravatar wm42014-07-07
* ao_pulse: set icon nameGravatar atomnuker2014-07-05
* ao_coreaudio: report hardware latency to ao_read_dataGravatar Stefano Pigozzi2014-07-03
* ao_coreaudio: report latency more correctlyGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: move channel mapping away from utilsGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: use mpv's internal pull APIGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: remove useless commentsGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: rename init_lpcm -> init_audiounitGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: fill asbd with an helper functionGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: split control to helper functionsGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: move device related functions to the new AOGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: remove useless call to print_asbdGravatar Stefano Pigozzi2014-07-02
* ao_coreaudio: move spdif code to a new AOGravatar Stefano Pigozzi2014-07-02
* Audit and replace all ctype.h usesGravatar wm42014-07-01