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
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
2006-09-20Inform the user that a certain AVOption is out of range.Panagiotis Issaris
2006-09-18Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris
2006-09-14Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris
2006-09-11adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris
2006-09-11make AVOptions default value field work.Panagiotis Issaris
2006-02-23Give a hint about what is the expected the data type of command line options.Antoine Cellerier
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-09-20dont print NULLMichael Niedermayer
2005-09-12dont include opt.h in avcodec.hMichael Niedermayer
2005-09-12convert some options in ffmpeg.c to AVOptionsMichael Niedermayer
2005-09-12avoid stdio.hMichael Niedermayer