]> git.sesse.net Git - vlc/history - modules/audio_output/audioqueue.c
direct3d11: catch texture mapping errors
[vlc] / modules / audio_output / audioqueue.c
2015-02-12 Felix Paul Kühnedarwin aout modules: fix mono playback (refs #13826)
2013-04-23 Kuang Rufanfix compile error on case sensitive file system.
2013-03-03 Felix Paul Kühneaudioqueue: improve TimeGet implementation
2013-02-28 Jean-Baptiste KempfAudioqueue: relicense to LGPL
2013-02-08 Felix Paul Kühneaudioqueue: fix buffer leak (close #8140)
2013-02-04 Felix Paul Kühneaudioqueue: fix compilation for OSX
2013-02-04 Felix Paul Kühneaudioqueue: use the AudioSession API to overwrite the...
2013-02-04 Felix Paul Kühneaudioqueue: fix potential p_block leak
2013-02-04 Felix Paul Kühneaudioqueue: more cleanup
2013-02-04 Felix Paul Kühneaudioqueue: switch from section comments to more useful...
2013-02-04 Felix Paul Kühneaudioqueue: fix copyright years and add missing copyrig...
2013-02-04 Felix Paul Kühneaudioqueue: clean-up
2013-02-04 Rafaël Carréaudioqueue: fixed potential TimeGet issue
2013-02-04 Rafaël Carréaudioqueue: don't avoid impossible case
2013-01-21 Felix Paul KühneAudioQueue: fix flush if wait is true
2013-01-21 Felix Paul KühneAudioQueue: implemented TimeGet
2013-01-19 Felix Paul Kühneaudioqueue: feed the decoder's sample rate to the OS...
2013-01-19 Felix Paul Kühneaudioqueue: don't use the main CFRunLoop for the (empty...
2013-01-19 Felix Paul Kühneaudioqueue: fixed incorrect buffer allocation which...
2013-01-18 Felix Paul Kühneaudioqueue: fix compilation warnings
2012-12-18 Rémi Denis-Courmontaout: use S16N rather than S16L in audio outputs
2012-12-16 Felix Paul KühneAudioQueue: implement volume support just because we can
2012-12-16 Felix Paul KühneAudioQueue: fix 'Flush' implementation
2012-12-16 Felix Paul KühneAudioQueue: attempt to fix #7659
2012-12-16 Felix Paul KühneAudioQueue: cleanup
2012-12-16 Felix Paul KühneAudioQueue: re-written to make use of the 2.1 aout API
2012-11-19 Felix Paul Kühneaudioqueue: compilation and compiler wanring fixes
2012-11-17 Rémi Denis-CourmontRemove aout_PacketPause()
2012-11-12 Rémi Denis-Courmontaout: separate time and play callbacks
2012-10-31 Rémi Denis-Courmontaout: implement changing of software gain while not...
2012-10-31 Rémi Denis-Courmontaout: add distinct start/stop callbacks (refs #4787...
2012-10-31 Rémi Denis-Courmontaout: remove pf_ prefix where left (cosmetic)
2012-07-24 Rémi Denis-Courmontaout: report drift via parameter rather than callback
2012-07-19 Rémi Denis-Courmontaudioqueue: use software amplification (untested)
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-07-02 Rafaël CarréRemove vlc_memset
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-22 Rémi Denis-CourmontReplace remaining call sites of aout_BufferFree()
2012-03-22 Philippe CoentAudioQueue: fixed compilation
2011-08-04 Rémi Denis-Courmontaout: move packet FIFO management to plugins that need it
2011-08-03 Rémi Denis-Courmontaout: split out packet-oriented output support code
2011-08-02 Rémi Denis-Courmontaout: pass audio buffer explicitly to pf_play
2011-08-01 Rémi Denis-Courmontaout: add an optional flush/drain callback
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-25 Rémi Denis-CourmontMerge aout_output_t into aout_instance_t
2011-07-09 Rémi Denis-CourmontFix audio outputs access aout internals directly
2011-07-08 Rémi Denis-CourmontAdd pause callback for audio output (aout_output_t...
2011-06-07 Rémi Denis-Courmontaout_Fifo*: remove useless parameter
2010-10-22 Felix Paul Kühneaudioqueue aout: fixed 2 minor warnings
2010-09-15 Romain GoyetiOS: audio output module (Based on the AudioQueue API)