summaryrefslogtreecommitdiff
path: root/libavcodec/opt.c
Commit message (Expand)AuthorAge
* Fix handling flags with the MSB set.Michael Niedermayer2008-03-05
* FixLuca Abeni2008-02-15
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
* Add a missing break, before av_set_number would always return NULL forReimar Döffinger2007-12-13
* simplifyMichael Niedermayer2007-12-03
* make the AVOption code work with strings instead of crashMichael Niedermayer2007-12-03
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-30
* add 'all' and 'none' options for partitions configLimin Wang2007-03-30
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer2007-03-07
* make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer2007-03-07
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-21
* Fixes:Dominik Mierzejewski2006-10-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Reformat the output of the list of available AVOptions, by indenting thePanagiotis Issaris2006-09-29
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-29
* Make AVOption parsign code use ff_eval2()Panagiotis Issaris2006-09-27
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-20
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-18
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-14
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-10
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-23
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* dont print NULLMichael Niedermayer2005-09-20
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* avoid stdio.hMichael Niedermayer2005-09-11
* missing include noticed by g0thMichael Niedermayer2005-09-11
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
* AVOption first tryMichael Niedermayer2005-09-06