summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | avutil/sha512-test: fix memleakJames Almer2016-05-13
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil/sha-test: fix memleakJames Almer2016-05-13
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil/ripemd-test: fix memleakJames Almer2016-05-13
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil/aes-test: fix memleakJames Almer2016-05-13
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2016-05-13
| |
* | avcodec/iff: change delta l offset to uint32_tPaul B Mahol2016-05-13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/avpacket: Respect payload offset in av_packet_refAndriy Lysnevych2016-05-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/dump.c: fix mixed log levelsTobias Rapp2016-05-13
| | | | | | | | | | | | | | | | Previously a partial log message without newline was printed in case of loglevel=warning. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavc: add IFF ANIM decoderPaul B Mahol2016-05-13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'f3ed484953b81856e40239d2410058a96188b2be'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit 'f3ed484953b81856e40239d2410058a96188b2be': h264_mp4toannexb_bsf: do not fail on annex B extradata Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * h264_mp4toannexb_bsf: do not fail on annex B extradataAnton Khirnov2016-04-24
| | | | | | | | | | Just pass through the bitstream as is. This is the same as what is done for HEVC already.
* | ape: Unbreak adaptcoeffs computationLuca Barbato2016-05-12
| | | | | | | | | | | | | | | | And simplify and explain the expression. Fault introduced in f3fdef108eb06b1e71b29152bf6822519e787efe Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '5fca95c8e515a5ae542d9626ec088bdfc658450e'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit '5fca95c8e515a5ae542d9626ec088bdfc658450e': libx264: Forbid inverted Stereo3D mode Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * libx264: Forbid inverted Stereo3D modeVittorio Giovara2016-04-21
| |
* | Merge commit '9e2af0e9071a1229cfe21efff394691d91f979b2'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit '9e2af0e9071a1229cfe21efff394691d91f979b2': libx264: Allow Stereo3D monoscopic value Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * libx264: Allow Stereo3D monoscopic valueVittorio Giovara2016-04-21
| |
* | Merge commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6': build: Silence the lcov-reset target Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * build: Silence the lcov-reset targetDiego Biurrun2016-04-21
| |
* | Merge commit '75b90ef722b7cdfc70118ab987e298d087aae693'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit '75b90ef722b7cdfc70118ab987e298d087aae693': libavformat: Update the comment about AVOutputFormat flags Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-21
| | | | | | | | | | | | Add a flag which applies here, which had been missed. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '74383def8f46805faf3391c98516b248108a9a6b'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit '74383def8f46805faf3391c98516b248108a9a6b': movenc: Handle pts == NOPTS when autoflushing Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-21
| | | | | | | | | | | | | | This muxer generally handles pts == NOPTS by using dts instead; do this for consistency here as well. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '0abb07bad7026a945a31ba4047e6583c8b3fa3da'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit '0abb07bad7026a945a31ba4047e6583c8b3fa3da': movenc: Update a comment to reflect how the code actually behaves Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-19
| | | | | | | | | | | | | | This codepath isn't quite as bad as it used to sound, if fragments are cut automatically at video packets. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '79fdbfdb3e50f3f906903e027714ee04c1a00e89'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | | | | | | | This commit is purposely skipped because it doesn't work very well with what our img2enc.c supports. * commit '79fdbfdb3e50f3f906903e027714ee04c1a00e89': img2enc: Refactor the atomic renaming code Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * img2enc: Refactor the atomic renaming codeLuca Barbato2016-04-19
| | | | | | | | | | | | And use it for the separate-plane side-feature as well. Bug-Id: 935
* | Merge commit 'f3fdef108eb06b1e71b29152bf6822519e787efe'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit 'f3fdef108eb06b1e71b29152bf6822519e787efe': ape: Avoid undefined behaviour Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * ape: Avoid undefined behaviourLuca Barbato2016-04-19
| | | | | | | | | | | | Avoid the clang warning "warning: shifting a negative signed value is undefined"
* | Merge commit '6b2ad3ca48a6638cb0226ed5aab41d435d8c83a5'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | | | | | This commit is a no-op. * commit '6b2ad3ca48a6638cb0226ed5aab41d435d8c83a5': indeo3: Avoid undefined behaviour Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * indeo3: Avoid undefined behaviourLuca Barbato2016-04-19
| | | | | | | | | | | | Avoid the clang warning "warning: shifting a negative signed value is undefined"
* | Merge commit 'eae2ebded3b801ed55d32746b98db88ffe196f4f'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit 'eae2ebded3b801ed55d32746b98db88ffe196f4f': libxvid: Create extradata in init using a dummy frame Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-19
| | | | | | | | | | | | | | | | | | | | | | Modifying global header extradata in encode_frame is an API violation and only happens to work currently because mov writes its header at the end of the file. Heavily based off of a patch from 2012 by Nicolas George. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '785bfb1d7bb8de567c3aac1d9cc369b55ac9fb7b'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit '785bfb1d7bb8de567c3aac1d9cc369b55ac9fb7b': pixfmt: fix wrong comment Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * pixfmt: fix wrong commentThomas Guillem2016-04-19
| | | | | | | | | | | | | | | | The h264/hevc Annex E colour primaries table says that AVCOL_SPC_SMPTE170M is similar than AVCOL_SPC_SMPTE240M. These two values are not similar than AVCOL_SPC_BT470BG. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '06edef3d5e072ef3c4face9ce946d2d9c36cc477'Derek Buitenhuis2016-05-12
|\| | | | | | | | | | | | | * commit '06edef3d5e072ef3c4face9ce946d2d9c36cc477': Generate the lists of enabled protocols/bsfs from configure. Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-19
| |
* | lavc/libutvideoenc: Cast an unsigned constant to int.Carl Eugen Hoyos2016-05-12
| | | | | | | | | | | | | | Fixes the following warning / error: libavcodec/libutvideoenc.cpp:281:1: warning: narrowing conversion of ‘3221258240u’ from ‘unsigned int’ to ‘int’ inside { } is ill-formed in C++11 [-Wnarrowing] Fixes ticket #5542.
* | avutil/cpu-test: Fix includes (needed for HAVE_*)James Almer2016-05-12
| | | | | | | | | | Commit message by commiter Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/float_dsp-test: Add include config.h for HAVE_*Michael Niedermayer2016-05-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil: make crypto testprogs include headers onlyJames Almer2016-05-11
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | Split drawutils test out into separate fileDerek Buitenhuis2016-05-11
| | | | | | | | | | | | | | This was missed during 96d616052b3d39678e477fa10610ca688f46fff9 because it is not included in FATE. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | avfft-test: Add missing mem.h includeDerek Buitenhuis2016-05-11
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | lossless audio dsp: unrollChristophe Gisquet2016-05-11
| | | | | | | | | | | | | | | | | | The loops are guaranteed to be at least multiples of 8, so this unrolling is safe but allows exploiting execution ports. For int32 version: 68 -> 58c. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/dca_lbr: Fix "warning: missing braces around initializer"Michael Niedermayer2016-05-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'a0f469da744db83db32f3fe13186ee4aa2bc7dc5'Derek Buitenhuis2016-05-11
|\| | | | | | | | | | | | | * commit 'a0f469da744db83db32f3fe13186ee4aa2bc7dc5': hwcontext: initialize sw_format in av_hwframe_ctx_alloc() Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * hwcontext: initialize sw_format in av_hwframe_ctx_alloc()Anton Khirnov2016-04-15
| |
* | Merge commit '5e1a3ea3ba7bb0c71d931e93e60fb75f51b0cc1a'Derek Buitenhuis2016-05-11
|\| | | | | | | | | | | | | * commit '5e1a3ea3ba7bb0c71d931e93e60fb75f51b0cc1a': lavc: move the vaapi encoders further down in the list of codecs Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavc: move the vaapi encoders further down in the list of codecsAnton Khirnov2016-04-15
| | | | | | | | | | | | | | Right now they are the first encoders for those codecs in the list, so they are selected when the caller requests a codec by id. Since they require special treatment, they should not be selected by default if there are other encoders (e.g. libx264/5) available.
* | Merge commit '92fdea37477b5a2d1329e5ef0773e24473fa8f12'Derek Buitenhuis2016-05-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are all trivial to merge. * commit '92fdea37477b5a2d1329e5ef0773e24473fa8f12': vaapi_h265: Add -qp option, use it to replace use of -global_quality vaapi_h265: Add constant-bitrate encode support vaapi_h264: Add encode quality option (for quality-speed tradeoff) vaapi_h264: Add -qp option, use it to replace use of -global_quality vaapi_encode: Add support for codec-local options vaapi_h264: Add constant-bitrate encode support vaapi_encode: Refactor slightly to allow easier setting of global options Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-15
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>