commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
Fix CHECK_BIDIR macro so it works with Intel's Compiler
Patch by Marco Manfredini mldb A gmx P net
Originally committed as revision 5989 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8226ecaa6c7ba0c1e7ae9d575bcbdac95aaf673e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8226ecaa6c7ba0c1e7ae9d575bcbdac95aaf673e | 2006-08-12 16:31:17+00:00 |
add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
Originally committed as revision 5031 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4ea28253b6d67bec160a9a53eb924cdc4ecaaea1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ea28253b6d67bec160a9a53eb924cdc4ecaaea1 | 2006-02-18 09:03:22+00:00 |
Add missing +1 in bounds check.
Originally committed as revision 4465 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cad4368af7d6535247da7329131e2e34fef1230b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cad4368af7d6535247da7329131e2e34fef1230b | 2005-07-22 09:01:47+00:00 |
check if the user specified timestamps are strictly monotone
timestamp guess code 10l fix
Originally committed as revision 3483 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9ebb8e11248f85cb9a93aca6e2f91696f0621a89 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9ebb8e11248f85cb9a93aca6e2f91696f0621a89 | 2004-09-20 13:47:47+00:00 |
check for sdl-config
avoid which
Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c3f6b4728e8eb7abd02b8cb0359a07eb521e4c0f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c3f6b4728e8eb7abd02b8cb0359a07eb521e4c0f | 2004-06-04 10:10:29+00:00 |
add valid statistics for the RTCP receiver report.
Basically taken verbatim from RFC 1889.
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Oct 31, 2006 12:43 AM
Subject: [Ffmpeg-devel] [PATCH] RTCP valid receiver statistics....
Originally committed as revision 6879 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4a6cc06123d969fe3214ff874bc87c1aec529143 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4a6cc06123d969fe3214ff874bc87c1aec529143 | 2006-11-03 07:55:57+00:00 |
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper
Originally committed as revision 2751 to svn://svn.ffmpeg.org/ffmpeg/trunk
| de7ff1f774e2610d9ac23d2613a9f7e19e8c0f9d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/de7ff1f774e2610d9ac23d2613a9f7e19e8c0f9d | 2004-02-06 03:56:05+00:00 |
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again
Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2dd59ebd4522d668404af416aba9d85eb7024417 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2dd59ebd4522d668404af416aba9d85eb7024417 | 2004-02-18 19:07:58+00:00 |
oops
Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e13f860ac8a5a7d803059d1553773cf2a446d3f2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e13f860ac8a5a7d803059d1553773cf2a446d3f2 | 2003-03-12 23:12:23+00:00 |
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily)
different intra block coding (previous was just an ugly hack)
1.8% bitrate reduction -0.01PSNR (foreman@352x288 qscale=8)
1.5% bitrate reduction +0.05PSNR (foreman@352x288 qscale=1)
Originally committed as revision 3416 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 155ec6edf82692bcf3a5f87d2bc697404f4e5aaf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/155ec6edf82692bcf3a5f87d2bc697404f4e5aaf | 2004-08-26 20:04:54+00:00 |
* headers valid for C++ compilers
Originally committed as revision 1521 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 02d697aa5f1afb7d74fee87183d56b9c8764da7c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/02d697aa5f1afb7d74fee87183d56b9c8764da7c | 2003-01-28 20:20:38+00:00 |
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized)
Originally committed as revision 1121 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4707cb07e1ceb0d1a518eda08fbf0d4035ea7745 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4707cb07e1ceb0d1a518eda08fbf0d4035ea7745 | 2002-10-31 00:07:13+00:00 |
libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)
| 78e884f3fb1d0471dbe2c89fec0d0f274f7c8350 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/78e884f3fb1d0471dbe2c89fec0d0f274f7c8350 | 2018-01-21 13:56:57+08:00 |
checkasm/vf_threshold : add test for threshold16
| 179a2f04eb2bd6df7221883a92dc4e00cf94394b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/179a2f04eb2bd6df7221883a92dc4e00cf94394b | 2017-12-09 14:47:13+01:00 |
checksum update due to LIBAVCODEC_BUILD 4619->4620
Originally committed as revision 868 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1ffd8306ba35e55beb6428793b02bfb3bfd5ed33 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1ffd8306ba35e55beb6428793b02bfb3bfd5ed33 | 2002-08-26 16:12:21+00:00 |
avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_filename
In preparation for the deprecation of AVFormatContext->filename.
Signed-off-by: Marton Balint <[email protected]>
| dc5d1515681b57a257443ba72bb81fb3e6e6621b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc5d1515681b57a257443ba72bb81fb3e6e6621b | 2018-01-28 23:06:43+01:00 |
avfilter/vf_transpose: Fix used plane count.
Fixes out of array access
Fixes: poc.mp4
Found-by: GwanYeong Kim <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| c6939f65a116b1ffed345d29d8621ee4ffb32235 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c6939f65a116b1ffed345d29d8621ee4ffb32235 | 2018-01-27 04:29:30+01:00 |
avformat/adtsenc: allow only AAC streams
The ADTS muxer will silently (attempt to) mux any audio stream passed to it.
Patch adds a codec check.
Signed-off-by: James Almer <[email protected]>
| 96f94624e0a1a91134bd8e1e3127080b81716f6f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/96f94624e0a1a91134bd8e1e3127080b81716f6f | 2018-01-14 09:57:51-03:00 |
1) remove TBL support in PPC performance. It's much more useful to use the
PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless
code around
2) make the PPC perf stuff a configure option
3) make put_pixels16_altivec a bit faster by unrolling the loop by 4
patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e45a2872fafe631c14aee9f79d0963d68c4fc1fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e45a2872fafe631c14aee9f79d0963d68c4fc1fd | 2003-07-09 20:18:13+00:00 |
checkasm/llviddsp : test return of add_left_pred(16)
| 5bda11e70ef109f55a766bdd4ae14b3afb2c2ecc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5bda11e70ef109f55a766bdd4ae14b3afb2c2ecc | 2017-12-09 15:15:56+01:00 |
dashdec: Expose bandwidth and representation ID as metadata
The primary goal was making it viable to play YouTube/Vimeo/... videos
using the native demuxer, since mpv currently uses a workaround in form
of Edit Decision Lists (EDL).
Implemented features:
1 Exposing id / bitrate as stream metadata (similar to the HLS demuxer)
2 Support for multiple video and audio streams
3 A few minor parts of the specification that are in use at YouTube
Signed-off-by: Steven Liu <[email protected]>
| 66e551eafb8d202f37ba5a2bbe03741966a9e241 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/66e551eafb8d202f37ba5a2bbe03741966a9e241 | 2018-01-14 22:33:57+08:00 |
* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check
as its functionality is used even in those parts which are being
compiled without this flag
- generaly this would require more complicated cleanup patch
- for now leaving for the main author
Originally committed as revision 614 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8758f7e43c484826c5ed47dcb717b46692383ee8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8758f7e43c484826c5ed47dcb717b46692383ee8 | 2002-05-27 09:17:21+00:00 |
fate/checkasm: add missing target for vf_threshold test
Signed-off-by: James Almer <[email protected]>
| bfd7f07b650b0414683c2c2554870e4e74d5c083 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bfd7f07b650b0414683c2c2554870e4e74d5c083 | 2017-12-04 15:46:09-03:00 |
configure: remove libtls fallback check
This check is not needed for any supported version of libtls
and causes issues with static builds (libtls links to -lssl -lcrypto).
Signed-off-by: sfan5 <[email protected]>
Signed-off-by: James Almer <[email protected]>
| b1781caf9e36edd4b84428c1e6aad8c4937c35d8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b1781caf9e36edd4b84428c1e6aad8c4937c35d8 | 2017-12-19 15:12:24-03:00 |
avcodec: Fix reference data type for nvdec vc1 hwaccel
I took the reference lookup code from the vp9 hwaccel where the
type is unsigned char, but for vc1, the type is signed int.
This is particularly important because the value used when there's
no reference is different (255 vs -1).
It didn't seem to break anything, but for mpeg1/2/4, this mistake
caused decode errors.
| 5a0f6b099f3e8fcb95a80e3ffe52b3bf369efe24 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5a0f6b099f3e8fcb95a80e3ffe52b3bf369efe24 | 2017-11-18 08:05:21-08:00 |
avcodec/nvdec: add support for 12 bit formats
| 3f6294a53d58ececeacb42ce2ba8349a8b0a4abb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3f6294a53d58ececeacb42ce2ba8349a8b0a4abb | 2017-11-12 15:46:39+01:00 |
doc/filters: mention (a)loop defaults
Signed-off-by: Lou Logan <[email protected]>
| a60b2425c3beaa214af59611988b9ae6c370933c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a60b2425c3beaa214af59611988b9ae6c370933c | 2017-11-23 11:54:26-09:00 |
configure: factorize nvdec dependencies
| 578addcff64f14783cce3171fdd158602edd757b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/578addcff64f14783cce3171fdd158602edd757b | 2017-11-13 22:10:37+01:00 |
libavcodec: Don't use dllexport, only dllimport when building DLLs
The only purpose of dllexport (which is set while building the library
that exports the symbols) is to have the linker automatically
export such symbols into a DLL without using a def file - it doesn't
affect the generated code.
For both MSVC and mingw builds, this isn't essential since we override
what symbols to export via an autogenerated def file instead.
Update a comment in configure to refer to the right concept.
With lld, this avoids warnings about duplicate export directives,
when some symbols are requested to be exported both via dllexport
attributes and via the autogenerated def file.
This also reduces the number of lines of code marginally.
Signed-off-by: Martin Storsjö <[email protected]>
| 3152058bf1dca318898550efacf0286f4836cae6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3152058bf1dca318898550efacf0286f4836cae6 | 2017-11-19 22:01:38+02:00 |
lavf/avio: temporarily accept 0 as EOF.
Print a warning to let applicatios fix their use.
After a deprecation period, check with a low-level assert.
Also make the constraint explicit in the doxygen comment.
Signed-off-by: Nicolas George <[email protected]>
| a606f27f4c610708fa96e35eed7b7537d3d8f712 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a606f27f4c610708fa96e35eed7b7537d3d8f712 | 2017-10-29 19:40:52+02:00 |
configure: Drop redundant header check for d3d11.h
It is detected as a part of the ID3D11VideoDecoder check.
| e7168d4c0cb279cf267690549ca92ad564572bc6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e7168d4c0cb279cf267690549ca92ad564572bc6 | 2017-10-10 23:20:11+02:00 |
avcodec/mips: Improve avc put mc 12, 32 and 22 msa functions
Remove loops and unroll as block sizes are known.
Removed unused functions.
Signed-off-by: Kaustubh Raste <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| e549933a270dd2cfc36f2cf9bb6b29acf3dc6d08 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e549933a270dd2cfc36f2cf9bb6b29acf3dc6d08 | 2017-10-13 02:46:31+02:00 |
lavu/tests/des: rename crypt to crypt_ref
This will prevent a symbol clash with crypt(3) after unistd.h is
included.
| dc27df47ff99fb29ed36711a62efb78ee28dba97 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc27df47ff99fb29ed36711a62efb78ee28dba97 | 2017-09-08 18:51:05+02:00 |
configure: Use test_pkg_config() for the SDL check
Removes the extra code to preserve global CFLAGS.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Diego Biurrun <[email protected]>
| ebfcce16ac44b83f6e815c70e91231bed9fcbc97 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ebfcce16ac44b83f6e815c70e91231bed9fcbc97 | 2017-10-04 19:12:36+02:00 |
avio: add a destructor for AVIOContext
Before this commit, AVIOContext is to be freed with a plain av_free(),
which prevents us from adding any deeper structure to it.
(cherry picked from commit 99684f3ae752fc8bfb44a2dd1482f8d7a3d8536d)
Signed-off-by: James Almer <[email protected]>
| b12e4d3bb8df994f042ff1216fb8de2b967aab9e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b12e4d3bb8df994f042ff1216fb8de2b967aab9e | 2017-09-01 01:51:15-03:00 |
af_amix: Add missing error check
Signed-off-by: Derek Buitenhuis <[email protected]>
| b198e0913854ddeefb4335a2a12c422cfc5aaf12 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b198e0913854ddeefb4335a2a12c422cfc5aaf12 | 2017-07-07 15:32:03-04:00 |
arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp
This was missed in e2710e790c0 since those functions weren't exercised
by checkasm.
Signed-off-by: Martin Storsjö <[email protected]>
| 17f5171cd4753e7f50e6d95df069bccbc90265bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/17f5171cd4753e7f50e6d95df069bccbc90265bf | 2017-10-24 09:06:56+03:00 |
avformat/hlsenc: Add missing error check
Reviewed-by: Steven Liu <[email protected]>
Signed-off-by: Derek Buitenhuis <[email protected]>
| 2d417076a2a7e7d15c239cd63646dae27ed5c126 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2d417076a2a7e7d15c239cd63646dae27ed5c126 | 2017-07-07 10:08:18+08:00 |
avcodec/utvideodec: enable unchecked bitreader
inner reader loop becomes 16% faster
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 676a589c936b7b475b8008ce51c968c376b173b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/676a589c936b7b475b8008ce51c968c376b173b8 | 2017-06-28 14:08:21+02:00 |
avcodec/interplayvideo: properly check if there is enough bytes left
Signed-off-by: Paul B Mahol <[email protected]>
| feab761b73c37311a23a6cbbcee1ddf56439d5a4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/feab761b73c37311a23a6cbbcee1ddf56439d5a4 | 2017-06-27 15:46:08+02:00 |
avcodec/srtdec: Check ff_htmlmarkup_to_ass() return code
Signed-off-by: Michael Niedermayer <[email protected]>
| 7b94df232a4b76c44e243e618573f8d331a1eb1c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7b94df232a4b76c44e243e618573f8d331a1eb1c | 2017-05-08 17:02:02+02:00 |
imgutils: add function to clear an image to black
Black isn't always just memset(ptr, 0, size). Limited YUV in particular
requires relatively non-obvious values, and filling a frame with
repeating 0 bytes is disallowed in some contexts. With component sizes
larger than 8 or packed YUV, this can become relatively complicated. So
having a generic function for this seems helpful.
In order to handle the complex cases in a generic way without destroying
performance, this code attempts to compute a black pixel, and then uses
that value to clear the image data quickly by using a function like
memset.
Common cases like yuv410p10 or rgba can't be handled with a simple
memset, so there is some code to fill memory with 2/4/8 byte patterns.
For the remaining cases, a generic slow fallback is used.
Signed-off-by: Anton Khirnov <[email protected]>
| 45df7adc1d9b7e8fbae5af9328baa6ab3562002b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/45df7adc1d9b7e8fbae5af9328baa6ab3562002b | 2017-07-26 23:21:26+02:00 |
build: remove special freetype check
Since 52ccc4a0e was merged, it's pointless to keep our special version.
| 0ba67a8eb1ca630af863dc42a36a3968bc808ab4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0ba67a8eb1ca630af863dc42a36a3968bc808ab4 | 2017-04-17 10:03:26+02:00 |
swscale: Do not shift negative values directly
It is undefined in C as reported:
warning: shifting a negative signed value is undefined
| f56fa95cd13f627891a1bfb66bf61b971b9e0238 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f56fa95cd13f627891a1bfb66bf61b971b9e0238 | 2017-04-15 15:37:18+02:00 |
avcodec/h264: add avx 8-bit chroma v intra deblock/loop filter
~1.14x faster (90 vs 78 cycles) compared with mmxext
| 987ffe4b8dce88b8df12208eef788bd022a43598 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/987ffe4b8dce88b8df12208eef788bd022a43598 | 2017-02-27 13:22:06+01:00 |
avcodec/h264: add avx 8-bit chroma v deblock/loop filter
~1.24x faster (101 vs. 81 cycles) compared with mmxext function
| 5c56758843eb5ea8fc39177585a57606a34125bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c56758843eb5ea8fc39177585a57606a34125bc | 2017-02-27 13:22:06+01:00 |
avcodec/fmvc: initialize opcode to 0
It shouldn't really matter but it doesn't hurt.
Signed-off-by: Paul B Mahol <[email protected]>
| c583e701bd527eb9635bd8f1d22b06696b3e2b3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c583e701bd527eb9635bd8f1d22b06696b3e2b3d | 2017-02-24 15:50:16+01:00 |
configure: Use cppflags check helper functions where appropriate
| 71a49fe25f2e4468fbbadbebef8d073b1b3cc1a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/71a49fe25f2e4468fbbadbebef8d073b1b3cc1a5 | 2017-02-06 15:43:56+01:00 |
lavd/v4l2: Avoid setting frame_size to a negative value.
| 9d5141d1fb4c95600f9ca70a3db5475d1a78667b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9d5141d1fb4c95600f9ca70a3db5475d1a78667b | 2017-01-25 00:54:10+01:00 |
avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is valid
Signed-off-by: Michael Niedermayer <[email protected]>
| 8f1d18a91be942ea646a3c074bee35c6046882af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8f1d18a91be942ea646a3c074bee35c6046882af | 2017-01-05 12:08:23+01:00 |
configure: Disentangle vfw32 and user32 lib handling
Check for and link against user32 instead, which also fixes
the missing dependency of dxva2 on user32 with MSVC.
| 1faffe7e8fab21186a233011bc8a62f47962e2cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1faffe7e8fab21186a233011bc8a62f47962e2cd | 2016-12-16 13:37:33+01:00 |
configure: Use correct libm linker flag during math function checks
| bf2f748fc74fff5272075e1fe1c07b4152421526 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bf2f748fc74fff5272075e1fe1c07b4152421526 | 2016-11-25 18:46:52+01:00 |
avcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma deblock/loop filter
Yorkfield:
- mmx2: 2.53x (504 vs. 199 cycles)
- sse2: 3.83x (504 vs. 131 cycles)
Nehalem:
- mmx2: 2.42x (365 vs. 151 cycles)
- sse2: 3.56x (365 vs. 103 cycles)
Skylake:
- mmx2: 1.81x (308 vs. 170 cycles)
- sse2: 2.84x (308 vs. 108 cycles)
- avx: 2.93x (308 vs. 105 cycles)
| 728651df06f48b49228ac5b8241b1ebe8d5b9d73 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/728651df06f48b49228ac5b8241b1ebe8d5b9d73 | 2016-12-07 00:29:13+01:00 |
mov: validate sidx timescale
A negative timescale doesn't make sense and triggers assertions in
av_rescale_rnd.
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 9d36602abc4ef5b69b92feadf868c77e5e9ccc7d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9d36602abc4ef5b69b92feadf868c77e5e9ccc7d | 2016-11-07 00:51:49+01:00 |
ffmpeg: fix width/height overrides for sub2video processing
| 31d657130b02b151a2fe6739f782d9d504b2cfda | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/31d657130b02b151a2fe6739f782d9d504b2cfda | 2016-11-03 16:20:59+01:00 |
nuv: validate sample_rate
A negative sample rate doesn't make sense and triggers assertions in
av_rescale_rnd.
Signed-off-by: Andreas Cadhalpun <[email protected]>
| f748e3b5a219061db021d8b6b7ebb097c65f23c5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f748e3b5a219061db021d8b6b7ebb097c65f23c5 | 2016-11-07 00:51:49+01:00 |
crystalhd: Update high level description
We don't need to document the horrible hacks that we removed.
| d0a9af851ee8b5254c0354444cfbe6c59d92887e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d0a9af851ee8b5254c0354444cfbe6c59d92887e | 2016-11-02 13:47:57-07:00 |
avcodec/cinepak: Check side data size before use
Fixes out of array read
Signed-off-by: Michael Niedermayer <[email protected]>
| 121be310607879841d19a34d9f16d4fe9ba7f18c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/121be310607879841d19a34d9f16d4fe9ba7f18c | 2016-10-30 14:15:00+01:00 |
lavf: check that the codec is supported by extract_extradata
Avoids superfluous error message spam after
8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4
| 096a8effa3f8f3455292c958c3ed07e798def7bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/096a8effa3f8f3455292c958c3ed07e798def7bd | 2016-10-21 10:11:20+02:00 |
configure: check for stdatomic.h
Since this is a C11 feature, it requires -std=c11.
Not actually used for anything yet, that will be added in the following
commits.
| 13f5d2bf75b95a0bfdb9940a5e359a719e242bed | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/13f5d2bf75b95a0bfdb9940a5e359a719e242bed | 2016-10-02 18:49:14+02:00 |
vaapi_encode: Refactor initialisation
This allows better checking of capabilities and will make it easier
to add more functionality later.
It also commonises some duplicated code around rate control setup
and adds more comments explaining the internals.
| 80a5d05108cb218e8cd2e25c6621a3bfef0a832e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/80a5d05108cb218e8cd2e25c6621a3bfef0a832e | 2016-09-28 22:54:10+01:00 |
audiodsp/x86: fix ff_vector_clip_int32_sse2
This version, which is the only one doing two processing cycles per loop
iteration, computes the load/store indices incorrectly for the second
cycle.
CC: [email protected]
| 1d6c76e11febb58738c9647c47079d02b5e10094 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1d6c76e11febb58738c9647c47079d02b5e10094 | 2016-09-19 19:18:07+02:00 |
avfilter/vf_unsharp: limit matrix size in either direction to 23
Anything bigger is not supported anyway.
Signed-off-by: Paul B Mahol <[email protected]>
| 4096bb176b3971a26d1dedd62a05bcea68eb24d6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4096bb176b3971a26d1dedd62a05bcea68eb24d6 | 2016-09-17 13:57:45+02:00 |
avcodec/cuvid: Fully re-initialize the parser after a flush.
I'm not really sure how this worked at all before, but we do need to
reinitalize the parser with the stream extradata.
Signed-off-by: Philip Langdale <[email protected]>
Signed-off-by: Timo Rothenpieler <[email protected]>
| 8a066697023e3eab3fc6c2bccc5bd0adb07f4579 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a066697023e3eab3fc6c2bccc5bd0adb07f4579 | 2016-09-17 14:08:53+02:00 |
af_hdcd: Improve HDCD detection
HDCD is now only considered detected if a valid packet
is active in both channels simultaneously.
Signed-off-by: Burt P <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 91854b8ef644207925cdc5d0dda1b130335d89f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/91854b8ef644207925cdc5d0dda1b130335d89f1 | 2016-07-27 22:21:43+02:00 |
af_hdcd: Add counter for cdt expirations
Adds a counter for when the "code detect timer" expired without
finding a valid packet.
Signed-off-by: Burt P <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| c26305f6aec005db39e04e628f6294635ddebaad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c26305f6aec005db39e04e628f6294635ddebaad | 2016-07-27 23:09:45+02:00 |
lavf/matroskaenc: use mkv_check_tag_name consistently
Previously, we used a different list of checks when deciding whether to
write a set of tags at all than we did when deciding whether to write an
individual tag in the set. This resulted in sometimes writing an empty
tag master and seekhead. Now we use mkv_check_tag_name everywhere, so
if a dictionary is entirely composed of tags we skip, we don't write a
tag master at all.
This affected the test file, since "language" was on one list but not
the other, so we were writing an empty tag master there. The test hash
is updated to reflect that change.
| 843e72ea5542845a0a9fed743517c14a92279885 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/843e72ea5542845a0a9fed743517c14a92279885 | 2016-09-06 17:25:37-05:00 |
avutil/mem: remove av_realloc / av_malloc incompatibility warning
memalign() is not guranteed to be compatible with free() or realloc()
and for platforms in this category we have --enable-memalign-hack
(which should be enabled automatically if such system is detected)
Trying to somehow half support systems that can free() memalign memory
but not reallocate it seems not worth the amount of work needed to
keep 2 then incompatible allocation systems and ensure their
seperation. That is unless this would affect a major platform
on which we want to avoid the memalign hack code
The warnings also cause wasted time and effort as people try
to maintain a separation that does not exist currently.
Signed-off-by: Michael Niedermayer <[email protected]>
| 21f70940ae106bfffa07e73057cdb4b5e81a767a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/21f70940ae106bfffa07e73057cdb4b5e81a767a | 2016-08-23 13:50:19+02:00 |
checkasm/arm: align the clobber check data properly for ldrd
Should fix the SIGBUS in the armv7-linux-clang-3.7 fate target.
| 8c816c0c9b12fdefd9046415e97df299880bc9b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8c816c0c9b12fdefd9046415e97df299880bc9b8 | 2016-07-10 13:35:41+02:00 |
ffplay: factorize checking if a stream needs additional packets
Signed-off-by: Marton Balint <[email protected]>
| 8594a8fbf9b0af99e5b5b149831a47478be4aff0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8594a8fbf9b0af99e5b5b149831a47478be4aff0 | 2016-06-19 23:35:22+02:00 |
ac3: Check the array bound before dereferencing
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| 5264e7ba217b3c0ceae813917134e1ab52573141 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5264e7ba217b3c0ceae813917134e1ab52573141 | 2016-05-27 15:49:48+02:00 |
avformat/utils: Fix find_stream_info not considering the extradata it found
Commit 9200514ad8717c6 ("lavf: replace AVStream.codec with
AVStream.codecpar") merged in commit 6f69f7a8bf6a0d01 changed
avformat_find_stream_info() to put the extradata it got from
st->parser->parser->split() to st->internal->avctx instead of st->codec
(extradata in st->internal->avctx will be later copied to st->codecpar).
However, in the same function, the "is stream ready?" check was changed
to check for extradata in st->codecpar instead of st->codec, even
though st->codecpar is not yet updated at that point.
Extradata retrieved from split() is therefore not considered anymore,
and avformat_find_stream_info() will therefore needlessly continue
probing in some cases.
Fix that by checking for the extradata at st->internal->avctx where it
is actually put.
| 60873bf992eab1d3bad8dd0fd11336363d44854d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/60873bf992eab1d3bad8dd0fd11336363d44854d | 2016-07-28 01:24:57+03:00 |
h264: move calculating the POC out of h264_slice_header_parse()
This function does not do any bitstream parsing and it depends on the
current frame being allocated, so this will allow the frame_start() to
be moved out eventually.
| 4cec43a9eeb58eb9e581a2d9d25f78e5bfbb0960 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4cec43a9eeb58eb9e581a2d9d25f78e5bfbb0960 | 2016-06-12 20:27:52+02:00 |
FATE: add an H.264 test with invalid reference lists
See commit 9d74012
| d7abe900c3d34adcfef3a6f44a2e7bdb7d8974e7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d7abe900c3d34adcfef3a6f44a2e7bdb7d8974e7 | 2016-04-15 10:04:52+02:00 |
mpegts: Validate the SL Packet Header Configuration
timeStampLength, OCRLength and AU_Length have well specified upper
boundaries.
Signed-off-by: Luca Barbato <[email protected]>
| 74d98d1b0e0e7af444c933ea3c472494de3ce6f2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/74d98d1b0e0e7af444c933ea3c472494de3ce6f2 | 2016-05-03 14:21:45+09:00 |
simple_idct_template: Fix strict aliasing violation
This fixes fate-wmv8-intrax8 in certain configurations, e.g.
gcc 4.4.
Signed-off-by: Martin Storsjö <[email protected]>
| 283226e11ccf50a71d25d150fbbf1743f74c6c49 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/283226e11ccf50a71d25d150fbbf1743f74c6c49 | 2016-05-10 09:41:07+03:00 |
tests/checkasm/vf_colorspace: Fix dst array sizes
Suggested & Approved by: BBB
Signed-off-by: Michael Niedermayer <[email protected]>
| 4d59d075a96c7bc9fc7a118f96015fbf5156708a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4d59d075a96c7bc9fc7a118f96015fbf5156708a | 2016-04-12 23:46:52+02:00 |
vp8/armv6: mc: avoid boolean expression in calculation
GNU as evaluates true as '-1' while Apple's variant and llvm's internal
assembler evaluate it as '1'. The best way to avoid this madness is to
eliminate boolean expressions instead of trying to fix it with
preprocessor directives. Use a direct formula to calculate the
required temporary space on the stack in
ff_put_vp8_{epel,bilin}{4,8,16}_h[246]v[246]_armv6().
Fixes a checkasm segfault in vp8dsp.mc when using llvm's internal
assembler for a non-Apple target.
| 5f74bd31a9bd1ac7655103b11743c12d38e0419f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5f74bd31a9bd1ac7655103b11743c12d38e0419f | 2016-07-10 13:35:41+02:00 |
build: Do not check the vaapi_encode.h header if VAAPI is not enabled
| 44f05f15d4a34ef2f0d62259e5d5b43371bc0954 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/44f05f15d4a34ef2f0d62259e5d5b43371bc0954 | 2016-03-30 17:52:46+02:00 |
ffprobe: Fix missing dec_ctx check
Missed it during the merge of ffprobe codecpar conversion.
Signed-off-by: Derek Buitenhuis <[email protected]>
| 9cb1ed5735ec03f6331f9777e25aa2f736a9d60f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9cb1ed5735ec03f6331f9777e25aa2f736a9d60f | 2016-04-12 16:50:01+01:00 |
cfhd: Do not initialize context size
Otherwise probing and stream analisys will report a correct coded size
but an empty visible size.
Approved by: kieran
Signed-off-by: Michael Niedermayer <[email protected]>
| 7888ae8266d8f721cc443fe3aa627d350ca01204 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7888ae8266d8f721cc443fe3aa627d350ca01204 | 2016-03-29 17:06:15+02:00 |
lavc/ccaption_dec: remove usage of avctx->time_base
lavc/utils already rescales avpkt->pts to sub->pts in AV_TIME_BASE_Q
before calling the decode callback. This prevents from rescaling again
into the decoder, and avoid the use of avctx->time_base which will
disappear in the incoming codecpar merge.
This commit also replaces the use of "20 centisecond" (ass time base)
with "200 ms".
| d8620158c7ec9d571b70a54115af8fdaf4d765e5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d8620158c7ec9d571b70a54115af8fdaf4d765e5 | 2016-04-02 19:03:06+02:00 |
avfilter/af_sofalizer: check if filename was set.
Signed-off-by: Paul B Mahol <[email protected]>
| 781195fa6229fbeea81e134eb84d7ba6effdb9b9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/781195fa6229fbeea81e134eb84d7ba6effdb9b9 | 2016-03-04 22:14:43+01:00 |
lavf/dv: do not check for c->sys
dv_extract_video_info() is a static function called only from
avpriv_dv_produce_packet(), where c->sys is made sure to be set.
| 35ba5c424bbecea632c7cce0c9cae51190478068 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/35ba5c424bbecea632c7cce0c9cae51190478068 | 2016-03-20 14:25:16+01:00 |
x86/vc1dsp: Split the file into MC and loopfilter
| e3461197b1ffa0b4ebb80ee3d8567d3b286d7fc3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e3461197b1ffa0b4ebb80ee3d8567d3b286d7fc3 | 2016-02-29 08:46:53-08:00 |
checkasm: Use standard multiple inclusion guards
| 7c82d31cbe9fc5d5a321ad49c14a472bd629b50f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7c82d31cbe9fc5d5a321ad49c14a472bd629b50f | 2016-02-18 15:35:44+01:00 |
idct8x8: Fix undefined negative shifts
The original code left-shifts negative values, which is undefined
in the C99 specification (the one used during normal Libav compilation).
This change multiplies by (1 << shift), which is functionally equivalent,
but has defined behavior.
With this change, fate-idct8x8 compiled with --fsanitize=undefined works.
Bug-Id: 686
| 1389b4c18d1042c196603ba66c25113bcee1738b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1389b4c18d1042c196603ba66c25113bcee1738b | 2016-03-05 08:26:36-05:00 |
avformat/rtpdec_h264: Ignore invalid sprop-parameter-sets missing PPS
Signed-off-by: Michael Niedermayer <[email protected]>
| 1c7e2cf9d33968375ee4025d2279c937e147dae2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c7e2cf9d33968375ee4025d2279c937e147dae2 | 2016-03-01 02:19:23+01:00 |
asfdec: make sure packet_size is non-zero before seeking
This fixes infinite loops due to seeking back.
Signed-off-by: Alexandra Hájková <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| 2e6ba1993ef41af4a224e854077e4ba4d30f246b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2e6ba1993ef41af4a224e854077e4ba4d30f246b | 2016-02-07 03:12:33+01:00 |
configure: only check dispatch header on darwin
Fixes build of lavd/jack on linux if dispatch happens to be available on
this platform. dispatch, as well as its dependencies kqueue and pwq are
generally not installed / distribued on linux systems. If it happens to
be the case, you want to explicitely link against the libraries (using
-ldispatch) as opposed to darwin where it is part of the standard
library and -ldispatch doesn't work.
| 885a6d83247b76d4e58084440189620c6f22ca13 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/885a6d83247b76d4e58084440189620c6f22ca13 | 2016-02-26 09:23:17+01:00 |
options_table: update maximum bitrate limit
The type of the option has been changed but the limit was apparently forgotten.
Some video codes can handle bitrates of over ~2.2 Gbps (like VC-2).
Signed-off-by: Rostislav Pehlivanov <[email protected]>
| 4701be7198eb3168b38d1a82a38c561391f26b16 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4701be7198eb3168b38d1a82a38c561391f26b16 | 2016-02-10 17:15:59+00:00 |
asfdec: check for too small size in asf_read_unknown
This fixes infinite loops due to seeking back.
Signed-off-by: Alexandra Hájková <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| bf50607ab76157ba251a01f5baa5cf67b23b2ee9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bf50607ab76157ba251a01f5baa5cf67b23b2ee9 | 2016-02-07 03:12:33+01:00 |
fate: re-enable dca-xll test
And check for bitexact output instead
Reviewed-by: Hendrik Leppkes <[email protected]>
Signed-off-by: James Almer <[email protected]>
| f781bf3e101b9c11d50dccd01971f5a09d54acfc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f781bf3e101b9c11d50dccd01971f5a09d54acfc | 2016-02-01 12:12:15-03:00 |
lavc: Move brd_scale to codec private options
This option is only used by mpegvideoenc,
It is a very codec-specific option, so deprecate the global variant.
Set proper limits to the maximum allowed values.
Signed-off-by: Vittorio Giovara <[email protected]>
| 84c4714f397c9c50eb9d49008cc1c08385f68f31 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/84c4714f397c9c50eb9d49008cc1c08385f68f31 | 2016-01-21 15:33:19-05:00 |
lavc: Move prediction_method to codec private options
This options is only used by huffyuv, ffvhuv, jpegls, mjpeg,
mpegvideoenc, png, utvideo.
It is a very codec-specific options, so deprecate the global variant.
Set proper limits to the maximum allowed values, and update utvideoenc
tests to use the new option name.
Signed-off-by: Vittorio Giovara <[email protected]>
| 2862b63783b5556f7f3fb2d097629bc6879f833a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2862b63783b5556f7f3fb2d097629bc6879f833a | 2016-01-21 15:33:19-05:00 |
dirac_parser: Improve parsing and silence pointless warnings
The parser scans for "BBCD" to appear in the bitstream which indicate a
parse info header and once that happens, checks if the parse offsets are
sane. Since random BBCD strings might appear in the bitstream the parser
will emit a pointless warning if that happens.
This commit improves parsing by checking for a valid parse code as well
as keeping the original checks for valid parse offsets. The warnings
were removed as they serve no real purpose.
Signed-off-by: Rostislav Pehlivanov <[email protected]>
| a849ebb54e187a70eabc69cbd1b1a342e6587ec3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a849ebb54e187a70eabc69cbd1b1a342e6587ec3 | 2016-01-21 15:18:25+00:00 |
avutil/common: Protect GET_BYTE in GET_UTF8() by ()
Signed-off-by: Michael Niedermayer <[email protected]>
| 9ca64c31d2f435646fead0cc89207e4c63759ac5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9ca64c31d2f435646fead0cc89207e4c63759ac5 | 2016-01-13 03:09:08+01:00 |
nuv: sanitize negative fps rate
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
| 5b83b24ccbec79359f2dcdc0f49e09010a05e58a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b83b24ccbec79359f2dcdc0f49e09010a05e58a | 2016-01-13 09:37:11+01:00 |
avformat/movenc: Check that pkt duration is within 32bit range
Durations outside are not supported
Fixes Ticket5114
Signed-off-by: Michael Niedermayer <[email protected]>
| 6e249466cc6bd5b17d6e8cbd9a84a636cc92fd60 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6e249466cc6bd5b17d6e8cbd9a84a636cc92fd60 | 2016-01-09 03:38:03+01:00 |
avfilter/af_silenceremove: lower number of operations in for loop
Signed-off-by: Paul B Mahol <[email protected]>
| b841fe002a2bf67ca4381fd4dd522c2cfee22be8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b841fe002a2bf67ca4381fd4dd522c2cfee22be8 | 2015-12-28 12:23:59+01:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.