log opt.c @ 3947:c8c591fe26f8 libavcodec

age author description
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
Sun, 11 Sep 2005 23:19:57 +0000 michael avoid stdio.h libavcodec
Sun, 11 Sep 2005 14:39:33 +0000 michael missing include noticed by g0th libavcodec
Sun, 11 Sep 2005 14:22:42 +0000 michael flags and named constants with type checking of course for AVOption libavcodec
Sun, 11 Sep 2005 11:10:25 +0000 michael AVOption API improvments libavcodec
Tue, 06 Sep 2005 21:32:18 +0000 michael AVOption enumeration support and some flags to classify AVOptions libavcodec
Tue, 06 Sep 2005 12:51:56 +0000 michael AVOption first try libavcodec