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
avcodec/flac_parser: Raise threshold for detecting invalid data Fixes regression from Ticket5428 Signed-off-by: Michael Niedermayer <[email protected]>
b0b3676e136a09a13767859f429a0aa416d929cd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0b3676e136a09a13767859f429a0aa416d929cd
2016-06-22 21:10:36+02:00
libavformat/movenc: remove unnecessary null check Fixes CID1361955 Signed-off-by: Michael Niedermayer <[email protected]>
d74cc6157478e1bfa25674488554d966801a78cb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d74cc6157478e1bfa25674488554d966801a78cb
2016-05-30 02:33:06+02:00
lavc/videotoolboxenc: Fix DTS Some devices output an invalid DTS when B-frames aren't used. Using PTS for the DTS in this case. Signed-off-by: Rick Kern <[email protected]>
2fbf39382dbf38e7cfdd2b106da66ca2f5af307d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2fbf39382dbf38e7cfdd2b106da66ca2f5af307d
2016-05-04 18:40:40+02:00
AAC encoder: fix initialization of minsf In some situations (exactly zeroed DC coeffs) minsf would be initialized with garbage
bad41d3724228cf9b03973a68cf3082adffb48f8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bad41d3724228cf9b03973a68cf3082adffb48f8
2016-04-03 15:03:53-03:00
intrax8: Wrap multiline macros in do{}while(0) clauses These macros are treated like functions, the wrapping simplifies error checking and avoids deeply nested ifs in the following commit.
750562549ceef268b29b94f6a887d9cf331a8c78
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/750562549ceef268b29b94f6a887d9cf331a8c78
2016-03-22 16:51:09-04:00
matroska: Support V_QUICKTIME as written in the specification Check if the size is written the first 4 bytes and read the next 4 as fourcc candidate, fallback checking the initial for 4 bytes. "The CodecPrivate contains all additional data that is stored in the 'stsd' (sample description) atom in the QuickTime file after the mandatory video descriptor structure (starting with the size and FourCC fields)" CC: [email protected]
8b4b1c1eea9daa4e2003aa0935e73f56aab8102d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b4b1c1eea9daa4e2003aa0935e73f56aab8102d
2016-03-15 16:06:35+01:00
libavfilter/vf_owdenoise.c: skip processing when strength is 0 It is practical to de-noise only on luma while keeping chroma unchanged. However, libavfilter/vf_owdenoise.c always do the Wavelet transform/retransform on all 3 channels without check whether chroma_strength is 0. Thus I make this patch. De-noise on Y only for yuv420 is now 1.5 times faster. Signed-off-by: Yuuki Galaxy <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
af5419f91b06cf85836ce9c8bc9efc965af79b48
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/af5419f91b06cf85836ce9c8bc9efc965af79b48
2016-04-12 22:57:32+02:00
Revert "avfilter/vf_decimate: Check that input parameters match" ill commit a better solution This reverts commit 30fe3fd52721c8c6566001192cd16be423ffc92b.
52e7f6b17eed3b613ca630ba5d1d6288db891977
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52e7f6b17eed3b613ca630ba5d1d6288db891977
2016-03-13 00:38:54+01:00
avutil/dict: do not realloc entries when deleting a non-existing item Deleting a non-existing item should not invalidate existing entries returned with av_dict_get. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Marton Balint <[email protected]>
a740263d7e7be5bb909ae83a44b21cc8cf8c9274
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a740263d7e7be5bb909ae83a44b21cc8cf8c9274
2016-03-15 00:55:16+01:00
vc2enc: set quantization ceiling to 50 The reference encoder limits it to 64, but testing revealed that there is absolutely no difference for indices above 50 in amount of zeroed coefficients. Signed-off-by: Rostislav Pehlivanov <[email protected]>
1387f3a0510ccbd3e684be533d0cf5fc7e9a678a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1387f3a0510ccbd3e684be533d0cf5fc7e9a678a
2016-02-22 17:25:13+00:00
avcodec/cfhd: Check the number of tag/value pairs Fixes potentially long loop Fixes: CID1351382/11 Reviewed-by: Kieran Kunhya <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
bbc4d069d0ef70102a2e7e7b1c0d3a00f488e666
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bbc4d069d0ef70102a2e7e7b1c0d3a00f488e666
2016-02-12 01:52:44+01:00
all: Make header guard names consistent
180f9a09588d1c68983692bb5245213956fdde11
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/180f9a09588d1c68983692bb5245213956fdde11
2016-01-31 15:44:11-08:00
lavf/asfenc: add support for storing languages Checked compatiblity with VLC, Windows Media Player 12 and Windows Media ASF Viewer 9 series. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Marton Balint <[email protected]>
79e42936137a535a8bac8ff3174c3658ce52a482
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79e42936137a535a8bac8ff3174c3658ce52a482
2016-02-05 21:32:14+01:00
mov: Add an option to toggle dref opening This feature is mostly only used by NLE software, and is both of dubious value being enabled by default, and a possible security risk. Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
65d29dd274a302131e2e4bc6d2b1eca4a093900c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/65d29dd274a302131e2e4bc6d2b1eca4a093900c
2016-01-21 14:32:39+01:00
lavf/matroskadec: Add early support for some of the new colour elements. Adding early support for a subset of the proposed colour elements according to the latest version of spec: https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=hIKLhMdgTMTEwUTeA4ct38h0tmE I've left out elements for pix_fmt related things as there still seems to be some discussion around these, and the max_cll/max_fall are currently not propagated as there is not yet side data for them. The new elements are exposed under strict experimental mode. Signed-off-by: Neil Birkbeck <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
bbda13a7713b8ae8c725c5bb774ac45d614b34eb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bbda13a7713b8ae8c725c5bb774ac45d614b34eb
2016-03-04 23:11:51+01:00
asfdec_o: check for too small size in asf_read_unknown This fixes infinite loops due to seeking back. Reviewed-by: Alexandra Hájková <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
c29e87ad55a2be29cc8ac5c0e047512c1f5d34d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c29e87ad55a2be29cc8ac5c0e047512c1f5d34d4
2016-01-15 00:40:21+01:00
avcodec/wavpackenc: Check the number of channels They are stored in a byte, thus more than 255 is not possible Signed-off-by: Michael Niedermayer <[email protected]>
59c915a403af32c4ff5126625b0cc7e38f4beff9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/59c915a403af32c4ff5126625b0cc7e38f4beff9
2016-01-11 18:58:08+01:00
asfdec_o: reject size > INT64_MAX in asf_read_unknown Both avio_skip and detect_unknown_subobject use int64_t for the size parameter. This fixes a segmentation fault due to infinite recursion. Reviewed-by: Alexandra Hájková <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
aa180169961b46cf0d2bcc23cb686f93c079b256
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa180169961b46cf0d2bcc23cb686f93c079b256
2016-01-15 00:37:13+01:00
avcodec/dvdec: Fix "left shift of negative value -254" Fixes: dvdec_left_shift.avi Found-by: Piotr Bandurski <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
93ac72a98dff592ffc174cfb36a8975dfbf145ae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/93ac72a98dff592ffc174cfb36a8975dfbf145ae
2016-01-10 17:44:33+01:00
avcodec/put_bits: Always check buffer end before writing This causes a overall slowdown of 0.1 % (tested with mpeg4 single thread encoding of matrixbench at QP=3) Signed-off-by: Michael Niedermayer <[email protected]>
cccb0ffccc3723acc7aab3a859b24743596dd9c0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cccb0ffccc3723acc7aab3a859b24743596dd9c0
2016-01-02 19:23:10+01:00
nvenc: fix encoding with B-frames When B-frames are enabled and the encoder returns success, all currently pending buffers immediately become valid and can be returned to the caller. We can only return one packet at a time, so all the other pending buffers should be transferred to a new 'ready' fifo, from where they can be returned in subsequent calls (in which the encoder does not produce any new output). This bug was hidden by the incorrect testing of the encoder return value (the return value was overwritten before it was tested).
9d36cab4c0dc5089c023661aef9aeb8b009048fd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d36cab4c0dc5089c023661aef9aeb8b009048fd
2016-01-12 09:23:38+01:00
mlvdec: check that index_entries exist This fixes NULL pointer dereferencing. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
9fcfe4a3cdf9a5af0c37758b178965b7b99582d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9fcfe4a3cdf9a5af0c37758b178965b7b99582d4
2015-12-20 11:57:54+01:00
on2avc: limit number of bits to 30 in get_egolomb More don't fit into the integer output. Also use get_bits_long, since get_bits only supports reading up to 25 bits, while get_bits_long supports the full integer range. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
4d5c3b02e9d2c9a630ca433fabca43285879e0b8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d5c3b02e9d2c9a630ca433fabca43285879e0b8
2015-12-18 15:29:57+01:00
avfilter/af_sofalizer: move modulo operation out of loop Signed-off-by: Paul B Mahol <[email protected]>
49d97d9bcab888bcdac6b8635428bd7c88149d90
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/49d97d9bcab888bcdac6b8635428bd7c88149d90
2015-12-13 12:57:33+01:00
lavu/libm: add exp10 support exp10 is a function available in GNU libm. Looks like no other common libm has it. This adds support for it to FFmpeg. There are essentially 2 ways of handling the fallback: 1. Using pow(10, x) 2. Using exp2(M_LOG2_10 * x). First one represents a Pareto improvement, with no speed or accuracy regression anywhere, but speed improvement limited to GNU libm. Second one represents a slight accuracy loss (relative error ~ 1e-13) for non GNU libm. Speedup of > 2x is obtained on non GNU libm platforms, ~30% on GNU libm. These are "average case numbers", another benefit is the lack of triggering of the well-known terrible worst case paths through pow. Based on reviews, second one chosen. Comment added accordingly. Reviewed-by: Hendrik Leppkes <[email protected]> Reviewed-by: Michael Niedermayer <[email protected]> Reviewed-by: Ronald S. Bultje <[email protected]> Signed-off-by: Ganesh Ajjanagadde <[email protected]>
e29db08cf7f68fefe18f043250e2292aaf91ef3b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e29db08cf7f68fefe18f043250e2292aaf91ef3b
2015-12-23 09:22:59-08:00
avcodec/h264_refs: Check that long references match before use Fixes out of array read Fixes: 59bb925e90201fa0f87f0a31945d43b5/asan_heap-oob_4a52e5_3388_66027f11e3d072f1e02401ecc6193361.jvt Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
aa427537b529cd584cd73222980286d36a00fe28
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa427537b529cd584cd73222980286d36a00fe28
2015-11-29 03:27:28+01:00
avcodec/pthread_slice: remove dummy_ret hack This should avoid some tsan warnings Found-by: Chris Cunningham <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
50ce510ac4e3ed093c051738242a9a75aeeb36ce
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50ce510ac4e3ed093c051738242a9a75aeeb36ce
2015-11-19 00:41:25+01:00
ffmpeg: fix -copy_prior_start 0 with -copyts and input -ss Also rearranged the relevant check to reduce code duplication Signed-off-by: Michael Niedermayer <[email protected]>
bf2590aed3e64d44a5e2430fdbe89f91f5e55bfe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bf2590aed3e64d44a5e2430fdbe89f91f5e55bfe
2015-11-20 19:20:30+01:00
dds: validate source buffer size before copying If it is too small av_image_copy_plane segfaults. Reviewed-by: Vittorio Giovara <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
1675809d2df76b1a185c78ca0a7a1c8ccb493167
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1675809d2df76b1a185c78ca0a7a1c8ccb493167
2015-11-11 21:49:51+01:00
avcodec/truemotion1: Initialize mb_change_byte only when needed Fixes out of array read Fixes: d92114d8c2a019b8a6e50cd2a7301b54/asan_heap-oob_26bf563_60_1d3420277533de9dbf8aba3f93af346f.avi Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a813cdda487e252681df36f675332b04c2e0e5a6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a813cdda487e252681df36f675332b04c2e0e5a6
2015-11-05 03:16:15+01:00
vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasm This function is only used within other inline asm functions, hence the HAVE_MMX_INLINE guard. Per recent discussions, we should not worry about the performance of inline asm-only builds.
ab5f43e6342c4c07faf5c9ae87628d7d7c83abb6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ab5f43e6342c4c07faf5c9ae87628d7d7c83abb6
2015-10-21 20:01:52-07:00
ffplay: use a separate struct for the rescaled YUVA AVSubtitle rectangles Current code segfaults since the deprecation of AVSubtitleRect.pict because it freed/realloced AVSubtitleRect.pict.data by itself. The new code stores the generated YUVA AVSubtitle rectangles in their own struct and keeps the original AVSubtitle structure untouched, because overwriting it is considered invalid API usage. Signed-off-by: Marton Balint <[email protected]>
03037a4aad8b92c00ef2f115605ad20fc4410fe5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03037a4aad8b92c00ef2f115605ad20fc4410fe5
2015-10-24 16:12:25+02:00
avcodec/aac_tablegen: speed up table initialization This speeds up aac_tablegen to a ludicruous degree (~97%), i.e to the point where it can be argued that runtime initialization can always be done instead of hard-coded tables. The only cost is essentially a trivial increase in the stack size. Even if one does not care about this, the patch also improves accuracy as detailed below. Performance: Benchmark obtained by looping 10^4 times over ff_aac_tableinit. Sample benchmark (x86-64, Haswell, GNU/Linux): old: 1295292 decicycles in ff_aac_tableinit, 512 runs, 0 skips 1275981 decicycles in ff_aac_tableinit, 1024 runs, 0 skips 1272932 decicycles in ff_aac_tableinit, 2048 runs, 0 skips 1262164 decicycles in ff_aac_tableinit, 4096 runs, 0 skips 1256720 decicycles in ff_aac_tableinit, 8192 runs, 0 skips new: 21112 decicycles in ff_aac_tableinit, 511 runs, 1 skips 21269 decicycles in ff_aac_tableinit, 1023 runs, 1 skips 21352 decicycles in ff_aac_tableinit, 2043 runs, 5 skips 21386 decicycles in ff_aac_tableinit, 4080 runs, 16 skips 21299 decicycles in ff_aac_tableinit, 8173 runs, 19 skips Accuracy: The previous code was resulting in needless loss of accuracy due to the pow being called in succession. As an illustration of this: ff_aac_pow34sf_tab[3] old : 0.000000000007598092294225 new : 0.000000000007598091426864 real: 0.000000000007598091778545 truncated to float old : 0.000000000007598092294225 new : 0.000000000007598091426864 real: 0.000000000007598091426864 showing that the old value was not correctly rounded. This affects a large number of elements of the array. Patch tested with FATE. Reviewed-by: Rostislav Pehlivanov <[email protected]> Signed-off-by: Ganesh Ajjanagadde <[email protected]>
96786a12f6df26990bbe7c0ca4592b3731724469
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/96786a12f6df26990bbe7c0ca4592b3731724469
2015-11-27 06:38:06-05:00
avutil/file: add av_warn_unused_result to av_file_map The return code here should be checked. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Ganesh Ajjanagadde <[email protected]>
a0b079ac25feda03d41f6b1755a575bd1b80b2aa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a0b079ac25feda03d41f6b1755a575bd1b80b2aa
2015-10-16 17:18:39-04:00
vp9: use AVFrame.buf[0] to check if a frame is valid AVFrame.data[0] is not guaranteed to be set with a HWAccel
e12908d71e7a0b0f61db5f28b6475a7843c07354
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e12908d71e7a0b0f61db5f28b6475a7843c07354
2015-10-16 14:53:41+02:00
avutil/opt: display a better default value for int/int64 options Example: % ./ffmpeg -h encoder=aac -aac_coder <int> E...A... Coding algorithm (from -1 to 3) (default twoloop) faac E...A... FAAC-inspired method anmr E...A... ANMR method twoloop E...A... Two loop searching method fast E...A... Constant quantizer [...]
ce0a117ed4f99c5eac2fd365cbdebba568a0ead8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ce0a117ed4f99c5eac2fd365cbdebba568a0ead8
2015-10-19 00:04:33+02:00
checkasm: Fix the function name sorting algorithm The previous implementation was behaving incorrectly in some corner cases. Signed-off-by: Anton Khirnov <[email protected]>
8bb376cf6b4ab8645daedb8becaa7163656436a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8bb376cf6b4ab8645daedb8becaa7163656436a4
2015-10-03 13:38:03+02:00
checkasm: clip vp9 loopfilter test pixels inside allowed bitdepth range.
7a4b97e946f5a1fdf9839c11db3331381bb8643c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a4b97e946f5a1fdf9839c11db3331381bb8643c
2015-09-26 06:42:33-04:00
configure: Disable automatic image base calculation There's no reason for it. ASLR will rebase it regardless so "preventing collisions" isn't really relevant. This also brings it in line with what a msvc produced dll will have (an image base of 0x10000000). Signed-off-by: Alex Smith <[email protected]> Reviewed-by: Hendrik Leppkes <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
6e61231d641b23d9d298b31e9241371f5e7abddb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e61231d641b23d9d298b31e9241371f5e7abddb
2015-09-27 19:30:09+02:00
avfilter/vf_stereo3d: add checkerboard output format Signed-off-by: Paul B Mahol <[email protected]>
09812e120099b79b3b7e10ca10150e1a5dbd3a3e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/09812e120099b79b3b7e10ca10150e1a5dbd3a3e
2015-09-06 11:49:03+00:00
avcodec/indeo3data: fix undefined left shift of negative number This fixes a whole sea of -Wshift-negative-value reported with clang 3.7+, e.g http://fate.ffmpeg.org/log.cgi?time=20150918181527&log=compile&slot=x86_64-darwin-clang-polly-vectorize-stripmine-3.7. Any half decent compiler should anyway optimize away the multiplication. Signed-off-by: Ganesh Ajjanagadde <[email protected]> Signed-off-by: James Almer <[email protected]>
8c9853a69ba828f814d01539bddddd0950cf1863
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8c9853a69ba828f814d01539bddddd0950cf1863
2015-09-19 02:43:39-03:00
lavc/j2kenc: Remove experimental flag. The encoder produces valid and - if requested - lossless files.
f253c341755e6e60c5dea38b6a5d0557bc1b15e4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f253c341755e6e60c5dea38b6a5d0557bc1b15e4
2015-09-04 23:48:32+02:00
avcodec/jpeg2000dec: Initialize ret to avoid warning and make the code more robust "Fixes" CID1322361 Signed-off-by: Michael Niedermayer <[email protected]>
a87ada53c39c983ad20c86983c3bedfd56e7e8eb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a87ada53c39c983ad20c86983c3bedfd56e7e8eb
2015-09-05 00:38:21+02:00
checkasm: Fix floating point arguments on 64-bit Windows
33a58d7bf40f9d78ffedf1ebb742bc0fc178e65a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/33a58d7bf40f9d78ffedf1ebb742bc0fc178e65a
2015-08-25 19:34:46+02:00
ffmpeg: check avpicture_fill() return value Signed-off-by: Michael Niedermayer <[email protected]>
15ff3f3fdfc788c0e4e584badd7ec300abfbd716
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/15ff3f3fdfc788c0e4e584badd7ec300abfbd716
2015-08-21 03:18:57+02:00
swscale/alphablend: Factor target computation out of the loops Signed-off-by: Michael Niedermayer <[email protected]>
87100e828a59fa04dc892b45d8db2d690ce6a2a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/87100e828a59fa04dc892b45d8db2d690ce6a2a1
2015-08-09 16:09:30+02:00
checkasm: Use a self-balancing tree Tested functions are internally kept in a binary search tree for efficient lookups. The downside of the current implementation is that the tree quickly becomes unbalanced which causes an unneccessary amount of comparisons between nodes. Improve this by changing the tree into a self-balancing left-leaning red-black tree with a worst case lookup/insertion time complexity of O(log n). Significantly reduces the recursion depth and makes the tests run around 10% faster overall. The relative performance improvement compared to the existing non-balanced tree will also most likely increase as more tests are added.
2ab65b652dc5e69fb738f1afdc55f7a2f9cbc0e0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ab65b652dc5e69fb738f1afdc55f7a2f9cbc0e0
2015-09-26 15:11:11+02:00
avcodec/libx264: expose nv21 input support libx264 added support for NV21 input recently. Signed-off-by: Michael Niedermayer <[email protected]>
2ef6994ef6354425e0b1c229b05a0b2ffe0928e9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ef6994ef6354425e0b1c229b05a0b2ffe0928e9
2015-08-01 02:14:18+02:00
ffplay: do not block audio thread on WIN32 The windows SDL audio driver plays the old data in the buffer in a loop if it is not updated in time. So instead of waiting for data and blocking the the audio thread, return silence if no data is available. Should fix ticket #2289. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Marton Balint <[email protected]>
b1f78632c681f32c4901a85aa7ee72bf9ca6fece
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1f78632c681f32c4901a85aa7ee72bf9ca6fece
2015-08-05 21:09:30+02:00
mpegvideo_enc: Drop unnneded initialization coded_frame is already initialized where needed.
1f171de8cae9d0c527c5f0bae2a597dbd65fd3a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f171de8cae9d0c527c5f0bae2a597dbd65fd3a4
2015-07-20 13:57:18+01:00
tests/checkasm/Makefile: Fix checkasm with SDL Signed-off-by: Michael Niedermayer <[email protected]>
593731efa8eebf2dac3d1e751ccce90173b3097f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/593731efa8eebf2dac3d1e751ccce90173b3097f
2015-07-21 15:55:05+02:00
riff: Validate the wav header size before trying to parse it
1b4c468477f3b8d372da8ef4e5405539ad9c1501
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b4c468477f3b8d372da8ef4e5405539ad9c1501
2015-06-28 17:32:40+02:00
vp9: fix profile check for intraonly frames. Reviewed-by: James Zern <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
d5a36edda437d2931c019eb546d2bdfd02efd948
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5a36edda437d2931c019eb546d2bdfd02efd948
2015-06-25 04:29:03+02:00
avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR() Fixes: signal_sigsegv_2e64ee0_2762_cov_4170502227_missing_frames.avi Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
56fd4705c0496bc108ac84c03465d33351d366a5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/56fd4705c0496bc108ac84c03465d33351d366a5
2015-07-01 12:21:56+02:00
swresample: fix initilaize/initialize typo
c5a08956a3b11d9adf82dc1a97f6fa599803d8fd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5a08956a3b11d9adf82dc1a97f6fa599803d8fd
2015-06-06 12:16:18+02:00
pthread: Check memory allocation
0994e142132200c706f704271b5a7ae81d128f5c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0994e142132200c706f704271b5a7ae81d128f5c
2015-05-31 15:03:31+02:00
asv: Check memory allocation
e524f37356156893cae50fc46451bd4a6198703d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e524f37356156893cae50fc46451bd4a6198703d
2015-05-31 15:03:30+02:00
avcodec/Makefile: fix checkheaders for nvenc_b Signed-off-by: James Almer <[email protected]>
3be811a528461816063059377fcb2ac60eabfa77
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3be811a528461816063059377fcb2ac60eabfa77
2015-06-01 13:57:50-03:00
rtmpdh: Check the output buffer size in the openssl version of dh_compute_key Signed-off-by: Martin Storsjö <[email protected]>
9f1b3050d9e31e9283d818f3640f3460ac8cfb5b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f1b3050d9e31e9283d818f3640f3460ac8cfb5b
2015-05-29 09:42:30+03:00
avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h Fixes out of array access Fixes: asan_heap-oob_4d5bb0_682_cov_3124593265_Fraunhofer__a_driving_force_in_innovation__small.mp4 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
330863c9f19a23c500ba7901a23f1cc377b353bb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/330863c9f19a23c500ba7901a23f1cc377b353bb
2015-06-30 19:38:44+02:00
avcodec/shorten: More complete pred_order check Fixes CID1239055 Signed-off-by: Michael Niedermayer <[email protected]>
294469416d8193a28710d802bb0c46e5fa09fad7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/294469416d8193a28710d802bb0c46e5fa09fad7
2015-05-15 17:02:28+02:00
avcodec/dcadec: Check nchans Fixes CID1239110 Signed-off-by: Michael Niedermayer <[email protected]>
a6a45774d045007f8262cd7c614804390e53122e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a6a45774d045007f8262cd7c614804390e53122e
2015-05-14 20:55:59+02:00
build: add configure option pkgconfigdir This allows the user to override the directory for the installation of the pkg-config files (from the default LIBDIR/pkgconfig). It follows the usual behaviour of Makefiles generated by automake. Signed-off-by: Ingo Brückl <[email protected]> Reviewed-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
083b1a32d5306c76d2c096d6bc3f1b7510fd7cc9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/083b1a32d5306c76d2c096d6bc3f1b7510fd7cc9
2015-05-29 20:36:10+02:00
avformat/rtpdec_xiph: Move pkt_len onto one side of the check This is more correct Fixes CID1271793 Signed-off-by: Michael Niedermayer <[email protected]>
a23379a0a68a6dd9a0e0d583e11b0c6f9b33f9ae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a23379a0a68a6dd9a0e0d583e11b0c6f9b33f9ae
2015-05-12 18:07:32+02:00
avcodec/mpeg12dec: use the correct dimensions for checking SAR Fixes Ticket4533 Signed-off-by: Michael Niedermayer <[email protected]>
7f45f7fc7f4977e3a0697dfa0771015b4b985e24
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f45f7fc7f4977e3a0697dfa0771015b4b985e24
2015-05-05 04:33:44+02:00
vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().
ba59a5ec424277789a98935e20d319382a98d134
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ba59a5ec424277789a98935e20d319382a98d134
2015-05-01 08:45:53+02:00
avformat/mpegts: Factorize version checking code out Signed-off-by: Michael Niedermayer <[email protected]>
4e8d01f20ce82b49f47c704a461c5d30866affaf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4e8d01f20ce82b49f47c704a461c5d30866affaf
2015-05-01 01:29:43+02:00
avcodec/intelh263dec: Use check_marker() Signed-off-by: Michael Niedermayer <[email protected]>
574978d2bdbc7a8c63e6030cf8b14233f8b0ac3b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/574978d2bdbc7a8c63e6030cf8b14233f8b0ac3b
2015-04-15 18:53:55+02:00
diracdec: check if reference could not be allocated s->ref_pics[i] is later used as ref argument of interpolate_refplane, where it is dereferenced. If it is NULL, it causes a segmentation fault. Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
d93181ef3eacdb862d93448f31c97765a523d1db
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d93181ef3eacdb862d93448f31c97765a523d1db
2015-05-06 01:54:51+02:00
v210: Fix typo in header guards
f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b
2015-04-09 13:40:44+02:00
alsdec: limit avctx->bits_per_raw_sample to 32 avctx->bits_per_raw_sample is used in get_sbits_long, which only supports up to 32 bits. Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
4c2b88678b436f59132386d9be2fc143e3ee480d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4c2b88678b436f59132386d9be2fc143e3ee480d
2015-04-18 21:00:25+02:00
avcodec/nvenc: Fix typoed nv_status checks Thanks to Wyatt Aaron for pointing this out Signed-off-by: Michael Niedermayer <[email protected]>
b63c9a999047567abb50871e361e1e73ed8c7995
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b63c9a999047567abb50871e361e1e73ed8c7995
2015-04-01 11:55:26+02:00
avfilter/vf_qp: split expression parsing out of loop Signed-off-by: Michael Niedermayer <[email protected]>
a8fb8f6112296c5a46f03002c977b59a8d9ef476
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8fb8f6112296c5a46f03002c977b59a8d9ef476
2015-03-28 15:17:36+01:00
configure: move cross_compile checks after the toolchain section
faab8f9fcb4ffeb967dc6872c0f1e9da719106ce
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/faab8f9fcb4ffeb967dc6872c0f1e9da719106ce
2015-03-16 11:55:47+01:00
postproc/postprocess_template: split loop in 2 (block groups of 4, blocks) Signed-off-by: Michael Niedermayer <[email protected]>
93f4538363069b721c24417f3d38575274394845
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/93f4538363069b721c24417f3d38575274394845
2015-03-23 00:15:58+01:00
microdvd: do not export framerate hint as subtitle packet MicroDVD has a "hack" for specifying the video framerate the subtitle was authored against. The demuxer reads this hint correctly, but didn't skip it correctly. This was not noticed, because the exported packet has its duration set to 0, making it invisible (depending on the API user's rendering logic). Signed-off-by: Michael Niedermayer <[email protected]>
48f27b78f4bcb26fc214f8815427e615adbfda40
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/48f27b78f4bcb26fc214f8815427e615adbfda40
2015-04-08 20:58:25+02:00
avformat/avidec: Check avio_read() return before using the results for meta-data Signed-off-by: Michael Niedermayer <[email protected]>
8c013a9e55d9065793ef7ca6459d1178927a2b35
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8c013a9e55d9065793ef7ca6459d1178927a2b35
2015-03-05 19:38:20+01:00
h264: remove a now redundant error check It was only relevant when data partitioning was in use.
ad786dd450f26ecfbd35bb26e8b149664ecde049
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ad786dd450f26ecfbd35bb26e8b149664ecde049
2015-03-05 16:10:11+01:00
prores: Extend the padding check to 16bit Some files produced by the official encoder have up to 16bit of padding instead of the expected padding to the byte. Use a self-explanatory macro instead of a simple number. CC: [email protected] Signed-off-by: Luca Barbato <[email protected]>
dbc1163b203b175d246b7454c32ac176f84006d1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dbc1163b203b175d246b7454c32ac176f84006d1
2015-03-02 11:27:57+01:00
doc/ffserver: reorder encoding options, and mark them as such Also add notice about ffmpeg -override_ffserver option.
cdff4c53137fbce89efd4ac1d4a0b4923c9de666
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cdff4c53137fbce89efd4ac1d4a0b4923c9de666
2013-11-29 10:28:03+01:00
x86inc: Correctly warn on use of SSE2 instructions in SSE functions SSE2 instructions that are XMM-implementations of pre-existing MMX/MMX2 instructions did not issue warnings when used in SSE functions. Handle it by also checking the register type when such instructions are used. Signed-off-by: Michael Niedermayer <[email protected]>
d9293c776ed9129acaf3d41fb727380c293dc943
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d9293c776ed9129acaf3d41fb727380c293dc943
2015-02-17 12:35:58+01:00
compat/avisynth/windowsPorts/windows2linux: Add () to protect macro arguments Signed-off-by: Michael Niedermayer <[email protected]>
0babb896b4352e48bd2157f7ef08b341f55f2d91
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0babb896b4352e48bd2157f7ef08b341f55f2d91
2015-02-18 01:49:35+01:00
libavformat/rtpdec: fix issue with conversion from unsigned to signed When receiving an RTCP packet, the difference between the last RTCP timestamp and the base timestamp may be negative. As these timestamps are of the uint32_t type, the result becomes a large integer. Cast the difference to int32_t to avoid this issue. The result of this issue is very large start times for RTSP streams, and difficulty to restart correctly after a pause. Signed-off-by: Gilles Chanteperdrix <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
73029abddc14c8a376ff81968fe9b1e171e4e9eb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/73029abddc14c8a376ff81968fe9b1e171e4e9eb
2015-02-21 14:18:52+01:00
yuv4mpegdec: initialize field_order in yuv4_read_header() CC: [email protected] Bug-Id: CID 1265721
08fa34bf75942f66796d770ff42a3721b2e3d2d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/08fa34bf75942f66796d770ff42a3721b2e3d2d4
2015-01-29 15:26:33+00:00
avformat/dv: check av_malloc() return code Signed-off-by: Michael Niedermayer <[email protected]>
72d99c8c2647c77e01dfc82a354d500d48258469
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/72d99c8c2647c77e01dfc82a354d500d48258469
2015-01-23 18:15:43+01:00
vorbis: parse out setup headers as well Prevents an 'Invalid packet' message. Currently mid-stream setup packets are ignored. Theoretically, they could, based on the specification, be used to reinitialize the stream if parameters change, but I don't expect that to be common (and no one seems to have asked for it). Signed-off-by: Ben Boeckel <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
1fe94ea79eb749ea4978596d34d76421272288ea
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1fe94ea79eb749ea4978596d34d76421272288ea
2015-02-02 03:11:49+01:00
avformat/dvbsub: check for 0xf0 earlier in probe, 30% faster Signed-off-by: Michael Niedermayer <[email protected]>
3bf2b376e64bef231c3f9e52aca60e3aded43e5d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3bf2b376e64bef231c3f9e52aca60e3aded43e5d
2015-01-05 17:40:09+01:00
avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info() Signed-off-by: Michael Niedermayer <[email protected]>
db0a52d611d7319c8a1186829a50e29b9dfed63b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/db0a52d611d7319c8a1186829a50e29b9dfed63b
2014-12-29 15:51:36+01:00
avutil: check pixdescs in a different place Doing this check in avutil_version() is not appropriate. Also, this code is by default disabled (--assert-level is by default 0). A FATE run with defaults will never execute the checks. Move it to the pixelutils test program. Whatever reason there was in avutil_version() not to run this test by default, it should be fine in this test program. This means FATE will run the test by default. (Yes, pixelutils is not strictly the best place for it either, but it's better.) (pixdesc.c also has a small test program, but it's never run by FATE.) Signed-off-by: Michael Niedermayer <[email protected]>
92e3a6fdac73f7e1d69d69717219a7538877d7a0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/92e3a6fdac73f7e1d69d69717219a7538877d7a0
2015-02-10 15:45:02+01:00
avcodec/xface: Add asserts to limit nb_words from becoming too large Approved-by: Stefano Sabatini <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
211200e0c0efa48b2815ce93fda10dab43526d1b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/211200e0c0efa48b2815ce93fda10dab43526d1b
2014-12-16 19:19:35+01:00
avfilter/vf_uspp: assert that the qp_type is valid Signed-off-by: Michael Niedermayer <[email protected]>
b898c49ba1b60e77780f5b28d6200f984c27dc98
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b898c49ba1b60e77780f5b28d6200f984c27dc98
2014-12-13 05:48:28+01:00
avcodec/utils: Check AVFrame width/height in avcodec_encode_video2() This is similar to the format check Signed-off-by: Michael Niedermayer <[email protected]>
df6cdb23f00baf6b88cff69ca8734233225a77e6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/df6cdb23f00baf6b88cff69ca8734233225a77e6
2014-12-07 17:47:44+01:00
wma: check memory allocations and propagate errors
596b5c488fa1d40f114a64d3b73e1863cab073fb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/596b5c488fa1d40f114a64d3b73e1863cab073fb
2014-12-18 23:27:14+01:00
4xm: drop unnecessary check data_size is always >= 0 in this case. CC: [email protected] Bug-Id: CID 1238788
0e1ebfebc8326069732795698a82f3fea0742a54
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e1ebfebc8326069732795698a82f3fea0742a54
2014-11-11 11:41:49+01:00
options_table: fix colorspace minimum option value The min value for colorspace should be zero and not one since the first valid index into the frame colorspace array is AVCOL_SPC_RGB which is 0.
26e20dfd06ac62da596a9549867f990f1200a04e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/26e20dfd06ac62da596a9549867f990f1200a04e
2014-12-02 15:28:22+00:00
ffmpeg: Use input packet duration in vfr/cfr code if available and valid Fixes Ticket3052
c5092025901b37aa5de4f290afb61fc5377eb79d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5092025901b37aa5de4f290afb61fc5377eb79d
2014-11-19 18:35:40+01:00
vc1dec: always initialize tx and ty CC: [email protected] Bug-Id: CID 1245702 / CID 1245703
2c98dc75f2802a2fe91922d4a11b698b66420e5b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2c98dc75f2802a2fe91922d4a11b698b66420e5b
2014-11-13 01:41:25+01:00
assdec: check av_new_packet return value CC: [email protected] Bug-Id: CID 703626
e9ba3098319f78c91470c05da988d865491852c5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9ba3098319f78c91470c05da988d865491852c5
2014-10-29 16:54:43+00:00
vc1: initialize color properties
1a02e78653a5c7674e6c43b6e6f2748dbd2091d7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a02e78653a5c7674e6c43b6e6f2748dbd2091d7
2014-10-08 18:17:50+01:00
vp9: initialize color space and range properties
eddf95283fbba1b469b76e7518bc3941f671b193
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eddf95283fbba1b469b76e7518bc3941f671b193
2014-10-08 18:17:50+01:00