summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* ffserver: move close_connection() call to avoid a temporary string and copy.Mike Williams2011-05-26
* ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams2011-05-26
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Lowercase all ff* program names.Diego Biurrun2011-04-23
* Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-23
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-19
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-08
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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