aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* af_lavcac3enc: detach on any passthrough format, not just ac3Gravatar wm42014-04-16
* audio: wake up the core when audio buffer is running low (2)Gravatar wm42014-04-15
* ao_pulse: use ao_need_data()Gravatar wm42014-04-15
* audio: wake up the core when audio buffer is running lowGravatar wm42014-04-15
* Kill all tabsGravatar wm42014-04-13
* af_volume: fix clang -Wsometimes-uninitializedGravatar Kevin Mitchell2014-04-13
* af_lavfi: fix graph parse deprecation warningGravatar Kevin Mitchell2014-04-13
* encode: add a missing \n to a log callGravatar wm42014-04-10
* demux: move metadata-based replaygain decoding out of af_volumeGravatar Alessandro Ghedini2014-04-04
* af_volume: use replaygain side dataGravatar Alessandro Ghedini2014-04-04
* af: add replaygain_data field to af_stream and af_instanceGravatar Alessandro Ghedini2014-04-04
* ao_wasapi: make code shorterGravatar wm42014-03-30
* af_volume: fix replaygainGravatar wm42014-03-27
* af_lavcac3enc: use new AVFrame APIGravatar wm42014-03-16
* ao_lavc: set AVFrame.formatGravatar wm42014-03-16
* encode: use new AVFrame APIGravatar wm42014-03-16
* ad_lavc: use new AVFrame APIGravatar wm42014-03-16
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* Remove some more unneeded version checksGravatar wm42014-03-16
* ad_lavc: remove deprecated downmixing by channel countGravatar wm42014-03-16
* ao_dsound: remove duplicated codeGravatar wm42014-03-16
* af_lavrresample: remove avresample_set_channel_mapping() fallbacksGravatar wm42014-03-16
* options: fix off-by-1 error in option help outputGravatar wm42014-03-15
* ao: print (estimated) device buffer size on init in verbose modeGravatar wm42014-03-14
* af_volume: don't print missing replaygain tags as errorGravatar wm42014-03-14
* af_volume: add detach optionGravatar wm42014-03-14
* af_volume: separate softvol volume control from replaygain levelGravatar wm42014-03-14
* af_volume: remove double-negated suboptionGravatar wm42014-03-14
* af_volume: add support for replaygain pre-amp and clipping preventionGravatar Alessandro Ghedini2014-03-13
* af_volume: add replaygain supportGravatar Alessandro Ghedini2014-03-13
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* af_lavfi: beat it into working with LibavGravatar wm42014-03-13
* ao_wasapi: Use the character set conversion functions from io.hGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLEGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Implement per-application mixingGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Move non-critical code outside of the event threadGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Split into 2 filesGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Initial conversion to the new pull modelGravatar Diogo Franco (Kovensky)2014-03-11
* ao_sdl: make sure our buffer is always larger than what SDL requestsGravatar wm42014-03-10
* ao_alsa: reduce default buffer sizeGravatar wm42014-03-10
* ao_alsa: fix return value for volume operations with spdifGravatar wm42014-03-10
* audio/out: reduce amount of audio bufferingGravatar wm42014-03-10
* ao_alsa: remove unneeded initializationsGravatar wm42014-03-09
* ao_alsa: check ALSA PCM state before pause and resumeGravatar foo862014-03-09
* ao_wasapi: Use double math for QueryPerformanceCounter correctionGravatar Diogo Franco (Kovensky)2014-03-09
* ao_rsound: pass correct data type to rsd_set_param()Gravatar Hans-Kristian Arntzen2014-03-09
* ao_sdl: use new pull API helpersGravatar wm42014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* ao_portaudio: use new pull API helpersGravatar wm42014-03-09
* ao_jack: use new pull API helpersGravatar wm42014-03-09