Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-01add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-24Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-01Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini
2010-05-20Change eval API to take parent log context and log level offset.Michael Niedermayer
2010-05-17Change the order of parameters for ff_eval_expr() andStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-12Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini
2010-01-27Fix misc typos, patch byStefano Sabatini
2009-10-17Revert r20249, it seems the union trick works everywhereMichael Niedermayer
2009-10-16Very evil missuse of svn to test if AVOption and AVOption2 are compatible.Michael Niedermayer
2009-10-06Revert:Michael Niedermayer
2009-05-14Make av_set_string3() print a message in case of unknown option.Stefano Sabatini
2009-05-14Provide a context to av_log() calls in av_set_number2() andStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-23Revert r16257:Andreas Öman
2008-12-22Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman
2008-12-20Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini
2008-12-20Remove calls to deprecated av_set_string2() with calls toStefano Sabatini
2008-12-17Implement av_set_string3().Stefano Sabatini
2008-12-16Implement the av_set_number2() internal function, which makes possibleStefano Sabatini
2008-12-16Remove ending period in a log message, which was inconsistent withStefano Sabatini
2008-12-15Remove set_all_opt() and its use in av_set_string2(). MakeStefano Sabatini
2008-12-05Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer
2008-07-14Fix the logic to access the location of a string to free when settingStefano Sabatini
2008-07-09Fix the av_set_string() free / alloc issue.Michael Niedermayer
2008-06-25mark read-only data as constStefan Gehrer
2008-05-24Anoter try to make +- behave sanely.Michael Niedermayer
2008-05-23Fix + - bug with non flags.Michael Niedermayer
2008-05-15Make av_set_string() fail when number could not be set.Stefano Sabatini
2008-05-14Update offset in the option string later, to have a better error message.Stefano Sabatini
2008-05-13Fix a typo.Stefano Sabatini
2008-03-05Fix handling flags with the MSB set.Michael Niedermayer
2008-02-15FixLuca Abeni
2007-12-17Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger
2007-12-13Add a missing break, before av_set_number would always return NULL forReimar Döffinger
2007-12-03simplifyMichael Niedermayer
2007-12-03make the AVOption code work with strings instead of crashMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-03-30Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad
2007-03-30add 'all' and 'none' options for partitions configLimin Wang
2007-03-07add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer
2007-03-07make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer
2007-01-21Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato
2006-10-09Fixes:Dominik Mierzejewski
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-29Reformat the output of the list of available AVOptions, by indenting thePanagiotis Issaris
2006-09-29Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris
2006-09-28Make AVOption parsign code use ff_eval2()Panagiotis Issaris