aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* af_lavrresample: fix crash with size 0Gravatar wm42014-09-15
* ao_oss: don't break playback when device can't be reopenedGravatar wm42014-09-15
* ao_oss: audio_buf_info isn't stateGravatar wm42014-09-15
* ao_oss: remove duplicate audio device open codeGravatar wm42014-09-15
* ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESETGravatar wm42014-09-15
* ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSDGravatar wm42014-09-15
* ao_oss: fix incorrect comments using bytes instead of samplesGravatar wm42014-09-15
* ao_oss: fix audio device leak on errorGravatar wm42014-09-11
* ao_oss: use poll(), drop --disable-audio-select supportGravatar wm42014-09-11
* ao_pulse: dump library version etc.Gravatar wm42014-09-10
* ao_pulse: fix typo in error messageGravatar wm42014-09-08
* audio/out: fix active waiting during pause againGravatar wm42014-09-06
* audio/out/push: redo audio waitingGravatar wm42014-09-06
* audio/out: always round get_space on period sizeGravatar wm42014-09-06
* ao_sndio: fix a commentGravatar wm42014-09-06
* ao_pcm: minor simplificationGravatar wm42014-09-06
* ao_oss: minor simplificationGravatar wm42014-09-06
* audio/out: remove old thingsGravatar wm42014-09-06
* audio/out: make EOF handling properly event-basedGravatar wm42014-09-05
* af_hrtf: request required samplerate, instead of erroring outGravatar wm42014-09-05
* af_hrtf: cosmetics: reindent misaligned code blockGravatar wm42014-09-05
* audio: make buffer size configurableGravatar wm42014-09-05
* 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