Age | Commit message (Expand) | Author |
2008-09-03 | Make the maximum number of simultaneous HTTP connections handled by | Stefano Sabatini |
2008-08-13 | strcasecmp() requires #include <strings.h> | Aurelien Jacobs |
2008-08-13 | ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE | Aurelien Jacobs |
2008-07-24 | cosmetics: typo fixes | Diego Biurrun |
2008-07-16 | print AVCodecContext address instead of AVClass, better when multiple instanc... | Baptiste Coudurier |
2008-07-09 | Fix a warning in ffserver.c caused by the use of the function | Stefano Sabatini |
2008-06-25 | revert r13867, - reference stdout, I was drunk | Baptiste Coudurier |
2008-06-25 | use http_log now that logfile is setup | Baptiste Coudurier |
2008-06-25 | move logfile setup right after config parsing | Baptiste Coudurier |
2008-06-25 | remove useless init | Baptiste Coudurier |
2008-06-24 | Reindent. | Stefano Sabatini |
2008-06-24 | Make ffserver show launched commandlines not only in debug-mode. | Stefano Sabatini |
2008-06-24 | Use http_log() rather than printing on stdout to show the launched | Stefano Sabatini |
2008-06-24 | Make ffserver show each launched commandline just before to launch | Stefano Sabatini |
2008-06-24 | log when feed is already being received | Baptiste Coudurier |
2008-06-24 | reindent | Baptiste Coudurier |
2008-06-23 | copy extradata if present | Baptiste Coudurier |
2008-06-23 | Make ffserver daemon chdir()s just after log init. This way a | Stefano Sabatini |
2008-06-23 | fix segv, fmt_ctx is not set for rtsp | Baptiste Coudurier |
2008-06-23 | cosmetics, braces placement | Baptiste Coudurier |
2008-06-23 | 10l, do not use ctx before being set, fix segv | Baptiste Coudurier |
2008-06-23 | fix compilation, this should be better | Baptiste Coudurier |
2008-06-23 | 10l, move init after possible goto | Baptiste Coudurier |
2008-06-23 | simplify, use ist | Baptiste Coudurier |
2008-06-23 | fix source stream, source_index is refering to fmt_in, needs testing | Baptiste Coudurier |
2008-06-23 | simplify | Baptiste Coudurier |
2008-06-23 | no need to print date anymore since done in http_log | Baptiste Coudurier |
2008-06-22 | move code setting output parameters after possible failure | Baptiste Coudurier |
2008-06-22 | move code after possible failure, so no need to free | Baptiste Coudurier |
2008-06-22 | check av_open_input_stream error | Baptiste Coudurier |
2008-06-22 | remove return 1, we don't change state, we are still sending data | Baptiste Coudurier |
2008-06-22 | free pb | Baptiste Coudurier |
2008-06-22 | use av_open_input_stream | Baptiste Coudurier |
2008-06-22 | do not allocate st->codec, it will be overwritten later; fix memleak | Baptiste Coudurier |
2008-06-22 | log to stderr | Baptiste Coudurier |
2008-06-22 | add callback for av_log | Baptiste Coudurier |
2008-06-22 | no need to print date anymore since done in http_log | Baptiste Coudurier |
2008-06-22 | use ctime1 | Baptiste Coudurier |
2008-06-22 | print date in http_log | Baptiste Coudurier |
2008-06-22 | remove useless init | Baptiste Coudurier |
2008-06-22 | merge declaration and init | Baptiste Coudurier |
2008-06-22 | reindent | Baptiste Coudurier |
2008-06-22 | http or rtsp only support | Baptiste Coudurier |
2008-06-22 | fix open return check | Baptiste Coudurier |
2008-06-22 | fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at ... | Erik Hovland |
2008-06-22 | use av_seek_frame to flush demxu pending packets, fixes seeking, should have ... | Baptiste Coudurier |
2008-06-21 | free c->pb_buffer before overwriting it, fix memleak | Baptiste Coudurier |
2008-06-21 | return 1 when error during write frame, state changed | Baptiste Coudurier |
2008-06-21 | set default preload and max_delay for muxer to avoid mpeg ps muxer to spit ma... | Baptiste Coudurier |
2008-06-21 | change bandwidth to unsigned | Baptiste Coudurier |