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
|