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
2012-08-19avconv: split printing "main options" into global and per-file.Anton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19avtools: move some newlines to show_help_options().Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-05-06avserver: check return value of ftruncate()Mans Rullgard
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-01-22avserver: fix build after the next bump.Anton Khirnov
2012-01-21Revert "avserver: fix build after the next bump."Anton Khirnov
2012-01-20avserver: fix build after the next bump.Anton Khirnov
2012-01-12avserver: remove code using deprecated CODEC_CAP_PARSE_ONLY.Anton Khirnov
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12lavf: deprecate av_close_input_stream().Anton Khirnov
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-06Call avformat_network_init/deinit in the programsMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-10-19lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-09-30avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for th...Nathan Caldwell
2011-09-26avtools: parse loglevel before all the other options.Anton Khirnov
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-08-09Rename ffserver to avserver.Anton Khirnov