]> git.sesse.net Git - vlc/history - src/audio_output/output.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / audio_output / output.c
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...
2003-04-22 Cyril Deguet* output.c: avoid a floating point exception when aout...
2003-02-08 Christophe Massiot* configure.ac.in: Disabled Swedish translation since...
2003-01-28 Christophe MassiotDo not show the channels menu when the input stream...
2003-01-27 Sam Hocevar * ./src/audio_output/output.c: fixed return with...
2003-01-23 Christophe MassiotFixed a segfault with quitting when no audio output...
2003-01-23 Christophe Massiot* modules/gui/macosx/open.m: Stream output doesn't...
2003-01-22 Christophe MassiotReverse stereo option.
2003-01-22 Christophe Massiot* configure.ac.in: Re-added a52sys module, which was...
2003-01-20 Christophe MassiotFixed a dozen bugs regarding mono audio files.
2003-01-04 Gildas Bazin* src/audio_output/output.c: don't forget to free the...
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-07 Gildas Bazin* ALL: a few updates to the variables API:
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-10 Gildas Bazin* src/audio_output/output.c: fixed another quality...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-01 Gildas Bazin* src/audio_output/common.c, include/aout_internal...
2002-10-31 Gildas Bazin* modules/codec/spudec/spudec.c, modules/codec/spudec...
2002-10-21 Christophe Massiot* Avoid overflowing the message queue with "audio outpu...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-03 Sam Hocevar * ./configure.ac.in: duplicated arguments to AM_INIT_...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-08-30 Christophe Massiotaout3 API change :
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-25 Sam Hocevar * ./modules/audio_output/oss.c, ./modules/audio_outpu...
2002-08-25 Sam Hocevar * ./src/audio_output/output.c: reverted my previous...
2002-08-24 Sam Hocevar * ./src/audio_output/output.c: added an argument...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-19 Christophe MassiotMore changes in the date handling. Should be more toler...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
next