]> git.sesse.net Git - vlc/history - modules/access_output
Set VLC_MMX and VLC_SSE where needed while testing the CPU features
[vlc] / modules / access_output /
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-04 Jean-Baptiste KempfRelicense livehttp output to LGPLv2.1+
2011-10-04 Pierre YnardHTTP out: add glue code to set httpd configuration
2011-10-04 Pierre YnardHTTP out: fix error message
2011-09-28 Rémi Denis-CourmontHTTP: deal with https in warning too
2011-09-28 Rémi Denis-CourmontHTTP out: clarify dst= syntax change error
2011-09-24 Rémi Denis-CourmontPhony error if old HTTP output syntax is used and avoid...
2011-09-24 Rémi Denis-CourmontRemove unused defines
2011-08-22 Rémi Denis-CourmontObsolete confusing --miface-addr option and rework...
2011-08-08 Rémi Denis-Courmonthttp out: Do not look for removed variables
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-08-02 Rémi Denis-CourmontFactor HTTP/TLS server code into httpd core
2011-07-14 Rémi Denis-Courmontlivehttp: downgrade priority to zero
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-20 Laurent AimarConverted bonjour module to vlc_clone().
2011-04-08 Rémi DuraffortRemove unused structure.
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2010-12-21 Francois CartegnieFiles and paths are not string variables (for Qt)
2010-11-19 Rémi Denis-Courmontfile output: support for writing to an already open...
2010-10-23 Rémi Duraffortaccess_out_file: add the sync option, only if O_SYNC...
2010-10-23 Rémi Duraffortshout: fix a memory leak.
2010-10-23 Rémi Duraffortshout: cosmetics.
2010-10-23 Rémi Duraffortshout: use vlc_UrlParse instead of a custom one that...
2010-10-22 Jean-Baptiste KempfShout: fix compilation
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
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.
next