490 Commits (64c7e418cb6a35e720d90dce1b70ce9e42e5a9b0)

Author SHA1 Message Date
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Sergio Ammirata f487da48e6 access_out: rist: use ssize_t to match the return value of rist_Read 7 years ago
Sergio Ammirata 381c61cff4 access_out: rist: close the sockets on error 7 years ago
Sergio Ammirata 33381800e6 access_out: rist: improve/fix config help text 7 years ago
Sergio Ammirata aa3ced83d6 access_out: rist: check the return value of rist_Write 7 years ago
Sergio Ammirata 7a2bd115d7 access_out: rist: fix BAD_SHIFT warning 7 years ago
Sergio Ammirata d22baf2191 access_out: rist: fix mem leak 7 years ago
Rémi Denis-Courmont 859668b3f2 file out: avoid integer to pointer conversion 7 years ago
Zhao Zhili dad24f0b38 access_output: rist: remove useless initialisation 8 years ago
Zhao Zhili 271ad1ad19 access_output: rist: fix error handling 8 years ago
Thomas Guillem 1108b740b3 access_out: rist: add $(SOCKET_LIBS) 8 years ago
Sergio Ammirata b504fabced access_out: add RIST module 8 years ago
Steve Lhomme e069dca275 livehttp: fix the output length logic 8 years ago
Steve Lhomme f5de48d977 livehttp: remove write-only variable 8 years ago
Steve Lhomme 7e8b087763 access_output:livehttp: write output_last_length only once 8 years ago
Steve Lhomme 13ed313833 access_output:udp: compute the lateness only once and save a variable 8 years ago
Steve Lhomme b3f0f92214 access_output:udp: keep the last date early 8 years ago
Steve Lhomme b17b44b660 modules: use VLC_TICK_FROM_SEC instead of hardcoded values 8 years ago
Steve Lhomme eb1c4dc09b shout: turn the hardcoded retry delay into a CLOCK_FREQ based value 8 years ago
Jean-Baptiste Kempf fc84853a52 SRT: force the C++ linking for the srt modules 8 years ago
Steve Lhomme 8aa92d1bb5 modules: use the vlc_tick_t/ms conversion macros for hardcoded values 8 years ago
Steve Lhomme 25d7af9c59 modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS 8 years ago
Steve Lhomme e22fabb350 livehttp: use secf to tick functions for conversion 8 years ago
Steve Lhomme 911569be2c modules: convert variables in seconds to ticks using vlc_tick_from_sec() 8 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Rémi Denis-Courmont 90b7919115 srt: remove tautology 8 years ago
Rémi Denis-Courmont ae882e1872 srt out: remove redundant code 8 years ago
Rémi Denis-Courmont d3519891cd udp out: simplify block allocation 8 years ago
Steve Lhomme b4dfbc6283 rename mdate() to vlc_tick_now() 8 years ago
Steve Lhomme 8b0c6bb9fa rename msleep() to vlc_tick_sleep() 8 years ago
Steve Lhomme c2eb32c9e1 rename mwait() to vlc_tick_wait() 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Rémi Denis-Courmont 902dd36bbd configure: remove LIBPTHREAD 8 years ago
Steve Lhomme 225f73c8f4 access_output: udp: i_to_send is not an mtime_t 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Rémi Denis-Courmont ebaa32f561 config: remove advanced from add_loadfile() 8 years ago
Rémi Denis-Courmont 776811e9f2 config: remove advanced from add_password() 8 years ago
Steve Lhomme 333ed248b9 use the proper check for sys/socket.h availability 8 years ago
Justin Kim 867f005c50 access_out: srt: refactor to support connection recovery 8 years ago
Rémi Denis-Courmont edc566d489 shout: fix dst parameter backward compatibility (fixes #19659) 8 years ago
Rémi Denis-Courmont e55bdd048a shout: remove dead code 8 years ago
Rémi Denis-Courmont ecedf7ff66 file out: remove dead code 8 years ago
Justin Kim 7e3ae721aa access_output: srt: add support stream encryption 8 years ago
Jean-Baptiste Kempf 52f8cf70f1 SRT: fix typo 8 years ago
Justin Kim c8bef6551e access_out: srt: use pipe to detect interrupt 8 years ago
Justin Kim d127141f6d access_output: srt: suppress warnings by unused variable and parameter 8 years ago
Alexander Lakhin 0c218a0f45 Remove unnecessary spaces from messages 9 years ago
Justin Kim e05a869878 srt: Fix build failure 9 years ago
Francois Cartegnie 9314bb489c vlc_arrays: split array_append in checked and w/abort 9 years ago
Justin Kim 67cbd82882 access_out:srt: introduce SRT ouput module 9 years ago