aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* vo, ao: disable positional parameter suboptionsGravatar wm42016-09-01
* vd_lavc, ad_lavc: set pkt_timebase, not time_baseGravatar wm42016-08-29
* ad_lavc: actually tell decoder about the timebaseGravatar wm42016-08-23
* ao_alsa: log if retrieving supported channel maps failsGravatar wm42016-08-22
* af_lavrresample: better swr reinitializationGravatar Paul B Mahol2016-08-20
* af_lavrresample: fix error if resampler could not be recreatedGravatar wm42016-08-19
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* audio: improve aspects of EOF handlingGravatar wm42016-08-18
* af_lavrresample: work around libswresample misbehaviorGravatar wm42016-08-16
* audio: log replaygain values in af_volume instead demuxerGravatar wm42016-08-13
* audio/filter: remove delay audio filterGravatar Paul B Mahol2016-08-12
* ao_alsa: make pause state more robust, reduce minor code duplicationGravatar wm42016-08-09
* ao_alsa: handle --audio-stream-silenceGravatar wm42016-08-09
* player: add --audio-stream-silenceGravatar wm42016-08-09
* ao_coreaudio: actually use stop callbackGravatar wm42016-08-09
* af_lavcac3enc: allow passing options to libavcodecGravatar wm42016-08-09
* ao_wasapi: in exclusive mode do not output multichannel by defaultGravatar wm42016-08-05
* ao_null: use channel list option type for channel-layouts suboptionGravatar wm42016-08-05
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* player: remove special-case for DL/DR speakersGravatar wm42016-08-04
* af_lavcac3enc: skip output if there was no input frameGravatar wm42016-08-02
* af_lavcac3enc: fix buffering timestamps calculationsGravatar wm42016-08-01
* af_lavcac3enc: fix memory leakGravatar wm42016-08-01
* af_lavcac3enc: fix a debug messageGravatar wm42016-07-31
* af_lavcac3enc: error out properly if encoding failsGravatar wm42016-07-31
* af_lavcac3enc: fix aspects of AVFrame handlingGravatar wm42016-07-31
* audio: make mp_audio_realloc[_min] ensure frame is writeableGravatar wm42016-07-31
* osdep/io: introduce mp_flush_wakeup_pipe()Gravatar Rostislav Pehlivanov2016-07-30
* audio: use idiotic FFmpeg ABI rules for public-except-not-public fieldsGravatar wm42016-07-24
* af_lavcac3enc: use common code for AVFrame setupGravatar wm42016-07-24
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* audio: fix crashes due to broken uninit checkGravatar wm42016-07-15
* af: avoid rebuilding filter chain in another minor caseGravatar wm42016-07-15
* ao_pulse: fix some volume control rounding issuesGravatar wm42016-07-14
* ao_creoaudio: print OSStatus as decimal signed integer tooGravatar wm42016-07-13
* ao_coreaudio: use correct free function on errorsGravatar wm42016-07-13
* audio: fix code for adjusting conversion filtersGravatar wm42016-07-11
* af_volume: don't let softvol overwrite af_volume volumedb sub-optionGravatar wm42016-07-11
* audio: add heuristic to move auto-downmixing before other filtersGravatar wm42016-07-10
* audio: add auto-inserted flag to filter list loggingGravatar wm42016-07-10
* audio: cleanup audio filter format negotiationGravatar wm42016-07-10
* audio: insert audio-inserted filters at end of chainGravatar wm42016-07-09
* audio: don't crash when changing volume if no audio is initializedGravatar wm42016-07-09
* audio: drop --softvol=no and --softvol=autoGravatar wm42016-07-09
* ao_coreaudio: error out when selecting invalid deviceGravatar wm42016-07-08
* vf, af: print filter labels in verbose modeGravatar wm42016-07-06
* ad_lavc: work around braindead ffmpeg behaviorGravatar wm42016-07-01
* ao_oss: do not add an entry to audio-device-list if device file missingGravatar wm42016-06-29
* audio: don't add default entry to audio-device-list if AO support listingGravatar wm42016-06-29
* audio: add a helper for getting frame end PTSGravatar wm42016-06-27