summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
...
* | udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.Nicolas George2012-05-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* | udp: lock all operations on shared variables.Nicolas George2012-03-22
* | udp: return the error code instead of generic EIO.Nicolas George2012-03-22
* | udp: call av_fifo_space directly as needed.Nicolas George2012-03-22
* | udp: use non-blocking read instead of select.Nicolas George2012-03-22
* | udp: use pthread_cancel instead of a shared flag.Nicolas George2012-03-22
* | udp: fix non-blocking and interrupt handling.Nicolas George2012-03-17
* | udp: Add option overrun_nonfatalAndrey Utkin2012-03-12
* | udp: remove dead code line (unused result)Andrey Utkin2012-03-12
* | Revert "udp: add multicast input interface selection"Michael Niedermayer2012-03-12
* | udp: add multicast input interface selectionTudor.Suciu2012-03-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-10
|\|
| * udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö2012-03-09
| * udp: Only bind to the multicast address if in read-only modeMartin Storsjö2012-03-09
| * udp: Clarify the comment about binding the multicast addressMartin Storsjö2012-03-09
| * udp: Reorder commentsMartin Storsjö2012-03-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\|
| * udp: Print an error message if bind failsMartin Storsjö2012-03-07
* | udp: Fix sign of error codes.Michael Niedermayer2012-02-23
* | udp: fix segfault on closingLaurent BRULET2012-01-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* | udp: support non blocking reads with fifoMichael Niedermayer2011-12-23
* | udp: Replace double select() by select+mutex+cond.Michael Niedermayer2011-12-23
* | udp: return circular buffer error if such error happened.Michael Niedermayer2011-12-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-02
|\|
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* | udp: update to new interrupt callback APIMichael Niedermayer2011-11-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-10
|\|
| * udp: Allow specifying the local IP addressMartin Storsjö2011-11-09
* | udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089ddMichael Niedermayer2011-11-09
* | Fix segfault on UDP readingAndrey Utkin2011-11-09
* | udp: fix circular buffer error handlingMichael Niedermayer2011-08-25
* | udp: buffer datagrams in circular buffer instead of a bytestreamMichael Niedermayer2011-08-25
* | udp: allow fifo size to be tuned seperatelyMichael Niedermayer2011-07-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
|\|
| * udp: Fix a compilation warningMartin Storsjö2011-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-25
|\|
| * udp: Receive on the remote port number, if no local port is setCan Wu2011-06-24
* | udp: support old, crappy non pthread modeMichael Niedermayer2011-06-04
* | udp: fix indentionJULIAN GARDNER2011-06-03
* | cleaned up the udp.c, removed some variables and an av_logJULIAN GARDNER2011-05-18
* | udp: remove resource.h inclusion, it breaks mingw compilation.Michael Niedermayer2011-05-15
* | UDP: dont use thread_t as truth value.Michael Niedermayer2011-05-14
* | udp: switch custom fifo to libavutil fifo.Michael Niedermayer2011-05-13
* | udp: use FFMAX&FFMIN.Michael Niedermayer2011-05-13