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
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
* commit '9200514ad8717c63f82101dc394f4378854325bf': lavf: replace AVStream.codec with AVStream.codecpar This has been a HUGE effort from: - Derek Buitenhuis <derek.buitenhuis@gmail.com> - Hendrik Leppkes <h.leppkes@gmail.com> - wm4 <nfxjfg@googlemail.com> - Clément Bœsch <clement@stupeflix.com> - James Almer <jamrial@gmail.com> - Michael Niedermayer <michael@niedermayer.cc> - Rostislav Pehlivanov <atomnuker@gmail.com> Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-10-30all: fix enum definition for large valuesGanesh Ajjanagadde
ISO C restricts enumerator values to the range of int. Thus (for instance) 0x80000000 unfortunately does not work, and throws a warning with -Wpedantic on clang 3.7. This fixes it by using alternative expressions that result in identical values but do not have this issue. Tested with FATE. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2014-11-13cinedec: report white balance gain coefficients using metadataPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-22lavf/cinedec: Fix a typo in the file header.Carl Eugen Hoyos
2014-08-19avformat/cinedec: allow number zero in metadataBen Hagen
2014-08-16cinedec: add shutter and crop metadataBen Hagen
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
Get rid of the many, slightly differing, implementations of basically the same thing. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-04-06avformat/cinedec: ask for sample when biBitCount isnt supportedMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-06avformat/cinedec: remove redundant zero terminationMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-06avformat/cinedec: fix sizeof()Michael Niedermayer
Fixes CID1197047 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-16Phantom Cine demuxer (iteration 2014.3)Peter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>