2010-03-07 |
Rémi Denis-Courmont | RTMP: totally broken, disabled for the time being |
tree | commitdiff |
2010-02-09 |
Rémi Denis-Courmont | Remove pl_Release, and rename pl_Hold back to pl_Get |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | Use vlc_dup |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | utf8_* -> vlc_* (sed roxxors) |
tree | commitdiff |
2010-02-07 |
Rémi Denis-Courmont | Split file path functions out of vlc_charset.h into... |
tree | commitdiff |
2010-01-28 |
Rémi Denis-Courmont | Remove useless vlc_object_detach() before vlc_object_re... |
tree | commitdiff |
2010-01-11 |
Rémi Denis-Courmont | Remove useless <fcntl.h> inclusions |
tree | commitdiff |
2010-01-11 |
Rémi Denis-Courmont | Remove useless <sys/stat.h> includes |
tree | commitdiff |
2010-01-11 |
Rémi Denis-Courmont | Remove useless <errno.h> inclusions |
tree | commitdiff |
2009-12-30 |
Rémi Denis-Courmont | http output: kill config_Get (commented out anyway) |
tree | commitdiff |
2009-12-06 |
Rémi Denis-Courmont | Do not assert memory allocations |
tree | commitdiff |
2009-12-05 |
JP Dinger | Replace argument = realloc( argument, size ); with... |
tree | commitdiff |
2009-11-27 |
Rafaël Carré | Fix [a68b3396] |
tree | commitdiff |
2009-11-26 |
Rémi Denis-Courmont | shout: default to port 8000, try to improve URL parsing... |
tree | commitdiff |
2009-11-17 |
Rémi Denis-Courmont | RTMP: use new thread API, remove bogus uses of b_die... |
tree | commitdiff |
2009-11-17 |
Rémi Denis-Courmont | RTMP: tag some of the obvious bugs |
tree | commitdiff |
2009-11-17 |
Rémi Denis-Courmont | RTMP: fix memory leak and use after free on error paths |
tree | commitdiff |
2009-10-15 |
Rémi Duraffort | access_out_shoutcast: factorise. |
tree | commitdiff |
2009-10-15 |
Rémi Duraffort | access_out_shoutcast: fix memleak. |
tree | commitdiff |
2009-10-15 |
Rémi Duraffort | access_out_shoutcast: constify. |
tree | commitdiff |
2009-10-15 |
Rémi Duraffort | access_out: use var_GetNonEmptyString. |
tree | commitdiff |
2009-10-05 |
Rémi Denis-Courmont | net_Accept: remove timeout parameter |
tree | commitdiff |
2009-09-02 |
Rémi Duraffort | add_bool wants booleans. |
tree | commitdiff |
2009-08-29 |
Rémi Denis-Courmont | RTMP output: disable strict aliasing |
tree | commitdiff |
2009-08-20 |
Pierre d'Herbemont | shout: Flag unused param. |
tree | commitdiff |
2009-07-23 |
Rémi Duraffort | http access_out: factorize. |
tree | commitdiff |
2009-07-23 |
Rémi Duraffort | Global include not local. |
tree | commitdiff |
2009-07-15 |
Rémi Duraffort | Remove nestead assignement. |
tree | commitdiff |
2009-07-09 |
Rémi Denis-Courmont | HTTPS out: handle cert paths from the sout chain, not... |
tree | commitdiff |
2009-06-19 |
Rémi Duraffort | Never print the password in the logs. |
tree | commitdiff |
2009-06-15 |
Rémi Duraffort | Use add_password instead of add_string when applicable. |
tree | commitdiff |
2009-05-20 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix |
tree | commitdiff |
2009-05-17 |
Rémi Denis-Courmont | Avoid ?: GCC-ism |
tree | commitdiff |
2009-04-16 |
Rémi Denis-Courmont | Auto-probe does not make much sense for network access... |
tree | commitdiff |
2009-04-16 |
Rémi Denis-Courmont | Fix memleaks on error path, fix sign warnings, cleanup |
tree | commitdiff |
2009-04-05 |
Rémi Denis-Courmont | WinCE: undefined file descriptor use |
tree | commitdiff |
2009-02-19 |
Geoffroy Couprie | WinCE: don't use features absent of Windows Mobile |
tree | commitdiff |
2009-01-27 |
Rémi Denis-Courmont | Trailing ; |
tree | commitdiff |
2009-01-26 |
Rémi Duraffort | access_http: fix segfault due to unitialised bonjour... |
tree | commitdiff |
2009-01-17 |
Rémi Denis-Courmont | Remove unused parameter |
tree | commitdiff |
2008-12-13 |
Rémi Duraffort | Use calloc instead of malloc+memset. |
tree | commitdiff |
2008-10-29 |
Rémi Denis-Courmont | Remove most stray semi-colons in module descriptions |
tree | commitdiff |
2008-10-14 |
Rémi Duraffort | Cleaning (don't a message when the system runs out... |
tree | commitdiff |
2008-10-14 |
Rémi Duraffort | Remove uneeded warining (and often impossible to send) |
tree | commitdiff |
2008-10-10 |
Rémi Duraffort | Don't dereference strrchr without check (CID 185) |
tree | commitdiff |
2008-09-27 |
Rémi Denis-Courmont | Disable horribly broken Bonjour code. |
tree | commitdiff |
2008-09-20 |
Antoine Cellerier | s/pl_Yield/pl_Hold/ |
tree | commitdiff |
2008-09-14 |
Rémi Denis-Courmont | Do not use block_FifoWake if block_FifoGet does not... |
tree | commitdiff |
2008-09-08 |
Rémi Denis-Courmont | HTTP access_out: fix binding to an IPv6 address |
tree | commitdiff |
2008-09-08 |
Rémi Denis-Courmont | Do not call vlc_thread_ready with non-waiting vlc_threa... |
tree | commitdiff |
2008-09-06 |
Rémi Denis-Courmont | vlc_cond_init: really remove useless parameter |
tree | commitdiff |
2008-08-29 |
Rémi Denis-Courmont | Remove leftover code |
tree | commitdiff |
2008-08-29 |
Rémi Denis-Courmont | Implement ACCESS_OUT_CONTROLS_PACE as needed |
tree | commitdiff |
2008-08-29 |
Rémi Denis-Courmont | UDP out: avoid useless references to p_sout |
tree | commitdiff |
2008-08-28 |
Christophe Mutricy | Fix compilation |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | UDP access_out: get rid of block_FifoWake and blocking... |
tree | commitdiff |
2008-08-27 |
Rémi Denis-Courmont | Plugins: push cancellation down |
tree | commitdiff |
2008-08-20 |
Rémi Duraffort | Fix memleaks and one potential memleak (and move a... |
tree | commitdiff |
2008-08-20 |
Rémi Duraffort | Fix warnings. |
tree | commitdiff |
2008-08-11 |
Rémi Duraffort | Use the right declaration for threaded functions. |
tree | commitdiff |
2008-08-01 |
Rémi Duraffort | Don't leak every https parameters. |
tree | commitdiff |
2008-07-28 |
Derk-Jan Hartman | shout output: and release the block chain if we encount... |
tree | commitdiff |
2008-07-28 |
Derk-Jan Hartman | shout output: if the connection cannot be restored... |
tree | commitdiff |
2008-07-25 |
Rémi Duraffort | Use pl_Release with the right argument. |
tree | commitdiff |
2008-07-06 |
Rémi Denis-Courmont | Protocol names are localized. |
tree | commitdiff |
2008-07-06 |
Felix Paul Kühne | l10n string fixes |
tree | commitdiff |
2008-07-05 |
Rémi Denis-Courmont | Bunch of warnings |
tree | commitdiff |
2008-07-05 |
Rémi Denis-Courmont | modules: use vlc_object_alive() |
tree | commitdiff |
2008-06-24 |
Yohann Martineau | fixed compilation on debian etch. |
tree | commitdiff |
2008-06-23 |
Rémi Duraffort | Fix compiling warning. |
tree | commitdiff |
2008-06-23 |
Rémi Duraffort | Remove unneeded msg_Err and check malloc return value. |
tree | commitdiff |
2008-06-22 |
Rémi Duraffort | Remove unneeded msg_Error. |
tree | commitdiff |
2008-06-15 |
Rémi Denis-Courmont | RTMP output: fix warnings (msg_Warn invocation was... |
tree | commitdiff |
2008-06-15 |
Rémi Denis-Courmont | RTMP output: restore listen/accept and remove ENOSYS... |
tree | commitdiff |
2008-06-12 |
Rémi Denis-Courmont | access_out_file: fix non-atomic write and error handling |
tree | commitdiff |
2008-05-31 |
Rémi Denis-Courmont | Plugins: include vlc_common.h directly instead of vlc... |
tree | commitdiff |
2008-05-27 |
Rémi Denis-Courmont | A lot of missing const in options lists |
tree | commitdiff |
2008-05-25 |
Rémi Denis-Courmont | access_out_file: fix append mode, relax stdout support... |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Remove non-sensical connect->listen transition |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Don't parse no options |
tree | commitdiff |
2008-05-24 |
Rafaël Carré | Fix rtmp access_output building |
tree | commitdiff |
2008-05-24 |
Miguel Angel Cabre... | RTMP access output module |
tree | commitdiff |
2008-05-21 |
Rémi Denis-Courmont | Use gettext_noop() consistently |
tree | commitdiff |
2008-05-08 |
Rémi Denis-Courmont | Include vlc_plugin.h as needed |
tree | commitdiff |
2008-05-07 |
Rémi Denis-Courmont | Undo --sout-udp-auto-mcast |
tree | commitdiff |
2008-05-03 |
Rémi Denis-Courmont | block_FifoNew: remove un-needed parameter |
tree | commitdiff |
2008-05-01 |
Rémi Denis-Courmont | NIH syndrome cure (2) |
tree | commitdiff |
2008-04-28 |
Rémi Denis-Courmont | Don't use VLC_ADD_PLUGIN for common sout and packetizer... |
tree | commitdiff |
2008-04-14 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
tree | commitdiff |
2008-04-14 |
Pierre d'Herbemont | Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA... |
tree | commitdiff |
2008-03-23 |
Rémi Denis-Courmont | Check-in modules/Makefile.am |
tree | commitdiff |
2008-03-12 |
Rémi Duraffort | The last but not the least commit about these useless... |
tree | commitdiff |
2008-02-28 |
Rémi Denis-Courmont | Unused define |
tree | commitdiff |
2008-02-26 |
Pierre d'Herbemont | misc/objects.c: Don't rely on vlc_object_destroy()... |
tree | commitdiff |
2008-01-23 |
Rémi Denis-Courmont | Don't include config.h from the headers - refs #297. |
tree | commitdiff |
2008-01-16 |
Rémi Denis-Courmont | Revert the so-called whitelisting commits that are... |
tree | commitdiff |
2008-01-16 |
Rafaël Carré | input options whitelisting, step 2 (refs #1371) |
tree | commitdiff |
2007-12-09 |
Rémi Denis-Courmont | Use (s)size_t for pf_read and pf_write. |
tree | commitdiff |
2007-11-26 |
Dennis van Amerongen | * modules/access_output/shout.c: Remove sleep for recon... |
tree | commitdiff |
2007-11-25 |
Dennis van Amerongen | * modules/access_output/shout.c: automatic reconnect... |
tree | commitdiff |
next |