]> git.sesse.net Git - ffmpeg/history - avserver.c
lavfi: fix incorrect comment.
[ffmpeg] / avserver.c
2012-05-06 Mans Rullgardavserver: check return value of ftruncate()
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-01-22 Anton Khirnovavserver: fix build after the next bump.
2012-01-21 Anton KhirnovRevert "avserver: fix build after the next bump."
2012-01-20 Anton Khirnovavserver: fix build after the next bump.
2012-01-12 Anton Khirnovavserver: remove code using deprecated CODEC_CAP_PARSE_...
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-06 Martin StorsjöCall avformat_network_init/deinit in the programs
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
2011-10-19 Anton Khirnovlavc: make avcodec_get_context_defaults3 "officially...
2011-10-12 Anton KhirnovRemove all uses of deprecated AVOptions API.
2011-10-12 Martin Storsjörtpdec: Add ff_ prefix to all nonstatic symbols
2011-09-30 Nathan Caldwellavserver: Fix a bug where the socket is IPv4, but IPv6...
2011-09-26 Anton Khirnovavtools: parse loglevel before all the other options.
2011-09-04 Anton Khirnovcmdutils: add support for caller-provided option context.
2011-09-04 Anton Khirnovcmdutils: move exit_program() declaration to cmdutils...
2011-08-26 Diego BiurrunReplace deprecated av_find_stream_info() by avformat_fi...
2011-08-09 Anton KhirnovRename ffserver to avserver.