summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* avio: deprecate url_open_bufAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-16
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* ffserver: Try matching the RTSP url without a trailing slashMartin Storsjö2011-02-17
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-16
* ffserver: set the sample aspect ratioNicolas George2011-02-17
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* ffserver: put gcc attribute under proper ifdefMans Rullgard2011-01-24
* ffserver: cleanupReinhard Tartler2011-01-23
* 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