aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* 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
* dec_audio: fix segment boudnary switchingGravatar wm42016-06-27
* ao_lavc, vo_lavc: Migrate to new encoding API.Gravatar Rudolf Polzer2016-06-27
* Fix misspellingsGravatar stepshal2016-06-26
* af_lavcac3enc: use av_err2str() call (fixes Libav build)Gravatar wm42016-06-23
* af_lavcac3enc: make encoder configurableGravatar wm42016-06-23
* af_lavcac3enc: implement flushing on seekGravatar wm42016-06-23
* af_lavcac3enc: port to new encode APIGravatar wm42016-06-23
* af_lavcac3enc: automatically configure most encoder parametersGravatar wm42016-06-23
* af_lavcac3enc: drop log message prefixesGravatar wm42016-06-23
* af_lavcac3enc: fix custom bitratesGravatar wm42016-06-23
* ad_lavc: resume from mid-stream EOF conditions with new decode APIGravatar wm42016-06-22
* audio: apply an upper bound timeout when drainingGravatar wm42016-06-12
* audio: do not wake up core during EOFGravatar wm42016-06-12
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* ao_wasapi: initialize COM in main thread with MTAGravatar Kevin Mitchell2016-06-05
* ao_opensles: remove 32bit audioGravatar Josh de Kock2016-05-22
* ao_alsa: add more shitty workaroundsGravatar wm42016-05-06
* ao_alsa: log final hwparams tooGravatar wm42016-05-03
* win32: replace libuuid.a usage with initguid.hGravatar James Ross-Gowan2016-05-01
* ao_alsa: log hwparams while restricting themGravatar wm42016-04-28
* ao_coreaudio: remove detected_deviceGravatar wm42016-04-26
* ad_spdif: take care of deprecated libavcodec API usageGravatar wm42016-04-20
* ao_coreaudio_exclusive: list formats when searching substreamGravatar wm42016-04-15
* ao_coreaudio: remove unused functionGravatar wm42016-04-15
* encode_lavc: Migrate to codecpar API.Gravatar Rudolf Polzer2016-04-11
* ao_coreaudio_exclusive: add missing newline to log messageGravatar wm42016-04-01
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31
* ad_lavc, vd_lavc: support new Libav decoding APIGravatar wm42016-03-24