OSDN Git Service

Offer an option (disabled by default) to enable the copy of the frames before
[coroid/ffmpeg_saccubus.git] / ffserver.c
2008-12-19 Stefano SabatiniCosmetics, change variable name "o2" to "o" in ffserver...
2008-12-19 Stefano SabatiniRemove calls to deprecated av_set_string2() with calls to
2008-11-29 Stefano Sabatinis/FFserver/ffserver/ in the help message invocation...
2008-10-25 Baptiste Couduriercosmetics: ffserver -> FFserver
2008-10-25 Baptiste Couduriercosmetics, indentation
2008-10-25 Baptiste Couduriercheck if stream is set, fix potential segv
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-01 Baptiste Couduriercosmetics, remove useless spaces
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-29 Diego PettenòRemove some format string warnings.
2008-09-28 Michael NiedermayerRename opt_default() so it will not conflict with the...
2008-09-24 Baptiste Coudurieronly write trailer when state says so, should fix issue...
2008-09-07 Baptiste Coudurieradd missing html start tag to ffserver status html...
2008-09-07 Baptiste Couduriercleanup, merge snprintf calls
2008-09-07 Baptiste Coudurier100l, compute correctly poll_table size when allocating
2008-09-03 Stefano SabatiniMake the nb_max_connections and nb_connections int...
2008-09-03 Stefano SabatiniMake the maximum number of simultaneous HTTP connection...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-13 Aurelien Jacobsffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE
2008-07-24 Diego Biurruncosmetics: typo fixes
2008-07-16 Baptiste Coudurierprint AVCodecContext address instead of AVClass, better...
2008-07-09 Stefano SabatiniFix a warning in ffserver.c caused by the use of the...
2008-06-25 Baptiste Coudurierrevert r13867, - reference stdout, I was drunk
2008-06-25 Baptiste Coudurieruse http_log now that logfile is setup
2008-06-25 Baptiste Couduriermove logfile setup right after config parsing
2008-06-25 Baptiste Coudurierremove useless init
2008-06-24 Stefano SabatiniReindent.
2008-06-24 Stefano SabatiniMake ffserver show launched commandlines not only in...
2008-06-24 Stefano SabatiniUse http_log() rather than printing on stdout to show...
2008-06-24 Stefano SabatiniMake ffserver show each launched commandline just befor...
2008-06-24 Baptiste Coudurierlog when feed is already being received
2008-06-24 Baptiste Coudurierreindent
2008-06-23 Baptiste Couduriercopy extradata if present
2008-06-23 Stefano SabatiniMake ffserver daemon chdir()s just after log init....
2008-06-23 Baptiste Coudurierfix segv, fmt_ctx is not set for rtsp
2008-06-23 Baptiste Couduriercosmetics, braces placement
2008-06-23 Baptiste Coudurier10l, do not use ctx before being set, fix segv
2008-06-23 Baptiste Coudurierfix compilation, this should be better
2008-06-23 Baptiste Coudurier10l, move init after possible goto
2008-06-23 Baptiste Couduriersimplify, use ist
2008-06-23 Baptiste Coudurierfix source stream, source_index is refering to fmt_in...
2008-06-23 Baptiste Couduriersimplify
2008-06-23 Baptiste Coudurierno need to print date anymore since done in http_log
2008-06-22 Baptiste Couduriermove code setting output parameters after possible...
2008-06-22 Baptiste Couduriermove code after possible failure, so no need to free
2008-06-22 Baptiste Couduriercheck av_open_input_stream error
2008-06-22 Baptiste Coudurierremove return 1, we don't change state, we are still...
2008-06-22 Baptiste Coudurierfree pb
2008-06-22 Baptiste Coudurieruse av_open_input_stream
2008-06-22 Baptiste Coudurierdo not allocate st->codec, it will be overwritten later...
2008-06-22 Baptiste Coudurierlog to stderr
2008-06-22 Baptiste Coudurieradd callback for av_log
2008-06-22 Baptiste Coudurierno need to print date anymore since done in http_log
2008-06-22 Baptiste Coudurieruse ctime1
2008-06-22 Baptiste Coudurierprint date in http_log
2008-06-22 Baptiste Coudurierremove useless init
2008-06-22 Baptiste Couduriermerge declaration and init
2008-06-22 Baptiste Coudurierreindent
2008-06-22 Baptiste Coudurierhttp or rtsp only support
2008-06-22 Baptiste Coudurierfix open return check
2008-06-22 Erik Hovlandfix feed_filename test, field is char [1024], patch...
2008-06-22 Baptiste Coudurieruse av_seek_frame to flush demxu pending packets, fixes...
2008-06-21 Baptiste Coudurierfree c->pb_buffer before overwriting it, fix memleak
2008-06-21 Baptiste Coudurierreturn 1 when error during write frame, state changed
2008-06-21 Baptiste Coudurierset default preload and max_delay for muxer to avoid...
2008-06-21 Baptiste Coudurierchange bandwidth to unsigned
2008-06-21 Baptiste Coudurierremove useless init, logfilename is static
2008-06-21 Baptiste Coudurieruse http_log when log file is setup
2008-06-21 Baptiste Coudurieralways use stdout to log when running in debug mode
2008-06-21 Baptiste Coudurierrescale duration when outputting packet
2008-06-21 Baptiste Coudurierlog accept error
2008-06-21 Baptiste Coudurieruse http_log when log file is setup
2008-06-21 Baptiste Coudurierupgrade bandwidth config to use int64_t, raise limit
2008-06-21 Baptiste Coudurierupgrade bandwidth to uint64_t
2008-06-21 Baptiste Coudurieradd static
2008-06-19 Stefano SabatiniCosmetics: s/stats/status/ in ffserver.c.
2008-06-09 Baptiste Coudurieradd AVOption support in ffserver configuration file
2008-06-07 Stefano Sabatiniuse unsetenv, fix warning, patch by Stefano Sabatini...
2008-06-07 Stefano Sabatiniuse program_name to be more consistent with the banner...
2008-06-01 Baptiste Coudurieradd \n to error message
2008-05-30 Baptiste Coudurier2nd try fix got_key_frame when video+audio
2008-05-30 Baptiste Coudurierfix got_key_frame when stream is audio
2008-05-30 Baptiste Coudurierset got_key_frame when packet is video, fix first video...
2008-05-30 Baptiste Coudurierlog error when writing frame to output
2008-05-30 Baptiste Coudurierwake up connections to stop waiting when feed is being...
2008-05-30 Baptiste Coudurierfix timestamps rescaling, index in source format might...
2008-05-30 Baptiste Coudurierlog some errors
2008-05-30 Baptiste Coudurierset is_streamed before writing data to output file
2008-05-29 Baptiste Couduriercosmetics, reindent
2008-05-29 Baptiste Couduriercosmetics, move declaration where it is used, remove...
2008-05-29 Baptiste Coudurieruse av_parse_video_frame_rate
2008-05-29 Diego BiurrunRemove unnecessary #include.
2008-05-29 Erik HovlandRemove unnecessary header #includes.
2008-05-29 Stefano SabatiniSimplify show_banner() so that it does not require...
2008-05-29 Baptiste Coudurierreindent
2008-05-29 Baptiste Couduriercheck that redirect is set, fixes CID13 RUN2
2008-05-29 Baptiste Coudurierreindent
2008-05-29 Baptiste Couduriercheck that stream is set, fixes CID13 RUN2
2008-05-29 Baptiste Couduriercheck if stream has been set, fixes CID15 RUN2
2008-05-29 Baptiste Coudurierinit h, fixes CID54 RUN2
next