log opt.c @ 12514:e6d711ba5760 libavcodec

age author description
Fri, 24 Sep 2010 00:51:40 +0000 stefano Deprecate av_opt_show() in favor of a new function av_opt_show2(), libavcodec
Sat, 05 Jun 2010 12:01:28 +0000 stefano Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodec
Tue, 01 Jun 2010 08:07:07 +0000 stefano Make ff_parse_expr() and ff_parse_and_eval_expr() return an int libavcodec
Wed, 19 May 2010 22:55:29 +0000 michael Change eval API to take parent log context and log level offset. libavcodec
Sun, 16 May 2010 23:00:22 +0000 stefano Change the order of parameters for ff_eval_expr() and libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sun, 11 Apr 2010 22:32:04 +0000 stefano Rename ff_eval2() to ff_parse_and_eval_expr(). libavcodec
Wed, 27 Jan 2010 00:31:52 +0000 stefano Fix misc typos, patch by libavcodec
Sat, 17 Oct 2009 19:35:47 +0000 michael Revert r20249, it seems the union trick works everywhere libavcodec
Fri, 16 Oct 2009 12:35:49 +0000 michael Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec
Mon, 05 Oct 2009 20:18:16 +0000 michael Revert: libavcodec
Thu, 14 May 2009 18:50:58 +0000 stefano Make av_set_string3() print a message in case of unknown option. libavcodec
Thu, 14 May 2009 18:43:43 +0000 stefano Provide a context to av_log() calls in av_set_number2() and libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 22 Dec 2008 22:39:55 +0000 andoma Revert r16257: libavcodec
Sun, 21 Dec 2008 21:53:42 +0000 andoma Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec
Fri, 19 Dec 2008 22:37:56 +0000 stefano Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec
Fri, 19 Dec 2008 22:29:30 +0000 stefano Remove calls to deprecated av_set_string2() with calls to libavcodec
Tue, 16 Dec 2008 21:35:35 +0000 stefano Implement av_set_string3(). libavcodec
Mon, 15 Dec 2008 22:48:10 +0000 stefano Implement the av_set_number2() internal function, which makes possible libavcodec
Mon, 15 Dec 2008 22:40:28 +0000 stefano Remove ending period in a log message, which was inconsistent with libavcodec
Sun, 14 Dec 2008 21:34:12 +0000 stefano Remove set_all_opt() and its use in av_set_string2(). Make libavcodec
Fri, 05 Dec 2008 14:55:43 +0000 michael Fix FF_OPT_TYPE_INT64 support of defaults. libavcodec
Sun, 13 Jul 2008 21:28:17 +0000 stefano Fix the logic to access the location of a string to free when setting libavcodec
Tue, 08 Jul 2008 23:50:03 +0000 michael Fix the av_set_string() free / alloc issue. libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Sat, 24 May 2008 12:58:20 +0000 michael Anoter try to make +- behave sanely. libavcodec
Fri, 23 May 2008 00:29:21 +0000 michael Fix + - bug with non flags. libavcodec
Thu, 15 May 2008 01:03:48 +0000 benoit Make av_set_string() fail when number could not be set. libavcodec
Wed, 14 May 2008 02:14:11 +0000 benoit Update offset in the option string later, to have a better error message. libavcodec