summaryrefslogtreecommitdiffstats
path: root/libavcodec/opt.c
Commit message (Expand)AuthorAgeFilesLines
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-301-1/+1
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-412/+37
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-241-5/+14
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-2/+2
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-011-3/+3
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-191-5/+5
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-161-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini2010-04-111-1/+1
* Fix misc typos, patch byStefano Sabatini2010-01-271-1/+1
* Revert r20249, it seems the union trick works everywhereMichael Niedermayer2009-10-171-13/+0
* Very evil missuse of svn to test if AVOption and AVOption2 are compatible.Michael Niedermayer2009-10-161-0/+13
* Revert:Michael Niedermayer2009-10-051-3/+1
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-141-1/+3
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-141-2/+2
* 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
OpenPOWER on IntegriCloud