124 Commits (update/opus-1.6.1)

Author SHA1 Message Date
Steve Lhomme 91402fdde0 modules: include vlc_configuration.h when using config_ChainParse() 3 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Thomas Guillem ee4afd6821 remove unused #include <vlc_input.h> 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Rémi Denis-Courmont 776811e9f2 config: remove advanced from add_password() 8 years ago
Rémi Denis-Courmont e32479cac1 access_output: allow pf_seek to be NULL, simplify 9 years ago
Rémi Denis-Courmont 02723c8df3 http out: avoid warnings 9 years ago
Steve Lhomme 137273b4dc fix code alignment in http output 11 years ago
Steinar H. Gunderson f367b695f1 Fix Metacube header handling with multiple header blocks. 12 years ago
Jean-Baptiste Kempf 0699fc7f17 Consistent strings to avoid duplications 12 years ago
Jean-Baptiste Kempf 91376f8427 Remove unnecessary vlc_playlist.h include 12 years ago
Rafaël Carré 8db7e1865b http output: fix off-by-one 13 years ago
Denis Charmet 9b2058c6ca Use vlc function for host to network conversions 13 years ago
Steinar H. Gunderson 22a76f31db Support the Metacube protocol when streaming over HTTP. 13 years ago
Steinar H. Gunderson 79ced312c7 httpd: Start new clients only at keyframes. 13 years ago
Jean-Baptiste Kempf 5221b6f019 Relicense access outputs to LGPL 13 years ago
Rémi Denis-Courmont 79fd9ab77c http out: remove dead code 14 years ago
Rémi Denis-Courmont e8150e4308 Remove unused ACL parameter of httpd_StreamNew() 15 years ago
Pierre Ynard 03933a58ff http output: print warnings when setting the server address 15 years ago
Pierre Ynard 4acd6169f5 HTTP out: add glue code to set httpd configuration 15 years ago
Pierre Ynard f7f350aa01 HTTP out: fix error message 15 years ago
Rémi Denis-Courmont 8d963a221a HTTP: deal with https in warning too 15 years ago
Rémi Denis-Courmont 2f800ff51a HTTP out: clarify dst= syntax change error 15 years ago
Rémi Denis-Courmont e578075aad Phony error if old HTTP output syntax is used and avoid strdup() 15 years ago
Rémi Denis-Courmont 047f654a17 Remove unused defines 15 years ago
Rémi Denis-Courmont 83712dbad3 http out: Do not look for removed variables 15 years ago
Rémi Denis-Courmont 7656b8c5ca Factor HTTP/HTTPS/RTSP port in core 15 years ago
Rémi Denis-Courmont 0af9a41a91 Factor HTTP/HTTPS/RTSP (bind) address in core 15 years ago
Rémi Denis-Courmont e5c2a63d04 Use separate functions for RTSP and HTTP hosts 15 years ago
Rémi Denis-Courmont 73a0a9f96b Factor HTTP/TLS server code into httpd core 15 years ago
Francois Cartegnie b74d2d8c4f Files and paths are not string variables (for Qt) 16 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont 2e6858af6a add_password: remove callback parameter 16 years ago
Rémi Denis-Courmont 3204d23260 Remove legacy parameter from add_string() 16 years ago
Rémi Duraffort a9d0016e1b modules: use the new add_shortcut capability (add multiple shortcuts at a time). 16 years ago
Rémi Denis-Courmont ae2c9e4fb6 var_InheritInteger -> var_InheritBool 16 years ago
Rémi Denis-Courmont 7e4d50ac42 Remove pl_Release, and rename pl_Hold back to pl_Get 17 years ago
Rémi Denis-Courmont 26e19c58c1 http output: kill config_Get (commented out anyway) 17 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Rémi Duraffort 5a745b1afa http access_out: factorize. 17 years ago
Rémi Duraffort 1ae47a55df Global include not local. 17 years ago
Rémi Duraffort 25def74f01 Remove nestead assignement. 17 years ago
Rémi Denis-Courmont 123d3e483a HTTPS out: handle cert paths from the sout chain, not just config 17 years ago
Rémi Duraffort e4a867371a Use add_password instead of add_string when applicable. 17 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 18 years ago
Rémi Duraffort 8c4225eed6 access_http: fix segfault due to unitialised bonjour variable. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago