aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-01
|\
| * ao_pulse: add hacks to work around seek problemsGravatar Uoti Urpala2012-03-26
| * ao_pulse, core: make pulse thread wake up core for more dataGravatar Uoti Urpala2012-03-26
| * ao_pulse: convert to new AO APIGravatar Uoti Urpala2012-03-26
| * options: move mixer.h options to structGravatar Uoti Urpala2012-03-20
* | ao_openal: allow setting the OpenAL sub-deviceGravatar wm42012-03-17
* | ao_dsound: fix volume controlsGravatar wm42012-03-17
* | ao_dsound: don't repeat parts of the audio buffer when playback endsGravatar wm42012-03-17
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\|
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-05
|\ \
| | * cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
| |/
| * configure, ao_alsa: drop support for obsolete ALSA versionsGravatar Uoti Urpala2012-02-27
* | Merge branch 'softvol' into my_masterGravatar wm42012-01-18
|\ \ | |/ |/|
| * ao_coreaudio: fix partial volume controlGravatar wm42012-01-18
| * ao_pulse: add mute controlGravatar wm42012-01-18
| * ao_alsa: add mute controlGravatar wm42012-01-18
| * ao_alsa: use "Master" mixer channel instead of "PCM" by defaultGravatar wm42012-01-18
| * mixer, libao: add proper mute controlGravatar wm42012-01-18
| * libao2: try to identify some audio outputs that have persistent volumeGravatar wm42012-01-18
| * ao_coreaudio: signal that volume controls are not persistentGravatar wm42012-01-18
| * mixer: restore volume with audio output drivers without persistent volumeGravatar wm42012-01-18
* | audio: change default preference order of AO driversGravatar wm42012-01-16
|/
* ao_coreaudio: fix crash when using mute with S/PDIF outputGravatar reimar2011-11-25
* ao_coreaudio: fix S/PDIF output on OS X 10.7Gravatar Zongyao Qu2011-11-25
* ao_pcm: fix pointless message due to uninitialize variableGravatar Uoti Urpala2011-08-11
* audio: export audio pts to AO driversGravatar Uoti Urpala2011-07-31
* audio: move ready-for-ao data buffer from decoder to AOGravatar Uoti Urpala2011-07-02
* Windows: ao_pcm: add io.h include for MinGW64Gravatar diego2011-06-29
* ao_rsound: add new RSound audio output driverGravatar Hans-Kristian Arntzen2011-06-26
* cleanup: ao_pcm: remove useless assignment to ao->buffersizeGravatar Uoti Urpala2011-06-26
* ao: fix crash after ao init failure (from recent 3a5fd15fa2)Gravatar Uoti Urpala2011-05-16
* ao_pcm, core: use new API in ao_pcm, change timing with itGravatar Uoti Urpala2011-05-05
* ao_null: convert to new API, cleanup/rewriteGravatar Uoti Urpala2011-05-05
* audio output: add a new AO driver APIGravatar Uoti Urpala2011-05-05
* cleanup: reindent audio_out.[ch]Gravatar Uoti Urpala2011-05-04
* cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
* ao_alsa: remove warning by simplifying error handling caseGravatar Clément Bœsch2011-04-20
* audio: change external AO interface to "ao_[method](ao, ...)"Gravatar Uoti Urpala2011-04-09
* vo_dxr2, ao_dxr2: drop dxr2 supportGravatar Uoti Urpala2011-01-31
* ao_coreaudio: fix compilation on OS X 10.4.Gravatar diego2011-01-31
* ao_pcm: change message to mention "-novideo" instead of "-vc null"Gravatar Uoti Urpala2010-12-08
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* ao_sun: Add support for AOPLAY_FINAL_CHUNKGravatar reimar2010-11-02
* ao_coreaudio: byteswap AC-3 streams on little-endianGravatar diego2010-11-02
* vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.hGravatar diego2010-11-02
* vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.hGravatar diego2010-11-02
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fdGravatar diego2010-11-02
* ao_coreaudio: fix grammar/spelling in mp_msg callsGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* ao_mpegpes: Properly close file on error or uninitGravatar reimar2010-11-02