]> git.sesse.net Git - vlc/history - src/audio_output/common.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / audio_output / common.c
2010-08-31 Laurent AimarBe sure audio equalizer filter is inserted first.
2010-07-14 Laurent AimarModified aout_ChangeFilterString to handle audio filter...
2010-07-14 Laurent AimarFixed a (probable) typo in aout_ChangeFilterString().
2010-07-14 Laurent AimarMoved AoutChangeFilterString out of aout_internal.h.
2010-05-25 Laurent AimarAttached aout to its parent in aout_New().
2010-05-01 Laurent AimarUsed vlc_fourcc_GetCodec in aout_BitsPerSample.
2010-02-06 Laurent AimarAdded float 32/64 (non native) support to aout_BitsPerS...
2010-01-27 Rémi Denis-Courmontaout: use vlc_custom_create
2010-01-26 Laurent AimarAlso fix audio_sample_format_t::i_channels in aout_Form...
2010-01-13 Rafaël Carréfix [0b988497] : initialize volume_vars_lock
2010-01-10 Francois Cartegnielibvlc: Unify volume/mute change functions and add...
2009-11-29 Rémi Denis-CourmontFix warning
2009-11-29 Rémi Denis-CourmontComplete audio locking rules
2009-11-29 Rémi Denis-CourmontAbort on invalid lock transition
2009-11-29 Rémi Denis-CourmontAdjust rules, output FIFO after input FIFOs
2009-11-29 Rémi Denis-CourmontDebug audio output lock ordering
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontRemove aout_buffer_t.b_alloc (it's always true)
2009-09-22 Rémi Denis-Courmontaout_BufferAlloc: don't copy timestamps from original...
2009-09-17 Rémi Duraffortaout: use var_GetString(bool) when applicable.
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-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
2009-08-13 Laurent AimarRemoved audio_date_t in favor to date_t.
2009-07-12 Jean-Baptiste KempfFix display of audio channel in various mono modes
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.
2009-05-02 Laurent AimarAdded a new channel extraction helper to aout.
2009-05-02 Laurent AimarRecognized more channels layout in aout_FormatPrintChan...
2008-10-10 Laurent AimarDo not assert on non 0 divider in aout_DateInit.
2008-10-09 Rémi Denis-Courmontassert that audio date divider is non-nul, refs #2169
2008-09-28 Rémi Denis-Courmontvlc_assert_locked is private
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-19 Laurent AimarAdded s32l/b support to aout.
2008-08-12 Pierre d'Herbemontaudio_output: Fix an unused parameter in the NDEBUG...
2008-08-09 Pierre d'Herbemontaudio_output: Assert on fifo lock.
2008-06-22 Antoine CellerierSet i_bitspersample to correct value when changing...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Pierre d'Herbemontaudio_output: Typo.
2008-05-28 Rafaël CarréFix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
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-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-12 Sam Hocevar * src/audio_output/common.c: moved message around...
2006-07-12 Sam Hocevar * src/audio_output/common.c: added error message...
2006-01-12 Antoine CellerierFSF address change.
2005-12-01 Derk-Jan Hartman* Introduce 'spdb' the big endian variant of 'spdi...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-01 Gildas Bazin* modules/codec/lpcm.c: support for 20/24 bits LPCM.
2004-09-30 Gildas Bazin* src/audio_output/common.c: common facility for channe...
2004-05-10 Gildas Bazin* src/audio_ouput/input.c: better on-the-fly switching...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-01-23 Christophe MassiotFixed a segfault with quitting when no audio output...
2003-01-22 Christophe MassiotReverse stereo option.
2003-01-20 Christophe MassiotFixed a dozen bugs regarding mono audio files.
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...
2002-12-25 Christophe MassiotSanta Claus brings to you :
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
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-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-11-01 Gildas Bazin* src/audio_output/common.c, include/aout_internal...
2002-10-22 Christophe Massiot* Added -mdynamic-no-pic to darwin CFLAGS (can you...
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-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...