summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* ffserver: Fix an out of bounds readMartin Storsjö2010-05-241-1/+1
* ffserver: Fix another memory leakMartin Storsjö2010-05-241-1/+0
* ffserver: Plug some memory leaksHoward Chu2010-05-241-0/+5
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-1/+1
* ffserver: Avoid busylooping while reading non-blocking inputHoward Chu2010-05-211-0/+1
* Cosmetics: reindentMartin Storsjö2010-05-181-1/+1
* ffserver: Don't set me_method unconditionallyHoward Chu2010-05-181-0/+1
* ffserver: Write proper GMT date/times in Date headersHoward Chu2010-05-181-6/+3
* ffserver: Make sure a destination URL is set when creating the SDPMartin Storsjö2010-05-171-0/+2
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-6/+6
* Implement ffserver.c:report_config_error() and a macro for loggingStefano Sabatini2010-04-241-92/+47
* Statically initialize ffserver.c:config_filename, simplify.Stefano Sabatini2010-04-241-3/+2
* Make ffserver support rfc3550Luca Barbato2010-04-191-4/+5
* Add DynamicACL support for FFserver.Benjamin Larsson2010-04-071-57/+142
* Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje2010-03-311-10/+2
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-19/+19
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-251-1/+1
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-081-0/+36
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-3/+3
* ffserver: remove bogus commentMåns Rullgård2010-03-081-1/+0
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-071-3/+0
* ffserver: do not use intreadwrite.hMåns Rullgård2010-03-071-2/+1
* ffserver: use av_stristr()Måns Rullgård2010-03-061-1/+1
* Update to work with chunked encoding HTTP streams (as served by FFmpeg sinceRonald S. Bultje2010-03-031-3/+35
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-231-1/+1
* Mark http_log() as static; it is only used in this file.Diego Biurrun2010-01-041-1/+1
* Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini2010-01-011-5/+5
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-011-4/+4
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-311-2/+21
* 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
OpenPOWER on IntegriCloud