summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
...
* | 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
* | udp: add a thread into udp.c for receiving data into a circular buffer, this ...JULIAN GARDNER2011-05-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-10
|\|
| * udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-09
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-21
|\|
| * libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
| * lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
| * proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-24
|\|
| * avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-23
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* udp: Enable address reuse by default for multicastDavid Fries2011-02-09
* os: replace select with pollLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-06
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
* ReindentMartin Storsjö2010-10-08
* udp: Add an option for connecting the udp socketMartin Storsjö2010-10-08