]> git.sesse.net Git - vlc/history - src/audio_output
Remove aout_filter_t.b_discontinuity
[vlc] / src / audio_output /
2009-09-27 Rémi Denis-CourmontRemove aout_filter_t.b_discontinuity
2009-09-27 Rémi Denis-Courmontaout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-27 Rémi Denis-CourmontDocument that visualizations only work inside audio...
2009-09-27 Rémi Denis-CourmontPrivatize aout_request_vout_t
2009-09-27 Rémi Denis-CourmontRemove legacy alloca checks
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
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-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-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-09-17 Rémi Duraffortaout: use var_GetString(bool) when applicable.
2009-09-03 Laurent AimarFixed invalid p_aout->p_mixer usage in aout input.
2009-09-03 Rafaël Carréaout_BufferAlloc : returns the allocated buffer
2009-09-03 Rafaël CarréRemove unused alloca.h, add an assertion
2009-09-03 Rafaël Carréaout_BufferAlloc() : remove stack allocation
2009-09-03 Rafaël Carrésrc/ : missing assert.h include
2009-08-31 Rémi DuraffortGalaktos does no longer exist.
2009-08-27 Rémi Duraffortmixer: fix memleak.
2009-08-25 Laurent AimarMoved aout_input_t to aout_internal.h.
2009-08-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-08-23 Rémi Denis-CourmontAvoid hackish use of psz_object_name
2009-08-23 Rémi Denis-CourmontTrivial code factorization
2009-08-23 Rémi Denis-CourmontDon't recreate the same table over and over and over
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-13 Laurent AimarRemoved audio_date_t in favor to date_t.
2009-08-13 Laurent AimarRemoved unused aout_VolumeInfos.
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-08-12 Laurent AimarSet 'saved-volume" in aout_VolumeSet.
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-07-24 Rémi DuraffortNo need to check for the existence of the variable...
2009-07-12 Jean-Baptiste KempfFix display of audio channel in various mono modes
2009-07-09 Rémi Denis-CourmontRemove stub functions
2009-07-09 Rémi Denis-CourmontCast for aout_EnableFilter
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-07-08 Rémi DuraffortAdd a visualization module using libprojectM.
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-05 Laurent AimarValidated the audio layout and channels compatibility...
2009-05-02 Laurent AimarAdded a new channel extraction helper to aout.
2009-05-02 Laurent AimarRecognized more channels layout in aout_FormatPrintChan...
2009-04-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2009-03-31 Rémi Denis-CourmontUseless parameter
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-05 Laurent AimarFixed aout visual vout recycling.
2009-02-05 Laurent AimarClean up a bit audio input.c
2009-01-16 Laurent AimarRemoved invalid comment.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
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-11-05 Laurent AimarAllow aout to grab vout_Request calls.
2008-10-18 Jean-Baptiste KempfRevert "Try to not confuse between Dolby Surround ...
2008-10-16 Jean-Baptiste KempfTry to not confuse between Dolby Surround (2.1) and...
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-10-08 Laurent AimarImplemented audio flushing.
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
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-09-28 Rémi Denis-Courmontvlc_assert_locked is private
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-18 Derk-Jan Hartmanaudiofilters: Do not try to insert user audio-filters...
2008-08-28 Laurent AimarFixed audio visual activation introduced by [eff24974c6...
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-27 Laurent AimarFixed a potential crash in aout_FiltersPlay.
2008-08-25 Laurent AimarAdded new audio-time-strech option to insert scaletempo...
2008-08-19 Laurent AimarAdded s32l/b support to aout.
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-12 Pierre d'Herbemontaudio_output: Fix an unused parameter in the NDEBUG...
2008-08-11 Pierre d'Herbemontaudio_output: Take the input_fifos lock where needed...
2008-08-11 Pierre d'Herbemontaudio_output: Properly lock the input_fifos_lock in...
2008-08-09 Pierre d'Herbemontaudio_output: Add a missing lock.
next