summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ffserver to avserver.Anton Khirnov2011-08-091-4742/+0
* ffserver: Replace two loops with one loop.Mike Williams2011-07-141-12/+4
* Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-131-4/+2
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-2/+2
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+1
* ffserver: remove unused variable.Chris Wilson2011-07-061-3/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* ffserver: use new avformat_open_* API.Anton Khirnov2011-06-161-20/+17
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-1/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-9/+10
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-2/+2
* ffserver: move close_connection() call to avoid a temporary string and copy.Mike Williams2011-05-261-7/+4
* ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams2011-05-261-11/+10
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
* 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