71 Commits (e133197b64d2fd91553f2ba9252f2b11239ccfab)

Author SHA1 Message Date
Francois Cartegnie e133197b64 access: rtp: allow control of packet timing for rtp_dequeue 3 years ago
Francois Cartegnie 0a546c087d access: rtp: remove rtp_dequeue sys dependency 3 years ago
Francois Cartegnie 16137cdd0f access: move session params into session 3 years ago
Francois Cartegnie fa875d5c56 access: rtp: use only dedicated sys for session params 3 years ago
Loïc Branstett db3522b50d rtp: remove demux_t dependence for RTP queue/dequeue operations 3 years ago
Loïc Branstett d2d1db439e rtp: remove demux_t dependence for RTP sessions 3 years ago
Loïc Branstett ddf445e704 rtp: rename demux_sys_t to rtp_sys_t 3 years ago
Alexandre Janniaux 6b7a57f984 modules: fix typos 5 years ago
Rémi Denis-Courmont 49d67910bb rtp: add pktinfo to convey the M bit 5 years ago
Rémi Denis-Courmont 841c152223 rtp: do not overflow PTS (fixes #26258) 5 years ago
Rémi Denis-Courmont 5046b7a427 rtp: remove unused demux parameter 5 years ago
Rémi Denis-Courmont c9bd8ae97e rtp: remove unused parameter 5 years ago
Rémi Denis-Courmont 2b48a8f2e2 rtp: create ES only for one packet type per source 5 years ago
Rémi Denis-Courmont 255c27e617 rtp: rationalise PT callback types 5 years ago
Rémi Denis-Courmont 0f8094155b rtp: next sequence packet is in order 5 years ago
Rémi Denis-Courmont 847c7a9069 rtp: remove useless parameter 5 years ago
Rémi Denis-Courmont 989d40a45c rtp: track payload types by reference 5 years ago
Rémi Denis-Courmont 648356b6cd rtp: use the PT helpers 5 years ago
Rémi Denis-Courmont f50bfe33cc rtp: simplify copying payload type 5 years ago
Rémi Denis-Courmont 8b066cdcb9 rtp: assert the PT decode callback 5 years ago
Rémi Denis-Courmont e94e45e40c rtp: pass pointer to "self" 5 years ago
Rémi Denis-Courmont c71d57860f rtp: assert the PT init callback 5 years ago
Rémi Denis-Courmont 28a7f2ddc9 rtp: remove no-op callback 5 years ago
Rémi Denis-Courmont a8613e9b92 rtp: optimise negation out 5 years ago
Rémi Denis-Courmont 3a0fd7826a rtp: fix sequence signed overflow 5 years ago
Rémi Denis-Courmont 0656521aa2 rtp: fix timestamp sign expansion 5 years ago
Romain Vimont e5d44f6af0 vlc_tick: add MIN and MAX constants 5 years ago
Rémi Denis-Courmont 472c70673b rtp: remove support for RTP framing over TCP 6 years ago
Steve Lhomme cc79f1f98f modules: use vlc_tick_from_samples() 8 years ago
Steve Lhomme 5e95c92802 modules: use samples_from_vlc_tick() 8 years ago
Steve Lhomme e5494e21ba rtp:session: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() 8 years ago
Steve Lhomme e41dac0925 module: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS() 8 years ago
Steve Lhomme b4dfbc6283 rename mdate() to vlc_tick_now() 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Steve Lhomme 8be19dcd74 rtp:session: remove outdated comment 8 years ago
Francois Cartegnie 5a8a8baa91 Revert "access: rtp: handle drops for discontinuity propagation" 9 years ago
Francois Cartegnie 7cffecf52b access: rtp: flag discontinuity on TS sessions 9 years ago
Francois Cartegnie 079eaa8cb0 access: rtp: handle drops for discontinuity propagation 9 years ago
Rémi Denis-Courmont a3c743e778 rtp: avoid shadowing 9 years ago
Rémi Denis-Courmont 0cbb516c63 Use flexible arrays instead of allocating too much 14 years ago
Rémi Denis-Courmont 3320071d3d Avoid zero-length array 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont 94f9d6e0d3 RTP: skip reordering timer in case of TCP 16 years ago
Pierre Ynard 349f269051 rtp: use VLC_TS_INVALID 16 years ago
Rémi Denis-Courmont fad7f0d534 RTP: reorder for better readability 16 years ago
Rémi Denis-Courmont f5c7b6ff8b Remove noisy debug 17 years ago
Rémi Denis-Courmont 9d223efe5d RTP: fix timestamp wrap - fix #1645 17 years ago
Rémi Denis-Courmont c175d9308b RTP: premultiply timeout value to VLC frequency 17 years ago
Rémi Denis-Courmont ac9f4d32b7 RTP: typos 17 years ago
Rémi Denis-Courmont 330a8cd91a RTP: compute deadline from RX time of oldest packet in queue 17 years ago