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-07-07avformat/sctp: close socket on errorsMichael Niedermayer
2022-01-21lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-06-08Merge commit '8ef98855d25e457094468e2e1a79d9b10d6445b2'Michael Niedermayer
2015-06-08sctp: Always initialize outmsg structVittorio Giovara
2015-03-16Merge commit 'a4c5801070198c1f2af32fa5cf850c330615ac24'Michael Niedermayer
2015-03-15sctp: Update to match tcpLuca Barbato
2014-10-10Merge commit '09e1ccc8cddc946da5e10841f10dc5ebdd187d9d'Michael Niedermayer
2014-10-10sctp: Use AVERROR_BUG instead of abort()Luca Barbato
2014-08-25Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'Michael Niedermayer
2014-08-25libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-08-06Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer
2013-08-05network: Use SOCK_CLOEXEC when availableLuca Barbato
2013-05-05Merge commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f'Michael Niedermayer
2013-05-05sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixesDiego Biurrun
2012-12-17sctp: dont abort on invalid inputMichael Niedermayer
2012-11-08sctp: silence const warningMichael Niedermayer
2012-07-25sctp: add port missing error messageJordi Ortiz
2012-06-26network: Include unistd.h from network.hMartin Storsjö
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-05-10sctp: be consistent with socket option levelSean McGovern
2012-05-09sctp: Initial tcp-alike sctp support with streamsLuca Barbato