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
Tue, 13 May 2008 00:49:38 +0000 benoit Fix a typo. libavcodec
Wed, 05 Mar 2008 03:59:07 +0000 michael Fix handling flags with the MSB set. libavcodec
Fri, 15 Feb 2008 11:38:38 +0000 lucabe Fix libavcodec
Mon, 17 Dec 2007 17:41:24 +0000 reimar Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavcodec
Thu, 13 Dec 2007 19:00:53 +0000 reimar Add a missing break, before av_set_number would always return NULL for libavcodec
Mon, 03 Dec 2007 01:06:00 +0000 michael simplify libavcodec
Mon, 03 Dec 2007 01:03:54 +0000 michael make the AVOption code work with strings instead of crash libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Fri, 30 Mar 2007 09:26:13 +0000 takis Fix a bug in av_find_opt(). Because some of the AVOption structures have field libavcodec
Fri, 30 Mar 2007 09:05:52 +0000 gpoirier add 'all' and 'none' options for partitions config libavcodec
Wed, 07 Mar 2007 02:21:35 +0000 michael add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodec
Wed, 07 Mar 2007 02:03:44 +0000 michael make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodec
Sun, 21 Jan 2007 12:32:01 +0000 lu_zero Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" libavcodec
Sun, 08 Oct 2006 21:25:22 +0000 rathann Fixes: libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Fri, 29 Sep 2006 19:36:12 +0000 takis Reformat the output of the list of available AVOptions, by indenting the libavcodec
Fri, 29 Sep 2006 19:33:04 +0000 takis Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodec
Wed, 27 Sep 2006 20:01:39 +0000 takis Make AVOption parsign code use ff_eval2() libavcodec
Wed, 20 Sep 2006 08:28:24 +0000 takis Inform the user that a certain AVOption is out of range. libavcodec
Mon, 18 Sep 2006 11:35:48 +0000 takis Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. libavcodec
Thu, 14 Sep 2006 11:23:41 +0000 takis Allow parameter values (AVOptions) to use the 'k', 'M', 'G' libavcodec
Sun, 10 Sep 2006 20:46:20 +0000 gpoirier adds doxygen docs to av_opt_set_defaults. Patch by Takis libavcodec
Sun, 10 Sep 2006 20:21:40 +0000 gpoirier make AVOptions default value field work. libavcodec
Thu, 23 Feb 2006 10:07:41 +0000 gpoirier Give a hint about what is the expected the data type of command line options. libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavcodec
Tue, 20 Sep 2005 12:57:20 +0000 michael dont print NULL libavcodec
Mon, 12 Sep 2005 18:24:48 +0000 michael dont include opt.h in avcodec.h libavcodec
Mon, 12 Sep 2005 10:23:52 +0000 michael convert some options in ffmpeg.c to AVOptions libavcodec