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
⌀ |
---|---|---|---|---|---|---|---|
avfilter/avf_showspectrum: properly initialize pts
Signed-off-by: Paul B Mahol <[email protected]>
| 49d0678181af67455dfd23b98ab3857db1b68e67 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/49d0678181af67455dfd23b98ab3857db1b68e67 | 2017-05-22 11:06:48+02:00 |
movenc-test: Add tests for negative cts offsets
Signed-off-by: Martin Storsjö <[email protected]>
| 7c35bee0251efc271c8f7900ce816fcb8ec25d19 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7c35bee0251efc271c8f7900ce816fcb8ec25d19 | 2017-05-15 14:08:53+03:00 |
avfilter/af_afir: workaround nonsense limitation in vector_fmul_scalar()
Signed-off-by: Paul B Mahol <[email protected]>
| bd404e3949b081788247e2e6e9df0581ef7cc190 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd404e3949b081788247e2e6e9df0581ef7cc190 | 2017-05-10 20:10:02+02:00 |
dca: Account for lfe when checking for the channel count
Bug-Id: 1037
CC: [email protected]
| 5352802da81f2083e65d466612e639a4e6e5530e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5352802da81f2083e65d466612e639a4e6e5530e | 2017-04-19 17:55:42-04:00 |
avformat/apng: set max_fps to no limit by default
Should fix ticket #6252
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 7bfbb7229971a5220fed07bb931e6ff1030a319a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7bfbb7229971a5220fed07bb931e6ff1030a319a | 2017-03-21 19:15:19-03:00 |
avcodec/vp8: remove redundant check
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 5098a6f6275a57f122cd8f03e7ffbe5dd090b8e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5098a6f6275a57f122cd8f03e7ffbe5dd090b8e0 | 2017-03-07 19:13:19+01:00 |
fate/source: Check for cases that could use av_clip_uintp2() and av_clip_intp2()
Signed-off-by: Michael Niedermayer <[email protected]>
| ed69cb83f8931f6124d74ea4b22114512f5db2e3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed69cb83f8931f6124d74ea4b22114512f5db2e3 | 2017-02-21 00:40:20+01:00 |
lavc: Add hwaccel_flags field to AVCodecContext
This "reuses" the flags introduced for the av_vdpau_bind_context() API
function, and makes them available to all hwaccels. This does not affect
the current vdpau API, as av_vdpau_bind_context() should obviously
override the AVCodecContext.hwaccel_flags flags for the sake of
compatibility.
| 16a163b55a6558ed05702b91cc0777987295ef21 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/16a163b55a6558ed05702b91cc0777987295ef21 | 2017-03-20 23:15:43+00:00 |
opusenc: initialize the emphasis coefficients on init
Signed-off-by: Rostislav Pehlivanov <[email protected]>
| b71f62a9c84940575b71613d61c45f163c69338b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b71f62a9c84940575b71613d61c45f163c69338b | 2017-02-18 01:13:13+00:00 |
configure: Simplify libxcb check
| a97563c889fefd81ad6b3758471434d8c2e2e550 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a97563c889fefd81ad6b3758471434d8c2e2e550 | 2017-02-02 17:38:50+01:00 |
checkasm/vp9: benchmark all sub-IDCTs (but not WHT or ADST).
| 1c8fbd7b90469f69fe3a3f78ba7886195d97c34f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c8fbd7b90469f69fe3a3f78ba7886195d97c34f | 2016-12-27 10:02:33-05:00 |
aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameter
The clobbering tests in checkasm are only invoked when testing
correctness, so this bug didn't show up when benchmarking the
dc-only version.
This is cherrypicked from libav commit
4d960a11855f4212eb3a4e470ce890db7f01df29.
Signed-off-by: Michael Niedermayer <[email protected]>
| a95e7de41dc3f5c8b4738582111f9470e674742a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a95e7de41dc3f5c8b4738582111f9470e674742a | 2017-01-14 21:13:16+01:00 |
swresample/swresample: Check count before memcpy()
Fixes undefined operation
Fixes part of 668007-media
Found-by: Matt Wolenetz <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| b3928a1cc65462a72fea538fcf082cbc8f373e37 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b3928a1cc65462a72fea538fcf082cbc8f373e37 | 2016-12-10 02:05:17+01:00 |
compat/atomics: rename header guards
Fixes fate-source.
Signed-off-by: James Almer <[email protected]>
| f88c8e0dc3a6afe6ca4c133f2d7182cdbb0b638d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f88c8e0dc3a6afe6ca4c133f2d7182cdbb0b638d | 2016-12-02 20:08:54-03:00 |
dxva2: use a single macro to test if the DXVA context is valid
Signed-off-by: Michael Niedermayer <[email protected]>
| 77742c75c5503c848447814a96f16abc6b9aa5f4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/77742c75c5503c848447814a96f16abc6b9aa5f4 | 2017-01-16 02:54:04+01:00 |
ffmpeg: remove dead code out of the video filter loop
It makes no sense for this code to be inside the video filter loop, and
the frame sample aspect ratio is even set unconditionally a few lines
above.
| b9c26aed4e3ca396d826b4566d5f3fef8b08b424 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b9c26aed4e3ca396d826b4566d5f3fef8b08b424 | 2016-11-18 20:23:58+01:00 |
aarch64: vp9: loop_filter: fix typo in skip flatout8 check
The 16_16 loop filter functions could miss an early exit before
flatout8.
Signed-off-by: Martin Storsjö <[email protected]>
| 31756abe29eb039a11c59a42cb12e0cc2aef3b97 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/31756abe29eb039a11c59a42cb12e0cc2aef3b97 | 2016-11-14 08:51:58+02:00 |
avcodec/idcinvideo: Check side data size before use
Fixes out of array read
Signed-off-by: Michael Niedermayer <[email protected]>
| a2b8dde65947bfabf42269e124ef83ecf9c5974a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2b8dde65947bfabf42269e124ef83ecf9c5974a | 2016-10-30 15:38:44+01:00 |
avcodec/dnxhdenc: Move allocation out of radix_sort()
Its slow, its not checked, FPU state is not clean either currently there
Signed-off-by: Michael Niedermayer <[email protected]>
| 6c5b98d40b8eeec14174fb9602acbf4b0c924981 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c5b98d40b8eeec14174fb9602acbf4b0c924981 | 2016-10-21 14:17:50+02:00 |
avformat/matroskaenc: fix cue relative position values when CRC32 is enabled
The dynamic buffer does not contain the CRC32 element so calls to avio_tell()
don't take it into account. This resulted in CueRelativePosition values being
six bytes short.
This is a regression since 6724525a1576ca334d2ffdc085620bb44aea7394
Instead of adding yet another custom check for CRC32 to fix a size or an offset,
remove the existing ones and reserve the six bytes in the dynamic buffer.
Signed-off-by: James Almer <[email protected]>
| eabbc64728c2fdb74f565aededec2ab023d20699 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eabbc64728c2fdb74f565aededec2ab023d20699 | 2016-10-26 16:28:59-03:00 |
pnm: limit maxval to UINT16_MAX
From 'man ppm': The maximum color value (Maxval), again in ASCII decimal.
Must be less than 65536.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 484151df7c8f4fb45229b9b3a585efd3faa62501 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/484151df7c8f4fb45229b9b3a585efd3faa62501 | 2016-11-12 01:36:47+01:00 |
Makefile: fix checking whether reconfiguring is required
It didn't take into account the new pattern used for bitstream filters
and protocols.
| 7c9e2b295e4f70e8fedf9cceb12d95399a859a9c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7c9e2b295e4f70e8fedf9cceb12d95399a859a9c | 2016-10-21 10:11:36+02:00 |
avfilter/formats: allow unknown channel layouts by default
Since the default in the libav fork is to only allow known layouts, making
unknown layouts allowed by default here can be a security risk for filters
directly merged from libav. However, usually it is simple to detect such cases,
use of av_get_channel_layout_nb_channels is a good indicator, so I suggest we
change this regardless.
See http://ffmpeg.org/pipermail/ffmpeg-devel/2016-November/203204.html.
This patch indirectly adds unknown channel layout support for filters where
query_formats is not specified:
abench
afifo
ainterleave
anullsink
apad
aperms
arealtime
aselect
asendcmd
asetnsamples
asetpts
asettb
ashowinfo
azmq
It introduces a query_formats callback for the asyncts filter, which only
supports known channel layouts since it is using libavresample.
And it removes .query_formats callback from filters where it was only there to
support unknown layouts, as this is now the default:
aloop
ametadata
anull
asidedata
asplit
atrim
Acked-by: Nicolas George <[email protected]>
Signed-off-by: Marton Balint <[email protected]>
| 7ceb9e6b11824ff18f424a35e41fbddf545d1238 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ceb9e6b11824ff18f424a35e41fbddf545d1238 | 2016-12-10 11:57:11+01:00 |
lavc/videotoolboxenc: Update a53cc handling
Handles insertion into existing SEI NAL unit, inserts emulation
prevention bytes.
Signed-off-by: Rick Kern <[email protected]>
| 9875695e2ceec413f072ac2ef7e8fbc6a4980294 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9875695e2ceec413f072ac2ef7e8fbc6a4980294 | 2016-10-17 08:58:17-04:00 |
ffmpeg_vaapi: fix choice of decoder_format
The check could previously never evaluate to true, probably due to
a typo.
Reported-By: Mihai Chindea <[email protected]>
Signed-off-by: Moritz Barsnick <[email protected]>
Tested-by: Mark Thompson <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 1846a3eac854799fbffc9669dcf4de558b917957 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1846a3eac854799fbffc9669dcf4de558b917957 | 2016-09-29 01:23:52+02:00 |
configure: Simplify libopenjpeg check
| b8c2d407efa41c3db6813ad67fadd51b814765bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8c2d407efa41c3db6813ad67fadd51b814765bd | 2016-09-05 11:18:23+02:00 |
configure: Simplify license incompatibility check
| ae90119c6701fa09ff747cca35238e36b2d2ab2f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ae90119c6701fa09ff747cca35238e36b2d2ab2f | 2016-07-27 10:59:48+02:00 |
avcodec/rawdec: Fix palette handling with changing palettes
Fixes out of array access
Fixes: poc.swf
Found-by: 连一汉 <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 6aa39080ccea2b60433e920417844c3a3c0da50b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6aa39080ccea2b60433e920417844c3a3c0da50b | 2016-08-08 18:37:07+02:00 |
checkasm: vp8: mc: test unequal width/height for partitions
| ec32574209f36467ef0d22c21a7e811ba98c15b6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ec32574209f36467ef0d22c21a7e811ba98c15b6 | 2016-07-10 13:35:41+02:00 |
avcodec/mpeg4_unpack_bframes_bsf: Check av_packet_from_data() return value
Signed-off-by: Jan Sebechlebsky <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 1c46e53dcc685593eaa0d730f263ec95c16a5da8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c46e53dcc685593eaa0d730f263ec95c16a5da8 | 2016-07-22 19:04:21+02:00 |
vp9: add mxext versions of the single-block (w=8,npx=8) h/v loopfilters.
Each takes about 0.1% of runtime in my profiles, and they didn't have
any SIMD yet so far (we only had simd for npx=16 double-block versions).
| a4edaa0270587adf4c429c79837810d5261a906a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a4edaa0270587adf4c429c79837810d5261a906a | 2016-07-26 15:59:07-04:00 |
checkasm: arm: Don't start new const blocks for each string
Each const block needs to be terminated by one endconst
invocation so either call endconst after each, or just
declare plain labels to the later strings.
This fixes errors such as this, on some binutils versions:
checkasm.S:38: Error: Macro `endconst' was already defined
Signed-off-by: Martin Storsjö <[email protected]>
| 446353ea1844410d8c19d2eb494592abb55a7b13 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/446353ea1844410d8c19d2eb494592abb55a7b13 | 2016-07-17 12:21:19+03:00 |
avcodec/iff: check if there is enough bytes left
Signed-off-by: Paul B Mahol <[email protected]>
| 8767470fb572f394104d24acffb70eea9ce48ad3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8767470fb572f394104d24acffb70eea9ce48ad3 | 2016-05-16 15:39:28+02:00 |
MAINTAINERS: purge a bunch of entries
This is definitely not complete.
Anton, Diego and Luca are still maintaining their code in Libav, but are
unwilling to do so in FFmpeg, so removing these entries will prevent
them from getting poked by our users.
Måns, Justin, Kostya and Jason left both projects a while ago.
| 8f4a2d48344df4bf8bd3ba50fb37361dc0f9bc4f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8f4a2d48344df4bf8bd3ba50fb37361dc0f9bc4f | 2016-06-23 19:25:19+02:00 |
avcodec/mjpeg2jpeg_bsf: Check ff_bsf_get_packet success
This fixes ticket #5487 - mjpeg2jpeg bitstream filter causes
segmentation fault with header-less mjpeg.
Signed-off-by: Jan Sebechlebsky <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 0ff3489534ea8ee3bdaf2680a45300d21078bf3e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0ff3489534ea8ee3bdaf2680a45300d21078bf3e | 2016-05-02 04:10:03+02:00 |
h264: add H264_ prefix to the NAL unit types
This will prevent conflicts e.g. in code that deals with both h264 and
hevc.
| 5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c | 2016-06-21 11:17:28+02:00 |
h264: decouple h264_ps from the h264 decoder
Make the SPS/PPS parsing independent of the H264Context, to allow
decoupling the parser from the decoder. The change is modelled after the
one done earlier for HEVC.
Move the dequant buffers to the PPS to avoid complex checks whether they
changed and an expensive copy for frame threads.
| 3176217c60ca7828712985092d9102d331ea4f3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3176217c60ca7828712985092d9102d331ea4f3d | 2016-04-24 10:06:23+02:00 |
intrax8: Add a local BlockDSPContext and initialize it
Helps in decoupling this code from mpegvideo.
| 159323897f545e7405fb9db234e0ba123e174376 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/159323897f545e7405fb9db234e0ba123e174376 | 2016-03-25 15:55:49-04:00 |
avcodec: properly initialize AVCodecParameters profile/level
Signed-off-by: Derek Buitenhuis <[email protected]>
| 994412fb9b07dd3d012a76f480f4f5e0cfa883cc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/994412fb9b07dd3d012a76f480f4f5e0cfa883cc | 2016-04-02 22:48:03+01:00 |
vc2enc: use LAVC_INDENT instead of FFMPEG_VERSION for encoder comment
Prevents from having to recompile vc2enc on every single commit.
Signed-off-by: Rostislav Pehlivanov <[email protected]>
| dc0481f2fbae4d5942ccabf2061900da3ee85f30 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc0481f2fbae4d5942ccabf2061900da3ee85f30 | 2016-02-21 16:39:54+00:00 |
avcodec/rawdec: initialize palette for mono
Signed-off-by: Michael Niedermayer <[email protected]>
| fe7639b1c8be49ced7465c6a91a9008f406cc5ba | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fe7639b1c8be49ced7465c6a91a9008f406cc5ba | 2016-01-25 11:07:42+01:00 |
Added a selftest to libavutil/display.c
- Check if av_display_rotation_get() gets the correct degrees
- Check if av_display_rotation_set() sets the correct matrix
- Check if av_display_matrix_flip() changes correct the matrix
Signed-off-by: Michael Niedermayer <[email protected]>
| 124526ba1aee5b616b9f6cf2da6b5db85d05711d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/124526ba1aee5b616b9f6cf2da6b5db85d05711d | 2016-03-22 17:24:55+01:00 |
configure: add missing avx2 support check
AVX2 support was introduced in Yasm 1.2.0 and NASM 2.10, and the
oldest versions currently supported are Yasm 0.8.0 and NASM 2.03
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| 77a44f577b644a328dcf90cde11d2ecae69eda05 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/77a44f577b644a328dcf90cde11d2ecae69eda05 | 2016-01-28 00:43:23+01:00 |
avplay: Allow to override the codec
Signed-off-by: Luca Barbato <[email protected]>
| eef9f06508354d1c7d5624c1c18997e7974288f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eef9f06508354d1c7d5624c1c18997e7974288f1 | 2016-01-25 09:12:02+01:00 |
decklink: Header cleanup
This commit cleans up the decklink files' header usage so that they pass
checkheaders.
| 61fb70c3866b19dccf473ad4e5ede79d117e8e1c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/61fb70c3866b19dccf473ad4e5ede79d117e8e1c | 2016-01-24 07:31:16-08:00 |
lavc/mjpeg2jpeg: Check for jpeg file header.
| 27fa70fdfe87b7cb54c1852f2922fafa16370c01 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27fa70fdfe87b7cb54c1852f2922fafa16370c01 | 2016-01-12 16:13:27+01:00 |
avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()
this should fix checkasm on x86_64-archlinux-gcc-valgrind
Signed-off-by: Michael Niedermayer <[email protected]>
| da6f34516b60aea0ea2e4864976706d11ef2b687 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/da6f34516b60aea0ea2e4864976706d11ef2b687 | 2016-01-15 17:08:37+01:00 |
avformat/hls: Check that filename is not "" in probe before checking its extension
Possibly the check as a whole causes more problems than it helps, if so dont
hesitate to remove it
Signed-off-by: Michael Niedermayer <[email protected]>
| cde57eee98d2e26daeeb1ba0cdd1f3d3acb3eb8a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cde57eee98d2e26daeeb1ba0cdd1f3d3acb3eb8a | 2016-01-25 00:18:57+01:00 |
avfilter/vf_scale: set proper out frame color range
Prevents that following scalers in the filter chain will do unintentional color range conversions.
Fixes Ticket #5096
Signed-off-by: Thomas Mundt <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 73ce8162f3499cf0e86d1d80dea53324bd62bcb3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/73ce8162f3499cf0e86d1d80dea53324bd62bcb3 | 2015-12-31 02:08:20+01:00 |
lavc/mdct_template: use lrint instead of floor hack
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| b8e5b1d786822d4a6bcf381c2445805ef603aa74 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8e5b1d786822d4a6bcf381c2445805ef603aa74 | 2015-12-11 10:35:15-05:00 |
diracdec: fix full range videos
Full range video had been broken by the introduction of the < 2U check
at the following line. The bitstream format kind of implies that the full
and limited ranges use different pix_fmts but that's incorrect since we
have the avctx->color_range flag. So adjust the pixel range index to
be mapped to the same pix_fmts as limited range index.
Signed-off-by: Rostislav Pehlivanov <[email protected]>
| ce855bf43bcb3e217266653281db63c94e34c700 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce855bf43bcb3e217266653281db63c94e34c700 | 2016-01-22 17:15:00+00:00 |
opus: Fix typo causing overflow in silk_stabilize_lsf
Due to this typo max_center can be too large, causing nlsf to be set to
too large values, which in turn can cause nlsf[i - 1] + min_delta[i] to
overflow to a negative value, which is not allowed for nlsf and can
cause an out of bounds read in silk_lsf2lpc.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| 17776638c392d104975aba169e17b186490e1d5e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/17776638c392d104975aba169e17b186490e1d5e | 2015-12-16 22:19:58+01:00 |
avformat: expose av_stream_new_side_data helper
Signed-off-by: Anton Khirnov <[email protected]>
| 7f4ec4364bc4a73036660c1c6a3c4801db524e9e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7f4ec4364bc4a73036660c1c6a3c4801db524e9e | 2015-11-18 11:36:27+01:00 |
AAC encoder: fix OOB access in search_for_pns
Fix OOB access in search_for_pns which was using
w2 outside the window group loop, and fix a typo
in which it was checking sf_idx instead of band_type
Reviewed-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 124c3759386a98e9f47b3305cb18cee5e1707d73 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/124c3759386a98e9f47b3305cb18cee5e1707d73 | 2015-12-09 22:29:18+01:00 |
avcodec/hevc: allocate entries unconditionally
Fixes out of array access
Fixes: 08664a2a7921ef48172f26495c7455be/asan_heap-oob_23036c6_3301_523388ef84285a0270caf67a43247b59.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| d85aa76115214183e7e3b7d65e950da61474959a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d85aa76115214183e7e3b7d65e950da61474959a | 2015-11-27 23:37:42+01:00 |
avcodec/simple_idct: use predefined M_SQRT2
M_SQRT2 is defined in math.h, or in avutil/mathematics.h for
compatibility hacks. This uses this value instead of a floating literal.
Fixed point values produced by C_FIX(), R_FIX() remain identical.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 618b3ae7d4a90a0b4a25995bf54896cdee129a5b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/618b3ae7d4a90a0b4a25995bf54896cdee129a5b | 2015-11-14 10:58:39-05:00 |
avutil/x86/bswap: Add msvc bswap instrinsics.
This adds msvc optimisations as well as fixing an error in icl whereby it will generate invalid code otherwise.
Signed-off-by: Matt Oliver <[email protected]>
| 9b9c9ef3b42116e7ad2111fc8145f4eca12d657b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9b9c9ef3b42116e7ad2111fc8145f4eca12d657b | 2015-11-12 16:53:44+11:00 |
lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing
The reasoning for setting it to zero only applies to demuxing.
| a0c71a575109f123978e345fa7eb4ac03cd4d3c3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a0c71a575109f123978e345fa7eb4ac03cd4d3c3 | 2015-11-08 11:48:47+01:00 |
ffserver: fix incorrect strlcpy usage
Somewhat ironic that this "safe" interface is actually being used
unsafely here. This fixes the usage preventing potential null pointer
dereference, where the old code was doubly broken: ctime can return
NULL, and ctime can return an arbitrarily long buffer.
Reviewed-by: Mark Harris <[email protected]>
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 6c2dbff7f08ccbf69adb23ada48bb36ba796e772 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c2dbff7f08ccbf69adb23ada48bb36ba796e772 | 2015-11-09 19:30:26-05:00 |
rpza: Check the blocks left before processing one
Bug-Id: 903
CC: [email protected]
Reported-By: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Luca Barbato <[email protected]>
| 60f50374f1955442dc987abc4a6c61c2109620c2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/60f50374f1955442dc987abc4a6c61c2109620c2 | 2015-11-02 16:26:04+01:00 |
avformat/xmv: Discard remainder of packet on error
Fixes infinite loop
Fixes: 9c48ae2680c5f23bca3d20ff0f325fd8/asan_generic_4c254d_1374_993f1e5967dd6f844b8d72f978ce2a6c.pss
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 79c4a338e4b2bf0bc6f81c9f455994f673a92f78 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/79c4a338e4b2bf0bc6f81c9f455994f673a92f78 | 2015-11-06 02:24:01+01:00 |
avformat/icecast: Initialize .str based default for AV_OPT_TYPE_STRING types
Signed-off-by: Michael Niedermayer <[email protected]>
| 58346f6a294b481351d5a671b0cda97635a78515 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/58346f6a294b481351d5a671b0cda97635a78515 | 2015-10-31 22:37:53+01:00 |
aacenc_tns: disable coefficient compression by default
Too much effort and work has been spent on such a simple function.
It simply refuses to work as the specifications say, the
transformation is NOT lossless and creates some crackling and
distortions.
Therefore disable it by default and add a couple of warnings to
scare people away from touching it or wasting their time the
way I did.
| f3ad901a32c95239f302f173b866b82fb1f6cdf9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f3ad901a32c95239f302f173b866b82fb1f6cdf9 | 2015-10-17 11:10:26+01:00 |
lavf: add oggparsedaala and bump micro
This commit introduces a parser for the current bitstream produced by
Daala. It currently bears a large similarity with Theora, another
codec produced by Xiph. While likely to change in the future, its basic
format of packet parsing should remain fairly identical with its current
structure.
Once the bitstream freezes, there are a few probable simplifications
that could be made. Also, the current version (major, minor and micro)
is stuck at zero so it's unusable as a way to warn about possible
incompatibilities. This will change once the bitstream freezes,
however until then this file is strictly targeting the current git
master of the reference encoder, libdaala.
This file was developed independently at the same time by both myself
and Vittorio Giovara, who used libav as a starting point. For fairness,
and to prevent confusion and allegations, his name has been added to the
copyright in the license header as well, and vice versa.
| 0f87cbdd51f44189948ec602ec60115ea9b85bff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f87cbdd51f44189948ec602ec60115ea9b85bff | 2015-10-21 06:02:47+01:00 |
checkasm: add alacdsp tests
Signed-off-by: James Almer <[email protected]>
| 285e41c34c9c865cd29eb304998dca9ae999c8eb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/285e41c34c9c865cd29eb304998dca9ae999c8eb | 2015-10-06 20:25:49-03:00 |
configure: When disabling a library disable all the related components
This way is sufficient to use the component specific configure variable
and not guard against the global library configure variable in code
that is outside it (e.g. checkasm).
| d7a5a178c252b625537adc046392624ad543dea7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d7a5a178c252b625537adc046392624ad543dea7 | 2015-10-07 18:45:50+02:00 |
checkasm/vp9dsp: Fix iszero() to read the correct data
| 69e456d7fbc5fff88acf747d135bf15c8e511c59 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/69e456d7fbc5fff88acf747d135bf15c8e511c59 | 2015-09-28 18:50:13+02:00 |
Revert "Merge commit '8b830ee9a26d47b138f12a82085cdb372f407f1e'" (avconv: Do not try to configure filter outputs without streams)
FFmpeg already tests for this case in configure_output_filter() and printed a
clearer error message
example:
./ffmpeg -f lavfi -i color -f lavfi -i color -filter_complex "[1]null[x],[0][1]overlay" -f null -
before the merge / after the revert:
Filter null has a unconnected output
after the merge / before the revert:
Output pad "default" with type video of the filter instance "Parsed_null_0" of null not connected to any destination
Error configuring complex filters.
Invalid argument
This reverts commit 3e3779cd517e4d2d1f21d5eb6afdb428cd3c1aa0, reversing
changes made to 0b28039a44b33753d77116691d680bd60f3bac1f.
Reviewed-by: Ganesh Ajjanagadde <[email protected]>
| 14573b9b7cb0683310a91d5bd2e73bd575af3f49 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/14573b9b7cb0683310a91d5bd2e73bd575af3f49 | 2015-10-11 12:24:43+02:00 |
avcodec: use HAVE_THREADS header guards to silence -Wunused-function
When compiled with --disable-pthreads, e.g
http://fate.ffmpeg.org/report.cgi?time=20150917015044&slot=alpha-debian-qemu-gcc-4.7,
a bunch of -Wunused-functions are reported due to missing header guards
around threading related functions.
This patch should silence such warnings.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 2cbaa078d18a8cf0ca28e5bb2ee9398a3e08b7b6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2cbaa078d18a8cf0ca28e5bb2ee9398a3e08b7b6 | 2015-10-04 12:47:34-04:00 |
avformat/flvdec: Change packet loop to return EAGAIN instead of looping until a valid packet is foud
Signed-off-by: Michael Niedermayer <[email protected]>
| 3496a20bb92570aaa82849f0d5409f2e29fe2d2b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3496a20bb92570aaa82849f0d5409f2e29fe2d2b | 2015-09-16 03:32:27+02:00 |
md5: change flags to match framemd5.
This prevents the following warning: "Application provided invalid, non
monotonically increasing dts to muxer in stream 0: 9 >= 9".
| a02e27c03d3ce244472b5ab040b9a27c8dd21bee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a02e27c03d3ce244472b5ab040b9a27c8dd21bee | 2015-09-06 15:07:19-04:00 |
dxtory: Factorize the buffer loading
And the checks nearby it.
| a7e6fbd90e62d3320b1e26d8209fc0f55ee5b0be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a7e6fbd90e62d3320b1e26d8209fc0f55ee5b0be | 2015-09-04 01:42:55+02:00 |
lavu/frame: put frame QP elements under a new version guard
These fields are still used, removal postponed until a replacement functionality is available.
| a9915268327b097bba84a07f68968d8c07f4b549 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a9915268327b097bba84a07f68968d8c07f4b549 | 2015-09-05 17:35:31+02:00 |
lavc: Add missing API guard to dtg_active_format option
| 3f872c9bfa8ee1032058cfa48068b5a73ef27b5e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3f872c9bfa8ee1032058cfa48068b5a73ef27b5e | 2015-07-01 00:13:58+01:00 |
asfdec: factor out seeking to the Data Object outside while
return INVALIDDARA if Data Object was not found
Signed-off-by: Anton Khirnov <[email protected]>
| 5655236a67203d923755f285584c6e68abe7e33f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5655236a67203d923755f285584c6e68abe7e33f | 2015-07-22 12:11:46+02:00 |
avcodec/avuienc: Initialize output data
Signed-off-by: Michael Niedermayer <[email protected]>
| 0e7bbdbeaf7f42d2a277cd1206edd24a4c88f304 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0e7bbdbeaf7f42d2a277cd1206edd24a4c88f304 | 2015-07-05 23:05:25+02:00 |
a64multienc: Do not entangle coded_frame
This change (and the following ones of the same kind) is mainly to
simplify wrapping this section with an #if FF_API block later on.
No functional changes are applied, the fields of the context coded_frame
fields are directly initialized, instead of keeping a reference to the
coded_frame itself.
Signed-off-by: Vittorio Giovara <[email protected]>
| 91767360d86ac786571593ab11c7291010ab3829 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/91767360d86ac786571593ab11c7291010ab3829 | 2015-07-20 14:12:48+01:00 |
webp: Make sure enough bytes are available
Every chunk needs at least 8 bytes for chunk_type and chunk_size.
Prevent a possible infinite loop.
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| 76d4c62734fbb8a9f497712812f30ff5c27e787f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/76d4c62734fbb8a9f497712812f30ff5c27e787f | 2015-07-03 01:50:09+02:00 |
rtsp: Only interpret $ as interleaved packet indicator at the start of replies
Allow $ as character anywhere within normal RTSP replies - both
within the lines, and as the first character of RTSP header lines.
(The existing old comment indicated that an inline packet could
start at any line within a RTSP reply header, but that doesn't
sound valid to me, and I'm not sure if the existing code
handled that correctly either.)
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 764ec70149728be82304c163ccc4e280f1629201 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/764ec70149728be82304c163ccc4e280f1629201 | 2015-07-30 16:59:36+03:00 |
avformat/asfdec_f: factor error checking out of main header parsing loop
Signed-off-by: Michael Niedermayer <[email protected]>
| c8eca438a953b4a8ee3b863abac38491357b46a1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c8eca438a953b4a8ee3b863abac38491357b46a1 | 2015-07-02 04:58:18+02:00 |
truemotion2: Check memory allocation
| e1ea365f7e1477c78865b866a180712174536c20 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e1ea365f7e1477c78865b866a180712174536c20 | 2015-05-31 15:03:31+02:00 |
huffyuvdec: validate image size
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 9a345802edf7f430b3335f486aecdd8552f8367b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a345802edf7f430b3335f486aecdd8552f8367b | 2015-06-28 14:51:07+02:00 |
avcodec/aacsbr: check that the element type matches before applying SBR
Fixes out of array access
Fixes: signal_sigsegv_3670fc0_2818_cov_2307326154_moon.mux
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 79a98294da6cd85f8c86b34764c5e0c43b09eea3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/79a98294da6cd85f8c86b34764c5e0c43b09eea3 | 2015-07-01 02:33:45+02:00 |
avcodec/jpeg2000dec: Limit poc end fields to whats available in jpeg2000_decode_packets()
Fixes: Ticket4677
Solution based on information from
https://code.google.com/p/openjpeg/issues/detail?id=80
Signed-off-by: Michael Niedermayer <[email protected]>
| 8672c0a6436c9fc9d107617cf28cafe09ad3d9a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8672c0a6436c9fc9d107617cf28cafe09ad3d9a5 | 2015-06-27 11:48:42+02:00 |
avcodec/ass_split: check ASSSplitContext alloc
| 324cf0645d6ad20c5f990bd5c945f562ed69ca09 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/324cf0645d6ad20c5f990bd5c945f562ed69ca09 | 2015-06-13 20:39:57+02:00 |
avcodec/texturedspenc: Add () to protect macro / argument evaluation order
Signed-off-by: Michael Niedermayer <[email protected]>
| 9f997acdd003b3183221ce3043a30c2d05a1de21 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9f997acdd003b3183221ce3043a30c2d05a1de21 | 2015-06-23 17:12:00+02:00 |
avcodec/jpeg2000dec: Improve end check
Fixes spurious end mismatch warnings
Signed-off-by: Michael Niedermayer <[email protected]>
| 20657e05bc2608dae03e7e8d47da11c2cdcaed38 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/20657e05bc2608dae03e7e8d47da11c2cdcaed38 | 2015-06-16 18:34:20+02:00 |
avformat/matroskadec: Fix undefined shift in read_sint()
Fixes: asan_heap-oob_17212bc_2243_cov_594210248_h264_TTA.mkv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 2f8c81637c47a70b8e06e1bb9877d6f9c058ee2a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2f8c81637c47a70b8e06e1bb9877d6f9c058ee2a | 2015-07-01 12:00:43+02:00 |
avfilter/lut3d: assert on pixel format descriptor
inlink->format is supposed to be set to a valid format controlled by query_formats().
| 897805286913feac6bac6aba6fbfca7d1d4e5824 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/897805286913feac6bac6aba6fbfca7d1d4e5824 | 2015-06-13 20:51:43+02:00 |
avformat/sbgdec: Check alloc_array_elem() return value
Reviewed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| ce4e57dbb51ac106a61fcd98330af9a619eea857 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce4e57dbb51ac106a61fcd98330af9a619eea857 | 2015-06-02 16:42:33+02:00 |
dct: Check memory allocation
| 69277069dd225f5ae02f0215e877a06522d834d3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/69277069dd225f5ae02f0215e877a06522d834d3 | 2015-05-31 15:03:30+02:00 |
vp9: change type of tile_size from unsigned to int64_t
Otherwise the check 'tile_size < size' treats a negative size as
unsigned, causing the check to pass. This subsequently leads to
segmentation faults.
This was originally fixed as part of Libav commit 72ca83, so the
original author is one of the following developers:
Anton Khirnov <[email protected]>
Diego Biurrun <[email protected]>
Luca Barbato <[email protected]>
Martin Storsjö <[email protected]>
Reviewed-by: Ronald S. Bultje <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| b18eac7ff22332c9344769af15f7b245dd13cc64 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b18eac7ff22332c9344769af15f7b245dd13cc64 | 2015-06-08 21:43:16+02:00 |
network: prevent SIGPIPE on OSX
OSX does not know MSG_NOSIGNAL. BSD (which OSX is based on) has got
the socket option SO_NOSIGPIPE (even if modern BSDs also support
MSG_NOSIGNAL).
Signed-off-by: Martin Storsjö <[email protected]>
| 881b80b3294483696a21b21a69fa5eee30f33037 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/881b80b3294483696a21b21a69fa5eee30f33037 | 2015-05-31 10:10:16+03:00 |
avcodec/cavsdec: Check esc_code
Signed-off-by: Michael Niedermayer <[email protected]>
| 139e1c8009df7729a53eaaae7036ca01071aced5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/139e1c8009df7729a53eaaae7036ca01071aced5 | 2015-05-14 17:56:16+02:00 |
avcodec/hevc_ps: More completely check vps_num_layer_sets
Fixes CID1239052 part1
Signed-off-by: Michael Niedermayer <[email protected]>
| 16c95b107365cdbfcde1945370b59fc7e17e0309 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/16c95b107365cdbfcde1945370b59fc7e17e0309 | 2015-05-13 14:26:17+02:00 |
avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initialization
Signed-off-by: Michael Niedermayer <[email protected]>
| 8ea9334b31546880dfd2b5dc49497b8da9a620bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8ea9334b31546880dfd2b5dc49497b8da9a620bf | 2015-05-19 03:25:53+02:00 |
avformat/idcin: Remove redundant chunk size check
Fixes CID1138438
Signed-off-by: Michael Niedermayer <[email protected]>
| 70e022cfc5e364f6d210697bf0eb267e8289bd4d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/70e022cfc5e364f6d210697bf0eb267e8289bd4d | 2015-05-12 18:40:16+02:00 |
nutdec: abort if EOF is reached in decode_info_header/read_sm_data
These loops can take a lot of time if count is very large.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| bb23a15df507440deb0dcf25099d321d0f73dc28 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bb23a15df507440deb0dcf25099d321d0f73dc28 | 2015-05-20 20:43:54+02:00 |
avutil/softfloat_tables: add missing stdint.h include
Fixes make checkheaders
Signed-off-by: James Almer <[email protected]>
| 39fbb27ec3a33438aa450d434fb764848d3162c1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39fbb27ec3a33438aa450d434fb764848d3162c1 | 2015-04-30 17:38:41-03:00 |
avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv()
Its currently guaranteed to be smaller but its safer to check anyway
Signed-off-by: Michael Niedermayer <[email protected]>
| 66f26b3e8ec075298e7ba329a55893d085bafe96 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/66f26b3e8ec075298e7ba329a55893d085bafe96 | 2015-05-11 15:56:16+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.