Luca Abeni
|
e8d658df34
Fix the poll() loop (ret == 0 means that a timeout expired, so it must be
|
18 лет назад |
Luca Abeni
|
7e665cd3ff
Fix the generation of RTSP reply headers (the "DEF()" macro is not used
|
18 лет назад |
Stanislav Brabec
|
6308cacaf4
Fix warning:
|
18 лет назад |
Alex Beregszaszi
|
087fa47507
fix x-octet-stream mime type
|
18 лет назад |
Alex Beregszaszi
|
65e7226147
use av_strdup
|
18 лет назад |
Alex Beregszaszi
|
55d07ba68e
remove dead code
|
18 лет назад |
Michael Niedermayer
|
c367d06702
prevent exit missuse
|
18 лет назад |
Panagiotis Issaris
|
750f0e1f8b
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
|
18 лет назад |
Alex Beregszaszi
|
acdc852017
print codec parameters for audio too
|
18 лет назад |
Alex Beregszaszi
|
d0a5513b88
disconnect new feeder if feed is already being received
|
18 лет назад |
Alex Beregszaszi
|
bae79c048f
redirect http get requests of / to index.html (note, the http_parse_request may worth a rewrite)
|
18 лет назад |
Alex Beregszaszi
|
c3f5818525
store internal timestamps in int64_t instead long
|
18 лет назад |
Alex Beregszaszi
|
f1debfd0bd
rescale pts/dts for output format
|
18 лет назад |
Alex Beregszaszi
|
f75cdda718
return error if av_write_header failed (it fails on some containers when codec is not supported)
|
18 лет назад |
Alex Beregszaszi
|
638831aacc
disconnect client if trailer is sent
|
18 лет назад |
Alex Beregszaszi
|
5400e0923a
if feeder is disconnected, clear the feed registration, thus a new feeder can connect
|
18 лет назад |
Alex Beregszaszi
|
038a1243a2
codec_tag settable via VideoTag, and transmit codec_tag in ffm
|
18 лет назад |
Alex Beregszaszi
|
c60202dffe
change write/read to send/recv on socket operations
|
18 лет назад |
Alex Beregszaszi
|
d96633bbe4
change close() to closesocket() on sockets (compatible with libavformat)
|
18 лет назад |
Alex Beregszaszi
|
8cba6ba97a
remove gettime_ms and use av_gettime instead of it
|
18 лет назад |
Alex Beregszaszi
|
1df93ae910
use av_random instead random/srandom
|
18 лет назад |
François Revol
|
b0c858d834
poll() emulation for BeOS, and maybe MinGW.
|
18 лет назад |
Måns Rullgård
|
18b67ae59e
rename HAVE_DLFCN to HAVE_DLFCN_H
|
18 лет назад |
Måns Rullgård
|
78e61cc5c6
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN
|
18 лет назад |
Steve L'Homme
|
949b1a13bf
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Diego Biurrun
|
3e66a74072
Update copyright year and mention other copyright holders.
|
18 лет назад |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 лет назад |
Diego Biurrun
|
f1cc88a5d6
Use Subversion revision for FFMPEG_VERSION.
|
19 лет назад |
Stefan Huehner
|
7b49ce2e34
Add const to (mostly) char* and make some functions static, which aren't used
|
19 лет назад |
Aurelien Jacobs
|
267b0e5754
Update ffserver regression tests:
|
19 лет назад |
Alex Beregszaszi
|
33f5e2ec3e
make those nasty variables static, also fix a html bug
|
19 лет назад |
Måns Rullgård
|
b2b77b9c23
remove unused function get_longterm_datarate()
|
19 лет назад |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 лет назад |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 лет назад |
Måns Rullgård
|
4733abcbf3
use PRIxN, %zd, %td formats where needed
|
19 лет назад |
Alex Beregszaszi
|
6b0bdc754b
support for unlimited feed size
|
19 лет назад |
Alex Beregszaszi
|
90f9c440e8
debug the launch commandline and new connections
|
19 лет назад |
Alex Beregszaszi
|
ac6a655b8a
Make Launch more appropriate with support for full paths for the ffmpeg binary
|
19 лет назад |
Alex Beregszaszi
|
4b4f38e42e
Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a possible buffer overflow
|
19 лет назад |
Alex Beregszaszi
|
edfdd7986d
10l, dont make bandwidth statistics negative when feed stops being sent (it was decreased every time feed sending was aborted)
|
19 лет назад |
Michael Niedermayer
|
8d931070fc
ffserver segfault & other fatal failure fixes
|
19 лет назад |
Michael Niedermayer
|
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
|
19 лет назад |
Philip Gladstone
|
e8d27bc302
Turn on the seeking support for ffm streams. Now means that streams are
|
20 лет назад |
Philip Gladstone
|
291fe90ae8
Fill out some mandatory fields in the Codec structure. Also add fields in
|
20 лет назад |
Michael Niedermayer
|
c0df9d75bd
switch to native time bases
|
20 лет назад |
Philip Gladstone
|
7c054ea7e2
ffserver now runs again (sort of).
|
20 лет назад |
Petr Doubek
|
6ba5cbc699
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>)
|
20 лет назад |
Michael Niedermayer
|
668fe04e39
min rate should be 0 by default
|
20 лет назад |