summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
...
* 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
* reindentBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http or rtsp only supportBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix open return checkBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at ↵Erik Hovland2008-06-22
| | | | | | hovland dot org Originally committed as revision 13857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_seek_frame to flush demxu pending packets, fixes seeking, should have ↵Baptiste Coudurier2008-06-22
| | | | | | been done when av_find_stream_info was added Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free c->pb_buffer before overwriting it, fix memleakBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return 1 when error during write frame, state changedBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set default preload and max_delay for muxer to avoid mpeg ps muxer to spit ↵Baptiste Coudurier2008-06-21
| | | | | | many underflow errors, use ffmpeg default values Originally committed as revision 13850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change bandwidth to unsignedBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless init, logfilename is staticBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log when log file is setupBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use stdout to log when running in debug modeBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale duration when outputting packetBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log accept errorBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log when log file is setupBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* upgrade bandwidth config to use int64_t, raise limitBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13842 to svn://svn.ffmpeg.org/ffmpeg/trunk