summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* Factorize common commandline options definition.Stefano Sabatini2009-11-291-9/+2
* Split show_formats().Michael Niedermayer2009-11-191-1/+4
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-021-1/+1
* Remove disabled code cruft.Diego Biurrun2009-09-291-52/+0
* Add a -loglevel command line option to ffserver.Stefano Sabatini2009-09-261-0/+1
* Move get_arg to avoid future declaration of function whenBenjamin Larsson2009-09-101-32/+32
* Consistently lowercase all HTML tags.Diego Biurrun2009-07-191-30/+30
* check if feed max file size is too smallBaptiste Coudurier2009-03-211-0/+5
* cosmetics, reindent and remove empty lineBaptiste Coudurier2009-03-211-5/+4
* new Truncate option which will make feeder truncate feed fileBaptiste Coudurier2009-03-211-0/+14
* do not call av_find_stream_info if stream is ffm, should fix stallingBaptiste Coudurier2009-03-211-1/+1
* send busy reply if max connections number is exceededBaptiste Coudurier2009-03-211-3/+19
* adjust write index if not setBaptiste Coudurier2009-03-211-1/+3
* check av_find_stream_info return valueBaptiste Coudurier2009-03-201-1/+5
* uniformize log messages and add some moreBaptiste Coudurier2009-03-201-3/+7
* use lfg and ff_random_get_seed instead of deprecated av_randomBaptiste Coudurier2009-03-201-6/+7
* check if feed and stream already exist before registering new oneBaptiste Coudurier2009-03-201-11/+30
* Bump major version of libavutil due to FIFO fixes.Michael Niedermayer2009-03-081-1/+1
* convert ffserver to new metadata APIAurelien Jacobs2009-03-011-13/+6
* add bandwidth before failing if feed is already being receivedBaptiste Coudurier2009-02-221-3/+3
* do not set error if an unknown parameter is in config file, just skipBaptiste Coudurier2009-02-221-1/+0
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-211-10/+10
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-211-1/+1
* Check return value of ffm_write_write_index and ffm_read_write_index.Patrik Kullman2009-02-121-2/+8
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-2/+2
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-1/+1
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-051-0/+5
* Add 'void' keyword to parameterless function declaration.Diego Biurrun2009-01-301-1/+1
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-181-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-1/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini2009-01-131-2/+3
* initialize AVFormatContext before calling av_write_header()Aurelien Jacobs2009-01-091-1/+1
* Silence two icc warnings:Carl Eugen Hoyos2008-12-301-3/+3
* Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().Stefano Sabatini2008-12-191-2/+2
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-191-5/+3
* s/FFserver/ffserver/ in the help message invocation synopsis.Stefano Sabatini2008-11-291-1/+1
* cosmetics: ffserver -> FFserverBaptiste Coudurier2008-10-251-2/+2
* cosmetics, indentationBaptiste Coudurier2008-10-251-5/+5
* check if stream is set, fix potential segvBaptiste Coudurier2008-10-251-0/+2
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* cosmetics, remove useless spacesBaptiste Coudurier2008-10-011-3/+3
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-301-20/+20
* Remove some format string warnings.Diego Pettenò2008-09-291-3/+3
* Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer2008-09-281-2/+2
* only write trailer when state says so, should fix issue #646Baptiste Coudurier2008-09-241-1/+1
* add missing html start tag to ffserver status html pageBaptiste Coudurier2008-09-071-1/+1
* cleanup, merge snprintf callsBaptiste Coudurier2008-09-071-55/+55
* 100l, compute correctly poll_table size when allocatingBaptiste Coudurier2008-09-071-1/+1
* Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini2008-09-031-2/+2
OpenPOWER on IntegriCloud