]> git.sesse.net Git - vlc/history - modules/access_output
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / access_output /
2010-09-19 Ilkka Ollakkalivehttp: add missing , to EXTINF after duration
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-05-29 Rémi Denis-Courmonturl -> URL
2010-05-27 Keary Griffincomsetic changes, remove define, and move callback...
2010-05-26 Keary GriffinAdded livehttp access_out module to support HTTP Live...
2010-05-06 Sébastien EscudierFile output : add a sync option
2010-03-07 Rémi Denis-CourmontRTMP: totally broken, disabled for the time being
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-CourmontUse vlc_dup
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-30 Rémi Denis-Courmonthttp output: kill config_Get (commented out anyway)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-27 Rafaël CarréFix [a68b3396]
2009-11-26 Rémi Denis-Courmontshout: default to port 8000, try to improve URL parsing...
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-15 Rémi Duraffortaccess_out_shoutcast: factorise.
2009-10-15 Rémi Duraffortaccess_out_shoutcast: fix memleak.
2009-10-15 Rémi Duraffortaccess_out_shoutcast: constify.
2009-10-15 Rémi Duraffortaccess_out: use var_GetNonEmptyString.
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-29 Rémi Denis-CourmontRTMP output: disable strict aliasing
2009-08-20 Pierre d'Herbemontshout: Flag unused param.
2009-07-23 Rémi Durafforthttp access_out: factorize.
2009-07-23 Rémi DuraffortGlobal include not local.
2009-07-15 Rémi DuraffortRemove nestead assignement.
2009-07-09 Rémi Denis-CourmontHTTPS out: handle cert paths from the sout chain, not...
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-06-15 Rémi DuraffortUse add_password instead of add_string when applicable.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-04-16 Rémi Denis-CourmontAuto-probe does not make much sense for network access...
2009-04-16 Rémi Denis-CourmontFix memleaks on error path, fix sign warnings, cleanup
2009-04-05 Rémi Denis-CourmontWinCE: undefined file descriptor use
2009-02-19 Geoffroy CouprieWinCE: don't use features absent of Windows Mobile
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortaccess_http: fix segfault due to unitialised bonjour...
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
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-27 Rémi Denis-CourmontDisable horribly broken Bonjour code.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-14 Rémi Denis-CourmontDo not use block_FifoWake if block_FifoGet does not...
2008-09-08 Rémi Denis-CourmontHTTP access_out: fix binding to an IPv6 address
2008-09-08 Rémi Denis-CourmontDo not call vlc_thread_ready with non-waiting vlc_threa...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-08-29 Rémi Denis-CourmontRemove leftover code
2008-08-29 Rémi Denis-CourmontImplement ACCESS_OUT_CONTROLS_PACE as needed
2008-08-29 Rémi Denis-CourmontUDP out: avoid useless references to p_sout
2008-08-28 Christophe MutricyFix compilation
2008-08-27 Rémi Denis-CourmontUDP access_out: get rid of block_FifoWake and blocking...
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-20 Rémi DuraffortFix memleaks and one potential memleak (and move a...
2008-08-20 Rémi DuraffortFix warnings.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-01 Rémi DuraffortDon't leak every https parameters.
2008-07-28 Derk-Jan Hartmanshout output: and release the block chain if we encount...
2008-07-28 Derk-Jan Hartmanshout output: if the connection cannot be restored...
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
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-CourmontBunch of warnings
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-23 Rémi DuraffortFix compiling warning.
2008-06-23 Rémi DuraffortRemove unneeded msg_Err and check malloc return value.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
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-06-12 Rémi Denis-Courmontaccess_out_file: fix non-atomic write and error handling
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-25 Rémi Denis-Courmontaccess_out_file: fix append mode, relax stdout support...
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
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-CourmontUndo --sout-udp-auto-mcast
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-28 Rémi Denis-CourmontDon't use VLC_ADD_PLUGIN for common sout and packetizer...
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-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-02-28 Rémi Denis-CourmontUnused define
next