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 (Collapse)Author
2017-01-30avutil/eval: add atan2 functionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-25avutil/channel_layout: add av_get_extended_channel_layoutMarton Balint
Return a channel layout and the number of channels based on the specified name. This function is similar to av_get_channel_layout(), but can also parse unknown channel layout specifications. Unknown channel layout specifications are a decimal number and a capital 'C' suffix, in order to not break compatibility with the lowercase 'c' suffix, which is used for a guessed channel layout with the specified number of channels. Signed-off-by: Marton Balint <cus@passwd.hu>
2017-01-25avutil/channel_layout: fix remains of old syntax in docs and commentsMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2016-03-02doc/utils: fix typo for min() descriptionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-21Merge commit '219b39a71a5694b1c14a07b86477f665a5b6849b'Michael Niedermayer
* commit '219b39a71a5694b1c14a07b86477f665a5b6849b': parseutil: Use non ambiguous aliases for uhd Conflicts: doc/ffmpeg.texi libavutil/parseutils.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-20Merge commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2'Michael Niedermayer
* commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2': parseutil: Add more resolution aliases Conflicts: doc/ffmpeg.texi libavutil/parseutils.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
2015-03-23doc: More semantic markup using @samp and @var where appropriateTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-08doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-17lavu/eval: add clip functionStefano Sabatini
2014-07-15doc/utils: add missing `@c man end` titleTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-07Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun
allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-10cmdutils & opencl: add -opencl_bench option to test and show available ↵Lenny Wang
OpenCL devices Reviewed-by: Wei Gao <highgod0401@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-25doc/utils: document channel layout specificationStefano Sabatini
2013-10-17doc/utils: fix docs buildMichael Niedermayer
Not sure this is the correct solution but that can be investigated too once the docs build again Tested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-16doc/utils: reformat doc for color syntax and add list of supported colorsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-16doc/utils: rewrite doc for time duration syntaxTimothy Gu
Extend description and clarify syntax. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-07lavu/parseutils: add more resolutionsNiv Sardi
See http://en.wikipedia.org/wiki/Graphics_display_resolution Signed-off-by: Niv Sardi <xaiki@evilgiggle.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-04-13doc/utils: use @code markup for opencl function names.Clément Bœsch
2013-04-12doc/utils: apply misc fixes to OpenCL docsStefano Sabatini
2013-04-12doc: merge syntax.texi, eval.texi and opencl.texi into utils.texiStefano Sabatini