| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-10 | 1 | -6/+6 |
|\| |
|
| * | udp: Fix receiving RTP data over multicast | Martin Storsjö | 2011-05-09 | 1 | -6/+6 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-21 | 1 | -4/+4 |
|\| |
|
| * | libavformat: Make protocols pass URLContext as log context where available | Martin Storsjö | 2011-04-20 | 1 | -4/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -10/+7 |
|\| |
|
| * | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -6/+6 |
| * | lavf: remove FF_API_UDP_GET_FILE cruft | Anton Khirnov | 2011-04-19 | 1 | -4/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-09 | 1 | -6/+5 |
|\| |
|
| * | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -6/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -46/+26 |
|\| |
|
| * | avio: move extern url_interrupt_cb declaration from avio.h to url.h | Anton Khirnov | 2011-04-07 | 1 | -0/+1 |
| * | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -8/+8 |
| * | proto: factor ff_network_wait_fd and use it on udp | Luca Barbato | 2011-04-07 | 1 | -40/+19 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-24 | 1 | -3/+4 |
|\| |
|
| * | avio: make udp_set_remote_url/get_local_port internal. | Anton Khirnov | 2011-03-23 | 1 | -3/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 1 | -1/+1 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -5/+5 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-17 | 1 | -7/+8 |
* | udp: Enable address reuse by default for multicast | David Fries | 2011-02-09 | 1 | -2/+15 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -10/+5 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | udp: Allow specifying the connect option in udp_set_remote_url, too | Martin Storsjö | 2011-01-06 | 1 | -1/+17 |
* | add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | Reindent | Martin Storsjö | 2010-10-08 | 1 | -3/+3 |
* | udp: Add an option for connecting the udp socket | Martin Storsjö | 2010-10-08 | 1 | -0/+13 |
* | Convert ff_is_multicast_address to take a struct sockaddr parameter | Martin Storsjö | 2010-10-07 | 1 | -1/+1 |
* | Share the is_multicast_address function | Martin Storsjö | 2010-10-07 | 1 | -15/+1 |
* | Move multicast address identification fallback macros to network.h from udp.c | Martin Storsjö | 2010-10-07 | 1 | -6/+0 |
* | udp: Define _DARWIN_C_SOURCE | Martin Storsjö | 2010-10-05 | 1 | -0/+1 |
* | udp: Return the actual error code on errors, instead of AVERROR(EIO) | Martin Storsjö | 2010-10-05 | 1 | -1/+1 |
* | Check for the IPPROTO_IPV6 define before using it | Martin Storsjö | 2010-09-20 | 1 | -2/+2 |
* | Check for udp_set_remote_url error. | Reimar Döffinger | 2010-07-28 | 1 | -1/+2 |