aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* audio/out: channel map selectionGravatar wm42013-05-12
* audio: add channel map selection functionGravatar wm42013-05-12
* ao_pulse: move format setup codeGravatar wm42013-05-12
* af_lavrresample: avoid channel reordering with unknown layoutsGravatar wm42013-05-12
* ao_openal: use channel map instead of ALSA fixed layoutGravatar wm42013-05-12
* audio/filters: add af_forceGravatar wm42013-05-12
* ao: remove ao_driver.is_new fieldGravatar wm42013-05-12
* ao_alsa: remove global variablesGravatar wm42013-05-12
* ao_alsa: switch to new AO APIGravatar wm42013-05-12
* af_ladspa: code cleanupGravatar eng2013-05-12
* audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
* ao_alsa: map to exact channel layoutGravatar wm42013-05-12
* ao_alsa: move format lookup into separate functionGravatar wm42013-05-12
* ao_alsa: more reformatGravatar wm42013-05-12
* af: print filter chain info on errorGravatar wm42013-05-12
* ao_alsa: cosmetics, macro-fy error reportingGravatar wm42013-05-12
* ao_alsa: uncrustifyGravatar wm42013-05-12
* ad_lavc: force channel layout pass-through with demux_rawaudioGravatar wm42013-05-12
* ao_coreaudio: switch to WAVEEXT channel orderGravatar wm42013-05-12
* ao_pulse: try to set correct channel layoutGravatar wm42013-05-12
* core: use channel map on demuxer level tooGravatar wm42013-05-12
* reorder_ch: remove old channel reorder functionsGravatar wm42013-05-12
* audio: let libavresample do channel reorderingGravatar wm42013-05-12
* af_lavrresample: context is always allocated hereGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* af_pan: set unknown channel layout for outputGravatar wm42013-05-12
* af: use mp_chmap for mp_audio, include channel map in format negotiationGravatar wm42013-05-12
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* audio: add channel map APIGravatar wm42013-05-12
* audio/filter: remove unused AF_CONTROLsGravatar wm42013-05-12
* options: add option to prevent decoder audio downmixingGravatar wm42013-04-13
* af: fix negotiation endless loopGravatar wm42013-04-13
* af: streamline format negotiationGravatar wm42013-04-13
* af_lavrresample: add no-detach suboptionGravatar wm42013-04-13
* options: remove --af-advGravatar wm42013-04-13
* af: remove accuracy optionGravatar wm42013-04-13
* af: remove force optionGravatar wm42013-04-13
* audio: remove float processing optionGravatar wm42013-04-13
* audio: switch to libavcodec channel order, use libavresample for mixingGravatar wm42013-04-13
* ao_alsa: reorder channels from internal to alsa orderGravatar wm42013-04-13
* af: simplificationGravatar wm42013-04-13
* af: factor channel filter insertionGravatar wm42013-04-13
* af: use af_lavrresample for format conversions, if possibleGravatar wm42013-04-13
* af: remove automatically inserted filters on full reinitGravatar wm42013-04-13
* af_lavrresample: allow other ffmpeg sample formats for input/outputGravatar wm42013-04-13
* audio/filter: replace pointless memcpys with assignmentsGravatar wm42013-04-13
* af: uncrustifyGravatar wm42013-04-13
* ad_lavc: use fmt-conversion to map sample formatsGravatar Stefano Pigozzi2013-04-13
* ao_jack: fix deprecation warningGravatar Stefano Pigozzi2013-04-12
* mplayer: keep volume persistent, even when using --volumeGravatar wm42013-04-10