120 Commits (8dd73f68a6319d1784b33da9553671f1a0c197f9)

Author SHA1 Message Date
Derek Buitenhuis 5ca063799c rtspdec: Fix return error 7 years ago
Diego Biurrun 67351924fa Drop unreachable break and return statements 8 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 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
Luca Barbato 2c17fb61ce rtsp: Log getaddrinfo failures 9 years ago
wm4 4a006b9eb7 lavf: split tls.c 10 years ago
wm4 d8ffb2055f lavf: split tls.c 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Luca Barbato e3ec6fe7bb rtsp: Add a buffer_size option 10 years ago
Gilles Chanteperdrix cdcc370293 rtsp: punch holes again after pause 10 years ago
Gilles Chanteperdrix 22bb5bd7a3 avformat/rtsp: punch holes again after pause 10 years ago
Martin Storsjö 9108967513 rtspdec: Consistently use rtsp_hd_out for writing 10 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Andrey Utkin 282c9354f1 avformat/rtsp: Use ff_rtsp_averror() 10 years ago
Luca Barbato 3df8d52fcd rtsp: Add rtsps to the probe 10 years ago
Luca Barbato c839b0439f rtsp: Support tls when in listen mode 10 years ago
Luca Barbato c27328e749 rtsp: Check for command strings without spaces 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 5be8c27694 avformat/rtspdec: Use av_mallocz_array() 11 years ago
Reimar Döffinger a0568ed254 rtspdec: check for strchr returning NULL. 11 years ago
Rumin Sam 70e981cf5d rtspdec: Fix keep-alive request for ACTi cameras 11 years ago
Martin Storsjö 50aef03b24 rtspenc: Make sure BYE packets are sent before TEARDOWN 11 years ago
Martin Storsjö b7e6da988b rtpproto: Move rtpproto specific function declarations to a separate header 11 years ago
Carl Eugen Hoyos 0fff7f039c Supply a User-Agent header when opening rtsp streams. 12 years ago
Martin Storsjö 5a2cb78219 rtspdec: Set the default port for listen mode, if none is specified 12 years ago
Michael Niedermayer eae35eadc0 rtspdec: Fix use of uninitialized byte 12 years ago
Michael Niedermayer 0c6b9b9fe5 rtspdec:read_line: fix use of uninitialized byte 12 years ago
Janne Grunau d5ef9354ce rtspdec: use av_strlcpy for writing into fixed size buffer 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Jordi Ortiz a8ad6ffafe rtsp: Add listen mode 13 years ago
Jordi Ortiz 6bbb362218 rtsp: Move rtsp_read_close 13 years ago
Martin Storsjö 9294f538e9 rtsp: Don't use av_malloc(0) if there are no streams 13 years ago
Martin Storsjö 17934c1824 cosmetics: Align some AVInput/OutputFormat declarations 13 years ago
Martin Storsjö cdf9108b6a rtsp: Resend new keepalive commands if they used stale auth 13 years ago
Martin Storsjö 735be9cdfb rtsp: Make rtsp_demuxer_class static 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
John Brooks 12348ca25e rtpdec: unwrap RTP timestamps for PTS calculation 13 years ago
Martin Storsjö 17fff881e7 rtsp: Merge the AVOption lists 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Martin Storsjö 847052db34 rtspdec: Require TCP-interleaved RTP packets to be at least 11 bytes, instead of 12. 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Diego Biurrun 76e25dbca6 rtsp: remove disabled code 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Anton Khirnov 4779f59378 rtspdec: add initial_pause private option. 14 years ago