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
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
2005-09-11missing include noticed by g0thMichael Niedermayer
2005-09-11flags and named constants with type checking of course for AVOptionMichael Niedermayer
2005-09-11AVOption API improvmentsMichael Niedermayer
2005-09-07AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer
2005-09-06AVOption first tryMichael Niedermayer