]> git.sesse.net Git - vlc/history - src/audio_output
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / audio_output /
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.
2008-08-09 Pierre d'Herbemontaudio_output: Add a missing lock.
2008-08-09 Pierre d'Herbemontaudio_output: Assert on input lock state.
2008-08-09 Pierre d'Herbemontaudio_output: Assert on fifo lock.
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-07-06 Rémi Denis-Courmontcore: set meaningful object type names
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-28 Rov JuvanoUse the Scaletempo audio filter
2008-06-24 Rémi Denis-CourmontFix/workaround for #1633 (input rate not set)
2008-06-22 Antoine CellerierSet i_bitspersample to correct value when changing...
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-30 Pierre d'Herbemontaudio_output: Typo.
2008-05-28 Adrien MagloNew vu meter visualization.
2008-05-28 Rafaël CarréFix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
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-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-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-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
2008-01-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
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.
2008-01-22 Ilkka Ollakkafix previous commit
2008-01-22 Ilkka Ollakkaset volume-change variable also in volumeUp/volumeDown...
2007-12-16 Antoine CellerierOops.
2007-12-16 Antoine CellerierAdd warning if people try using an unimplemented aout...
2007-12-12 Rémi Denis-Courmont - Remove config_FindModule as module_Find nowadays...
2007-12-08 Gildas Bazin* src/audio_output/dec.c: revert changeset 22216 which...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-09-22 Rémi Denis-CourmontLast part of the Speex/RTP patch - fixes #1291
2007-09-16 Rémi Denis-CourmontSimplification / memory error handling
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-16 Rémi Denis-Courmontaout_Restart: make static
2007-08-05 Rémi Denis-CourmontFix malloc error handling
next