]> git.sesse.net Git - vlc/history - src/audio_output/input.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / audio_output / input.c
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-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-28 Rafaël Carréaudio_output: same
2008-01-27 Rafaël Carréfix warnings, using (char*) casting
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-12 Rémi Denis-Courmont - Remove config_FindModule as module_Find nowadays...
2007-09-16 Rémi Denis-CourmontSimplification / memory error handling
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-06-17 Laurent AimarBe sure to restart the mixer on replaygain mode change.
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2007-06-12 Laurent AimarDrop audio when playing faster and not using resampler.
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-10 Laurent AimarSimplify + fix a potential overflow.
2007-06-07 Rémi Denis-CourmontFix use of unitialized variable reported by David Thiel...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-02-19 Rémi Denis-Courmont- Build libvlc from src/ rather than top
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-12 Antoine CellerierFSF address change.
2005-10-30 Derk-Jan Hartman* if we are certain we have a visualization module...
2005-09-25 Boris Dorès- the creation of the audio filter pipeline when specif...
2005-08-25 Clément StenacAdd new spectrum analyzer effect, patch from zcot.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-11 Gildas Bazin* src/*, modules/gui/wxwindows/*: audio/video/sub-filte...
2004-12-28 Clément Stenac* Do not search a visualizer in strict mode
2004-12-11 Clément StenacImprovements to preferences
2004-11-14 Gildas Bazin* src/audio_output/input.c: made the resampling just...
2004-10-18 Gildas Bazin* src/audio_output/input.c, mixer.c: don't try to resam...
2004-09-27 Gildas Bazin* src/audio_output/input.c: corrective audio resampling...
2004-09-05 Felix Paul Kühne* string review
2004-07-12 Cyril Deguet * all: skeleton of a coming-soon OpenGL visualization...
2004-07-12 Clément StenacAllow on the fly change of equalizer config. Only resta...
2004-07-07 Gildas Bazin* src/audio_output/input.c: ability to switch between...
2004-05-30 Laurent Aimar * input: warning fix (int ->byte_t*).
2004-05-10 Gildas Bazin* src/audio_ouput/input.c: better on-the-fly switching...
2004-04-22 Gildas Bazin* src/audio_output/input.c: too much locking.
2004-04-19 Gildas Bazin* include/aout_internal.h: added a b_restart field...
2004-04-18 Gildas Bazin* src/audio_output/input.c: add goom (if present) to...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-20 Boris Dorès* libvlc.h input.c headphone.c:
2003-12-17 Derk-Jan Hartman* Commented out the option 'goom' for the visualizer...
2003-11-02 Gildas Bazin* src/audio_output/input.c: on-the-fly visualization...
2003-11-02 Derk-Jan Hartman* modules/audio_output/input.c: created variables to...
2003-09-02 Gildas Bazin* src/audio_output/input.c: don't try to play sound...
2003-08-23 Laurent Aimar * input: fixed buffer overflow, add sanity check and...
2003-08-19 Clément Stenac* src/audio_output/input.c: forgot to free something
2003-08-18 Clément Stenac* src/audio_output/input.c
2003-04-06 Christophe Massiot* Renamed the "headphone" option to "headphone-opt...
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.[ch]:...
2003-02-21 Gildas Bazin* src/audio_output/input.c: fixed buffer allocation...
2003-01-26 Gildas Bazin* src/audio_output/input.c, src/audio_output/mixer...
2003-01-16 Boris Dorès- input.c : doesn't even try to use the headphone filte...
2002-12-25 Christophe MassiotSanta Claus brings to you :
2002-12-22 Sam Hocevar * ./src/audio_output/input.c: fixed a side-effect...
2002-12-09 Boris Dorès- new headphone channel mixer with virtual spatializati...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-26 Christophe MassiotFixed another crash with S/PDIF.
2002-11-25 Christophe MassiotFixed my fix :p.
2002-11-25 Christophe MassiotFixed a crash in S/PDIF mode.
2002-11-15 Gildas Bazin* configure.ac.in: fixed a few typos regarding LDFLAGS_...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-11 Gildas Bazin* src/audio_output/filters.c, src/audio_output/input...
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-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-09 Christophe Massiot* (Hopefully) fixed S/PDIF outputs ;
2002-10-04 Sam Hocevar * ./configure.ac.in: removed now unnecessary --force...
2002-09-27 Christophe Massiot* Makefile.old: Fixed BeOS compilation.
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-20 Christophe Massiot* Fixed miscellaneous cosmetic issues with lpcm and...
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-28 Christophe Massiot* Finally fixed the segfault when resampling.
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
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.
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-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.