]> git.sesse.net Git - vlc/history - src/audio_output/mixer.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / audio_output / mixer.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-11-29 Rémi Denis-CourmontLock order fix
2009-09-27 Rémi Denis-CourmontRemove legacy alloca checks
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-03 Rafaël Carréaout_BufferAlloc : returns the allocated buffer
2009-09-03 Rafaël Carréaout_BufferAlloc() : remove stack allocation
2009-08-27 Rémi Duraffortmixer: fix memleak.
2009-08-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
2009-08-13 Laurent AimarRemoved audio_date_t in favor to date_t.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
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-08-09 Pierre d'Herbemontaudio_output: Add a missing lock.
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
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-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
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
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-10-18 Gildas Bazin* src/audio_output/input.c, mixer.c: don't try to resam...
2004-10-18 Gildas Bazin* src/audio_output/mixer.c: fixed segfault.
2004-05-10 Gildas Bazin* src/audio_ouput/input.c: better on-the-fly switching...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-11-24 Gildas Bazin* src/audio_output/mixer.c: fixed timestamp rounding...
2003-01-31 Sam Hocevar * ./src/audio_output/mixer.c: minor cosmetic fix...
2003-01-27 Christophe MassiotAdditional check on p_first_byte_to_mix.
2003-01-26 Gildas Bazin* src/audio_output/input.c, src/audio_output/mixer...
2003-01-23 Christophe MassiotFixed a segfault with quitting when no audio output...
2003-01-06 Christophe Massiot* Bumped up revision number to 0.5.0-test2,
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-09-28 Christophe Massiot* Several stability patches for multiple input streams...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-23 Christophe Massiot* New --vlc-backwards-compat option, to go back to...
2002-09-20 Christophe Massiot* Fixed miscellaneous cosmetic issues with lpcm and...
2002-09-19 Christophe Massiot* Audio volume management now works properly. See src...
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
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* Fixed BeOS output ;
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Sam Hocevar * ./modules/audio_output/esd.c: compilation fix ...
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.