summaryrefslogtreecommitdiff
path: root/libavcodec/opt.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Revert r16257:Andreas Öman2008-12-22
* Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman2008-12-21
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-19
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-19
* Implement av_set_string3().Stefano Sabatini2008-12-16
* Implement the av_set_number2() internal function, which makes possibleStefano Sabatini2008-12-15
* Remove ending period in a log message, which was inconsistent withStefano Sabatini2008-12-15
* Remove set_all_opt() and its use in av_set_string2(). MakeStefano Sabatini2008-12-14
* Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer2008-12-05
* Fix the logic to access the location of a string to free when settingStefano Sabatini2008-07-13
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-08
* mark read-only data as constStefan Gehrer2008-06-24
* Anoter try to make +- behave sanely.Michael Niedermayer2008-05-24
* Fix + - bug with non flags.Michael Niedermayer2008-05-23
* Make av_set_string() fail when number could not be set.Stefano Sabatini2008-05-15
* Update offset in the option string later, to have a better error message.Stefano Sabatini2008-05-14
* Fix a typo.Stefano Sabatini2008-05-13
* 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