]> git.sesse.net Git - vlc/history - src/audio_output/output.c
aout: pass audio buffer explicitly to pf_play
[vlc] / src / audio_output / output.c
2011-08-02 Rémi Denis-Courmontaout: pass audio buffer explicitly to pf_play
2011-08-02 Rémi Denis-Courmontaout: move pre-packetization FIFO handling to output
2011-08-02 Rémi Denis-Courmontaout: privatize some attributes
2011-08-02 Rémi Denis-Courmontaout: mix and convert before slicing the audio packets
2011-08-02 Rémi Denis-CourmontMove one function, no functional changes
2011-08-01 Rémi Denis-Courmontaout: only (directly) access output FIFO from output...
2011-08-01 Rémi Denis-Courmontaout: add an optional flush/drain callback
2011-08-01 Rémi Denis-Courmontaout: rename aout_FifoSet() to aout_FifoReset()
2011-07-26 Rémi Denis-Courmontaout: remove aout_mixer_input_t (no functional changes)
2011-07-26 Rémi Denis-Courmontaout: map software volume as cubic root of amplificatio...
2011-07-25 Rémi Denis-Courmontaout: clean up output volume handling and fix races
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-20 Rémi Denis-CourmontChange audio output tolerance times
2011-07-08 Rémi Denis-CourmontMix 16-bits PCM instead of fixed-point if input is...
2011-07-08 Rémi Denis-CourmontMerge all audio output locks except volume control
2011-07-08 Rémi Denis-CourmontAdd pause callback for audio output (aout_output_t...
2011-06-09 Rémi Denis-Courmontaout_OutputNextBuffer: move both FIFOs atomically and...
2011-06-07 Rémi Denis-Courmontaout_Fifo*: remove useless parameter
2011-06-07 Rémi Denis-CourmontConstify aout_OutputNew()
2011-05-31 Rémi Denis-Courmontaout: simplify input handling, remove dead code
2011-05-31 Rémi Denis-Courmontaout: small cleanup
2011-05-31 Rémi Denis-Courmontaout_Filters*Pipeline: remove useless parameter, constify
2011-05-30 Rémi Denis-CourmontRemove constant { true } aout_instance_t.mixer_allocation
2011-05-30 Rémi Denis-CourmontOooops
2011-05-30 Rémi Denis-CourmontRemove write-only aout_alloc.i_bytes_per_sec
2011-05-30 Rémi Denis-CourmontRemove aout_output_t.b_error
2011-04-09 Rémi Denis-Courmontaout: do not compute the same difference three times
2011-04-07 Rémi Denis-CourmontMake aout "intf-change" a void variable
2011-03-31 Rémi Denis-CourmontCache mdate()
2010-10-23 Rémi DuraffortUse var_Set* when applicable.
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
2009-11-29 Rémi Denis-CourmontFix previous commit
2009-11-29 Rémi Denis-CourmontFix another potential audio output dead lock
2009-11-26 Jakob Lebenaout: lock output fifo later
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-09-30 Rémi Denis-Courmontaudio filters can return NULL, handle it properly
2009-09-27 Rémi Denis-CourmontConvert audio output core to audio filter2
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-03 Rafaël Carréaout_BufferAlloc() : remove stack allocation
2009-08-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-10-18 Jean-Baptiste KempfRevert "Try to not confuse between Dolby Surround ...
2008-10-16 Jean-Baptiste KempfTry to not confuse between Dolby Surround (2.1) and...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-08-15 Pierre d'Herbemontaudio_output: Use help to lock and unlock so we can...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-06-12 Laurent AimarFixed use of released pointer (race condition).
2007-05-19 Rémi Denis-CourmontSame as previous commit
2007-05-12 Pierre d'Herbemontaudio_output/output.c: Make sure we are properly lockin...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-11-02 Clément StenacMerge fixes to the python binding from my branch
2005-09-25 Boris Dorès- the creation of the audio filter pipeline when specif...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-01-20 Gildas Bazin* src/audio_output/output.c: skip late buffers in b_can...
2004-08-21 Cyril Deguet * alsa.c: compute next_date with snd_pcm_delay() if...
2004-08-21 Cyril Deguet * src/audio_output/output.c: check if start_date is...
2004-06-23 Jon Lech Johansen * Fix for DTS over SPDIF stuttering. Someone please...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-01-26 Derk-Jan Hartman* String review
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-07-09 Gildas Bazin* modules/gui/wxwindows/interface.cpp: resume after...
2003-05-11 Christophe Massiot* modules/audio_filter/resampler/coreaudio.c: more...
2003-05-04 Gildas Bazin* src/audio_output/output.c: fixed warning.
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
next