summaryrefslogtreecommitdiffstats
path: root/audio/out
Commit message (Expand)AuthorAgeFilesLines
* ao_jack: allow more control about channel layoutswm42013-07-071-1/+21
* ao_jack: increase buffer size, always round up buffer sizewm42013-07-061-2/+2
* ao_wasapi0: add new wasapi event mode aoJonathan Yong2013-06-182-0/+844
* ao_dsound: fix compilationwm42013-06-161-0/+2
* audio/out: remove ao->outburst/buffersize fieldswm42013-06-1612-73/+64
* audio/out: don't require AOs to set ao->bpswm42013-06-169-40/+28
* audio: fix af_fmt_seconds_to_bytesStefano Pigozzi2013-06-162-5/+10
* audio/out: remove wrapper for old AOswm42013-06-163-130/+0
* ao_jack: use mp_ringStefano Pigozzi2013-06-161-31/+12
* ao_portaudio: use mp_ringStefano Pigozzi2013-06-161-56/+11
* core: add a spsc ringbuffer implementationStefano Pigozzi2013-06-163-164/+22
* ao_coreaudio: fix output with spdifStefano Pigozzi2013-06-161-5/+4
* ao_coreaudio: split ringbuffer in it's own fileStefano Pigozzi2013-06-163-73/+159
* ao_coreaudio: move to new libao APIStefano Pigozzi2013-06-161-310/+339
* ao_coreaudio: uncrustifyStefano Pigozzi2013-06-161-491/+553
* encode_lavc strings: use new option syntaxRudolf Polzer2013-06-161-1/+1
* ao_oss: fix compilation on BSDwm42013-06-111-2/+3
* ao_jack: remove global variableswm42013-06-071-71/+79
* ao_jack: align data sizes on audio frame sizewm42013-06-071-5/+5
* ao_jack: switch to new AO APIwm42013-06-071-62/+62
* ao_jack: uncrustifywm42013-06-071-211/+236
* ao_oss: remove duplicated format infowm42013-06-071-50/+27
* ao_oss: remove global variableswm42013-06-071-80/+104
* ao_oss: switch to new AO APIwm42013-06-071-128/+117
* ao_oss: uncrustifywm42013-06-071-298/+334
* ao_openal: switch to new AO APIwm42013-06-041-52/+66
* ao_openal: uncrustifywm42013-06-041-172/+185
* ao_jack: add (no-)connect suboptionreimar2013-06-041-11/+17
* ao_dsound: remove global variableswm42013-06-041-100/+129
* ao_dsound: switch to new AO APIwm42013-06-041-61/+70
* ao_dsound: uncrustifywm42013-06-041-339/+375
* Replace calls to usec_sleep()wm42013-05-265-7/+7
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-263-16/+16
* ao_alsa: always unset ALSA error handler, cleanup on init errorwm42013-05-261-8/+9
* audio: fix ALSA 4 channel surround outputwm42013-05-131-1/+1
* ao_coreaudio: fix switched parameterswm42013-05-121-1/+1
* Merge branch 'audio_changes'wm42013-05-1216-947/+960
|\
| * ao_alsa: set fallback if format unknownwm42013-05-121-4/+6
| * audio/out: channel map selectionwm42013-05-1213-66/+114
| * audio: add channel map selection functionwm42013-05-122-0/+16
| * ao_pulse: move format setup codewm42013-05-121-27/+27
| * ao_openal: use channel map instead of ALSA fixed layoutwm42013-05-121-10/+31
| * ao: remove ao_driver.is_new fieldwm42013-05-129-9/+0
| * ao_alsa: remove global variableswm42013-05-121-110/+116
| * ao_alsa: switch to new AO APIwm42013-05-121-39/+54
| * ao_alsa: map to exact channel layoutwm42013-05-121-38/+48
| * ao_alsa: move format lookup into separate functionwm42013-05-121-58/+36
| * ao_alsa: more reformatwm42013-05-121-118/+113
| * ao_alsa: cosmetics, macro-fy error reportingwm42013-05-121-321/+181
| * ao_alsa: uncrustifywm42013-05-121-623/+717
| * ao_coreaudio: switch to WAVEEXT channel orderwm42013-05-121-2/+1
| * ao_pulse: try to set correct channel layoutwm42013-05-121-2/+54
| * audio/out: switch to channel mapwm42013-05-1216-230/+150
| * audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-1/+1
| * audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-1/+1
| * ao_alsa: reorder channels from internal to alsa orderwm42013-04-131-0/+6
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-5/+0
* | encoding: fix final audio frame syncRudolf Polzer2013-04-281-10/+22
|/
* ao_jack: fix deprecation warningStefano Pigozzi2013-04-121-2/+5
* ao_dsound: add missing includeKovensky2013-03-231-0/+1
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-7/+1
* audio/out, video/out: hide encoding VO/AOwm42013-02-063-8/+19
* audio/out: prefer ao_dsound over ao_portaudiowm42013-02-061-3/+3
* mixer: prefer AO softvol control over volume filterwm42013-02-061-2/+2
* ao_dsound: support 6.1 and 7.1 channel configurationswm42013-02-061-30/+43
* ao_coreaudio: use 0 as timeout for CFRunLoopRunInModeMad Fish2013-01-201-1/+1
* ao_alsa: do not call snd_pcm_delay() when pausedwm42013-01-061-0/+8
* ao_sdl: fix compilation with Libavwm42013-01-061-0/+1
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-282-4/+4
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-282-0/+383
* ao_lavc: stop using av_get_alt_sample_fmtRudolf Polzer2012-12-131-6/+6
* cleanup: remove ao.brokenptswm42012-12-121-1/+0
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-114-20/+0
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-031-3/+3
* ao_pcm: fix references to -novideowm42012-12-031-8/+1
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-031-3/+55
* ao_pulse: do not allow setting volume over 100%wm42012-11-241-2/+2
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-2/+2
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-141-0/+1
* ao_coreaudio: fix deprecation warningsStefano Pigozzi2012-11-131-6/+6
* Rename directories, move files (step 2 of 2)wm42012-11-1215-55/+54
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1215-0/+6704