aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/opt.c
Commit message (Expand)AuthorAgeFilesLines
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Revert r16257:Andreas Öman2008-12-221-1/+0
* Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman2008-12-211-0/+1
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-191-0/+2
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-191-1/+4
* Implement av_set_string3().Stefano Sabatini2008-12-161-11/+24
* Implement the av_set_number2() internal function, which makes possibleStefano Sabatini2008-12-151-5/+15
* Remove ending period in a log message, which was inconsistent withStefano Sabatini2008-12-151-1/+1
* Remove set_all_opt() and its use in av_set_string2(). MakeStefano Sabatini2008-12-141-21/+0
* Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer2008-12-051-0/+5
* Fix the logic to access the location of a string to free when settingStefano Sabatini2008-07-131-1/+1
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-081-1/+10
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* Anoter try to make +- behave sanely.Michael Niedermayer2008-05-241-2/+4
* Fix + - bug with non flags.Michael Niedermayer2008-05-231-2/+4
* Make av_set_string() fail when number could not be set.Stefano Sabatini2008-05-151-1/+2
* Update offset in the option string later, to have a better error message.Stefano Sabatini2008-05-141-1/+1
* Fix a typo.Stefano Sabatini2008-05-131-1/+1
* Fix handling flags with the MSB set.Michael Niedermayer2008-03-051-3/+3
* FixLuca Abeni2008-02-151-1/+1
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-171-0/+42
* Add a missing break, before av_set_number would always return NULL forReimar Döffinger2007-12-131-0/+1
* simplifyMichael Niedermayer2007-12-031-3/+1
* make the AVOption code work with strings instead of crashMichael Niedermayer2007-12-031-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-301-1/+1
* add 'all' and 'none' options for partitions configLimin Wang2007-03-301-0/+2
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer2007-03-071-1/+7
* make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer2007-03-071-7/+7
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-211-24/+24
* Fixes:Dominik Mierzejewski2006-10-081-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Reformat the output of the list of available AVOptions, by indenting thePanagiotis Issaris2006-09-291-7/+29
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-291-1/+1
* Make AVOption parsign code use ff_eval2()Panagiotis Issaris2006-09-271-73/+24
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-201-1/+3
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-181-21/+54
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-141-2/+29
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-101-0/+6
* make AVOptions default value field work.Panagiotis Issaris2006-09-101-0/+37
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-231-0/+29
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-22/+22
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* dont print NULLMichael Niedermayer2005-09-201-1/+3
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-121-0/+1
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-121-8/+29
* avoid stdio.hMichael Niedermayer2005-09-111-11/+10
* missing include noticed by g0thMichael Niedermayer2005-09-111-0/+1
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-111-13/+23