Måns Rullgård
|
f3bfe388b5
Make ff_url_split() public
|
14 years ago |
Martin Storsjö
|
27241cbffe
Declare the url_write buffer parameter as const
|
15 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
Luca Barbato
|
9094d867aa
Make rtp protocol obey rfc3550
|
15 years ago |
Martin Storsjö
|
cae9a15c98
Don't report EINTR from select as an error, retry select instead
|
15 years ago |
Aurelien Jacobs
|
e4a9e3cc7c
move ff_url_split() and ff_url_join() declarations to internal.h
|
15 years ago |
Dave Yeo
|
611b17d79b
Using struct timeval requires sys/time.h, fixes compilation on some OSes
|
15 years ago |
Martin Storsjö
|
f984dcf6dd
Reindent
|
15 years ago |
Martin Storsjö
|
c5c6e67c28
Rename url_split to ff_url_split
|
15 years ago |
Martin Storsjö
|
57b5555c91
Use ff_url_join for assembling URLs, instead of snprintf
|
15 years ago |
Martin Storsjö
|
886f3f2f36
Return from rtp_read when select returns an error
|
15 years ago |
Martin Storsjö
|
c2b40ac229
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb
|
15 years ago |
Carl Eugen Hoyos
|
1e6365b305
Include rtpdec.h, it contains prototypes for the following functions:
|
15 years ago |
Ronald S. Bultje
|
f0a8039464
Add url_get_file_handle(), which is used to get the file descriptor
|
16 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Kurtnoise
|
7139bfa8fe
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
|
16 years ago |
Michael Niedermayer
|
0e55ba723b
Add needed include, make it compile without -D_BSD_SOURCE.
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 years ago |
Luca Barbato
|
b4999290fd
Cleanup comments and make them doxygen parsable.
|
17 years ago |
Luca Barbato
|
fc9b22dd2e
Expose max_packet_size from the rtp protocol
|
17 years ago |
Luca Abeni
|
35b74c3deb
Remove the "multicast=" tag from UDP and RTP URLs
|
17 years ago |
Dave Yeo
|
93115b82f0
Add #include "os_support.h" to restore OS/2 support.
|
17 years ago |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 years ago |
Måns Rullgård
|
ca3e90825c
remove duplicate #include
|
17 years ago |
Reimar Döffinger
|
272605c73e
more av_strl* adjustments
|
17 years ago |
Måns Rullgård
|
f7d78f3654
replace the uses of old string functions that Reimar missed
|
17 years ago |
Panagiotis Issaris
|
b484ec78e8
Typos
|
18 years ago |
Alex Beregszaszi
|
8da4034f52
use ff_neterrno() and FF_NETERROR() for networking error handling
|
18 years ago |
Diego Pettenò
|
642d4a1a16
Remove parameter unused in format string.
|
18 years ago |
François Revol
|
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
Ramiro Polla
|
42572ef53f
move networking #includes into separate file
|
18 years ago |
François Revol
|
e9d511dc7e
The long awaited BeOS cleanup, phase 1
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Petr Doubek
|
6ba5cbc699
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>)
|
20 years ago |
Mike Melanson
|
0bd586c50d
sweeping change from -EIO -> AVERROR_IO
|
21 years ago |
Zdenek Kabelac
|
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
|
22 years ago |
Zdenek Kabelac
|
5c91a6755b
* static,const,compiler warning cleanup
|
22 years ago |
Fabrice Bellard
|
abac617591
renamed libav to libavformat
|
22 years ago |