aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* 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
* af_volume: fix calculations including replay-gainGravatar Mohammad Alsaleh2014-06-28
* ao_pcm: fix message stringsGravatar Amos Onn2014-06-15
* encode: get rid of the recursion that led to a deadlock.Gravatar Rudolf Polzer2014-06-12
* audio: more detailed debugging outputGravatar wm42014-06-12
* audio: don't wait when draining and pausedGravatar wm42014-06-12
* ad_lavc: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* player: show "neutral" position markers for OSD barsGravatar wm42014-06-08
* audio/out/push: don't attempt to fill AO buffer when pausedGravatar wm42014-06-03
* audio: prefer dsound over wasapiGravatar wm42014-06-01
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* ao_alsa: make device the first sub optionGravatar wm42014-05-31
* audio/out/push: keep some extra bufferGravatar wm42014-05-31