]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffserver.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / ffserver.c
2009-03-21 bcouduriercheck if feed max file size is too small
2009-03-21 bcouduriercosmetics, reindent and remove empty line
2009-03-21 bcouduriernew Truncate option which will make feeder truncate...
2009-03-21 bcoudurierdo not call av_find_stream_info if stream is ffm, shoul...
2009-03-21 bcouduriersend busy reply if max connections number is exceeded
2009-03-21 bcoudurieradjust write index if not set
2009-03-20 bcouduriercheck av_find_stream_info return value
2009-03-20 bcoudurieruniformize log messages and add some more
2009-03-20 bcoudurieruse lfg and ff_random_get_seed instead of deprecated...
2009-03-20 bcouduriercheck if feed and stream already exist before registeri...
2009-03-08 michaelBump major version of libavutil due to FIFO fixes.
2009-03-01 aurelconvert ffserver to new metadata API
2009-02-22 bcoudurieradd bandwidth before failing if feed is already being...
2009-02-22 bcoudurierdo not set if unknown parameter if config file, just...
2009-02-21 rbultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 rbultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-12 bcoudurierCheck return value of ffm_write_write_index and ffm_rea...
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2009-02-06 lucabeSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 rbultjeDelete an enum and a function typedef that aren't used...
2009-01-30 diegoAdd 'void' keyword to parameterless function declaration.
2009-01-18 stefanoReplace calls to the deprecated function av_init_random...
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 stefanoInclude libavformat/avformat.h before all the other...
2009-01-09 aurelinitialize AVFormatContext before calling av_write_header()
2008-12-30 cehoyosSilence two icc warnings:
2008-12-19 stefanoCosmetics, change variable name "o2" to "o" in ffserver...
2008-12-19 stefanoRemove calls to deprecated av_set_string2() with calls to
2008-11-29 stefanos/FFserver/ffserver/ in the help message invocation...
2008-10-25 bcouduriercosmetics: ffserver -> FFserver
2008-10-25 bcouduriercosmetics, indentation
2008-10-25 bcouduriercheck if stream is set, fix potential segv
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-01 bcouduriercosmetics, remove useless spaces
2008-09-30 rbultjeRename RTSPProtocol to RTSPLowerTransport, so that...
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
next