282 Commits (8cb2db4edbe6a17703d491cada82f98114d88a8a)

Author SHA1 Message Date
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
Baptiste Coudurier 9fd3442f63 use ctime1 17 years ago
Baptiste Coudurier 124ed1c073 print date in http_log 17 years ago
Baptiste Coudurier fa288df453 remove useless init 17 years ago
Baptiste Coudurier f69bb0cc1c merge declaration and init 17 years ago
Baptiste Coudurier 2b9cd1e78a reindent 17 years ago
Baptiste Coudurier d2a1ea1d9b http or rtsp only support 17 years ago
Baptiste Coudurier 3296409d5c fix open return check 17 years ago
Erik Hovland 0679719d5b fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at hovland dot org 17 years ago
Baptiste Coudurier 60a04f7fc9 use av_seek_frame to flush demxu pending packets, fixes seeking, should have been done when av_find_stream_info was added 17 years ago
Baptiste Coudurier f8b06be970 free c->pb_buffer before overwriting it, fix memleak 17 years ago
Baptiste Coudurier 4f0a942bae return 1 when error during write frame, state changed 17 years ago
Baptiste Coudurier 8aae202e44 set default preload and max_delay for muxer to avoid mpeg ps muxer to spit many underflow errors, use ffmpeg default values 17 years ago
Baptiste Coudurier 177d256402 change bandwidth to unsigned 17 years ago
Baptiste Coudurier 794ac28c52 remove useless init, logfilename is static 17 years ago