]> git.sesse.net Git - vlc/history - modules/access/jack.c
Fix preferences for jack (avoid the double 'pace' text)
[vlc] / modules / access / jack.c
2008-07-31 Jean-Baptiste KempfFix preferences for jack (avoid the double 'pace' text)
2008-07-09 Rémi DuraffortDon't leak memory when something goes wrong.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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 DuraffortAnother time "Remove useless test before a free".
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-01 Jean-Baptiste KempfJack Input bugfixes and some more options:
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-12 Rémi Denis-CourmontInitial JACK audio access-demux from Julien Plissonneau...