Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-18Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-18Replace remaining uses of parse_date with av_parse_time.Anton Khirnov
2011-02-18ffserver: set the sample aspect ratioNicolas George
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-01-26ffserver: put gcc attribute under proper ifdefMans Rullgard
2011-01-23ffserver: cleanupReinhard Tartler
2011-01-07Unbreak ffserverLuca Barbato
2011-01-02rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö
2010-11-05Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini
2010-10-15ffserver: use a local MAX_STREAMS limitAurelien Jacobs
2010-10-15ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-08Also use 503 for bandwidth limit exceededHoward Chu
2010-07-08Fix "server too busy" status codeHoward Chu
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-22ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContextMartin Storsjö
2010-06-16When reading a stream, should retry on EAGAIN instead of just failing. Also,Howard Chu
2010-06-08Support presets in ffserver.confHoward Chu
2010-06-04ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_timeMartin Storsjö
2010-06-02ffserver: Allow floating point audio bit ratesMartin Storsjö
2010-05-25ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requestsMartin Storsjö
2010-05-25ffserver: Fix one of the codec parameter checksMartin Storsjö
2010-05-25ffserver: Fix streaming with more than one streamMartin Storsjö
2010-05-24ffserver: Fix extradata handlingHoward Chu
2010-05-24ffserver: Fix an out of bounds readMartin Storsjö
2010-05-24ffserver: Fix another memory leakMartin Storsjö
2010-05-24ffserver: Plug some memory leaksHoward Chu
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-05-21ffserver: Avoid busylooping while reading non-blocking inputHoward Chu
2010-05-18Cosmetics: reindentMartin Storsjö
2010-05-18ffserver: Don't set me_method unconditionallyHoward Chu
2010-05-18ffserver: Write proper GMT date/times in Date headersHoward Chu
2010-05-17ffserver: Make sure a destination URL is set when creating the SDPMartin Storsjö
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-24Implement ffserver.c:report_config_error() and a macro for loggingStefano Sabatini
2010-04-24Statically initialize ffserver.c:config_filename, simplify.Stefano Sabatini
2010-04-19Make ffserver support rfc3550Luca Barbato
2010-04-08Add DynamicACL support for FFserver.Benjamin Larsson
2010-04-01Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-26Actually parse the auth headers in RTSPMartin Storsjö
2010-03-08Move resolve_host() to ffserver.cMåns Rullgård
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-08ffserver: remove bogus commentMåns Rullgård
2010-03-08Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-08ffserver: do not use intreadwrite.hMåns Rullgård
2010-03-06ffserver: use av_stristr()Måns Rullgård
2010-03-03Update to work with chunked encoding HTTP streams (as served by FFmpeg sinceRonald S. Bultje
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje