]> git.sesse.net Git - vlc/history - modules/access_output
macosx: Ask to send a mail to our bugreport ML if a crash log is detected.
[vlc] / modules / access_output /
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.
2007-03-06 Rémi Denis-CourmontMake --sout-udp-rtcp an integer carrying a port number...
2007-03-05 Rémi Denis-CourmontBoundary check (though it was a shoot-yourself-in-the...
2007-03-05 Rémi Denis-Courmont--sout-udp-rtcp option to force RTCP usage.
2007-03-05 Rémi Denis-CourmontCosmetic: Write RTP Payload Type as decimal as is commo...
2007-02-27 Rémi Denis-Courmont- Support for customizing the checksum coverage
2007-02-27 Rémi Denis-CourmontDo not assume RTP frequency is that of TS for RTCP
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-19 Rémi Denis-Courmont- send RTCP BYE at exit,
2007-02-19 Rémi Denis-CourmontFix a bunch of meomory object and descriptor leaks
2007-02-19 Rémi Denis-CourmontSimplistic RTCP sender for access output
2007-02-19 Rémi Denis-Courmont- b_rtpts should really b a boolean (!)
2007-02-19 Rémi Denis-CourmontLeverage Set*LE()
2007-02-15 Rémi Denis-CourmontHTTP and UDP access outputs return byte count
2007-02-15 Rémi Denis-CourmontUndo broken Win32 ifdefs (breaks IPv6 case on decent...
2007-02-12 Damien Fouilleul- udp.c: unix fix
2007-02-12 Damien Fouilleul- win32 replacements for inet_pton/inet_ntop
2007-02-12 Damien Fouilleuludp.c: MakeRandMulticast fix for win32, courmisch to...
2007-02-11 Rémi Denis-CourmontSupport for auto-generated pseudo-random multicast...
2007-02-11 Christophe MutricyThat was forgotten in [18758]
2007-02-10 Rémi Denis-CourmontMinor cleanup
2007-02-10 Rémi Denis-CourmontAdd some debug
2007-02-10 Rémi Denis-CourmontExport src/dst addr/port from UDP access output
2007-02-10 Rémi Denis-CourmontCompile fix
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontForce RTP for UDP-Lite, as we have no legacy issue...
2007-02-10 Rémi Denis-CourmontFix warnings
2007-02-10 Rémi Denis-CourmontRemove useless define
next