summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
...
* fix segv, fmt_ctx is not set for rtspBaptiste Coudurier2008-06-23
* cosmetics, braces placementBaptiste Coudurier2008-06-23
* 10l, do not use ctx before being set, fix segvBaptiste Coudurier2008-06-23
* fix compilation, this should be betterBaptiste Coudurier2008-06-23
* 10l, move init after possible gotoBaptiste Coudurier2008-06-23
* simplify, use istBaptiste Coudurier2008-06-23
* fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier2008-06-23
* simplifyBaptiste Coudurier2008-06-23
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-23
* move code setting output parameters after possible failureBaptiste Coudurier2008-06-22
* move code after possible failure, so no need to freeBaptiste Coudurier2008-06-22
* check av_open_input_stream errorBaptiste Coudurier2008-06-22
* remove return 1, we don't change state, we are still sending dataBaptiste Coudurier2008-06-22
* free pbBaptiste Coudurier2008-06-22
* use av_open_input_streamBaptiste Coudurier2008-06-22
* do not allocate st->codec, it will be overwritten later; fix memleakBaptiste Coudurier2008-06-22
* log to stderrBaptiste Coudurier2008-06-22
* add callback for av_logBaptiste Coudurier2008-06-22
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-22
* use ctime1Baptiste Coudurier2008-06-22
* print date in http_logBaptiste Coudurier2008-06-22
* remove useless initBaptiste Coudurier2008-06-22
* merge declaration and initBaptiste Coudurier2008-06-22
* reindentBaptiste Coudurier2008-06-22
* http or rtsp only supportBaptiste Coudurier2008-06-22
* fix open return checkBaptiste Coudurier2008-06-22
* fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at ...Erik Hovland2008-06-22
* use av_seek_frame to flush demxu pending packets, fixes seeking, should have ...Baptiste Coudurier2008-06-22
* free c->pb_buffer before overwriting it, fix memleakBaptiste Coudurier2008-06-21
* return 1 when error during write frame, state changedBaptiste Coudurier2008-06-21
* set default preload and max_delay for muxer to avoid mpeg ps muxer to spit ma...Baptiste Coudurier2008-06-21
* change bandwidth to unsignedBaptiste Coudurier2008-06-21
* remove useless init, logfilename is staticBaptiste Coudurier2008-06-21
* use http_log when log file is setupBaptiste Coudurier2008-06-21
* always use stdout to log when running in debug modeBaptiste Coudurier2008-06-21
* rescale duration when outputting packetBaptiste Coudurier2008-06-21
* log accept errorBaptiste Coudurier2008-06-21
* use http_log when log file is setupBaptiste Coudurier2008-06-21
* upgrade bandwidth config to use int64_t, raise limitBaptiste Coudurier2008-06-21
* upgrade bandwidth to uint64_tBaptiste Coudurier2008-06-21
* add staticBaptiste Coudurier2008-06-21
* Cosmetics: s/stats/status/ in ffserver.c.Stefano Sabatini2008-06-19
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-09
* use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-la...Stefano Sabatini2008-06-07
* use program_name to be more consistent with the banner, patch by Stefano Saba...Stefano Sabatini2008-06-07
* add \n to error messageBaptiste Coudurier2008-06-01
* 2nd try fix got_key_frame when video+audioBaptiste Coudurier2008-05-30
* fix got_key_frame when stream is audioBaptiste Coudurier2008-05-30
* set got_key_frame when packet is video, fix first video packet with index 0 a...Baptiste Coudurier2008-05-30
* log error when writing frame to outputBaptiste Coudurier2008-05-30