| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a -loglevel command line option to ffserver. | Stefano Sabatini | 2009-09-26 | 1 | -0/+1 |
* | Move get_arg to avoid future declaration of function when | Benjamin Larsson | 2009-09-10 | 1 | -32/+32 |
* | Consistently lowercase all HTML tags. | Diego Biurrun | 2009-07-19 | 1 | -30/+30 |
* | check if feed max file size is too small | Baptiste Coudurier | 2009-03-21 | 1 | -0/+5 |
* | cosmetics, reindent and remove empty line | Baptiste Coudurier | 2009-03-21 | 1 | -5/+4 |
* | new Truncate option which will make feeder truncate feed file | Baptiste Coudurier | 2009-03-21 | 1 | -0/+14 |
* | do not call av_find_stream_info if stream is ffm, should fix stalling | Baptiste Coudurier | 2009-03-21 | 1 | -1/+1 |
* | send busy reply if max connections number is exceeded | Baptiste Coudurier | 2009-03-21 | 1 | -3/+19 |
* | adjust write index if not set | Baptiste Coudurier | 2009-03-21 | 1 | -1/+3 |
* | check av_find_stream_info return value | Baptiste Coudurier | 2009-03-20 | 1 | -1/+5 |
* | uniformize log messages and add some more | Baptiste Coudurier | 2009-03-20 | 1 | -3/+7 |
* | use lfg and ff_random_get_seed instead of deprecated av_random | Baptiste Coudurier | 2009-03-20 | 1 | -6/+7 |
* | check if feed and stream already exist before registering new one | Baptiste Coudurier | 2009-03-20 | 1 | -11/+30 |
* | Bump major version of libavutil due to FIFO fixes. | Michael Niedermayer | 2009-03-08 | 1 | -1/+1 |
* | convert ffserver to new metadata API | Aurelien Jacobs | 2009-03-01 | 1 | -13/+6 |
* | add bandwidth before failing if feed is already being received | Baptiste Coudurier | 2009-02-22 | 1 | -3/+3 |
* | do not set error if an unknown parameter is in config file, just skip | Baptiste Coudurier | 2009-02-22 | 1 | -1/+0 |
* | Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the | Ronald S. Bultje | 2009-02-21 | 1 | -10/+10 |
* | Change sizeof(struct_type) to sizeof(variable). | Ronald S. Bultje | 2009-02-21 | 1 | -1/+1 |
* | Check return value of ffm_write_write_index and ffm_read_write_index. | Patrik Kullman | 2009-02-12 | 1 | -2/+8 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 1 | -2/+2 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Delete an enum and a function typedef that aren't used anywhere, and | Ronald S. Bultje | 2009-02-05 | 1 | -0/+5 |
* | Add 'void' keyword to parameterless function declaration. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | 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 |