]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/opt.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / opt.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-22 andomaRevert r16257:
2008-12-21 andomaInclude "libavutil/common.h" where we use llrint()...
2008-12-19 stefanoPut under #if LIBAVCODEC_VERSION_MAJOR < 53 the depreca...
2008-12-19 stefanoRemove calls to deprecated av_set_string2() with calls to
2008-12-16 stefanoImplement av_set_string3().
2008-12-15 stefanoImplement the av_set_number2() internal function, which...
2008-12-15 stefanoRemove ending period in a log message, which was incons...
2008-12-14 stefanoRemove set_all_opt() and its use in av_set_string2...
2008-12-05 michaelFix FF_OPT_TYPE_INT64 support of defaults.
2008-07-13 stefanoFix the logic to access the location of a string to...
2008-07-08 michaelFix the av_set_string() free / alloc issue.
2008-06-24 stefangmark read-only data as const
2008-05-24 michaelAnoter try to make +- behave sanely.
2008-05-23 michaelFix + - bug with non flags.
2008-05-15 benoitMake av_set_string() fail when number could not be...
2008-05-14 benoitUpdate offset in the option string later, to have a...
2008-05-13 benoitFix a typo.
2008-03-05 michaelFix handling flags with the MSB set.
2008-02-15 lucabeFix
2007-12-17 reimarAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-12-13 reimarAdd a missing break, before av_set_number would always...
2007-12-03 michaelsimplify
2007-12-03 michaelmake the AVOption code work with strings instead of...
2007-07-05 diegolicense header consistency cosmetics
2007-03-30 takisFix a bug in av_find_opt(). Because some of the AVOptio...
2007-03-30 gpoirieradd 'all' and 'none' options for partitions config
2007-03-07 michaeladd av_opt_set_defaults2() which sets just defaults...
2007-03-07 michaelmake av_find_opt() available to the public and add...
2007-01-21 lu_zeroConstantize AVOption, solve few warnings, patch from...
2006-10-08 rathannFixes:
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-29 takisReformat the output of the list of available AVOptions...
2006-09-29 takisPull out the ff_eval* from the mpegvideo header, as...
2006-09-27 takisMake AVOption parsign code use ff_eval2()
2006-09-20 takisInform the user that a certain AVOption is out of range.
2006-09-18 takisAdd support for SI (k, M, ...) and IEC/IEEE (Ki, Mi...
2006-09-14 takisAllow parameter values (AVOptions) to use the 'k',...
2006-09-10 gpoirieradds doxygen docs to av_opt_set_defaults. Patch by...
2006-09-10 gpoiriermake AVOptions default value field work.
2006-02-23 gpoirierGive a hint about what is the expected the data type...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-09-20 michaeldont print NULL
2005-09-12 michaeldont include opt.h in avcodec.h
2005-09-12 michaelconvert some options in ffmpeg.c to AVOptions
2005-09-11 michaelavoid stdio.h
2005-09-11 michaelmissing include noticed by g0th
2005-09-11 michaelflags and named constants with type checking of course...
2005-09-11 michaelAVOption API improvments
2005-09-06 michaelAVOption enumeration support and some flags to classify...
2005-09-06 michaelAVOption first try