Baptiste Coudurier
|
637b638e1e
only write trailer when state says so, should fix issue #646
|
16 years ago |
Baptiste Coudurier
|
31296f6eec
add missing html start tag to ffserver status html page
|
16 years ago |
Baptiste Coudurier
|
a3aa4fed62
cleanup, merge snprintf calls
|
16 years ago |
Baptiste Coudurier
|
a7f361eb13
100l, compute correctly poll_table size when allocating
|
16 years ago |
Stefano Sabatini
|
4af92de6f6
Make the nb_max_connections and nb_connections int variables unsigned.
|
16 years ago |
Stefano Sabatini
|
1c9ff17920
Make the maximum number of simultaneous HTTP connections handled by
|
16 years ago |
Aurelien Jacobs
|
ea452b54f0
strcasecmp() requires #include <strings.h>
|
16 years ago |
Aurelien Jacobs
|
29d3ed3be6
ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE
|
16 years ago |
Diego Biurrun
|
e16190fa7a
cosmetics: typo fixes
|
16 years ago |
Baptiste Coudurier
|
59e7894c3d
print AVCodecContext address instead of AVClass, better when multiple instances of same codecs are used, based on r14237
|
16 years ago |
Stefano Sabatini
|
7ac884c591
Fix a warning in ffserver.c caused by the use of the function
|
16 years ago |
Baptiste Coudurier
|
a9d9aa3613
revert r13867, - reference stdout, I was drunk
|
16 years ago |
Baptiste Coudurier
|
80b616fca3
use http_log now that logfile is setup
|
16 years ago |
Baptiste Coudurier
|
f10d55ed88
move logfile setup right after config parsing
|
16 years ago |
Baptiste Coudurier
|
f0754ad822
remove useless init
|
16 years ago |
Stefano Sabatini
|
8bf61f5ba9
Reindent.
|
16 years ago |
Stefano Sabatini
|
5dc8eeb639
Make ffserver show launched commandlines not only in debug-mode.
|
16 years ago |
Stefano Sabatini
|
6aada9b1ba
Use http_log() rather than printing on stdout to show the launched
|
16 years ago |
Stefano Sabatini
|
40444a59c1
Make ffserver show each launched commandline just before to launch
|
16 years ago |
Baptiste Coudurier
|
14c43f918f
log when feed is already being received
|
16 years ago |
Baptiste Coudurier
|
65f2f028ff
reindent
|
16 years ago |
Baptiste Coudurier
|
cb51aef1ab
copy extradata if present
|
16 years ago |
Stefano Sabatini
|
496a613293
Make ffserver daemon chdir()s just after log init. This way a
|
16 years ago |
Baptiste Coudurier
|
b06759549f
fix segv, fmt_ctx is not set for rtsp
|
16 years ago |
Baptiste Coudurier
|
ace21da3cf
cosmetics, braces placement
|
16 years ago |
Baptiste Coudurier
|
3ab29d8e4f
10l, do not use ctx before being set, fix segv
|
16 years ago |
Baptiste Coudurier
|
dc3a6a368c
fix compilation, this should be better
|
16 years ago |
Baptiste Coudurier
|
4def51fa59
10l, move init after possible goto
|
16 years ago |
Baptiste Coudurier
|
8f56ccca92
simplify, use ist
|
16 years ago |
Baptiste Coudurier
|
250be719e4
fix source stream, source_index is refering to fmt_in, needs testing
|
16 years ago |
Baptiste Coudurier
|
d80904cc87
simplify
|
16 years ago |
Baptiste Coudurier
|
e21ac20921
no need to print date anymore since done in http_log
|
16 years ago |
Baptiste Coudurier
|
3d9cc27df8
move code setting output parameters after possible failure
|
16 years ago |
Baptiste Coudurier
|
697efa36c7
move code after possible failure, so no need to free
|
16 years ago |
Baptiste Coudurier
|
e6f0deab80
check av_open_input_stream error
|
16 years ago |
Baptiste Coudurier
|
fbc6314428
remove return 1, we don't change state, we are still sending data
|
16 years ago |
Baptiste Coudurier
|
86771c6804
free pb
|
16 years ago |
Baptiste Coudurier
|
f2972c8c82
use av_open_input_stream
|
16 years ago |
Baptiste Coudurier
|
381ec67749
do not allocate st->codec, it will be overwritten later; fix memleak
|
16 years ago |
Baptiste Coudurier
|
0b459fb2d8
log to stderr
|
16 years ago |
Baptiste Coudurier
|
bcd3ce5903
add callback for av_log
|
16 years ago |
Baptiste Coudurier
|
82e0be62ef
no need to print date anymore since done in http_log
|
16 years ago |
Baptiste Coudurier
|
9fd3442f63
use ctime1
|
16 years ago |
Baptiste Coudurier
|
124ed1c073
print date in http_log
|
16 years ago |
Baptiste Coudurier
|
fa288df453
remove useless init
|
16 years ago |
Baptiste Coudurier
|
f69bb0cc1c
merge declaration and init
|
16 years ago |
Baptiste Coudurier
|
2b9cd1e78a
reindent
|
16 years ago |
Baptiste Coudurier
|
d2a1ea1d9b
http or rtsp only support
|
16 years ago |
Baptiste Coudurier
|
3296409d5c
fix open return check
|
16 years ago |
Erik Hovland
|
0679719d5b
fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at hovland dot org
|
16 years ago |