summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-2/+2
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-16/+16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-3/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* ffserver: Try matching the RTSP url without a trailing slashMartin Storsjö2011-02-171-1/+5
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-3/+3
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-161-6/+4
* ffserver: set the sample aspect ratioNicolas George2011-02-171-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* ffserver: put gcc attribute under proper ifdefMans Rullgard2011-01-241-1/+4
* ffserver: cleanupReinhard Tartler2011-01-231-15/+2
* Unbreak ffserverLuca Barbato2011-01-071-0/+1
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-021-1/+1
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-041-20/+4
* ffserver: use a local MAX_STREAMS limitAurelien Jacobs2010-10-151-0/+4
* ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs2010-10-151-1/+16
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-2/+3
* Also use 503 for bandwidth limit exceededHoward Chu2010-07-081-2/+2
* Fix "server too busy" status codeHoward Chu2010-07-081-1/+1
* Make ff_url_split() publicMåns Rullgård2010-06-271-3/+3
* ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContextMartin Storsjö2010-06-221-8/+1
* When reading a stream, should retry on EAGAIN instead of just failing. Also,Howard Chu2010-06-161-2/+6
* Support presets in ffserver.confHoward Chu2010-06-081-0/+76
* ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_timeMartin Storsjö2010-06-031-2/+1
* ffserver: Allow floating point audio bit ratesMartin Storsjö2010-06-021-1/+1
* ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requestsMartin Storsjö2010-05-251-0/+1
* ffserver: Fix one of the codec parameter checksMartin Storsjö2010-05-241-1/+1
* ffserver: Fix streaming with more than one streamMartin Storsjö2010-05-241-1/+1
* ffserver: Fix extradata handlingHoward Chu2010-05-241-5/+17
* 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
OpenPOWER on IntegriCloud