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-07-15ffserver: Replace two loops with one loop.Mike Williams
2011-07-13Replace some gotos that lead to single return statements by direct return.Diego Biurrun
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-07ffserver: remove unused variable.Chris Wilson
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-16ffserver: use new avformat_open_* API.Anton Khirnov
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-05-26ffserver: move close_connection() call to avoid a temporary string and copy.Mike Williams
2011-05-26ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-23Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun
2011-04-19prefer avio_check() over url_exist()Stefano Sabatini
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
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-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
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