]> git.sesse.net Git - vlc/history - modules/access_output/rtmp.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / access_output / rtmp.c
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-11-17 Rémi Denis-CourmontRTMP: use new thread API, remove bogus uses of b_die...
2009-11-17 Rémi Denis-CourmontRTMP: tag some of the obvious bugs
2009-11-17 Rémi Denis-CourmontRTMP: fix memory leak and use after free on error paths
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-04-16 Rémi Denis-CourmontAuto-probe does not make much sense for network access...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-10 Rémi DuraffortDon't dereference strrchr without check (CID 185)
2008-09-14 Rémi Denis-CourmontDo not use block_FifoWake if block_FifoGet does not...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-15 Rémi Denis-CourmontRTMP output: fix warnings (msg_Warn invocation was...
2008-06-15 Rémi Denis-CourmontRTMP output: restore listen/accept and remove ENOSYS...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-24 Rémi Denis-CourmontRemove non-sensical connect->listen transition
2008-05-24 Rémi Denis-CourmontDon't parse no options
2008-05-24 Rafaël CarréFix rtmp access_output building
2008-05-24 Miguel Angel Cabre... RTMP access output module