]> git.sesse.net Git - vlc/history - modules/access_output
Be more explicit on faad error.
[vlc] / modules / access_output /
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
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
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)
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-11-26 Dennis van Amerongen* modules/access_output/shout.c: Remove sleep for recon...
2007-11-25 Dennis van Amerongen* modules/access_output/shout.c: automatic reconnect...
2007-11-25 Dennis van Amerongen* modules/access_output/shout.c: let this be a lesson...
2007-11-24 Dennis van Amerongen* modules/access_output/shout.c: Remove unneeded var...
2007-11-24 Dennis van Amerongen* modules/access_output/shout.c: Implement automatic...
2007-10-15 Jean-Paul SamanRemove excess trainling newlines at end of file.
2007-10-09 Rafaël Carréhttp output: fix bonjour advertising
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-18 Rémi Denis-CourmontRemove dead code
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-16 Rémi Denis-CourmontForce the sending threads to wakeup at exit - closes...
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-09 Rémi Denis-CourmontRemove UDP-Lite support from access_output_udp.
2007-09-08 Rémi Denis-CourmontRemove dead RTCP code
2007-09-08 Rémi Denis-Courmontaccess_out_udp: remove "raw" mode that is not used...
2007-09-05 Rémi Denis-CourmontMissing const
2007-09-01 Rémi Denis-CourmontDSO friendliness
2007-08-31 Rémi Denis-CourmontCleanup RTCP SR support a little bit
2007-08-31 Rémi Denis-CourmontAnother round of MTU fixes (review welcome)
2007-08-31 Rémi Denis-CourmontSilent hack to avoid crash when MTU is too small
2007-08-31 Rafaël CarréFix crash due to mtu being equal to 0
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
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-08-19 Rémi Denis-CourmontFix [21239] compilation
2007-08-19 Rémi Denis-Courmont- Rename rtcp option to rtcp-port
2007-08-16 Rémi Denis-CourmontNo need to check b_thread... there is ALWAYS a thread...
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-07-03 Rémi Denis-CourmontInvoke the clock once rather than 2/3 times...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-15 Rémi Denis-CourmontFix segmentation fault
2007-04-08 Dennis van Amerongen* modules/access_output/shout.c: Initialize shout setti...
2007-03-28 Rémi Denis-CourmontLimit RTCP sending to one every five seconds as per...
2007-03-23 Christophe MutricyFix the strings.
next