288 Commits (15cae5e605caa7f2033516b979a10440d5d6d5de)

Author SHA1 Message Date
Ronald S. Bultje 7bac991fd9 Reindent after r25032. 14 years ago
John Wimer 619298a84d Send NAT punching messages to the address specified in the Transport: 14 years ago
Martin Storsjö 744a882f6c rtsp: 10l, try to update the correct rtp stream 14 years ago
Josh Allmann b20359f51a rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet 14 years ago
Josh Allmann a1ba71aace rtsp: Check the RTCP file handle for new packets, too 14 years ago
Martin Storsjö 7934b15d5a Handle IPv6 in the RTSP code 14 years ago
Martin Storsjö 3fbd12d109 Handle IPv6 in the SDP demuxer 14 years ago
Martin Storsjö 2401660d2f rtsp: Return EOF if the TCP control channel is closed 14 years ago
Ronald S. Bultje 27014bf5a3 Send OPTIONS request at a regular basis to standard RTSP servers as well, 14 years ago
Aurelien Jacobs be73ba2fa4 get rid of MAX_STREAMS limit in RTSP 14 years ago
Reinhard Tartler 2901cc9a95 Fix spelling in comment(s) 14 years ago
Josh Allmann 91af5601c1 Add RTP packetization of Theora and Vorbis 14 years ago
Luca Barbato d93fdcbf5c Preserve status reason 14 years ago
Martin Storsjö 965a3ddb1f Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
Martin Storsjö 2845006608 rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, too 15 years ago
Axel Holzinger 354b757300 Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 15 years ago
Luca Barbato bf55cf19ca Report when a method gets an error status code 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 15 years ago
Josh Allmann 7fc8ac7fd8 RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c 15 years ago
Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 15 years ago
Josh Allmann 30619e6e59 RTSP: Remove skip_spaces in favor of strspn 15 years ago
Martin Storsjö 9290f15d00 Make the http protocol open the connection immediately in http_open again 15 years ago
Martin Storsjö a8ead3322f RTSP: Use the same authentication for the HTTP POST session as for the GET 15 years ago
Martin Storsjö 10ed37b5d1 RTSP: Add the auth credentials to the HTTP tunnel URL, too 15 years ago
Martin Storsjö 6217b6451a RTSP: Set the connection handles to null after closing them 15 years ago
Josh Allmann 00e4a1f4e2 RTSP: Don't store the connection handles in local variables 15 years ago
Martin Storsjö d3f84dfc0e RTSP: Clean up rtsp_hd on failure 15 years ago
Martin Storsjö 48e77473e9 Cosmetics: Change connexion to connection in code comments 15 years ago
Josh Allmann afcea58c53 RTSP: Shrink SDP fmtp parsing buffer size 15 years ago
Josh Allmann 41874d0a5d Reindent 15 years ago
Josh Allmann f5d33f5241 Add RTSP tunneling over HTTP 15 years ago
Martin Storsjö fc490fcf71 Cosmetics: Reindent/align/wrap 15 years ago
Josh Allmann d0382374b7 RTSP: Propagate errors up from ff_rtsp_send_cmd* 15 years ago
Martin Storsjö c453d1bb8c Remove unused local variables 15 years ago
Josh Allmann b8c2c41d66 RTSP: Add a second URLContext for outgoing messages 15 years ago
Martin Storsjö 8d168a9207 Fix a crash when opening WMS RTSP streams 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Martin Storsjö 5948f82227 Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 15 years ago
Martin Storsjö 2cab6b48ad Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext 15 years ago
Ramiro Polla adef229efb AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) 15 years ago
Ronald S. Bultje 4aecee7fc3 Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). 15 years ago
Martin Storsjö 3370289a4c Zero-initialize the reply struct 15 years ago
Martin Storsjö 0e64218889 Remove a redundant assignment, found by clang 15 years ago
Sam Gerstein f3c68c5b45 ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. 15 years ago
Josh Allmann 339f5f3957 Merge Vorbis / Theora depayloaders. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Reimar Döffinger c2bfd81605 Some spelling fixes. 15 years ago
Sam Gerstein 9cba6f5f40 Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab 15 years ago