log opt.h @ 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
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Fri, 16 Oct 2009 12:31:32 +0000 michael Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec
Sat, 06 Jun 2009 09:35:15 +0000 stefano Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavcodec
Thu, 14 May 2009 19:03:22 +0000 stefano Document av_set_string3() returned error codes. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Tue, 13 Jan 2009 00:14:43 +0000 aurel add the necessary include for LIBAV*_VERSION_* libavcodec
Fri, 19 Dec 2008 22:37:56 +0000 stefano Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec
Tue, 16 Dec 2008 21:35:35 +0000 stefano Implement av_set_string3(). libavcodec
Fri, 12 Dec 2008 23:02:21 +0000 stefano s/#AVClass/AVClass/, consistent with the rest of the doxy. libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sun, 27 Jul 2008 20:55:56 +0000 stefano Complete documentation for av_set_string(). libavcodec
Tue, 08 Jul 2008 23:50:03 +0000 michael Fix the av_set_string() free / alloc issue. libavcodec
Sun, 06 Jul 2008 08:16:50 +0000 stefano Document av_find_opt(). libavcodec
Mon, 30 Jun 2008 21:46:49 +0000 stefano Clarify/simplify documentation for the default_val field in AVOption. libavcodec
Mon, 23 Jun 2008 19:47:10 +0000 stefano Fix typo in libavcodec/opt.h. libavcodec
Sat, 21 Jun 2008 09:15:49 +0000 stefano Extend documentation for AVOption. libavcodec
Fri, 06 Jun 2008 07:00:42 +0000 diego minor spelling/grammar fixes libavcodec
Mon, 25 Feb 2008 09:22:11 +0000 mru Install headers in $prefix/include/$libname libavcodec
Mon, 17 Dec 2007 17:41:24 +0000 reimar Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Fri, 13 Jul 2007 13:04:55 +0000 diego Replace non-existing @fixme doxygen tags with @todo. libavcodec
Sat, 16 Jun 2007 22:59:13 +0000 mru include all prerequisites in header files 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
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 10 Sep 2006 20:21:40 +0000 gpoirier make AVOptions default value field work. libavcodec
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sun, 11 Sep 2005 23:19:57 +0000 michael avoid stdio.h libavcodec
Sun, 11 Sep 2005 14:22:42 +0000 michael flags and named constants with type checking of course for AVOption libavcodec