127 Commits (e85df18d7495ac2816c090a9421f60055e4e59c9)

Author SHA1 Message Date
Jordi Ortiz fcd0298c05 rtsp: Add content-type message header parsing 13 years ago
Martin Storsjö dbb06b8c0d rtsp: Allow specifying the UDP port range via AVOptions 13 years ago
Martin Storsjö 1f712e6a05 rtsp: Remove extern declarations for variables that don't exist 13 years ago
Dmitry Volyntsev b29ec002bb fix rtp 916 issue 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
John Brooks f011fcd67e rtsp: add allowed_media_types option 13 years ago
Martin Storsjö 9867aea524 rtsp: Remove the separate filter_source variable 13 years ago
Martin Storsjö eca4850c6d rtsp: Accept options via private avoptions instead of URL options 13 years ago
Martin Storsjö 17fff881e7 rtsp: Merge the AVOption lists 13 years ago
Martin Storsjö 30eae32530 rtsp: Parse the x-Accept-Dynamic-Rate header 13 years ago
Diego Biurrun 76e25dbca6 rtsp: remove disabled code 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Diego Biurrun f75e3da535 RTSP: Doxygen comment cleanup 14 years ago
Martin Storsjö e2e29c6247 rtspenc: Add RTP muxer options 14 years ago
Anton Khirnov 4779f59378 rtspdec: add initial_pause private option. 14 years ago
Martin Storsjö 0b4949b518 rtsp: Only do keepalive using GET_PARAMETER if the server supports it 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Luca Barbato a8475bbdb6 os: replace select with poll 14 years ago
Diego Elio Pettenò 3d21b4f607 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago
Martin Storsjö 4f40ec0552 rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo abbc1d272e rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 14 years ago
Martin Storsjo d89a08d81b rtsp: Make make_setup_request a nonstatic function 14 years ago
Diego Elio Pettenò 57c4d01ec9 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago
Martin Storsjö 2762a7a28b rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo 93e7490ee0 rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 14 years ago
Martin Storsjo fef5649a82 rtsp: Make make_setup_request a nonstatic function 14 years ago
Martin Storsjö a92c30d76e rtsp: Allow requesting of filtering of source packets 14 years ago
Martin Storsjö d2995eb910 rtsp: Store the Content-Base header value straight to the target 14 years ago
Martin Storsjö 77223c5388 rtsp: Pass the method name to ff_rtsp_parse_line 14 years ago
Martin Storsjö acc9ed1450 rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState 14 years ago
Martin Storsjö 3df54c6bf2 rtsp: Add a method parameter to ff_rtsp_read_reply 14 years ago
Martin Storsjö dd22cfb101 rtsp: Parse and use the Content-Base reply header, if present 14 years ago
Martin Storsjö 0526c6f7c7 rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago
Martin Storsjö c2688f3ac8 rtsp: Move rtsp_setup_output_streams into rtspenc.c 14 years ago
Aurelien Jacobs a5cea13202 drop rtsp_default_protocols which is not part of public API and not used anymore 14 years ago
Martin Storsjö 9e6acc7884 rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_time_realtime instead 14 years ago
Martin Storsjö 96a7c9753e rtsp: Use a dynamically allocated receive buffer 14 years ago
John Wimer 619298a84d Send NAT punching messages to the address specified in the Transport: 14 years ago
Josh Allmann b20359f51a rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet 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
Aurelien Jacobs be73ba2fa4 get rid of MAX_STREAMS limit in RTSP 14 years ago
Luca Barbato d93fdcbf5c Preserve status reason 14 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
Martin Storsjö 48e77473e9 Cosmetics: Change connexion to connection in code comments 15 years ago
Josh Allmann f5d33f5241 Add RTSP tunneling over HTTP 15 years ago
Martin Storsjö fc490fcf71 Cosmetics: Reindent/align/wrap 15 years ago