summaryrefslogtreecommitdiff
path: root/libavcodec/opt.c
Commit message (Expand)AuthorAge
* Fixes:Dominik Mierzejewski2006-10-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Reformat the output of the list of available AVOptions, by indenting thePanagiotis Issaris2006-09-29
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-29
* Make AVOption parsign code use ff_eval2()Panagiotis Issaris2006-09-27
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-20
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-18
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-14
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-10
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-23
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* dont print NULLMichael Niedermayer2005-09-20
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* avoid stdio.hMichael Niedermayer2005-09-11
* missing include noticed by g0thMichael Niedermayer2005-09-11
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
* AVOption first tryMichael Niedermayer2005-09-06