summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* Unbreak ffserverLuca Barbato2011-01-07
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-02
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-04
* ffserver: use a local MAX_STREAMS limitAurelien Jacobs2010-10-15
* ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs2010-10-15
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Also use 503 for bandwidth limit exceededHoward Chu2010-07-08
* Fix "server too busy" status codeHoward Chu2010-07-08
* Make ff_url_split() publicMåns Rullgård2010-06-27
* ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContextMartin Storsjö2010-06-22
* When reading a stream, should retry on EAGAIN instead of just failing. Also,Howard Chu2010-06-16
* Support presets in ffserver.confHoward Chu2010-06-08
* ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_timeMartin Storsjö2010-06-03
* ffserver: Allow floating point audio bit ratesMartin Storsjö2010-06-02
* ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requestsMartin Storsjö2010-05-25
* ffserver: Fix one of the codec parameter checksMartin Storsjö2010-05-24
* ffserver: Fix streaming with more than one streamMartin Storsjö2010-05-24
* ffserver: Fix extradata handlingHoward Chu2010-05-24
* ffserver: Fix an out of bounds readMartin Storsjö2010-05-24
* ffserver: Fix another memory leakMartin Storsjö2010-05-24
* ffserver: Plug some memory leaksHoward Chu2010-05-24
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* ffserver: Avoid busylooping while reading non-blocking inputHoward Chu2010-05-21
* Cosmetics: reindentMartin Storsjö2010-05-18
* ffserver: Don't set me_method unconditionallyHoward Chu2010-05-18
* ffserver: Write proper GMT date/times in Date headersHoward Chu2010-05-18
* ffserver: Make sure a destination URL is set when creating the SDPMartin Storsjö2010-05-17
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Implement ffserver.c:report_config_error() and a macro for loggingStefano Sabatini2010-04-24
* Statically initialize ffserver.c:config_filename, simplify.Stefano Sabatini2010-04-24
* Make ffserver support rfc3550Luca Barbato2010-04-19
* Add DynamicACL support for FFserver.Benjamin Larsson2010-04-07
* Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-25
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* ffserver: remove bogus commentMåns Rullgård2010-03-08
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-07
* ffserver: do not use intreadwrite.hMåns Rullgård2010-03-07
* ffserver: use av_stristr()Måns Rullgård2010-03-06
* Update to work with chunked encoding HTTP streams (as served by FFmpeg sinceRonald S. Bultje2010-03-03
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Mark http_log() as static; it is only used in this file.Diego Biurrun2010-01-04
* Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini2010-01-01
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-01
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-31
* Factorize common commandline options definition.Stefano Sabatini2009-11-29
* Split show_formats().Michael Niedermayer2009-11-19