aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_coreaudio: simplify ch label to speaker id conversionGravatar Stefano Pigozzi2013-11-27
* af_lavi: actually free the filter graph on uninitGravatar wm42013-11-27
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* ao_coreaudio: map channel labels needed for 8ch layoutsGravatar Stefano Pigozzi2013-11-27
* audio: better rejection of invalid formatsGravatar wm42013-11-27
* ao_alsa: do not forcibly disable ALSA resamplingGravatar Martin Herkt2013-11-26
* ad_lavc: increase number of packets for initial decodeGravatar wm42013-11-26
* ao_rsound: fix option typesGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* audio: remove ad_driver.preinitGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* ao_null: fix simulated buffer sizeGravatar wm42013-11-19
* audio/filter: rename af_tools.c to tools.cGravatar wm42013-11-18
* audio: drop buffered filter data when seekingGravatar wm42013-11-18
* audio/filter: remove unneeded AF_CONTROLs, convert to enumGravatar wm42013-11-18
* af: cleanup documentation commentsGravatar wm42013-11-18
* audio: use the decoder buffer's format, not sh_audioGravatar wm42013-11-18
* audio: fix mid-stream audio reconfigurationGravatar wm42013-11-18
* af_lavrresample: set cutoff as double, not intGravatar wm42013-11-17
* ao_null: properly simulate final chunk, add buffer optionsGravatar wm42013-11-17
* ao_lavc: use af_format_conversion_score()Gravatar wm42013-11-16
* audio/format: add heuristic to estimate loss on format conversionGravatar wm42013-11-16
* audio/format: fix doublep sample formatGravatar wm42013-11-16
* ao_lavc: write the final audio chunks from uninit()Gravatar Rudolf Polzer2013-11-16
* ao_lavc: fix crash with interleaved audio outputs.Gravatar Rudolf Polzer2013-11-16
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* dec_audio: adjust "large" decoding amountGravatar wm42013-11-15
* af_lavcac3enc: use option parserGravatar wm42013-11-15
* ad_spdif: fix regressionsGravatar wm42013-11-14
* ao_alsa: non-interleaved access is not always availableGravatar wm42013-11-14
* audio: fix audio data memory leakGravatar wm42013-11-14
* ao_null: add untimed sub-optionGravatar wm42013-11-13
* ao_null: support pausing properlyGravatar wm42013-11-13
* ao_lavc: support non-interleaved audioGravatar wm42013-11-13
* Merge branch 'planar_audio'Gravatar wm42013-11-12
|\
| * audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
| * ad_mpg123: reduce ifdefferyGravatar wm42013-11-12
| * dec_audio: fix behavior on format changesGravatar wm42013-11-12
| * mp_audio: use av_malloc (cargo cult for libav*)Gravatar wm42013-11-12
| * ao_jack: switch from interleaved to planar audioGravatar William Light2013-11-12
| * ao_jack: refactoring, also fix "no-connect" optionGravatar William Light2013-11-12
| * af_lavcac3enc: use planar formatsGravatar wm42013-11-12
| * af_lavcac3enc: simplify format negotiationGravatar wm42013-11-12
| * audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
| * ao_openal: support non-interleaved outputGravatar wm42013-11-12
| * ao_alsa: support non-interleaved audioGravatar wm42013-11-12
| * ao_null: support non-interleaved audioGravatar wm42013-11-12
| * audio: switch output to mp_audio_bufferGravatar wm42013-11-12