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
2018-02-11lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos
2018-02-04rtsp: rename certain options after a deprecation periodwm4
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-12-11Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'James Almer
2017-11-30rtsp: only break on parse_rtsp_message on errorTristan Matthews
2017-10-06rtsp: Move message parsing to a separate functionLuca Barbato
2017-10-04Merge commit '79331df362fb05a0d04ca9489c87e5b80077a3f4'James Almer
2017-10-04Merge commit '5263f464db5f2df74ddf712f6d1221b24475fa8e'James Almer
2017-10-04Merge commit 'b9b82151a1aaa8bbf389853a6142c4e101d80b86'James Almer
2017-10-04Merge commit '150e99d694f33ab9ad678834964909aa315d14a1'James Almer
2017-09-01lavf: make avio_read_partial() publicwm4
2017-08-30lavf: make avio_read_partial() publicwm4
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-21rtsp: Move message parsing to a separate functionLuca Barbato
2017-02-28rtsp: Lazily set up the pollfd array onceLuca Barbato
2017-02-27rtsp: Lazily allocate the pollfd arrayLuca Barbato
2017-02-27rtsp: Move the pollfd setup out of the for loopLuca Barbato
2017-02-27rtsp: Factor out packet readingLuca Barbato
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-09-15rtsp: Fix a crash with the RTSP muxerMartin Storsjö
2016-09-15lavf/rtsp: Fix a crash with the RTSP muxer.Martin Storsjö
2016-08-05lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun
2016-06-26Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b'Hendrik Leppkes
2016-06-21Merge commit 'bc2a32969eb4db17677971def5ad5b936d9d1648'Clément Bœsch
2016-05-25rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö
2016-05-11rtsp: Parse SSRC attributes in the SDPMartin Storsjö
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-07rtp: Fix play multiple multicast streams with the same portZhao Zhili
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
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-12-07rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde
2015-12-06avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-29Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'Hendrik Leppkes
2015-11-29Merge commit '98063bcf15eb1e9bf9c8758c83c88d51cbb7ace7'Hendrik Leppkes
2015-11-25rtsp: Log getaddrinfo failuresLuca Barbato
2015-11-25rtsp: Do not assume getnameinfo cannot failLuca Barbato
2015-10-27Merge commit 'e02dcdf6bb6835ef4b49986b85a67efcb3495a7f'Hendrik Leppkes
2015-10-23rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö
2015-09-16Merge commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56'Hendrik Leppkes
2015-09-16rtsp: warning when max_delay reachedEloi BAIL
2015-07-30Merge commit '764ec70149728be82304c163ccc4e280f1629201'Michael Niedermayer
2015-07-30rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö
2015-05-15avformat/rtsp: print a debug level note if time parsing failsMichael Niedermayer
2015-04-24Merge commit 'b90adb0aba073f9c1b4abca852119947393ced4c'Michael Niedermayer