]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffserver.c
Remove some format string warnings.
[frescor/ffmpeg.git] / ffserver.c
2008-09-29 diegoRemove some format string warnings.
2008-09-28 michaelRename opt_default() so it will not conflict with the...
2008-09-24 bcoudurieronly write trailer when state says so, should fix issue...
2008-09-07 bcoudurieradd missing html start tag to ffserver status html...
2008-09-07 bcouduriercleanup, merge snprintf calls
2008-09-07 bcoudurier100l, compute correctly poll_table size when allocating
2008-09-03 stefanoMake the nb_max_connections and nb_connections int...
2008-09-03 stefanoMake the maximum number of simultaneous HTTP connection...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-13 aurelffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE
2008-07-24 diegocosmetics: typo fixes
2008-07-16 bcoudurierprint AVCodecContext address instead of AVClass, better...
2008-07-09 stefanoFix a warning in ffserver.c caused by the use of the...
2008-06-25 bcoudurierrevert r13867, - reference stdout, I was drunk
2008-06-25 bcoudurieruse http_log now that logfile is setup
2008-06-25 bcouduriermove logfile setup right after config parsing
2008-06-25 bcoudurierremove useless init
2008-06-24 stefanoReindent.
2008-06-24 stefanoMake ffserver show launched commandlines not only in...
2008-06-24 stefanoUse http_log() rather than printing on stdout to show...
2008-06-24 stefanoMake ffserver show each launched commandline just befor...
2008-06-24 bcoudurierlog when feed is already being received
2008-06-24 bcoudurierreindent
2008-06-23 bcouduriercopy extradata if present
2008-06-23 stefano Make ffserver daemon chdir()s just after log init...
2008-06-23 bcoudurierfix segv, fmt_ctx is not set for rtsp
2008-06-23 bcouduriercosmetics, braces placement
2008-06-23 bcoudurier10l, dont use ctx before being set, fix segv
2008-06-23 bcoudurierfix compilation, this should be better
2008-06-23 bcoudurier10l, move init after possible goto
2008-06-23 bcouduriersimplify, use ist
2008-06-23 bcoudurierfix source stream, source_index is refering to fmt_in...
2008-06-23 bcouduriersimplify
2008-06-23 bcoudurierno need to print date anymore since done in http_log
2008-06-22 bcouduriermove code setting output parameters after possible...
2008-06-22 bcouduriermove code after possible failure, so no need to free
2008-06-22 bcouduriercheck av_open_input_stream error
2008-06-22 bcoudurierremove return 1, we don't change state, we are still...
2008-06-22 bcoudurierfree pb
2008-06-22 bcoudurieruse av_open_input_stream
2008-06-22 bcoudurierdont allo st->codec it will be overwritten later, fix...
2008-06-22 bcoudurierlog to stderr
2008-06-22 bcoudurieradd callback for av_log
2008-06-22 bcoudurierno need to print date anymore since done in http_log
2008-06-22 bcoudurieruse ctime1
2008-06-22 bcoudurierprint date in http_log
2008-06-22 bcoudurierremove useless init
2008-06-22 bcouduriermerge declaration and init
2008-06-22 bcoudurierreindent
2008-06-22 bcoudurierhttp or rstp only support
2008-06-22 bcoudurierfix open return check
2008-06-22 bcoudurierfix feed_filename test, field is char [1024], patch...
2008-06-22 bcoudurieruse av_seek_frame to flush demxu pending packets, fixes...
2008-06-21 bcoudurierfree c->pb_buffer before overwriting it, fix memleak
2008-06-21 bcoudurierreturn 1 when error during write frame, state changed
2008-06-21 bcoudurierset default preload and max_delay for muxer to avoid...
2008-06-21 bcoudurierchange bandwith to unsigned
2008-06-21 bcoudurierremove useless init, logfilename is static
2008-06-21 bcoudurieruse http_log when log file is setup
2008-06-21 bcoudurieralways use stdout to log when running in debug mode
2008-06-21 bcoudurierrescale duration when outputing packet
2008-06-21 bcoudurierlog accept error
2008-06-21 bcoudurieruse http_log when log file is setup
2008-06-21 bcoudurierupgrade bandwith config to use int64_t, raise limit
2008-06-21 bcoudurierupgrade bandwidth to uint64_t
2008-06-21 bcoudurieradd static
2008-06-19 stefanoCosmetics: s/stats/status/ in ffserver.c.
2008-06-09 bcoudurieradd AVOption support in ffserver configuration file
2008-06-07 bcoudurieruse unsetenv, fix warning, patch by Stefano Sabatini...
2008-06-07 bcoudurieruse program_name to be more consistent with the banner...
2008-06-01 bcoudurieradd \n to error message
2008-05-30 bcoudurier2nd try fix got_key_frame when video+audio
2008-05-30 bcoudurierfix got_key_frame when stream is audio
2008-05-30 bcoudurierset got_key_frame when packet is video, fix first video...
2008-05-30 bcoudurierlog error when writing frame to output
2008-05-30 bcoudurierwake up connections to stop waiting when feed is being...
2008-05-30 bcoudurierfix timestamps rescaling, index in source format might...
2008-05-30 bcoudurierlog some errors
2008-05-30 bcoudurierset is_streamed before writing data to output file
2008-05-29 bcouduriercosmetics, reindent
2008-05-29 bcouduriercosmetics, move declaration where it is used, remove...
2008-05-29 bcoudurieruse av_parse_video_frame_rate
2008-05-29 diegoRemove unnecessary #include.
2008-05-29 diegoRemove unnecessary header #includes.
2008-05-29 diegoSimplify show_banner() so that it does not require...
2008-05-29 bcoudurierreindent
2008-05-29 bcouduriercheck that redirect is set, fixes CID13 RUN2
2008-05-29 bcoudurierreindent
2008-05-29 bcouduriercheck that stream is set, fixes CID13 RUN2
2008-05-29 bcouduriercheck if stream has been set, fixes CID15 RUN2
2008-05-29 bcoudurierinit h, fixes CID54 RUN2
2008-05-28 bcoudurierremove dummy coded frame, no muxer should use it anyway
2008-05-25 bcoudurierbetter error message
2008-05-24 bcoudurierbetter error message
2008-05-24 bcoudurierlatest libavc svn requires at least this value for...
2008-05-23 benoitAdd -formats option to ffserver.
2008-05-22 takisImplement ffserver -version.
2008-05-21 michaelGet rid of more senseless wraper functions and use...
2008-05-21 michaelDo not pass program_name as argument to show_version...
2008-05-21 bcoudurieropen logfile in append mode, don't overwrite it
next