Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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