| Commit message (Expand) | Author | Age | Files | Lines |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Fix a bug in av_find_opt(). Because some of the AVOption structures have field | Kamil Nowosad | 2007-03-30 | 1 | -1/+1 |
* | add 'all' and 'none' options for partitions config | Limin Wang | 2007-03-30 | 1 | -0/+2 |
* | add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags... | Michael Niedermayer | 2007-03-07 | 1 | -1/+7 |
* | make av_find_opt() available to the public and add a mask+flags parameter to ... | Michael Niedermayer | 2007-03-07 | 1 | -7/+7 |
* | Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka... | Luca Barbato | 2007-01-21 | 1 | -24/+24 |
* | Fixes: | Dominik Mierzejewski | 2006-10-08 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Reformat the output of the list of available AVOptions, by indenting the | Panagiotis Issaris | 2006-09-29 | 1 | -7/+29 |
* | Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and | Panagiotis Issaris | 2006-09-29 | 1 | -1/+1 |
* | Make AVOption parsign code use ff_eval2() | Panagiotis Issaris | 2006-09-27 | 1 | -73/+24 |
* | Inform the user that a certain AVOption is out of range. | Panagiotis Issaris | 2006-09-20 | 1 | -1/+3 |
* | Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. | Panagiotis Issaris | 2006-09-18 | 1 | -21/+54 |
* | Allow parameter values (AVOptions) to use the 'k', 'M', 'G' | Panagiotis Issaris | 2006-09-14 | 1 | -2/+29 |
* | adds doxygen docs to av_opt_set_defaults. Patch by Takis | Panagiotis Issaris | 2006-09-10 | 1 | -0/+6 |
* | make AVOptions default value field work. | Panagiotis Issaris | 2006-09-10 | 1 | -0/+37 |
* | Give a hint about what is the expected the data type of command line options. | Antoine Cellerier | 2006-02-23 | 1 | -0/+29 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -22/+22 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | dont print NULL | Michael Niedermayer | 2005-09-20 | 1 | -1/+3 |
* | dont include opt.h in avcodec.h | Michael Niedermayer | 2005-09-12 | 1 | -0/+1 |
* | convert some options in ffmpeg.c to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -8/+29 |
* | avoid stdio.h | Michael Niedermayer | 2005-09-11 | 1 | -11/+10 |
* | missing include noticed by g0th | Michael Niedermayer | 2005-09-11 | 1 | -0/+1 |
* | flags and named constants with type checking of course for AVOption | Michael Niedermayer | 2005-09-11 | 1 | -13/+23 |
* | AVOption API improvments | Michael Niedermayer | 2005-09-11 | 1 | -40/+110 |
* | AVOption enumeration support and some flags to classify AVOptions | Michael Niedermayer | 2005-09-06 | 1 | -0/+6 |
* | AVOption first try | Michael Niedermayer | 2005-09-06 | 1 | -0/+162 |