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
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-16libavformat: Split version.hMartin Storsjö
2021-12-04avformat/rtspdec: get rid of the hardcoded max size for sdpLimin Wang
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-12-29avformat/rtsp: add support for satip://Aman Karmani
2020-12-05avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang
2020-11-28avformat/rtspdec: fix potential mem leak in listen modeAndriy Gelman
2020-11-28avformat/rtspdec: show method request in logAndriy Gelman
2020-11-21avformat/rtspdec: cosmeticsAndriy Gelman
2020-11-21avformat/rtspdec: fix mem leaks in connect mode if init failsAndriy Gelman
2020-11-21avformat/rtspdec: fix mem leaks in listen mode if init failsAndriy Gelman
2020-11-21avformat/rtspdec: add network init to listen modeAndriy Gelman
2020-11-11avformat/rtspdec: return proper error codeLimin Wang
2020-11-11avformat/rtspdec: use SDP_MAX_SIZE for sdp arrayLimin Wang
2020-10-09avformat/rtspdec: add newline in log messageAndriy Gelman
2020-06-02avformat/rtspdec: av_dict_set() -> av_dict_set_int()Limin Wang
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-07-10rtspdec: Fix return errorDerek Buitenhuis
2017-03-30Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch
2016-11-03Drop unreachable break and return statementsDiego Biurrun
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
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
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-11-29Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'Hendrik Leppkes
2015-11-25rtsp: Log getaddrinfo failuresLuca Barbato
2015-05-27lavf: split tls.cwm4
2015-05-26lavf: split tls.cwm4
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-01Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'Michael Niedermayer
2015-04-01rtsp: Add a buffer_size optionLuca Barbato
2015-02-23Merge commit 'cdcc370293a159c321e41af7f0eef141c62d698d'Michael Niedermayer
2015-02-23rtsp: punch holes again after pauseGilles Chanteperdrix
2015-02-22avformat/rtsp: punch holes again after pauseGilles Chanteperdrix
2015-01-23Merge commit '9108967513fcaff3d55514a7bca4c9fbba128c71'Michael Niedermayer
2015-01-23rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö
2014-10-24Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer
2014-10-24lavf: Use av_gettime_relativeMartin Storsjö
2014-10-21avformat/rtsp: Use ff_rtsp_averror()Andrey Utkin
2014-10-10Merge commit '3df8d52fcdc9036b4074fdc612d487ece8bb5b7f'Michael Niedermayer
2014-10-10Merge commit 'c839b0439f0b01c72a6d253920d2e342b30f8bcb'Michael Niedermayer
2014-10-10Merge commit 'c27328e749ff3be648411765cd17362fee017341'Michael Niedermayer
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