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-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: deprecate url_open_bufAnton Khirnov
2011-03-17avio: avio_ prefix for url_fprintfAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-18ffserver: Try matching the RTSP url without a trailing slashMartin Storsjö
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-17Replace remaining uses of parse_date with av_parse_time.Anton Khirnov
2011-02-17ffserver: set the sample aspect ratioNicolas George
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-25ffserver: 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