summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+0
* Lowercase all ff* program names.Diego Biurrun2011-04-231-1/+1
* Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-231-1/+1
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-191-2/+2
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-2/+2
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-6/+0
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-081-0/+1
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-081-1/+1
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-2/+4
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-8/+8
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-7/+7
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-4/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: deprecate url_open_bufAnton Khirnov2011-03-161-1/+2
* avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-161-63/+63
* 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
OpenPOWER on IntegriCloud