300 Commits (7c0460496b5eeb1713f00c00e2e61b420bb928e7)

Author SHA1 Message Date
Martin Storsjö 5fe8021a6a rtsp/sdp: Move code into correct ifdefs 14 years ago
Diego Biurrun a44da176ac Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs. 14 years ago
Diego Biurrun 2e802e3855 Add some #endif comments to ease understanding. 14 years ago
Martin Storsjö d7810f4541 rtsp: In the muxer, show the generated with verbose log level 14 years ago
Martin Storsjö 6ecd741713 rtsp: Show the received SDP 14 years ago
Martin Storsjö 321259c1ab rtsp: Return a queued packet if it has been in the queue for longer than max_delay 14 years ago
Martin Storsjö 58ee09911e rtpdec: Reorder received RTP packets according to the seq number 14 years ago
Martin Storsjö c690fa97e5 Reindent/rewrap 14 years ago
Martin Storsjö 38f8c80b62 rtsp: Reorganize if statements in rtsp_read_play 14 years ago
Martin Storsjö ad4ad27fb6 rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 14 years ago
Martin Storsjö 96a7c9753e rtsp: Use a dynamically allocated receive buffer 14 years ago
Martin Storsjö 160918d588 rtsp: Handle standard assigned codec names for private payload types, too 14 years ago
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 15 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