summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* s/FFserver/ffserver/ in the help message invocation synopsis.Stefano Sabatini2008-11-291-1/+1
* cosmetics: ffserver -> FFserverBaptiste Coudurier2008-10-251-2/+2
* cosmetics, indentationBaptiste Coudurier2008-10-251-5/+5
* check if stream is set, fix potential segvBaptiste Coudurier2008-10-251-0/+2
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* cosmetics, remove useless spacesBaptiste Coudurier2008-10-011-3/+3
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-301-20/+20
* Remove some format string warnings.Diego Pettenò2008-09-291-3/+3
* Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer2008-09-281-2/+2
* only write trailer when state says so, should fix issue #646Baptiste Coudurier2008-09-241-1/+1
* add missing html start tag to ffserver status html pageBaptiste Coudurier2008-09-071-1/+1
* cleanup, merge snprintf callsBaptiste Coudurier2008-09-071-55/+55
* 100l, compute correctly poll_table size when allocatingBaptiste Coudurier2008-09-071-1/+1
* Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini2008-09-031-2/+2
* Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini2008-09-031-5/+18
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-131-0/+1
* ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs2008-08-131-0/+2
* cosmetics: typo fixesDiego Biurrun2008-07-241-3/+2
* print AVCodecContext address instead of AVClass, better when multiple instanc...Baptiste Coudurier2008-07-161-1/+1
* Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini2008-07-091-1/+1
* revert r13867, - reference stdout, I was drunkBaptiste Coudurier2008-06-251-1/+1
* use http_log now that logfile is setupBaptiste Coudurier2008-06-251-10/+10
* move logfile setup right after config parsingBaptiste Coudurier2008-06-251-9/+9
* remove useless initBaptiste Coudurier2008-06-251-3/+0
* Reindent.Stefano Sabatini2008-06-241-5/+5
* Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini2008-06-241-2/+0
* Use http_log() rather than printing on stdout to show the launchedStefano Sabatini2008-06-241-4/+4
* Make ffserver show each launched commandline just before to launchStefano Sabatini2008-06-241-18/+17
* log when feed is already being receivedBaptiste Coudurier2008-06-241-0/+1
* reindentBaptiste Coudurier2008-06-241-18/+18
* copy extradata if presentBaptiste Coudurier2008-06-231-3/+12
* Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini2008-06-231-1/+3
* fix segv, fmt_ctx is not set for rtspBaptiste Coudurier2008-06-231-1/+1
* cosmetics, braces placementBaptiste Coudurier2008-06-231-10/+5
* 10l, do not use ctx before being set, fix segvBaptiste Coudurier2008-06-231-2/+3
* fix compilation, this should be betterBaptiste Coudurier2008-06-231-3/+4
* 10l, move init after possible gotoBaptiste Coudurier2008-06-231-1/+1
* simplify, use istBaptiste Coudurier2008-06-231-6/+4
* fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier2008-06-231-1/+1
* simplifyBaptiste Coudurier2008-06-231-11/+6
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-231-3/+1
* move code setting output parameters after possible failureBaptiste Coudurier2008-06-221-4/+5
* move code after possible failure, so no need to freeBaptiste Coudurier2008-06-221-3/+3
* check av_open_input_stream errorBaptiste Coudurier2008-06-221-1/+4
* remove return 1, we don't change state, we are still sending dataBaptiste Coudurier2008-06-221-1/+0
* free pbBaptiste Coudurier2008-06-221-0/+2
* use av_open_input_streamBaptiste Coudurier2008-06-221-21/+12
* do not allocate st->codec, it will be overwritten later; fix memleakBaptiste Coudurier2008-06-221-1/+0
* log to stderrBaptiste Coudurier2008-06-221-1/+1
* add callback for av_logBaptiste Coudurier2008-06-221-6/+23
OpenPOWER on IntegriCloud