summaryrefslogtreecommitdiffstats
path: root/libavformat/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-011-1/+1
|\
| * udp: Fix a compilation warningMartin Storsjö2011-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-251-1/+1
|\ \ | |/
| * udp: Receive on the remote port number, if no local port is setCan Wu2011-06-241-1/+1
* | udp: support old, crappy non pthread modeMichael Niedermayer2011-06-041-0/+8
* | udp: fix indentionJULIAN GARDNER2011-06-031-1/+1
* | cleaned up the udp.c, removed some variables and an av_logJULIAN GARDNER2011-05-181-3/+0
* | udp: remove resource.h inclusion, it breaks mingw compilation.Michael Niedermayer2011-05-151-1/+0
* | UDP: dont use thread_t as truth value.Michael Niedermayer2011-05-141-1/+1
* | udp: switch custom fifo to libavutil fifo.Michael Niedermayer2011-05-131-52/+17
* | udp: use FFMAX&FFMIN.Michael Niedermayer2011-05-131-7/+4
* | udp: add a thread into udp.c for receiving data into a circular buffer, this ...JULIAN GARDNER2011-05-131-1/+155
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-1/+1
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-101-6/+6
|\ \ | |/
| * udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-091-6/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-211-4/+4
|\ \ | |/
| * libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-201-4/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-10/+7
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-6/+6
| * lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-191-4/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-6/+5
|\ \ | |/
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-46/+26
|\ \ | |/
| * avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+1
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-8/+8
| * proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-071-40/+19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-3/+4
|\ \ | |/
| * avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-231-3/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-5/+5
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-7/+8
* udp: Enable address reuse by default for multicastDavid Fries2011-02-091-2/+15
* os: replace select with pollLuca Barbato2011-01-281-10/+5
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-061-1/+17
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-151-1/+1
* ReindentMartin Storsjö2010-10-081-3/+3
* udp: Add an option for connecting the udp socketMartin Storsjö2010-10-081-0/+13
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-071-1/+1
* Share the is_multicast_address functionMartin Storsjö2010-10-071-15/+1
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-071-6/+0
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-051-0/+1
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-051-1/+1
* Check for the IPPROTO_IPV6 define before using itMartin Storsjö2010-09-201-2/+2
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-281-1/+2
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-2/+2
* Make ff_url_split() publicMåns Rullgård2010-06-271-3/+3
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-141-1/+1
OpenPOWER on IntegriCloud