]> git.sesse.net Git - vlc/history - src/audio_output/aout_internal.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / audio_output / aout_internal.h
2010-07-14 Laurent AimarMoved AoutChangeFilterString out of aout_internal.h.
2010-07-04 Sebastien ZwickertFixes comment.
2010-02-14 Rémi Denis-CourmontMake doVolumeChanges static
2010-01-10 Francois Cartegnielibvlc: Unify volume/mute change functions and add...
2009-12-20 Laurent AimarFixed invalid locking order when activating visualization.
2009-12-10 Rémi Denis-Courmontcore: config_GetPsz -> var_CreateGetNonEmptyString
2009-11-29 Rémi Denis-CourmontDebug audio output lock ordering
2009-09-27 Rémi Denis-CourmontConvert audio output core to audio filter2
2009-09-27 Rémi Denis-CourmontPrivatize aout_request_vout_t
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 AimarMoved aout_input_t to aout_internal.h.
2008-11-23 Laurent AimarAllows audio output users to control vout creation.
2008-11-22 Laurent AimarCosmetics.
2008-11-05 Laurent AimarAllow aout to grab vout_Request calls.
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-08-15 Pierre d'Herbemontaudio_output: Use help to lock and unlock so we can...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortCheck asprintf return value.
2008-07-19 Laurent AimarFixed a segfault in aout_EnableFilter.
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
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-04 Laurent AimarAdded a b_discontinuity to aout_buffer_t for non-pcm...
2006-11-26 Clément StenacA bit of headers cleanup