index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
udp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename url_split to ff_url_split
Martin Storsjö
2010-03-08
1
-3
/
+3
*
Don't explicitly initialize networking in the tcp and udp protocols
Martin Storsjö
2010-03-05
1
-4
/
+0
*
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of
Reimar Döffinger
2010-02-28
1
-0
/
+1
*
Make style a little bit more K&R'ish.
Ronald S. Bultje
2010-01-22
1
-6
/
+15
*
Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö
Martin Storsjö
2010-01-22
1
-4
/
+4
*
Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.
Martin Storsjö
2010-01-21
1
-52
/
+5
*
Add url_get_file_handle(), which is used to get the file descriptor
Ronald S. Bultje
2009-03-03
1
-0
/
+4
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-7
/
+7
*
Add sys/time.h header #include, fixes compilation on OS/2.
Dave Yeo
2008-12-12
1
-0
/
+1
*
bind to the multicast address if possible
Jindřich Makovička
2008-12-07
1
-2
/
+8
*
Get rid of MSG_DONTWAIT using a more standard way to use a socket
Jindřich Makovička
2008-11-17
1
-1
/
+3
*
check for interrupt when receiving from socket
Jindřich Makovička
2008-11-14
1
-1
/
+18
*
Allow the UDP socket buffer size to be adjusted using a
Jindřich Makovička
2008-11-12
1
-3
/
+11
*
Fix udp.c compilation with recent glibc (>= 2.8)
Luca Abeni
2008-08-25
1
-0
/
+1
*
Fix memleak on some OSes in case network initialization fails. See
Ronald S. Bultje
2008-08-23
1
-3
/
+3
*
Fix type of dest_addr_len to respect return value of udp_set_url.
Luca Abeni
2008-05-11
1
-1
/
+1
*
doxy header for udp protocol
Luca Barbato
2008-04-16
1
-0
/
+6
*
Remove the "multicast=" tag from UDP and RTP URLs
Luca Abeni
2008-04-15
1
-4
/
+26
*
Do not use GNU-specific (or BSD-specific or whatever they may be)
D Richard Felker III
2008-02-11
1
-3
/
+2
*
Include os_support.h only when needed
Luca Abeni
2007-11-21
1
-0
/
+1
*
Remove perror() usage from udp.c
Luca Abeni
2007-11-19
1
-9
/
+9
*
Remove some more duplicated code
Luca Abeni
2007-11-15
1
-38
/
+45
*
Remove the useless variable "my_addr1"
Luca Abeni
2007-11-15
1
-4
/
+4
*
Use the same code to set local_port in the IPv4-only case and in the
Luca Abeni
2007-11-15
1
-8
/
+3
*
Remove some useless assignments (the UDPContext is allocated with av_mallocz())
Luca Abeni
2007-11-14
1
-3
/
+0
*
Simplify set_remote_url(), and remove some code duplication
Luca Abeni
2007-11-14
1
-16
/
+24
*
Use recv() instead of recvfrom() (removes some other differences between
Luca Abeni
2007-11-14
1
-9
/
+1
*
Remove a now unused field
Luca Abeni
2007-11-14
1
-1
/
+0
*
Give better names to multicast functions (they are not IPv6-only)
Luca Abeni
2007-11-14
1
-6
/
+6
*
Avoid to duplicate the multicast code between the IPv4-only and
Luca Abeni
2007-11-14
1
-41
/
+24
*
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
Luca Abeni
2007-11-14
1
-5
/
+2
*
Take the target address family in account when determining the family of
Ronald S. Bultje
2007-10-31
1
-2
/
+5
*
Reindent after last commit
Luca Abeni
2007-10-31
1
-20
/
+21
*
Resolve hosts and bind sockets even when the local_port is not set (0)
Nicolas George
2007-10-31
1
-11
/
+1
*
Set UDP receive buffer to 64k
Ramiro Polla
2007-08-16
1
-0
/
+6
*
Add initialization and cleanup functions for Winsock
Ramiro Polla
2007-08-09
1
-0
/
+4
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-5
/
+5
*
Add some explanatory comments to #endif directives.
Diego Biurrun
2007-06-12
1
-2
/
+2
*
Remove unused static function.
Diego Biurrun
2007-06-12
1
-8
/
+0
*
use ff_neterrno() and FF_NETERROR() for networking error handling
Alex Beregszaszi
2007-04-27
1
-2
/
+4
*
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...
Alex Beregszaszi
2007-02-22
1
-1
/
+1
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-1
/
+1
*
move networking #includes into separate file
Ramiro Polla
2007-02-04
1
-5
/
+1
*
cosmetics: indentation
Aurelien Jacobs
2007-01-18
1
-1
/
+1
*
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...
François Revol
2007-01-18
1
-3
/
+1
*
The long awaited BeOS cleanup, phase 1
François Revol
2007-01-18
1
-16
/
+2
*
Make it possible to reuse UDP socket (optional, disabled by default)
Thijs
2006-10-28
1
-0
/
+8
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
[next]