]> git.sesse.net Git - ffmpeg/history - libavcodec/opt.c
Spelling and puctuation
[ffmpeg] / libavcodec / opt.c
2008-03-05 Michael NiedermayerFix handling flags with the MSB set.
2008-02-15 Luca AbeniFix
2007-12-17 Reimar DöffingerAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-12-13 Reimar DöffingerAdd a missing break, before av_set_number would always...
2007-12-03 Michael Niedermayersimplify
2007-12-03 Michael Niedermayermake the AVOption code work with strings instead of...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-03-30 Kamil NowosadFix a bug in av_find_opt(). Because some of the AVOptio...
2007-03-30 Limin Wangadd 'all' and 'none' options for partitions config
2007-03-07 Michael Niedermayeradd av_opt_set_defaults2() which sets just defaults...
2007-03-07 Michael Niedermayermake av_find_opt() available to the public and add...
2007-01-21 Luca BarbatoConstantize AVOption, solve few warnings, patch from...
2006-10-08 Dominik MierzejewskiFixes:
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-29 Panagiotis IssarisReformat the output of the list of available AVOptions...
2006-09-29 Panagiotis IssarisPull out the ff_eval* from the mpegvideo header, as...
2006-09-27 Panagiotis IssarisMake AVOption parsign code use ff_eval2()
2006-09-20 Panagiotis IssarisInform the user that a certain AVOption is out of range.
2006-09-18 Panagiotis IssarisAdd support for SI (k, M, ...) and IEC/IEEE (Ki, Mi...
2006-09-14 Panagiotis IssarisAllow parameter values (AVOptions) to use the 'k',...
2006-09-10 Panagiotis Issarisadds doxygen docs to av_opt_set_defaults. Patch by...
2006-09-10 Panagiotis Issarismake AVOptions default value field work.
2006-02-23 Antoine CellerierGive a hint about what is the expected the data type...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-09-20 Michael Niedermayerdont print NULL
2005-09-12 Michael Niedermayerdont include opt.h in avcodec.h
2005-09-12 Michael Niedermayerconvert some options in ffmpeg.c to AVOptions
2005-09-11 Michael Niedermayeravoid stdio.h
2005-09-11 Michael Niedermayermissing include noticed by g0th
2005-09-11 Michael Niedermayerflags and named constants with type checking of course...
2005-09-11 Michael NiedermayerAVOption API improvments
2005-09-06 Michael NiedermayerAVOption enumeration support and some flags to classify...
2005-09-06 Michael NiedermayerAVOption first try