689 Commits (d9c21ec63999501afc39ffc26f363245e8624304)

Author SHA1 Message Date
phunkyfish b71685865f avformat/rtp: Pass sources and block filter addresses via sdp file for rtp 5 years ago
Martin Storsjö 29f8d4e947 rtsp: Use AVERROR() with errno.h error codes for error returns 5 years ago
Ross Nicholson 460f74495f libavformat/rtsp: return error if rtsp_hd_out is null instead of crash 5 years ago
Tristan Matthews 1e56173515 rtsp: add pkt_size option 6 years ago
Jun Li 32148b5ac9 lavf/rtsp.c: Fix stimeout option not applied on http tunnel 6 years ago
Steven Liu 7f78a1b1ca Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel" 6 years ago
Signed-off-by: Jun Li 1ae8a1073b lavf/rtsp.c: Fix stimeout option not applied on http tunnel 6 years ago
Steven Liu bbae8d08f5 Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel" 6 years ago
Steven Liu f502bd5432 lavf/rtsp.c: Fix stimeout option not applied on http tunnel 6 years ago
Jun Li 4f5e660e69 avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100 6 years ago
Jun Li c3b517dac2 avformat/rtsp: Add https tunneling support 6 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Michael Niedermayer 497c9b0cce avformat/rtsp: Check number of streams in sdp_parse_line() 6 years ago
Michael Niedermayer 0b50f27635 avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect() 6 years ago
Carl Eugen Hoyos dced1f6cdf lavf/rtpdec: Constify several pointers. 7 years ago
wm4 ff46124b0d rtsp: rename certain options after a deprecation period 7 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Tristan Matthews f6161fccf8 rtsp: only break on parse_rtsp_message on error 7 years ago
Luca Barbato 1e27837265 rtsp: Move message parsing to a separate function 7 years ago
wm4 5d76674756 lavf: make avio_read_partial() public 7 years ago
wm4 173b56218f lavf: make avio_read_partial() public 7 years ago
Luca Barbato ca960161f0 rtsp: Move message parsing to a separate function 8 years ago
Luca Barbato 79331df362 rtsp: Lazily set up the pollfd array once 8 years ago
Luca Barbato 5263f464db rtsp: Lazily allocate the pollfd array 8 years ago
Luca Barbato b9b82151a1 rtsp: Move the pollfd setup out of the for loop 8 years ago
Luca Barbato 150e99d694 rtsp: Factor out packet reading 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Martin Storsjö df37950253 rtsp: Fix a crash with the RTSP muxer 8 years ago
Martin Storsjö f8a13c7213 lavf/rtsp: Fix a crash with the RTSP muxer. 8 years ago
Andreas Cadhalpun a16018461b lavf: forward protocol_whitelist for the remaining cases 8 years ago
Martin Storsjö 3fdffc032e rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder 9 years ago
Martin Storsjö bc2a32969e rtsp: Parse SSRC attributes in the SDP 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Zhao Zhili 6f5048f4a0 rtp: Fix play multiple multicast streams with the same port 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov ec4c483976 lavf: add a protocol whitelist/blacklist for file opened internally 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Ganesh Ajjanagadde d5f5c90be9 rtsp: free opts dictionary on failure of getnameinfo 9 years ago
Ganesh Ajjanagadde 90409b6da8 avformat/rtsp: free opts dictionary on failure of getnameinfo 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato 2c17fb61ce rtsp: Log getaddrinfo failures 9 years ago
Luca Barbato 98063bcf15 rtsp: Do not assume getnameinfo cannot fail 9 years ago
Martin Storsjö e02dcdf6bb rtsp: Allow $ as interleaved packet indicator before a complete response header 9 years ago
Eloi BAIL 1ec611a102 rtsp: warning when max_delay reached 9 years ago
Martin Storsjö 764ec70149 rtsp: Only interpret $ as interleaved packet indicator at the start of replies 9 years ago
Michael Niedermayer e6ec65d2d3 avformat/rtsp: print a debug level note if time parsing fails 10 years ago
Martin Storsjö b90adb0aba rtsp: Make sure we don't write too many transport entries into a fixed-size array 10 years ago
Martin Storsjö eb7ddb5066 rtsp: Don't warn about unparsed time ranges 10 years ago