summaryrefslogtreecommitdiff
path: root/libavformat/rtspdec.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-25
* lavf: split tls.cwm42015-05-26
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* rtsp: Add a buffer_size optionLuca Barbato2015-04-01
* rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-23
* rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö2015-01-23
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* rtsp: Add rtsps to the probeLuca Barbato2014-10-10
* rtsp: Support tls when in listen modeLuca Barbato2014-10-10
* rtsp: Check for command strings without spacesLuca Barbato2014-10-10
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* rtspdec: Fix keep-alive request for ACTi camerasRumin Sam2013-12-11
* rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö2013-11-01
* rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-31
* rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö2012-10-12
* rtspdec: Fix use of uninitialized byteMichael Niedermayer2012-10-12
* rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau2012-10-09
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* rtsp: Add listen modeJordi Ortiz2012-07-10
* rtsp: Move rtsp_read_closeJordi Ortiz2012-07-10
* rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö2012-04-08
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-19
* rtsp: Resend new keepalive commands if they used stale authMartin Storsjö2012-03-13
* rtsp: Make rtsp_demuxer_class staticMartin Storsjö2012-02-15
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-18
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-17
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* rtsp: remove disabled codeDiego Biurrun2011-07-18
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-27
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-11
* avio: make url_read_complete() internal.Anton Khirnov2011-04-04
* rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö2011-03-30
* Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-11
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-24