summaryrefslogtreecommitdiffstats
path: root/libavcodec/opt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-201-1/+3
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-181-21/+54
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-141-2/+29
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-101-0/+6
* make AVOptions default value field work.Panagiotis Issaris2006-09-101-0/+37
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-231-0/+29
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-22/+22
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* dont print NULLMichael Niedermayer2005-09-201-1/+3
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-121-0/+1
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-121-8/+29
* avoid stdio.hMichael Niedermayer2005-09-111-11/+10
* missing include noticed by g0thMichael Niedermayer2005-09-111-0/+1
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-111-13/+23
* AVOption API improvmentsMichael Niedermayer2005-09-111-40/+110
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-061-0/+6
* AVOption first tryMichael Niedermayer2005-09-061-0/+162
OpenPOWER on IntegriCloud