summaryrefslogtreecommitdiff
path: root/libavformat/sctp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/sctp: close socket on errorsMichael Niedermayer2022-07-071-0/+2
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-1/+1
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
|\
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | Merge commit '8ef98855d25e457094468e2e1a79d9b10d6445b2'Michael Niedermayer2015-06-081-1/+1
|\ \ | |/
| * sctp: Always initialize outmsg structVittorio Giovara2015-06-081-1/+1
* | Merge commit 'a4c5801070198c1f2af32fa5cf850c330615ac24'Michael Niedermayer2015-03-151-20/+60
|\ \ | |/
| * sctp: Update to match tcpLuca Barbato2015-03-151-20/+60
* | Merge commit '09e1ccc8cddc946da5e10841f10dc5ebdd187d9d'Michael Niedermayer2014-10-101-1/+1
|\ \ | |/
| * sctp: Use AVERROR_BUG instead of abort()Luca Barbato2014-10-101-1/+1
* | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'Michael Niedermayer2014-08-251-2/+2
|\ \ | |/
| * libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-251-2/+2
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer2013-08-061-1/+1
|\ \ | |/
| * network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-051-1/+1
* | Merge commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f'Michael Niedermayer2013-05-051-4/+4
|\ \ | |/
| * sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixesDiego Biurrun2013-05-041-4/+4
* | sctp: dont abort on invalid inputMichael Niedermayer2012-12-171-2/+4
* | sctp: silence const warningMichael Niedermayer2012-11-081-1/+1
|/
* sctp: add port missing error messageJordi Ortiz2012-07-251-1/+5
* network: Include unistd.h from network.hMartin Storsjö2012-06-261-1/+0
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* sctp: be consistent with socket option levelSean McGovern2012-05-101-1/+1
* sctp: Initial tcp-alike sctp support with streamsLuca Barbato2012-05-081-0/+328