]> git.sesse.net Git - vlc/history - src/audio_output/dec.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / audio_output / dec.c
2009-12-20 Laurent AimarFixed invalid locking order when activating visualization.
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-09-03 Rafaël Carrésrc/ : missing assert.h include
2009-08-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
2009-07-24 Rémi DuraffortNo need to check for the existence of the variable...
2009-05-05 Laurent AimarValidated the audio layout and channels compatibility...
2009-03-31 Rémi Denis-CourmontUseless parameter
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-23 Laurent AimarAllows audio output users to control vout creation.
2008-11-22 Laurent AimarCosmetics.
2008-10-08 Laurent AimarImplemented audio flushing.
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
2008-09-30 Laurent AimarUse audio desync as initial audio-delay value.
2008-08-15 Pierre d'Herbemontaudio_output: Use help to lock and unlock so we can...
2008-08-15 Pierre d'Herbemontaudio_output: Add a missing unlock in DecNew().
2008-08-15 Pierre d'Herbemontaudio_output: Add a missing unlock in aout_DecDelete().
2008-08-15 Pierre d'Herbemontaudio_output: Don't forget to unlock in case of error...
2008-08-09 Pierre d'Herbemontaudio_output: Add a missing lock.
2008-06-29 Laurent AimarCheck against too low sample rate and 0 channel count...
2008-06-28 Laurent AimarFixed invalid unlock on invalid audio format.
2008-06-28 Rémi Denis-CourmontRemove abusive error message
2008-06-24 Rémi Denis-CourmontFix/workaround for #1633 (input rate not set)
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-25 Rémi Denis-CourmontRemove audio output recycling support. It kept crashing.
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-01-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-16 Antoine CellerierOops.
2007-12-16 Antoine CellerierAdd warning if people try using an unimplemented aout...
2007-12-08 Gildas Bazin* src/audio_output/dec.c: revert changeset 22216 which...
2007-09-22 Rémi Denis-CourmontLast part of the Speex/RTP patch - fixes #1291
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-05 Rémi Denis-CourmontFix malloc error handling
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
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-CourmontSanitize audio format before creating a decoder
2007-06-07 Rémi Denis-CourmontFix deadlock
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-07-08 Christophe MutricyFix stats collecting
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
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-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-27 Gildas Bazin* src/audio_output/dec.c: moved the audio desync option...
2003-07-31 Christophe MassiotFixed a memory leak (thanks Andy Lindsay !).
2003-05-22 Gildas Bazin* src/audio_output/*, src/input/*: fixed the audio...
2003-03-06 Gildas Bazin* src/audio_output/dec.c, include/aout_internal.h:...
2003-02-26 Christophe Massiot* Added sanity checks for PTS in the future.
2003-02-23 Christophe Massiot* Destroy audio-device and audio-channels when no outpu...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-28 Christophe MassiotAdded support for 32 kHz LPCM streams (thanks _Demo_ !).
2002-12-10 Gildas Bazin* ALL: fixed a f*ckage I introduced recently ;) var_Typ...
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-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...