131 Commits (832404cea798c913ef57654c4b8326dc4b8adf91)

Author SHA1 Message Date
Aurelien Jacobs da61e4136a use new metadata API in rtsp demuxer 16 years ago
Ronald S. Bultje d1c6e47c16 Fix the Transport: line in the SETUP request so that it works with WMS 16 years ago
Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 16 years ago
Ronald S. Bultje cb760a4790 Skip m= blocks in the SDP if the media type is unknown. This prevents 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Ronald S. Bultje 9211bcddb4 Reindent to properly fit a 80 chars terminal. 16 years ago
Ronald S. Bultje ff16f551cf Reindent after r16509. 16 years ago
Ronald S. Bultje 83d14c85da Apply rtpmap: SDP lines to the last m= line only, since they generally just 16 years ago
Ronald S. Bultje e49906c321 Increase buffer size for RTP packet data because some ASF streams use a 16 years ago
Ronald S. Bultje 7a86bafa20 Use the "server" RTSP field to detect whether the server that we're talking 16 years ago
Ronald S. Bultje 74272b1c0c Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future 16 years ago
Ronald S. Bultje 572c6a3814 Allow subscription to any of the streams, not just the first, available in 16 years ago
Ronald S. Bultje 7c68a17754 Parse the OpaqueData field for every AVStream represented by this "set of 16 years ago
Ronald S. Bultje 3ca45429fe Parse the ASMRuleBook SDP line to dynamically create one new AVStream for 16 years ago
Ronald S. Bultje b965ff352f Add comment to indicate why the SDP line buffer is as big as it is. 16 years ago
Ronald S. Bultje e322d3f5be Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion 16 years ago
Luca Abeni be73a544af Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 16 years ago
Luca Barbato 644e7acba4 Rename type to be consistent 16 years ago
Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 16 years ago
Ronald S. Bultje e0d1eabf14 Change function prototype from taking an AVStream to taking an index to the 16 years ago
Ronald S. Bultje 114732f4c7 Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in 16 years ago
Ronald S. Bultje 6ff1f61530 Call check_back_and_send_rr() function only in case of RTP as a transport. 16 years ago
Ronald S. Bultje 5c918b2775 Reindent after r15544. 16 years ago
Ronald S. Bultje accc248f28 Implement RDTDemuxContext, which contains RDT-specific data (similar to 16 years ago
Ronald S. Bultje 5465b0d474 Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) 16 years ago
Ronald S. Bultje 99a1d1915e Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque 16 years ago
Ronald S. Bultje ed0aacc76e Rename RTP payload contexts to PayloadContext, suggested by Luca in 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Reimar Döffinger 9b5ede5b64 Add (additional) const to many global tables. 16 years ago
Ronald S. Bultje 985b05d3c9 This patch refactors RDT packet header parsing so that it can be used in 16 years ago
Ronald S. Bultje f5f1e97f33 Reindent after previous patches. 16 years ago
Ronald S. Bultje 119b466811 Implement a RTSPTransport field, which allows proper separation of server 16 years ago
Ronald S. Bultje ab63fb0360 Remove access to rdt_data struct in functions called outside of the 16 years ago
Ronald S. Bultje eee2cbff77 Send improper UDP SETUP request, which is what Realmedia servers expect. 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Baptiste Coudurier 6ad1c9c992 only include sys/select.h if present, fix mingw compilation 16 years ago
Baptiste Coudurier 933bd8e291 include sys/select.h instead of unistd.h to get select, 16 years ago
Ronald S. Bultje 2834c365d2 Reindent after r15317. 16 years ago
Ronald S. Bultje 2e889ae4b9 Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport 16 years ago
Ronald S. Bultje a6789dca1b Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: 16 years ago
Ronald S. Bultje ee0cb67fa3 Factorize out common code for opening of the RTP parsing context between 16 years ago
Ronald S. Bultje 4fce284c08 Implement RDT-specific data parsing routines. After these changes, simple 16 years ago
Ronald S. Bultje 99b2ac0797 Reindent after previous patch. 16 years ago
Ronald S. Bultje 1256d16b6c Implement a RDT-specific SET_PARAMETER command that subscribes to the 16 years ago
Ronald S. Bultje 0ad306bc81 Remove unused code that used to handle protocol concatenation, i.e. trying 16 years ago
Ronald S. Bultje e9dea59f16 Implement Realmedia/RTSP-compatible SETUP command. This includes calculation 16 years ago
Ronald S. Bultje 5f86057ffd Remove useless "else" case in if X { A; return }; else { B }. See discussion 16 years ago
Ronald S. Bultje d6bb9ebdc6 Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line 16 years ago