]> git.sesse.net Git - vlc/history - modules/access_output
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / access_output /
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
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-05 Rémi Denis-Courmontifdef for old OSes
2007-02-05 Rémi Denis-CourmontUDP-Lite access output
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-06 Antoine CellerierUse str_format_time and str_format_meta in file output...
2006-11-04 Rémi Denis-CourmontUse utf8_open
2006-11-03 Sigmund Augdal Helbergaccess_output/udp.c: Don't crash horribly when trying...
2006-10-21 Rémi Denis-CourmontMerge UDP access output with core TTL handling
2006-10-20 Rémi Denis-CourmontUnduplicate TTL strings
2006-10-10 Felix Paul Kühne* forward-port [17020]
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-09 Clément StenacCopyright stuff
2006-09-07 Antoine Cellerier:%s/\t/ /g
2006-08-16 Dennis van Amerongen* modules/access_output/shout.c: changed 'no bitrate...
2006-08-15 Dennis van Amerongen* modules/access_output/shout.c: removed protocol selec...
2006-08-13 Dennis van Amerongen* shout.c: add support for protocol selection (icy...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-05-20 Jean-Paul SamanFix data type: Compiler warning
2006-05-16 Derk-Jan Hartman* don't fail http output if AVAHI support is enabled...
2006-05-14 Clément StenacFix http access output with bonjour
2006-04-23 Jérome DecoodtAdd %T modifier to filename refs: #561
2006-04-23 Rémi Denis-CourmontAdd missing white space
2006-04-23 Rémi Denis-CourmontRemove extra white space
2006-04-11 Clément StenacMore strings
2006-03-30 Clément StenacAccess strings (Refs:#438)
2006-03-02 Rémi Denis-CourmontLocale fixes (refs #528) + clean up
2006-03-02 Rémi Denis-CourmontDon't try to be more clever than umask()
2006-02-18 Rémi Denis-CourmontRemove unused variable
2006-02-08 Sigmund Augdal Helbergaccess_output/udp.c: Attach the writer thread. Fixes...
2006-02-07 Sigmund Augdal Helbergaccess_output/udp.c: use block_Fifo for the empty block...
next