summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
* cosmetics, remove useless spacesBaptiste Coudurier2008-10-01
| | | | Originally committed as revision 15506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-30
| | | | | | | | that it only describes the lower-level transport (TCP vs. UDP) and not the actual data layout (e.g. RDT vs. RTP). See discussion in "Realmedia patch" thread on ML. Originally committed as revision 15481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some format string warnings.Diego Pettenò2008-09-29
| | | | | | patch by Diego Pettenò, flameeyes gmail com Originally committed as revision 15461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer2008-09-28
| | | | | | when it is moved to cmdutils.c/h. Originally committed as revision 15449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only write trailer when state says so, should fix issue #646Baptiste Coudurier2008-09-24
| | | | Originally committed as revision 15398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing html start tag to ffserver status html pageBaptiste Coudurier2008-09-07
| | | | Originally committed as revision 15241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup, merge snprintf callsBaptiste Coudurier2008-09-07
| | | | Originally committed as revision 15240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, compute correctly poll_table size when allocatingBaptiste Coudurier2008-09-07
| | | | Originally committed as revision 15238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini2008-09-03
| | | | Originally committed as revision 15191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini2008-09-03
| | | | | | | ffserver a configuration parameter. The name of the new parameter introduced is MaxHTTPConnections. Originally committed as revision 15182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
| | | | Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs2008-08-13
| | | | Originally committed as revision 14724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixesDiego Biurrun2008-07-24
| | | | Originally committed as revision 14376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print AVCodecContext address instead of AVClass, better when multiple ↵Baptiste Coudurier2008-07-16
| | | | | | instances of same codecs are used, based on r14237 Originally committed as revision 14255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini2008-07-09
| | | | | | av_set_string() deprecated since r14134. Originally committed as revision 14145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r13867, - reference stdout, I was drunkBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log now that logfile is setupBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move logfile setup right after config parsingBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2008-06-24
| | | | Originally committed as revision 13956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini2008-06-24
| | | | Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use http_log() rather than printing on stdout to show the launchedStefano Sabatini2008-06-24
| | | | | | commandlines. Originally committed as revision 13954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver show each launched commandline just before to launchStefano Sabatini2008-06-24
| | | | | | | them rather than print them when parsing the configuration file. This way those commandlines are not showed anymore in no-launch mode. Originally committed as revision 13950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log when feed is already being receivedBaptiste Coudurier2008-06-24
| | | | Originally committed as revision 13939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-06-24
| | | | Originally committed as revision 13938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy extradata if presentBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini2008-06-23
| | | | | | | relative path for the logfile is resolved according to the directory where ffserver has been launched, as the user expects. Originally committed as revision 13911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segv, fmt_ctx is not set for rtspBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, braces placementBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, do not use ctx before being set, fix segvBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation, this should be betterBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, move init after possible gotoBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use istBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code setting output parameters after possible failureBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code after possible failure, so no need to freeBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_open_input_stream errorBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove return 1, we don't change state, we are still sending dataBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free pbBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_open_input_streamBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not allocate st->codec, it will be overwritten later; fix memleakBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log to stderrBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add callback for av_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ctime1Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print date in http_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and initBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13861 to svn://svn.ffmpeg.org/ffmpeg/trunk