271 Commits (93eea20a793baf7357e374620b55f3793b873a2c)

Author SHA1 Message Date
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
Martin Storsjö 4bc5cc2313 Reassemble the RTSP URL before replacing hostname with the numerical IP 15 years ago
Martin Storsjö 7b4a36450b Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer 15 years ago
Martin Storsjö 30af077942 Don't force basic auth in RTSP, but retry with the server-specified method on failure 15 years ago
Martin Storsjö 2626308abb Actually parse the auth headers in RTSP 15 years ago
Martin Storsjö aa8bf2fb80 Make RTSP use the generic http authentication code 15 years ago
Martin Storsjö b17d11c632 Add separate method/url parameters to the rtsp_send_cmd functions 15 years ago
Martin Storsjö e9fea405a7 Reindent 15 years ago
Martin Storsjö b1cc5540e7 Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content 15 years ago
Luca Barbato 7ed8211b3e Issue a warning if the received CSeq isn't the expected one 15 years ago
Martin Storsjö 3032276b18 Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly 15 years ago
Martin Storsjö 7a033e08ea Handle multiple RTSP transport options properly by adding all of them into the mask 15 years ago
Martin Storsjö 602eb77975 Parse options in the RTSP URL only from the last question mark onwards 15 years ago
Martin Storsjö 2a21adf924 Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server 15 years ago
Martin Storsjö 685e76b554 Reindent 15 years ago
Martin Storsjö b7dc88fc68 Add support for TCP as lower transport in the RTSP muxer 15 years ago
Martin Storsjö 6e69f6c47f Use the caller's RTSPMessageHeader in rtsp_setup_input_streams 15 years ago
Martin Storsjö ec55edba31 Make rtsp_skip_packet non-static, add ff prefix 15 years ago