summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc/APIchanges: UpdateMichael Niedermayer2017-03-31
|
* avfilter/avfiltergraph: Check for allocation failure in ↵Michael Niedermayer2017-03-31
| | | | | | | | | avfilter_graph_queue_command() Fixes: CID1396538 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer2017-03-31
| | | | | | | Fixes: CID1398578 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/mips: fix buildMichael Niedermayer2017-03-31
| | | | | | Found-by: Shivraj Patil <shivraj.patil@imgtec.com> Suggested-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* configure: remove redundant infoClément Bœsch2017-03-31
| | | | Based on d1a91ebe4990001e0800ee9ac54ed2207e4f56ff
* Merge commit 'd1a91ebe4990001e0800ee9ac54ed2207e4f56ff'Clément Bœsch2017-03-31
|\ | | | | | | | | | | | | | | | | * commit 'd1a91ebe4990001e0800ee9ac54ed2207e4f56ff': configure: Print list of enabled programs This commit is mostly a noop, see 832b4a4a438b73d720878d77aa3db46b08d79937 Merged-by: Clément Bœsch <cboesch@gopro.com>
| * configure: Print list of enabled programsDiego Biurrun2016-11-09
| | | | | | | | Also drop a related and now redundant informative output line.
* | Merge commit '576c9003aef0fe18c0cf8da6e865211610552005'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | * commit '576c9003aef0fe18c0cf8da6e865211610552005': configure: Improve output wording Merged-by: Clément Bœsch <cboesch@gopro.com>
| * configure: Improve output wordingDiego Biurrun2016-11-09
| | | | | | | | Also drop a redundant output line.
* | Merge commit 'a3483f79933e8f1fd99d524e3218688e14c59150'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | * commit 'a3483f79933e8f1fd99d524e3218688e14c59150': avconv: Drop stray leftover debug output This commit is a noop, see a283665693e1c9804b2736545dba77d0ee342f9e Merged-by: Clément Bœsch <cboesch@gopro.com>
| * avconv: Drop stray leftover debug outputDiego Biurrun2016-11-09
| |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | * commit '67deba8a416d818f3d95aef0aa916589090396e2': Use avpriv_report_missing_feature() where appropriate Merged-by: Clément Bœsch <cboesch@gopro.com>
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-08
| |
* | Merge commit '59d2b00d201935c16408a2917957d89a170fe58f'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | | | * commit '59d2b00d201935c16408a2917957d89a170fe58f': configure: Add --quiet command line parameter to suppress informative output The license assignment is moved out of the quiet condition to make sure it ends up in config.h Merged-by: Clément Bœsch <cboesch@gopro.com>
| * configure: Add --quiet command line parameter to suppress informative outputDiego Biurrun2016-11-08
| |
* | Merge commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | * commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0': fate: checkasm: Split monolithic test into individual components Merged-by: Clément Bœsch <cboesch@gopro.com>
| * fate: checkasm: Split monolithic test into individual componentsDiego Biurrun2016-11-08
| |
* | Merge commit '9498237049d15812cecb79df47b196c73013908b'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | * commit '9498237049d15812cecb79df47b196c73013908b': checkasm: Add --test parameter to check only specific components Merged-by: Clément Bœsch <cboesch@gopro.com>
| * checkasm: Add --test parameter to check only specific componentsDiego Biurrun2016-11-08
| | | | | | | | Inspired by a patch from Martin Storsjö <martin@martin.st>.
* | Merge commit 'de6e2ff3ddf506d5b487c2f226cea73e095ad6d1'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | * commit 'de6e2ff3ddf506d5b487c2f226cea73e095ad6d1': mov: Read multiple stsd from DV This commit is a noop, see a765ba647d3d5ecb7270011693cb5b171f9afd01 Merged-by: Clément Bœsch <cboesch@gopro.com>
| * mov: Read multiple stsd from DVVittorio Giovara2016-11-08
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '47a795727f5433f5238a8a244cf181f61ea5af2c'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | * commit '47a795727f5433f5238a8a244cf181f61ea5af2c': hevc: Support extradata changes from multiple stsd This commit is a noop, see 25fcbf7a84a485ae358f3fb3519ed4e8a98459cd Merged-by: Clément Bœsch <cboesch@gopro.com>
| * hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-08
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '2fe30b4743c0f4c3bdf37b91ae534cafa85e4036'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | * commit '2fe30b4743c0f4c3bdf37b91ae534cafa85e4036': hevc: Allow parsing external extradata buffers This commit is a noop as it matches FFmpeg state. Merged-by: Clément Bœsch <cboesch@gopro.com>
| * hevc: Allow parsing external extradata buffersVittorio Giovara2016-11-08
| |
* | Merge commit '5be21531119d7a97ebc706800d1608272ee5a507'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | | | * commit '5be21531119d7a97ebc706800d1608272ee5a507': hevc: Move hevc_decode_extradata before frame decoding This commit is a noop, hevc_decode_extradata() is already above hevc_decode_frame(). Merged-by: Clément Bœsch <cboesch@gopro.com>
| * hevc: Move hevc_decode_extradata before frame decodingVittorio Giovara2016-11-08
| | | | | | | | | | | | Avoids a forward-declaration in the following commit. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'bed2c4b2652b1412b584e5545d6dd2ef8c613be0'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | * commit 'bed2c4b2652b1412b584e5545d6dd2ef8c613be0': lavc: Add hevc main10 profile to avconv cli This commit is a noop, see 271afd632f4de87db99ec085e75446b648dc6e60 Merged-by: Clément Bœsch <cboesch@gopro.com>
| * lavc: Add hevc main10 profile to avconv cliVittorio Giovara2016-11-08
| |
* | Merge commit '17dac56b8fdd80c594c39b76de3f27a7949afbde'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | * commit '17dac56b8fdd80c594c39b76de3f27a7949afbde': lavu: Rename ycgco color space appropriately Merged-by: Clément Bœsch <cboesch@gopro.com>
| * lavu: Rename ycgco color space appropriatelyVittorio Giovara2016-11-08
| | | | | | | | | | | | Planes are ordered as the name suggests now. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '0361e4dcb4d394c88c33364415a3b8fe315b67d1'Clément Bœsch2017-03-31
|\| | | | | | | | | | | | | | | | | * commit '0361e4dcb4d394c88c33364415a3b8fe315b67d1': h264_qpel: x86: Move function with only one instance out of template macro Note: warning is present with clang. Merged-by: Clément Bœsch <cboesch@gopro.com>
| * h264_qpel: x86: Move function with only one instance out of template macroDiego Biurrun2016-11-08
| | | | | | | | libavcodec/x86/h264_qpel.c:392:785: warning: unused function 'ff_avg_h264_qpel8or16_hv1_lowpass_mmxext' [-Wunused-function]
* | pthread_frame: Propagate sw_pix_fmt across threadsMark Thompson2017-03-31
| | | | | | | | | | | | | | This is required by the VP9 hwaccels (both DXVA2 and VAAPI) when threads are enabled. Tested-by: Hendrik Leppkes <h.leppkes@gmail.com>
* | avutil/tests/dict: Check return of av_dict_parse_string()Michael Niedermayer2017-03-30
| | | | | | | | | | | | Fixes: CID1396402 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/mov: Init ref_sc / ref_st to NULLMichael Niedermayer2017-03-30
| | | | | | | | | | | | | | | | | | This is more robust in case some change or corner case causes them to be dereferenced before being set Fixes CID1396274, CID1396275 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/libopenmpt: Check for avio_size() failureMichael Niedermayer2017-03-30
| | | | | | | | | | | | Fixes CID1396850 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer2017-03-30
| | | | | | | | | | | | | | Fixes CID1396260 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/clearvideo: Do not lose the return code of decode_mb()Michael Niedermayer2017-03-30
| | | | | | | | | | | | | | | | Fixes CID1401671 Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '88f0cf8cd30c8ea283430e6710a7bd98bb9c0301'Clément Bœsch2017-03-30
|\| | | | | | | | | | | | | | | | | * commit '88f0cf8cd30c8ea283430e6710a7bd98bb9c0301': avplay: Correct function pointer assignments in options array This commit is a noop, see a9a1bc56abf1fa79104996bf7b98b12ca42cd32c Merged-by: Clément Bœsch <u@pkh.me>
| * avplay: Correct function pointer assignments in options arrayDiego Biurrun2016-11-08
| | | | | | | | avplay.c:2928:5: warning: ISO C forbids initialization between function pointer and ‘void *’ [-Wpedantic]
* | Merge commit '943533d64c7fa7a1b2fc9559e67652c349d21d51'Clément Bœsch2017-03-30
|\| | | | | | | | | | | | | | | | | * commit '943533d64c7fa7a1b2fc9559e67652c349d21d51': avconv: Correct function pointer assignments in options array This commit is a noop, see 4c96985af1b8870482b6b6ef9120960633f62cee Merged-by: Clément Bœsch <u@pkh.me>
| * avconv: Correct function pointer assignments in options arrayDiego Biurrun2016-11-08
| | | | | | | | | | Fixes several warnings of the type avconv_opt.c:2356:5: warning: ISO C forbids initialization between function pointer and ‘void *’ [-Wpedantic]
* | Merge commit '43de8b328b62cf21ec176c3989065168da471a5f'Clément Bœsch2017-03-30
|\| | | | | | | | | | | | | | | | | * commit '43de8b328b62cf21ec176c3989065168da471a5f': lzf: update pointer p after realloc This commit is a noop, see bb6a7b6f75ac544c956e3eefee297700ef4d3468 Merged-by: Clément Bœsch <u@pkh.me>
| * lzf: update pointer p after reallocAndreas Cadhalpun2016-11-07
| | | | | | | | | | | | | | This fixes heap-use-after-free detected by AddressSanitizer. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'ab839054e662d3227e1f795ba1dfd01fe1cf305c'Clément Bœsch2017-03-30
|\| | | | | | | | | | | | | | | | | * commit 'ab839054e662d3227e1f795ba1dfd01fe1cf305c': swscale: Add GRAY12 This commit is a noop, see 19be5fb7286b02fbe384f12fe4aa5c376d43d2e1 Merged-by: Clément Bœsch <u@pkh.me>
| * swscale: Add GRAY12Luca Barbato2016-11-07
| |
* | Merge commit '7471352f1915813cda725ce624607d84b5a3a61c'Clément Bœsch2017-03-30
|\| | | | | | | | | | | | | | | | | * commit '7471352f1915813cda725ce624607d84b5a3a61c': pixfmt: Add GRAY12 This commit is a noop, see 638b216d4f54a330d0fad6cc7e1f4ec066594abe Merged-by: Clément Bœsch <u@pkh.me>
| * pixfmt: Add GRAY12Luca Barbato2016-11-07
| |
* | Merge commit '4ab61cd983b539749bd621ea271624ddb5196a8e'Mark Thompson2017-03-30
|\| | | | | | | | | | | | | * commit '4ab61cd983b539749bd621ea271624ddb5196a8e': qsv{enc,dec}: extend the internal frame allocator Merged-by: Mark Thompson <sw@jkqxz.net>