aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* audio: don't let ao_lavc access frontend internals, change gapless audioGravatar wm42013-11-08
* audio: stop "unsupported sample format" spamGravatar wm42013-11-07
* audio: fix bogus audio format comparisonGravatar wm42013-11-07
* af: remove a pointless macroGravatar wm42013-11-07
* audio/format: convert format macros to enum, drop NE suffixGravatar wm42013-11-07
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07
* audio/format: reformatGravatar wm42013-11-07
* ao_oss: fix previous ao_oss commitGravatar wm42013-11-06
* ao_oss: hide warningGravatar wm42013-11-06
* ao_oss: don't enable -softvol by default on OSSv4Gravatar bugmen0t2013-11-06
* ao_oss: make no_persistent_volume volume work when seekingGravatar bugmen0t2013-11-06
* osx: fix -Wshadow warnings on platform specific codeGravatar Stefano Pigozzi2013-11-04
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* demux: rename Windows symbolsGravatar wm42013-11-02
* ao_pulse: fix channel layoutsGravatar wm42013-10-31
* ao_alsa: return negative value on error in play()Gravatar wm42013-10-30
* af: replace macros with too generic namesGravatar wm42013-10-26
* af_volume: some more cosmeticsGravatar wm42013-10-26
* af_volume: switch to new option parsingGravatar wm42013-10-26
* af_volume: uncrustifyGravatar wm42013-10-26
* af_volume: don't change volume if nothing is to be changedGravatar wm42013-10-26
* af_volume: remove unused featuresGravatar wm42013-10-26
* ao_alsa: don't include alloca.hGravatar wm42013-10-25
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* audio/filter: remove useless af_info fieldsGravatar wm42013-10-23
* af_force: set format early for better debug outputGravatar wm42013-10-23
* af_force: minor simplificationsGravatar wm42013-10-23
* audio/filter: rename af_force.c to af_format.cGravatar wm42013-10-23
* audio/filter: split af_format into separate filters, rename af_forceGravatar wm42013-10-23
* audio/format: add some helper functionsGravatar wm42013-10-22
* ao_pcm: big endian AC3 in wav doesn't workGravatar wm42013-10-22
* af_lavrresample: actually free resamplerGravatar wm42013-10-19
* mp_msg: remove gettext() supportGravatar wm42013-10-18
* command: don't allow changing volume if no audio initializedGravatar wm42013-10-12
* ad_mpeg123: support in-stream format changesGravatar Thomas Orgis2013-10-06
* ao_coreaudio: clear output buffer on buffer underrunGravatar Stefano Pigozzi2013-10-03
* audio/out: add sndio supportGravatar Christian Neukirchen2013-10-03
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* ao_coreaudio: fetch device name only for verbose log levelGravatar Stefano Pigozzi2013-10-01
* ao_jack: don’t force exact client nameGravatar Martin Herkt2013-09-30
* ao_oss: add support for SNDCTL_DSP_RESET and use it when pausingGravatar Paul B Mahol2013-09-23
* ao_pulse: bug fix: goto the correct error handlerGravatar Johan Kiviniemi2013-09-20
* ao_pulse: set the property media.role=videoGravatar Johan Kiviniemi2013-09-20
* af: merge af_reinit() and fix_output_format()Gravatar wm42013-09-20
* mixer: make struct opaqueGravatar wm42013-09-20
* mixer: restore volume with playback resumeGravatar wm42013-09-20
* mixer: don't unmute audio when raising volumeGravatar wm42013-09-19
* mixer: refactor, fix some aspects of --volume handlingGravatar wm42013-09-19
* mixer, af_volume: use linear values instead of dBGravatar wm42013-09-19
* mixer: minor refactoringGravatar wm42013-09-19