| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -1/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+5 |
* | Include libavformat/avformat.h before all the other libav* headers. | Stefano Sabatini | 2009-01-13 | 1 | -2/+3 |
* | initialize AVFormatContext before calling av_write_header() | Aurelien Jacobs | 2009-01-09 | 1 | -1/+1 |
* | Silence two icc warnings: | Carl Eugen Hoyos | 2008-12-30 | 1 | -3/+3 |
* | Cosmetics, change variable name "o2" to "o" in ffserver_opt_default(). | Stefano Sabatini | 2008-12-19 | 1 | -2/+2 |
* | Remove calls to deprecated av_set_string2() with calls to | Stefano Sabatini | 2008-12-19 | 1 | -5/+3 |
* | s/FFserver/ffserver/ in the help message invocation synopsis. | Stefano Sabatini | 2008-11-29 | 1 | -1/+1 |
* | cosmetics: ffserver -> FFserver | Baptiste Coudurier | 2008-10-25 | 1 | -2/+2 |
* | cosmetics, indentation | Baptiste Coudurier | 2008-10-25 | 1 | -5/+5 |
* | check if stream is set, fix potential segv | Baptiste Coudurier | 2008-10-25 | 1 | -0/+2 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | cosmetics, remove useless spaces | Baptiste Coudurier | 2008-10-01 | 1 | -3/+3 |
* | Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us | Ronald S. Bultje | 2008-09-30 | 1 | -20/+20 |
* | Remove some format string warnings. | Diego Pettenò | 2008-09-29 | 1 | -3/+3 |
* | Rename opt_default() so it will not conflict with the one from ffmpeg.c | Michael Niedermayer | 2008-09-28 | 1 | -2/+2 |
* | only write trailer when state says so, should fix issue #646 | Baptiste Coudurier | 2008-09-24 | 1 | -1/+1 |
* | add missing html start tag to ffserver status html page | Baptiste Coudurier | 2008-09-07 | 1 | -1/+1 |
* | cleanup, merge snprintf calls | Baptiste Coudurier | 2008-09-07 | 1 | -55/+55 |
* | 100l, compute correctly poll_table size when allocating | Baptiste Coudurier | 2008-09-07 | 1 | -1/+1 |
* | Make the nb_max_connections and nb_connections int variables unsigned. | Stefano Sabatini | 2008-09-03 | 1 | -2/+2 |
* | Make the maximum number of simultaneous HTTP connections handled by | Stefano Sabatini | 2008-09-03 | 1 | -5/+18 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 1 | -0/+1 |
* | ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE | Aurelien Jacobs | 2008-08-13 | 1 | -0/+2 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-07-24 | 1 | -3/+2 |
* | print AVCodecContext address instead of AVClass, better when multiple instanc... | Baptiste Coudurier | 2008-07-16 | 1 | -1/+1 |
* | Fix a warning in ffserver.c caused by the use of the function | Stefano Sabatini | 2008-07-09 | 1 | -1/+1 |
* | revert r13867, - reference stdout, I was drunk | Baptiste Coudurier | 2008-06-25 | 1 | -1/+1 |
* | use http_log now that logfile is setup | Baptiste Coudurier | 2008-06-25 | 1 | -10/+10 |
* | move logfile setup right after config parsing | Baptiste Coudurier | 2008-06-25 | 1 | -9/+9 |
* | remove useless init | Baptiste Coudurier | 2008-06-25 | 1 | -3/+0 |
* | Reindent. | Stefano Sabatini | 2008-06-24 | 1 | -5/+5 |
* | Make ffserver show launched commandlines not only in debug-mode. | Stefano Sabatini | 2008-06-24 | 1 | -2/+0 |
* | Use http_log() rather than printing on stdout to show the launched | Stefano Sabatini | 2008-06-24 | 1 | -4/+4 |
* | Make ffserver show each launched commandline just before to launch | Stefano Sabatini | 2008-06-24 | 1 | -18/+17 |
* | log when feed is already being received | Baptiste Coudurier | 2008-06-24 | 1 | -0/+1 |
* | reindent | Baptiste Coudurier | 2008-06-24 | 1 | -18/+18 |
* | copy extradata if present | Baptiste Coudurier | 2008-06-23 | 1 | -3/+12 |
* | Make ffserver daemon chdir()s just after log init. This way a | Stefano Sabatini | 2008-06-23 | 1 | -1/+3 |
* | fix segv, fmt_ctx is not set for rtsp | Baptiste Coudurier | 2008-06-23 | 1 | -1/+1 |
* | cosmetics, braces placement | Baptiste Coudurier | 2008-06-23 | 1 | -10/+5 |
* | 10l, do not use ctx before being set, fix segv | Baptiste Coudurier | 2008-06-23 | 1 | -2/+3 |
* | fix compilation, this should be better | Baptiste Coudurier | 2008-06-23 | 1 | -3/+4 |
* | 10l, move init after possible goto | Baptiste Coudurier | 2008-06-23 | 1 | -1/+1 |
* | simplify, use ist | Baptiste Coudurier | 2008-06-23 | 1 | -6/+4 |
* | fix source stream, source_index is refering to fmt_in, needs testing | Baptiste Coudurier | 2008-06-23 | 1 | -1/+1 |
* | simplify | Baptiste Coudurier | 2008-06-23 | 1 | -11/+6 |
* | no need to print date anymore since done in http_log | Baptiste Coudurier | 2008-06-23 | 1 | -3/+1 |
* | move code setting output parameters after possible failure | Baptiste Coudurier | 2008-06-22 | 1 | -4/+5 |