296 Commits (1f26f59fe11674814ddeabe2474bb869c1cd6c20)

Author SHA1 Message Date
Baptiste Coudurier a3341b9da6 cosmetics: ffserver -> FFserver 16 years ago
Baptiste Coudurier f973914406 cosmetics, indentation 16 years ago
Baptiste Coudurier a69b06be93 check if stream is set, fix potential segv 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Baptiste Coudurier 0be4b8d930 cosmetics, remove useless spaces 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Diego Pettenò dc771f6b5f Remove some format string warnings. 16 years ago
Michael Niedermayer df1a4b1134 Rename opt_default() so it will not conflict with the one from ffmpeg.c 16 years ago
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 17 years ago
Baptiste Coudurier 59e7894c3d print AVCodecContext address instead of AVClass, better when multiple instances of same codecs are used, based on r14237 17 years ago
Stefano Sabatini 7ac884c591 Fix a warning in ffserver.c caused by the use of the function 17 years ago
Baptiste Coudurier a9d9aa3613 revert r13867, - reference stdout, I was drunk 17 years ago
Baptiste Coudurier 80b616fca3 use http_log now that logfile is setup 17 years ago
Baptiste Coudurier f10d55ed88 move logfile setup right after config parsing 17 years ago
Baptiste Coudurier f0754ad822 remove useless init 17 years ago
Stefano Sabatini 8bf61f5ba9 Reindent. 17 years ago
Stefano Sabatini 5dc8eeb639 Make ffserver show launched commandlines not only in debug-mode. 17 years ago
Stefano Sabatini 6aada9b1ba Use http_log() rather than printing on stdout to show the launched 17 years ago
Stefano Sabatini 40444a59c1 Make ffserver show each launched commandline just before to launch 17 years ago
Baptiste Coudurier 14c43f918f log when feed is already being received 17 years ago
Baptiste Coudurier 65f2f028ff reindent 17 years ago
Baptiste Coudurier cb51aef1ab copy extradata if present 17 years ago
Stefano Sabatini 496a613293 Make ffserver daemon chdir()s just after log init. This way a 17 years ago
Baptiste Coudurier b06759549f fix segv, fmt_ctx is not set for rtsp 17 years ago
Baptiste Coudurier ace21da3cf cosmetics, braces placement 17 years ago
Baptiste Coudurier 3ab29d8e4f 10l, do not use ctx before being set, fix segv 17 years ago
Baptiste Coudurier dc3a6a368c fix compilation, this should be better 17 years ago
Baptiste Coudurier 4def51fa59 10l, move init after possible goto 17 years ago
Baptiste Coudurier 8f56ccca92 simplify, use ist 17 years ago
Baptiste Coudurier 250be719e4 fix source stream, source_index is refering to fmt_in, needs testing 17 years ago
Baptiste Coudurier d80904cc87 simplify 17 years ago
Baptiste Coudurier e21ac20921 no need to print date anymore since done in http_log 17 years ago
Baptiste Coudurier 3d9cc27df8 move code setting output parameters after possible failure 17 years ago
Baptiste Coudurier 697efa36c7 move code after possible failure, so no need to free 17 years ago
Baptiste Coudurier e6f0deab80 check av_open_input_stream error 17 years ago
Baptiste Coudurier fbc6314428 remove return 1, we don't change state, we are still sending data 17 years ago
Baptiste Coudurier 86771c6804 free pb 17 years ago
Baptiste Coudurier f2972c8c82 use av_open_input_stream 17 years ago
Baptiste Coudurier 381ec67749 do not allocate st->codec, it will be overwritten later; fix memleak 17 years ago
Baptiste Coudurier 0b459fb2d8 log to stderr 17 years ago
Baptiste Coudurier bcd3ce5903 add callback for av_log 17 years ago
Baptiste Coudurier 82e0be62ef no need to print date anymore since done in http_log 17 years ago