git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix undefined variable use
[vlc.git]
/
modules
/
stream_out
/
rtp.c
2007-09-01
Rémi Denis-Courmont
Fix undefined variable use
blob
|
commitdiff
2007-08-31
Rémi Denis-Courmont
Another round of MTU fixes (review welcome)
blob
|
commitdiff
|
diff to current
2007-08-31
Rémi Denis-Courmont
Add a const
blob
|
commitdiff
|
diff to current
2007-08-31
Rémi Denis-Courmont
Use common RTP header formatting for RTP/TS
blob
|
commitdiff
|
diff to current
2007-08-31
Rémi Denis-Courmont
Same as previous commit
blob
|
commitdiff
|
diff to current
2007-08-30
Rémi Denis-Courmont
Factorize some code from RTP packetization for RTP...
blob
|
commitdiff
|
diff to current
2007-08-24
Rémi Denis-Courmont
Advertise port 0 in SDP when not streaming to a fixed...
blob
|
commitdiff
|
diff to current
2007-08-24
Rémi Denis-Courmont
Don't return negative session number
blob
|
commitdiff
|
diff to current
2007-08-24
Rémi Denis-Courmont
Isolate RTSP from the rest of RTP
blob
|
commitdiff
|
diff to current
2007-08-23
Rémi Denis-Courmont
Hide sout ID from RTSP code
blob
|
commitdiff
|
diff to current
2007-08-23
Rémi Denis-Courmont
Remove per-ID destination since it is not actually...
blob
|
commitdiff
|
diff to current
2007-08-23
Rémi Denis-Courmont
More boundary cleanup
blob
|
commitdiff
|
diff to current
2007-08-23
Rémi Denis-Courmont
Cleanup RTP / RTSP boundary a little
blob
|
commitdiff
|
diff to current
2007-08-23
Rémi Denis-Courmont
- Loosen dependency of RTSP code on stream ID
blob
|
commitdiff
|
diff to current
2007-08-23
Rémi Denis-Courmont
Fix struct duplication
blob
|
commitdiff
|
diff to current
2007-08-23
Rémi Denis-Courmont
Split RTP sout into multiple pieces.
blob
|
commitdiff
|
diff to current
2007-08-22
Rémi Denis-Courmont
Do not send scope ID over the wire
blob
|
commitdiff
|
diff to current
2007-08-22
Rémi Denis-Courmont
Fix Require header support
blob
|
commitdiff
|
diff to current
2007-08-22
Rémi Denis-Courmont
Fix RTSP Transport mode handling
blob
|
commitdiff
|
diff to current
2007-08-22
Rémi Denis-Courmont
Remove duplicate check
blob
|
commitdiff
|
diff to current
2007-08-22
Rémi Denis-Courmont
Various RTSP conformance fixes:
blob
|
commitdiff
|
diff to current
2007-08-22
Rémi Denis-Courmont
Bunch of conformance fixes:
blob
|
commitdiff
|
diff to current
2007-08-21
Rémi Denis-Courmont
Fix previous commit
blob
|
commitdiff
|
diff to current
2007-08-21
Rémi Denis-Courmont
- Do not parse CSeq; do not assume it fits in an integer
blob
|
commitdiff
|
diff to current
2007-08-21
Rémi Denis-Courmont
Centralize HTTP/RTSP error text
blob
|
commitdiff
|
diff to current
2007-08-21
Rémi Denis-Courmont
Fix remote DoS against the RTSP server when Transport...
blob
|
commitdiff
|
diff to current
2007-08-21
Rémi Denis-Courmont
Use memcmp()
blob
|
commitdiff
|
diff to current
2007-08-21
Rémi Denis-Courmont
Use session-wide RTCP RR bandwidth. Fix overflow
blob
|
commitdiff
|
diff to current
2007-08-21
Rémi Denis-Courmont
Cosmetic
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
- Fix TTL in SDP
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdio while we're at it.
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdlib.h
blob
|
commitdiff
|
diff to current
2007-08-19
Rémi Denis-Courmont
Enable RTCP SR from the RTP sout
blob
|
commitdiff
|
diff to current
2007-08-17
Rémi Denis-Courmont
Request that sender send no RTCP RR.
blob
|
commitdiff
|
diff to current
2007-04-09
Christophe Mutricy
vlc_b64_decode_binary() is in vlc_strings.h
blob
|
commitdiff
|
diff to current
2007-04-09
Rémi Denis-Courmont
SDP: fix ordering of b= and a=
blob
|
commitdiff
|
diff to current
2007-04-09
Rémi Denis-Courmont
Do not insert TTL in c= line for IPv6 - this was invalid
blob
|
commitdiff
|
diff to current
2007-03-01
Laurent Aimar
Fixed a small memleak.
blob
|
commitdiff
|
diff to current
2007-02-27
Laurent Aimar
Do not force a default TTL value (the value 1 will...
blob
|
commitdiff
|
diff to current
2007-02-27
Rémi Denis-Courmont
IP6 "MUST NOT" have a TTL.
blob
|
commitdiff
|
diff to current
2007-02-27
Laurent Aimar
Removed debug left over.
blob
|
commitdiff
|
diff to current
2007-02-27
Laurent Aimar
Fixed H264 rtp packetization.
blob
|
commitdiff
|
diff to current
2007-02-25
Laurent Aimar
Fixed rtsp broadcast streaming(sdp=rtsp://) and a poten...
blob
|
commitdiff
|
diff to current
2007-02-25
Laurent Aimar
Added vlc_b64_encode_binary (include/vlc_strings.h...
blob
|
commitdiff
|
diff to current
2007-02-22
Jean-Paul Saman
Remove of excess whitespace
blob
|
commitdiff
|
diff to current
2007-02-10
Rémi Denis-Courmont
s/psz_name/psz_path/ for consistency
blob
|
commitdiff
|
diff to current
2007-02-10
Rémi Denis-Courmont
Big SAP/announce cleanup
blob
|
commitdiff
|
diff to current
2007-02-09
Rémi Denis-Courmont
Partial announce API cleanup
blob
|
commitdiff
|
diff to current
2006-11-26
Clément Stenac
A bit of headers cleanup
blob
|
commitdiff
|
diff to current
2006-10-23
Jean-Paul Saman
Patch by aurelien: properly test for NULL.
blob
|
commitdiff
|
diff to current
2006-10-20
Rémi Denis-Courmont
Another TTL string unduped
blob
|
commitdiff
|
diff to current
2006-10-08
Derk-Jan Hartman
* undo [16970]. Stick to 4 byte startcodes and single...
blob
|
commitdiff
|
diff to current
2006-10-07
Derk-Jan Hartman
* Improve the h264 rtp muxing even more. Should now...
blob
|
commitdiff
|
diff to current
2006-10-07
Derk-Jan Hartman
* Skip nal type 7 and 8 in RTP muxing.
blob
|
commitdiff
|
diff to current
2006-10-01
Antoine Cellerier
Rename all sout_Cfg* stuff to config_Chain* (as it...
blob
|
commitdiff
|
diff to current
2006-09-26
Jean-Paul Saman
Fix: Quicktime 404 error on RTSP SETUP. Patch by Brian...
blob
|
commitdiff
|
diff to current
2006-09-09
Rémi Denis-Courmont
Really fix SDP ordering here too (closes #716 again)
blob
|
commitdiff
|
diff to current
2006-09-08
Rémi Denis-Courmont
Fix SDP line ordering (closes #716)
blob
|
commitdiff
|
diff to current
2006-09-08
Sam Hocevar
* modules/stream_out/rtp.c:
blob
|
commitdiff
|
diff to current
2006-08-15
Derk-Jan Hartman
* provide the SPS and PPS in the SDP when doing h264...
blob
|
commitdiff
|
diff to current
2006-06-10
Rémi Denis-Courmont
Include bitrate in SDP when known.
blob
|
commitdiff
|
diff to current
2006-05-25
Derk-Jan Hartman
* H264 RTP packetization by Vitaly V. Bursov <vitalyvb...
blob
|
commitdiff
|
diff to current
2006-04-29
Rémi Denis-Courmont
Use strlcpy
blob
|
commitdiff
|
diff to current
2006-04-13
Derk-Jan Hartman
* Revert the unintentially committed files of [15202]
blob
|
commitdiff
|
diff to current
2006-04-13
Derk-Jan Hartman
* Fix libgcrypt on MacIntel by disabling it's ASM....
blob
|
commitdiff
|
diff to current
2006-03-25
Clément Stenac
Strings review in stream_out (Refs:#438). Please review...
blob
|
commitdiff
|
diff to current
2006-03-23
Derk-Jan Hartman
* Fix AMR RTP muxing. patch by Alex Antropoff <alant...
blob
|
commitdiff
|
diff to current
2006-03-22
Jean-Paul Saman
Add support for X-Playnow RTSP option
blob
|
commitdiff
|
diff to current
2006-03-19
Christophe Mutricy
stream_out/*: String review (refs #438)
blob
|
commitdiff
|
diff to current
2006-03-14
Derk-Jan Hartman
* We are not gonna start naming options to RFCs. Let...
blob
|
commitdiff
|
diff to current
2006-03-14
Rémi Denis-Courmont
Whoops. Disable by default for now.
blob
|
commitdiff
|
diff to current
2006-03-14
Rémi Denis-Courmont
Apply RFC3016 RTP packetizer patch from Alex Antropoff
blob
|
commitdiff
|
diff to current
2006-03-08
Rémi Denis-Courmont
Fix TTL range check
blob
|
commitdiff
|
diff to current
2006-03-01
Derk-Jan Hartman
* trackID changes for the VLC rtsp server as suggested...
blob
|
commitdiff
|
diff to current
2006-02-28
Derk-Jan Hartman
* Fix the rtp module to not create broken SDPs. muxed...
blob
|
commitdiff
|
diff to current
2006-02-27
Rémi Denis-Courmont
Separate socket/resolv stuff (network.h) from url stuff...
blob
|
commitdiff
|
diff to current
2006-02-18
Rémi Denis-Courmont
All: missing #include "charset.h"
blob
|
commitdiff
|
diff to current
2006-02-13
Rémi Denis-Courmont
Further fopen() unicode fixes (refs #528)
blob
|
commitdiff
|
diff to current
2006-02-11
Rémi Denis-Courmont
- Fix typo in previous commit
blob
|
commitdiff
|
diff to current
2006-02-11
Rémi Denis-Courmont
Simplify [12964]
blob
|
commitdiff
|
diff to current
2006-01-12
Antoine Cellerier
FSF address change.
blob
|
commitdiff
|
diff to current
2005-12-15
Felix Paul Kühne
o.O (refs [13767])
blob
|
commitdiff
|
diff to current
2005-12-15
Felix Paul Kühne
* unify the Time-To-Live string and fix its Spanish...
blob
|
commitdiff
|
diff to current
2005-10-27
Marian Durkovic
fix relation between MTU and RTP max packet size -...
blob
|
commitdiff
|
diff to current
2005-10-25
Marian Durkovic
fix for SAP announcements:
blob
|
commitdiff
|
diff to current
2005-10-24
Marian Durkovic
fixed SAP announcement deletion for muxed streams
blob
|
commitdiff
|
diff to current
2005-10-23
Marian Durkovic
SAP announcer needs destination address in URI
blob
|
commitdiff
|
diff to current
2005-10-23
Clément Stenac
Export URI from RTP module . Closes:#403
blob
|
commitdiff
|
diff to current
2005-10-20
Marian Durkovic
fixed some issues with port numbers
blob
|
commitdiff
|
diff to current
2005-10-20
Marian Durkovic
fixed rtp with mux=ts
blob
|
commitdiff
|
diff to current
2005-07-31
Rémi Denis-Courmont
- Put IP6 instead of IP4 when appropriate
blob
|
commitdiff
|
diff to current
2005-07-29
Rémi Denis-Courmont
I had missed a third similar problem
blob
|
commitdiff
|
diff to current
2005-07-29
Rémi Denis-Courmont
- Add httpd_ServerIP() to obtain HTTP server's IP used...
blob
|
commitdiff
|
diff to current
2005-07-29
Rémi Denis-Courmont
Similar fixes
blob
|
commitdiff
|
diff to current
2005-07-29
Rémi Denis-Courmont
A bunch of minor fixes
blob
|
commitdiff
|
diff to current
2005-07-29
Rémi Denis-Courmont
Use more sensible/conservative buffer size for psz_ttl
blob
|
commitdiff
|
diff to current
2005-07-29
Rémi Denis-Courmont
Don't use NULL char pointer
blob
|
commitdiff
|
diff to current
2005-07-28
Rémi Denis-Courmont
Fix RTSP error codes
blob
|
commitdiff
|
diff to current
2005-07-26
Rémi Denis-Courmont
Fix FIXME
blob
|
commitdiff
|
diff to current
2005-07-25
Derk-Jan Hartman
* Fix the two SAP issues reported by Marian Durkovic.
blob
|
commitdiff
|
diff to current
next