aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ad_lavc, vd_lavc: support new Libav decoding APIGravatar wm42016-03-24
* ad_lavc: add codec_timebase hack tooGravatar wm42016-03-24
* ao_lavc: use new af_select_best_samplerate functionGravatar Kevin Mitchell2016-03-17
* ao_wasapi: use new af_select_best_samplerate functionGravatar Kevin Mitchell2016-03-17
* audio: add af_select_best_samplerate functionGravatar Kevin Mitchell2016-03-17
* ao_wasapi: make wait for audio thread termination infiniteGravatar Kevin Mitchell2016-02-26
* ao_wasapi: further flatten/simplify volume controlGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use MP_FATAL for stuff that leads to init failureGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move pre-resume reset into resume functionGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move resetting the thread state into main loopGravatar Kevin Mitchell2016-02-26
* ao_wasapi: set buffer size to device period in exclusive modeGravatar Kevin Mitchell2016-02-26
* ao_wasapi: replace laggy COM messaging with mp_dispatch_queueGravatar Kevin Mitchell2016-02-26
* ao_wasapi: avoid under-run cascade in exclusive mode.Gravatar Kevin Mitchell2016-02-26
* ao_wasapi: fix typo in commentGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use SUCCEEDED/FAILED macrosGravatar Kevin Mitchell2016-02-26
* ao: initial OpenSL ES supportGravatar Ilya Zhuravlev2016-02-27
* audio: make mp_audio_skip_samples() adjust the PTSGravatar wm42016-02-22
* ad_lavc: skip AVCodecContext.delay samples at beginningGravatar wm42016-02-22
* ad_lavc: make sample trimming symmetric to skippingGravatar wm42016-02-22
* ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES blockGravatar wm42016-02-22
* ad_lavc: interpolate missing timestampsGravatar wm42016-02-22
* audio: move frame clipping to a generic functionGravatar wm42016-02-21
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* ad_lavc: fix --ad-lavc-threads rangeGravatar wm42016-02-11
* Initial Android supportGravatar Jan Ekström2016-02-10
* audio: minor simplificationGravatar wm42016-02-05
* build: make libavfilter mandatoryGravatar wm42016-02-05
* ao_coreaudio: fix 7.1(rear) channel mappingGravatar wm42016-02-04
* af_lavrresample: change fudged channelsGravatar wm42016-02-04
* audio/video: merge decoder return valuesGravatar wm42016-02-01
* Fix build on LibavGravatar wm42016-01-30
* audio: move pts reset checkGravatar wm42016-01-29
* audio: move mp_audio->AVFrame conversion to a functionGravatar wm42016-01-29
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionGravatar Kevin Mitchell2016-01-28
* ao_wasapi: correct check for specified device on default changeGravatar Kevin Mitchell2016-01-28
* ao_wasapi: fix check for already found deviceGravatar Kevin Mitchell2016-01-28
* command: always allow setting volume/mute propertiesGravatar wm42016-01-26
* af_lavfi, vf_lavfi: fix compilation on LibavGravatar wm42016-01-22
* command: add af-command commandGravatar wm42016-01-22
* ao_wasapi: use correct UINT type for device enumerationGravatar Kevin Mitchell2016-01-22
* ao_wasapi: exit earlier if there are zero playback devices foundGravatar Kevin Mitchell2016-01-22
* audio: refactor: work towards unentangling audio decoding and filteringGravatar wm42016-01-22
* ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HDGravatar wm42016-01-20
* audio: change downmix behavior, add --audio-normalize-downmixGravatar wm42016-01-20
* audio: remove initial decoding retry limitationGravatar wm42016-01-19
* audio: move direct packet reading from decoders to common codeGravatar wm42016-01-19
* audio: move dec_audio.pool to ad_spdifGravatar wm42016-01-19
* ao_coreaudio_chmap: change license to LGPLGravatar wm42016-01-19
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19