summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* only write trailer when state says so, should fix issue #646Baptiste Coudurier2008-09-24
* add missing html start tag to ffserver status html pageBaptiste Coudurier2008-09-07
* cleanup, merge snprintf callsBaptiste Coudurier2008-09-07
* 100l, compute correctly poll_table size when allocatingBaptiste Coudurier2008-09-07
* Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini2008-09-03
* Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini2008-09-03
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs2008-08-13
* cosmetics: typo fixesDiego Biurrun2008-07-24
* print AVCodecContext address instead of AVClass, better when multiple instanc...Baptiste Coudurier2008-07-16
* Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini2008-07-09
* revert r13867, - reference stdout, I was drunkBaptiste Coudurier2008-06-25
* use http_log now that logfile is setupBaptiste Coudurier2008-06-25
* move logfile setup right after config parsingBaptiste Coudurier2008-06-25
* remove useless initBaptiste Coudurier2008-06-25
* Reindent.Stefano Sabatini2008-06-24
* Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini2008-06-24
* Use http_log() rather than printing on stdout to show the launchedStefano Sabatini2008-06-24
* Make ffserver show each launched commandline just before to launchStefano Sabatini2008-06-24
* log when feed is already being receivedBaptiste Coudurier2008-06-24
* reindentBaptiste Coudurier2008-06-24
* copy extradata if presentBaptiste Coudurier2008-06-23
* Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini2008-06-23
* fix segv, fmt_ctx is not set for rtspBaptiste Coudurier2008-06-23
* cosmetics, braces placementBaptiste Coudurier2008-06-23
* 10l, do not use ctx before being set, fix segvBaptiste Coudurier2008-06-23
* fix compilation, this should be betterBaptiste Coudurier2008-06-23
* 10l, move init after possible gotoBaptiste Coudurier2008-06-23
* simplify, use istBaptiste Coudurier2008-06-23
* fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier2008-06-23
* simplifyBaptiste Coudurier2008-06-23
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-23
* move code setting output parameters after possible failureBaptiste Coudurier2008-06-22
* move code after possible failure, so no need to freeBaptiste Coudurier2008-06-22
* check av_open_input_stream errorBaptiste Coudurier2008-06-22
* remove return 1, we don't change state, we are still sending dataBaptiste Coudurier2008-06-22
* free pbBaptiste Coudurier2008-06-22
* use av_open_input_streamBaptiste Coudurier2008-06-22
* do not allocate st->codec, it will be overwritten later; fix memleakBaptiste Coudurier2008-06-22
* log to stderrBaptiste Coudurier2008-06-22
* add callback for av_logBaptiste Coudurier2008-06-22
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-22
* use ctime1Baptiste Coudurier2008-06-22
* print date in http_logBaptiste Coudurier2008-06-22
* remove useless initBaptiste Coudurier2008-06-22
* merge declaration and initBaptiste Coudurier2008-06-22
* reindentBaptiste Coudurier2008-06-22
* http or rtsp only supportBaptiste Coudurier2008-06-22
* fix open return checkBaptiste Coudurier2008-06-22
* fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at ...Erik Hovland2008-06-22