summaryrefslogtreecommitdiff
path: root/libavformat/sctp.c
Commit message (Collapse)AuthorAge
* Merge commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f'Michael Niedermayer2013-05-05
|\ | | | | | | | | | | | | | | | | | | | | * commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f': sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes avs: Increase magic value score above file extension score Conflicts: libavformat/avs.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixesDiego Biurrun2013-05-04
| |
* | sctp: dont abort on invalid inputMichael Niedermayer2012-12-17
| | | | | | | | | | | | Fixes Ticket1865 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sctp: silence const warningMichael Niedermayer2012-11-08
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sctp: add port missing error messageJordi Ortiz2012-07-25
| | | | | | | Without this patch a user a bit absent-minded may not notice that the connection doesn't work because the port is missing. Signed-off-by: Martin Storsjö <martin@martin.st>
* network: Include unistd.h from network.hMartin Storsjö2012-06-26
| | | | | | | | | | | This heaader is required for close() for sockets in network code. For winsock, the equivalent function is defined in the winsock2.h header. This avoids having the HAVE_UNISTD_H in all files dealing with raw sockets. Signed-off-by: Martin Storsjö <martin@martin.st>
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* sctp: be consistent with socket option levelSean McGovern2012-05-10
| | | | | | Replace SOL_SCTP by the more portable IPPROTO_SCTP. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* sctp: Initial tcp-alike sctp support with streamsLuca Barbato2012-05-08
Signed-off-by: Jordi Ortiz <nenjordi@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>