| Commit message (Expand) | Author | Age | Files | Lines |
* | udp: lock all operations on shared variables. | Nicolas George | 2012-03-22 | 1 | -5/+6 |
* | udp: return the error code instead of generic EIO. | Nicolas George | 2012-03-22 | 1 | -1/+1 |
* | udp: call av_fifo_space directly as needed. | Nicolas George | 2012-03-22 | 1 | -6/+2 |
* | udp: use non-blocking read instead of select. | Nicolas George | 2012-03-22 | 1 | -20/+1 |
* | udp: use pthread_cancel instead of a shared flag. | Nicolas George | 2012-03-22 | 1 | -3/+11 |
* | udp: fix non-blocking and interrupt handling. | Nicolas George | 2012-03-17 | 1 | -8/+10 |
* | udp: Add option overrun_nonfatal | Andrey Utkin | 2012-03-12 | 1 | -6/+23 |
* | udp: remove dead code line (unused result) | Andrey Utkin | 2012-03-12 | 1 | -1/+0 |
* | Revert "udp: add multicast input interface selection" | Michael Niedermayer | 2012-03-12 | 1 | -28/+2 |
* | udp: add multicast input interface selection | Tudor.Suciu | 2012-03-12 | 1 | -2/+28 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-10 | 1 | -5/+9 |
|\ |
|
| * | udp: Set ttl for read-write streams, too, not only for write-only ones | Martin Storsjö | 2012-03-09 | 1 | -2/+3 |
| * | udp: Only bind to the multicast address if in read-only mode | Martin Storsjö | 2012-03-09 | 1 | -2/+3 |
| * | udp: Clarify the comment about binding the multicast address | Martin Storsjö | 2012-03-09 | 1 | -1/+3 |
| * | udp: Reorder comments | Martin Storsjö | 2012-03-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 1 | -1/+3 |
|\| |
|
| * | udp: Print an error message if bind fails | Martin Storsjö | 2012-03-07 | 1 | -1/+3 |
* | | udp: Fix sign of error codes. | Michael Niedermayer | 2012-02-23 | 1 | -4/+4 |
* | | udp: fix segfault on closing | Laurent BRULET | 2012-01-14 | 1 | -5/+33 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -0/+1 |
|\| |
|
| * | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+1 |
* | | udp: support non blocking reads with fifo | Michael Niedermayer | 2011-12-23 | 1 | -0/+3 |
* | | udp: Replace double select() by select+mutex+cond. | Michael Niedermayer | 2011-12-23 | 1 | -14/+27 |
* | | udp: return circular buffer error if such error happened. | Michael Niedermayer | 2011-12-23 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\| |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-02 | 1 | -8/+2 |
|\| |
|
| * | proto: Use .priv_data_size to allocate the private context | Martin Storsjö | 2011-12-01 | 1 | -8/+2 |
* | | udp: update to new interrupt callback API | Michael Niedermayer | 2011-11-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-10 | 1 | -5/+10 |
|\| |
|
| * | udp: Allow specifying the local IP address | Martin Storsjö | 2011-11-09 | 1 | -5/+10 |
* | | udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089dd | Michael Niedermayer | 2011-11-09 | 1 | -4/+1 |
* | | Fix segfault on UDP reading | Andrey Utkin | 2011-11-09 | 1 | -0/+4 |
* | | udp: fix circular buffer error handling | Michael Niedermayer | 2011-08-25 | 1 | -0/+1 |
* | | udp: buffer datagrams in circular buffer instead of a bytestream | Michael Niedermayer | 2011-08-25 | 1 | -15/+21 |
* | | udp: allow fifo size to be tuned seperately | Michael Niedermayer | 2011-07-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-01 | 1 | -1/+1 |
|\| |
|
| * | udp: Fix a compilation warning | Martin Storsjö | 2011-06-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-25 | 1 | -1/+1 |
|\| |
|
| * | udp: Receive on the remote port number, if no local port is set | Can Wu | 2011-06-24 | 1 | -1/+1 |
* | | udp: support old, crappy non pthread mode | Michael Niedermayer | 2011-06-04 | 1 | -0/+8 |
* | | udp: fix indention | JULIAN GARDNER | 2011-06-03 | 1 | -1/+1 |
* | | cleaned up the udp.c, removed some variables and an av_log | JULIAN GARDNER | 2011-05-18 | 1 | -3/+0 |
* | | udp: remove resource.h inclusion, it breaks mingw compilation. | Michael Niedermayer | 2011-05-15 | 1 | -1/+0 |
* | | UDP: dont use thread_t as truth value. | Michael Niedermayer | 2011-05-14 | 1 | -1/+1 |
* | | udp: switch custom fifo to libavutil fifo. | Michael Niedermayer | 2011-05-13 | 1 | -52/+17 |
* | | udp: use FFMAX&FFMIN. | Michael Niedermayer | 2011-05-13 | 1 | -7/+4 |
* | | udp: add a thread into udp.c for receiving data into a circular buffer, this ... | JULIAN GARDNER | 2011-05-13 | 1 | -1/+155 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -1/+1 |
|\| |
|
| * | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -1/+1 |