aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* ao_dsound: switch to new AO APIGravatar wm42013-06-04
* ao_dsound: uncrustifyGravatar wm42013-06-04
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* ao_alsa: always unset ALSA error handler, cleanup on init errorGravatar wm42013-05-26
* audio: fix ALSA 4 channel surround outputGravatar wm42013-05-13
* ao_coreaudio: fix switched parametersGravatar wm42013-05-12
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * ao_alsa: set fallback if format unknownGravatar wm42013-05-12
| * 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
| * ao_openal: use channel map instead of ALSA fixed layoutGravatar 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
| * 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
| * ao_alsa: cosmetics, macro-fy error reportingGravatar wm42013-05-12
| * ao_alsa: uncrustifyGravatar wm42013-05-12
| * ao_coreaudio: switch to WAVEEXT channel orderGravatar wm42013-05-12
| * ao_pulse: try to set correct channel layoutGravatar wm42013-05-12
| * audio/out: switch to channel mapGravatar wm42013-05-12
| * audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* | OSX: use native Cocoa's event loopGravatar Stefano Pigozzi2013-05-12
* | encoding: fix final audio frame syncGravatar Rudolf Polzer2013-04-28
| * 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
|/
* ao_jack: fix deprecation warningGravatar Stefano Pigozzi2013-04-12
* ao_dsound: add missing includeGravatar Kovensky2013-03-23
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* audio/out, video/out: hide encoding VO/AOGravatar wm42013-02-06
* audio/out: prefer ao_dsound over ao_portaudioGravatar wm42013-02-06
* mixer: prefer AO softvol control over volume filterGravatar wm42013-02-06
* ao_dsound: support 6.1 and 7.1 channel configurationsGravatar wm42013-02-06
* ao_coreaudio: use 0 as timeout for CFRunLoopRunInModeGravatar Mad Fish2013-01-20
* ao_alsa: do not call snd_pcm_delay() when pausedGravatar wm42013-01-06
* ao_sdl: fix compilation with LibavGravatar wm42013-01-06
* sdl, encode_lavc: fix copyright headersGravatar Rudolf Polzer2012-12-28
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverGravatar Rudolf Polzer2012-12-28
* ao_lavc: stop using av_get_alt_sample_fmtGravatar Rudolf Polzer2012-12-13
* cleanup: remove ao.brokenptsGravatar wm42012-12-12
* audio: remove support for native alaw/mulaw/adpcm outputGravatar wm42012-12-11
* audio: make AC3 pass-through with ad_spdif workGravatar reimar2012-12-03
* ao_pcm: fix references to -novideoGravatar wm42012-12-03
* af_lavcac3enc, encode: support planar formatsGravatar Rudolf Polzer2012-12-03
* ao_pulse: do not allow setting volume over 100%Gravatar wm42012-11-24
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2Gravatar wm42012-11-14