]> git.sesse.net Git - ffmpeg/history - avserver.c
AVFrame: deprecate all now unused fields
[ffmpeg] / avserver.c
2013-03-08 Anton Khirnovavserver: don't set deprecated options.
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-11-15 Janne Grunauavserver: replace av_read_packet with av_read_frame
2012-11-15 Janne Grunauavserver: fix constness casting warnings
2012-11-15 Janne Grunauavserver: use freopen to redirect stdin/out/err to...
2012-11-15 Mans Rullgardavserver: remove daemon mode
2012-10-27 Mans Rullgardavserver: use socklen_t where appropriate
2012-10-16 Mans Rullgardavserver: move avserver-specific code from ffmdec.c...
2012-10-01 Diego Elio PettenòUse atexit() instead of defining a custom exit_program...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-09-11 Diego Biurrunavserver: Add missing #include for av_gettime()
2012-08-19 Anton Khirnovavconv: split printing "main options" into global and...
2012-08-19 Anton Khirnovcmdutils: extend -h to allow printing codec details.
2012-08-19 Anton Khirnovavtools: move some newlines to show_help_options().
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
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.