]> git.sesse.net Git - ffmpeg/history - libavformat/udp.c
Merge remote branch 'qatar/master'
[ffmpeg] / libavformat / udp.c
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Luca Barbatoproto: factor ff_network_wait_fd and use it on udp
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Anton Khirnovavio: make udp_set_remote_url/get_local_port internal.
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-18 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-11 David Friesudp: Enable address reuse by default for multicast
2011-02-10 David Friesudp: Enable address reuse by default for multicast
2011-01-30 Luca Barbatoos: replace select with poll
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-28 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-06 Martin Storsjöudp: Allow specifying the connect option in udp_set_rem...
2010-10-15 Aurelien Jacobsadd FF_API_UDP_GET_FILE define to disable the deprecate...
2010-10-08 Martin StorsjöReindent
2010-10-08 Martin Storsjöudp: Add an option for connecting the udp socket
2010-10-07 Martin StorsjöConvert ff_is_multicast_address to take a struct sockad...
2010-10-07 Martin StorsjöShare the is_multicast_address function
2010-10-07 Martin StorsjöMove multicast address identification fallback macros...
2010-10-05 Martin Storsjöudp: Define _DARWIN_C_SOURCE
2010-10-05 Martin Storsjöudp: Return the actual error code on errors, instead...
2010-09-20 Martin StorsjöCheck for the IPPROTO_IPV6 define before using it
2010-07-28 Reimar DöffingerCheck for udp_set_remote_url error.
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-14 Martin StorsjöCosmetics: Change connexion to connection in code comments
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-26 Martin StorsjöDon't report EINTR from select as an error, retry selec...
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöDon't explicitly initialize networking in the tcp and...
2010-02-28 Reimar DöffingerExplicitly set struct addrinfo to NULL if getaddrinfo...
2010-01-22 Ronald S. BultjeMake style a little bit more K&R'ish.
2010-01-22 Martin StorsjöRename a function which is no longer ipv6-specific...
2010-01-21 Martin StorsjöRemove IPv4-only codepath. Patch by Martin Storsjö...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Dave YeoAdd sys/time.h header #include, fixes compilation on...
2008-12-07 Jindřich Makovičkabind to the multicast address if possible
2008-11-17 Jindřich MakovičkaGet rid of MSG_DONTWAIT using a more standard way to...
2008-11-14 Jindřich Makovičkacheck for interrupt when receiving from socket
2008-11-12 Jindřich MakovičkaAllow the UDP socket buffer size to be adjusted using a
2008-08-25 Luca AbeniFix udp.c compilation with recent glibc (>= 2.8)
2008-08-23 Ronald S. BultjeFix memleak on some OSes in case network initialization...
2008-05-11 Luca AbeniFix type of dest_addr_len to respect return value of...
2008-04-16 Luca Barbatodoxy header for udp protocol
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
2008-02-11 D Richard Felker IIIDo not use GNU-specific (or BSD-specific or whatever...
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-11-19 Luca AbeniRemove perror() usage from udp.c
2007-11-15 Luca AbeniRemove some more duplicated code
2007-11-15 Luca AbeniRemove the useless variable "my_addr1"
2007-11-15 Luca AbeniUse the same code to set local_port in the IPv4-only...
2007-11-14 Luca AbeniRemove some useless assignments (the UDPContext is...
2007-11-14 Luca AbeniSimplify set_remote_url(), and remove some code duplication
2007-11-14 Luca AbeniUse recv() instead of recvfrom() (removes some other...
2007-11-14 Luca AbeniRemove a now unused field
2007-11-14 Luca AbeniGive better names to multicast functions (they are...
2007-11-14 Luca AbeniAvoid to duplicate the multicast code between the IPv4...
2007-11-14 Luca AbeniRemove some ifdefs by using the "dest_addr_len" field...
2007-10-31 Ronald S. BultjeTake the target address family in account when determin...
2007-10-31 Luca AbeniReindent after last commit
2007-10-31 Nicolas GeorgeResolve hosts and bind sockets even when the local_port...
2007-08-16 Ramiro PollaSet UDP receive buffer to 64k
2007-08-09 Ramiro PollaAdd initialization and cleanup functions for Winsock
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-12 Diego BiurrunAdd some explanatory comments to #endif directives.
2007-06-12 Diego BiurrunRemove unused static function.
next