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
⌀ |
---|---|---|---|---|---|---|---|
configure: Check for x265_api_get
Any other x265 symbol may not exported, e.g. if the build is a
multilib (10-bit and 8-bit in one) build.
This is the only symbol we directly call, and is available in the
build number we check for.
Fixes the configure check on multilib x265 builds.
Signed-off-by: Derek Buitenhuis <[email protected]>
| b56b12cd12f32bf11efff05632600a7619584b98 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b56b12cd12f32bf11efff05632600a7619584b98 | 2015-06-27 11:44:20+01:00 |
avcodec/jpeg2000dec: Improve readability of SOP check
Signed-off-by: Michael Niedermayer <[email protected]>
| 4ec14ce121df4c33880251a96c2f3e7409eb14fe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ec14ce121df4c33880251a96c2f3e7409eb14fe | 2015-06-15 13:29:41+02:00 |
avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec
This is the maximum rate possible based on the frame size limit of MXF D-10
Previous version reviewed by tim nicholson <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| d7a762553c6f6c422adb6632354bcc4ff577b701 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d7a762553c6f6c422adb6632354bcc4ff577b701 | 2015-06-03 12:12:34+02:00 |
segment: Check open_null_ctx() return value
Reported-By: infer
| 8a78ae2d2101622fd244b99178d8bc61175c878e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a78ae2d2101622fd244b99178d8bc61175c878e | 2015-06-12 17:02:48+01:00 |
avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize()
Found-by: Daemon404
Signed-off-by: Michael Niedermayer <[email protected]>
| ea37df2d528c15dc472e7272ac5278090f01f38e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea37df2d528c15dc472e7272ac5278090f01f38e | 2015-06-12 23:23:59+02:00 |
sctp: Always initialize outmsg struct
CC: [email protected]
Bug-Id: CID 1302711
| 8ef98855d25e457094468e2e1a79d9b10d6445b2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8ef98855d25e457094468e2e1a79d9b10d6445b2 | 2015-06-08 13:01:33+01:00 |
xvid: Check memory allocation
| fef2f4722bcbfe1c3802898b0f5deb6356132c91 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fef2f4722bcbfe1c3802898b0f5deb6356132c91 | 2015-05-31 15:03:31+02:00 |
avcodec/jpeg2000dec: Implement progression order RLCP
This works with one of 2 RLCP samples i have, the other appears to also
use selective arithemtic coding bypass which may or may not be the reason why it does
not work
Sample: p0_16.j2k
Signed-off-by: Michael Niedermayer <[email protected]>
| 9c8939216b1cd2ff768603f63a7c411753b94c65 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9c8939216b1cd2ff768603f63a7c411753b94c65 | 2015-06-11 21:38:10+02:00 |
vp9: reset loopfilter mode/ref deltas on keyframe.
| c81677e9b73c31508b78123dd6e4473fe45b03cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c81677e9b73c31508b78123dd6e4473fe45b03cd | 2015-05-15 15:43:23-04:00 |
matroskadec: validate audio channels and bitdepth
In the TTA extradata re-construction the values are written with
avio_wl16 and if they don't fit into uint16_t, this triggers an
av_assert2 in avio_w8.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 92e79a2f7bf2f8bb0cb2d1a3e4d76737557071c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/92e79a2f7bf2f8bb0cb2d1a3e4d76737557071c4 | 2015-06-16 21:46:04+02:00 |
avcodec/mpeg4videodec: Use check_marker()
Signed-off-by: Michael Niedermayer <[email protected]>
| 9a0f60a0f89a7a71839dfa9def5a26f2037aed62 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a0f60a0f89a7a71839dfa9def5a26f2037aed62 | 2015-04-19 15:34:43+02:00 |
hq_hqa: Validate get_vlc2 return value
The `hq_ac_vlc.table` is incomplete, so unaccounted symbol return -1
as value.
| 28eddef689f2b4843a84f7d05fd9614246f92cc4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/28eddef689f2b4843a84f7d05fd9614246f92cc4 | 2015-04-22 12:27:43+02:00 |
apedec: set s->samples only when init_frame_decoder succeeded
Otherwise range_start_decoding is not necessarily run and thus
ctx->rc.range still 0 in range_dec_normalize leading to an infinite
loop.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 464c49155ce7ffc88ed39eb2511e7a75565c24be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/464c49155ce7ffc88ed39eb2511e7a75565c24be | 2015-04-28 03:21:12+02:00 |
rmenc: Check memory allocation
Bug-Id: CID 1257832
Signed-off-by: Luca Barbato <[email protected]>
| d3aa307da076e8820298b2c59ec5d6ff01a5e374 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d3aa307da076e8820298b2c59ec5d6ff01a5e374 | 2015-03-21 23:18:14+01:00 |
avcodec/mpegvideo_motion: Fix off by 1 error in MV bounds checking
Fixes Ticket4299
Signed-off-by: Michael Niedermayer <[email protected]>
| 9f0eaf792a8560a089643489403e549c30fb3170 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9f0eaf792a8560a089643489403e549c30fb3170 | 2015-03-08 01:27:56+01:00 |
postproc/postprocess_template: split first part of block loop
Signed-off-by: Michael Niedermayer <[email protected]>
| d9e3fe8c22cb848d2c4a72dd11b8886153fcee3a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d9e3fe8c22cb848d2c4a72dd11b8886153fcee3a | 2015-03-23 00:33:16+01:00 |
vorbis: Check the vlc value in setup_classifs
The valid returned values are always at most 11bit.
Remove the previous check that assumed larger values plausible and
use a signed integer to check get_vlc2 return values.
CC: [email protected]
| 0025f7408a0fab2cab4a950064e4784a67463994 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0025f7408a0fab2cab4a950064e4784a67463994 | 2015-03-08 14:33:03+01:00 |
wma.h: #include "avcodec.h"
It's required for at least AVCodecContext.
Fixes make checkheaders.
| db5cc75f8b5620e7cd2d05762c3b087ab16d8c24 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/db5cc75f8b5620e7cd2d05762c3b087ab16d8c24 | 2015-03-03 20:57:56+01:00 |
avformat/rm: limit packet size
The chunk size is limited to 0xFFFF (written by avio_wb16), so make
sure that the packet size is not too large.
Such large frames need to be split into slices smaller than 64 kB, but
that is currently supported neither by the rv10/rv20 encoders nor the rm
muxer.
Signed-off-by: Andreas Cadhalpun <[email protected]>
See Ticket244
Signed-off-by: Michael Niedermayer <[email protected]>
| 08728f400b8367dc8c983036cb2eff3a2891322b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/08728f400b8367dc8c983036cb2eff3a2891322b | 2015-03-02 16:57:57+01:00 |
rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler
This allows getting rid of quite a bit of boilerplate in depacketizers.
The default value (initializing need_parsing to 0, aka
AVSTREAM_PARSE_NONE) is the same as it is initialized to by default
in AVStream.
Signed-off-by: Martin Storsjö <[email protected]>
| b7a4c319fda22aa91ce29692d728ec6103b514f6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b7a4c319fda22aa91ce29692d728ec6103b514f6 | 2015-02-24 16:22:21+02:00 |
avcodec/mips: Restructure as per avutil/mips/generic_macros_msa.h
This patch modifies H264 loopfilter, weighted & bi-weighted prediction MIPS-SIMD optimized code according to improved version of generic macros.
Also there are minor code alignment changes.
Overall, this patch is just upgrading the code with styling changes and will bring it in sync with MIPS-SIMD optimized latest codebase at our end.
Signed-off-by: Shivraj Patil <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| bcd7bf7eeb09a395cc01698842d1b8be9af483fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bcd7bf7eeb09a395cc01698842d1b8be9af483fc | 2015-05-28 11:57:11+02:00 |
ffserver: decouple assignment and check
Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
| bd8e16f2e6f069dd8f63b5c22821b581ffe3151a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd8e16f2e6f069dd8f63b5c22821b581ffe3151a | 2015-02-15 15:15:41-03:00 |
avformat/nsvdec: remove case which is no longer possible
Check of channels !=0 is right above.
Signed-off-by: Paul B Mahol <[email protected]>
| c099783316cf706c61e97256778fb77635f5e6e8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c099783316cf706c61e97256778fb77635f5e6e8 | 2015-01-28 17:57:48+00:00 |
avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND() macro
Signed-off-by: Michael Niedermayer <[email protected]>
| 2bae7b337030de21c1a75cc300e4e54a0f142223 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2bae7b337030de21c1a75cc300e4e54a0f142223 | 2015-02-17 00:49:32+01:00 |
rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate
Instead check the timestamps while muxing, to avoid buffering a
too long timestamp range into one single packet.
This makes the AMR and AAC packetization slightly less efficient,
since we set a possibly unnecessarily high max_frames_per_packet.
(These packetizers end up doing a memmove of the TOC bytes if
sending a packet before max_frames_per_packet is achieved, and
we end up setting max_frames_per_packet to a value that should
be high enough for most uses.)
All packetizers that use max_frames_per_packet now set it either
to a default value, or to a value calculated based on other
parameters, so none of them rely on the previous default setting.
For iLBC, copy one frame at a time, to allow checking the timestamp
range for each of them - basically doing potentially multiple
loops to simplify the code instead of trying to calculate the
number of frames to buffer while honoring s1->max_delay.
This is in preparation for reducing the coupling between libavformat
and libavcodec, by not having the muxers use the encoder field
frame_size (which may not be available during e.g. stream copy).
Signed-off-by: Martin Storsjö <[email protected]>
| 4f6cd883f06f7893a2b60a41e7a4f8ae633dac2f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4f6cd883f06f7893a2b60a41e7a4f8ae633dac2f | 2015-02-28 22:54:31+02:00 |
h264_cabac: Break infinite loops
This fixes out of array reads and/or infinite loops.
30 is the maximum number of bits that can be read into
coeff_abs below.
CC: [email protected]
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Martin Storsjö <[email protected]>
| def69553e745e007925147b2e7e4b32c57d08fdf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/def69553e745e007925147b2e7e4b32c57d08fdf | 2015-01-15 10:17:01+02:00 |
libfdk-aacdec: Make sure decoding doesn't add any extra delay in the latest version of fdk-aac
The latest version added support for a new option for enabling
a signal level limiter, which adds some extra delay. In fdk-aac, this
is enabled by default, but disable it by default here since we'd rather
have zero-delay decoding.
Signed-off-by: Martin Storsjö <[email protected]>
| 2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e | 2015-01-08 13:58:43+02:00 |
doc/filters: document bit-depth independent cropdetect limit
Signed-off-by: Michael Niedermayer <[email protected]>
| 037b527d62500cfde89d3bda5d4ac04ce8b8d959 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/037b527d62500cfde89d3bda5d4ac04ce8b8d959 | 2014-12-31 04:49:48+01:00 |
aacenc: correctly check returned value
CC: [email protected]
| 971099ff5a85377579eb5b8d3620e283957f097e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/971099ff5a85377579eb5b8d3620e283957f097e | 2014-12-18 23:27:14+01:00 |
avformat/westwood_aud: replace != 0 error check by <0
Signed-off-by: Michael Niedermayer <[email protected]>
| 172865931951d73f1ac60f4b56cdb4da77f37f1d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/172865931951d73f1ac60f4b56cdb4da77f37f1d | 2014-12-20 01:51:16+01:00 |
avcodec/utils: check the private context class
Signed-off-by: Michael Niedermayer <[email protected]>
| ddd7dac7ae0515ea6036396bb50d7bb5f702aeef | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ddd7dac7ae0515ea6036396bb50d7bb5f702aeef | 2014-12-17 05:14:11+01:00 |
avcodec/libutvideoenc: Check avpicture_get_size() return code
Fixes CID1257656
Reviewed-by: Derek Buitenhuis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| f96fcba1e3bc991245e2cd44a40968bf2ffe4d9f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f96fcba1e3bc991245e2cd44a40968bf2ffe4d9f | 2014-12-11 17:14:15+01:00 |
ffserver_config: check strchr() return for NULL
Should fix FFmpeg Coverity Scan issue #1257013
Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
| f95cfff07765912676cc613b55e2234b5d70f1bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f95cfff07765912676cc613b55e2234b5d70f1bd | 2014-12-09 01:03:01-03:00 |
error_resilience: move the MECmpContext initialization into ER code
Currently, it needs to be initialized by the ER caller (which is
currently either a mpegvideo decoder or h264dec). However, since none of
those decoders use MECmpContext for anything except ER, it makes more
sense to handle it purely inside ER.
| cf1e0786ed64e69614760bfb4ecd7adbde8e6094 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cf1e0786ed64e69614760bfb4ecd7adbde8e6094 | 2015-01-27 09:07:59+01:00 |
Icecast: Send content-type in all cases
This is needed because Icecast since version 2.4.1 doesn't default
to audio/mpeg anymore. AVOption default not used here, since a later
check if -content_type is set is performed and would break.
Signed-off-by: Anton Khirnov <[email protected]>
| 8562c1483ba647f562e4c1df68a9231274b80e6b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8562c1483ba647f562e4c1df68a9231274b80e6b | 2014-11-15 09:15:39+01:00 |
Fix make checkheaders for libavcodec/vorbis_parser.h.
| e2e36a739d3ad0d207a31c76f414a912d08b1d6d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e2e36a739d3ad0d207a31c76f414a912d08b1d6d | 2014-11-08 00:59:37+01:00 |
avcodec/pngdec: Fix paeth prediction with small images
Fixes out of array read
Fixes: asan_heap-oob_20b0a06_1962_cov_1907976991_delete_node_small.png
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 9a53707e86eb066e1c77460215c716f7962c71e7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a53707e86eb066e1c77460215c716f7962c71e7 | 2014-11-26 17:01:26+01:00 |
ffmpeg: Check duration for overlap and clip in fps cfr/vfr code
Signed-off-by: Michael Niedermayer <[email protected]>
| 4e20e94921460f7108ad76dc873417cd15b356c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4e20e94921460f7108ad76dc873417cd15b356c4 | 2014-11-19 18:36:36+01:00 |
avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref frame due to edge extending
Reviewed-by: Mickaël Raulet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 6f2068e626ee75ea4231ba0061885686866e6b66 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6f2068e626ee75ea4231ba0061885686866e6b66 | 2014-11-11 11:45:20+01:00 |
ffprobe.xsd: add packets_and_frames element definition
This allows validation of ffprobe XML output if -show_packets and
-show_frames are both set.
Signed-off-by: Stefano Sabatini <[email protected]>
| 0c9f0da0f7656059e9bd41931d250aafddf35ea3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0c9f0da0f7656059e9bd41931d250aafddf35ea3 | 2014-10-30 12:34:49+01:00 |
Revert "avformat/mxfdec: detect loops during header parsing"
This reverts commit 1c010fd035c1a14dc73827b84f21f593e969a5d6.
Signed-off-by: Michael Niedermayer <[email protected]>
| 1b17b64ee4d6d7070e0ef3ab312e5f81f45dad49 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1b17b64ee4d6d7070e0ef3ab312e5f81f45dad49 | 2014-10-28 18:59:16+01:00 |
movenc: Remove a now redundant check
When using the new first_trun flag instead of checking the track id,
we don't need to have a special case for the separate_moof flag
any longer.
This simplifies the complicated codepath ever so slightly.
Signed-off-by: Martin Storsjö <[email protected]>
| e7d20f12c5eff5570cd897f3ce3a88456024036b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e7d20f12c5eff5570cd897f3ce3a88456024036b | 2014-11-07 13:46:19+02:00 |
Added support for G2M5 codec
This has also been independently found and fixed similarly by carl in
f4a3bbf4a3cd375121ea2495817f3e50e831ed48
The 2nd magic check is taken from carls implementation
Signed-off-by: Michael Niedermayer <[email protected]>
| 4ba5420e4d3699b89c9f7f15928cd486f88e9562 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ba5420e4d3699b89c9f7f15928cd486f88e9562 | 2014-10-24 19:36:09+02:00 |
avformat/rtsp: check memory allocation
Reviewed-by: Reimar Döffinger <[email protected]>
Commit message by: Benoit Fouet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| c69f230a3afbfa30d7a978a6961b1ddcc774499f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c69f230a3afbfa30d7a978a6961b1ddcc774499f | 2014-10-15 20:04:32+02:00 |
avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4
Some encoders do not use syncsafe sizes in v2.4 id3 tags. Check the next
tag to try to choose between the two.
Fixes ticket #4003
Signed-off-by: Michael Niedermayer <[email protected]>
| 242f8bb3a8a11a54266f43ad45a5a4a260dcbe7f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/242f8bb3a8a11a54266f43ad45a5a4a260dcbe7f | 2014-10-17 16:05:53+02:00 |
lavf: fix 2GB file seek limit on Android
Signed-off-by: Michael Niedermayer <[email protected]>
| d5a6f1127263dd3dfcf08d26439ce4276dfda27d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d5a6f1127263dd3dfcf08d26439ce4276dfda27d | 2014-10-09 13:08:33+02:00 |
avcodec/samidec: add some memory checks
| 6a65da3a182cd237ba7251de89aaa5168e266497 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a65da3a182cd237ba7251de89aaa5168e266497 | 2014-09-21 18:41:45+02:00 |
Skip decklink_common_c.h when running make checkheaders.
| 9f0ba52f3444c21f752e30d22f2e9dacee9feb71 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9f0ba52f3444c21f752e30d22f2e9dacee9feb71 | 2014-09-23 22:51:36+02:00 |
configure: Split adding of CFLAGS and CPPFLAGS for hardened toolchain
| 2d589273dd36c5eb271a035ea0e669b64dae257f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2d589273dd36c5eb271a035ea0e669b64dae257f | 2014-09-16 00:18:53-07:00 |
doc/examples: remove unneeded NULL checks
dst_file cannot be NULL
Signed-off-by: Michael Niedermayer <[email protected]>
| 68bca03951b36755f46d75a5bcfcbba95ced21c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/68bca03951b36755f46d75a5bcfcbba95ced21c4 | 2014-09-14 16:45:50+02:00 |
avcodec, avutil: allow more control about how samples are skipped
Add CODEC_FLAG2_SKIP_MANUAL (exposed as "skip_manual"), which makes
the decoder export sample skip information via side data, instead
of applying it automatically. The format of the side data is the
same as AV_PKT_DATA_SKIP_SAMPLES, but since AVPacket and AVFrame
side data constants overlap, AV_FRAME_DATA_SKIP_SAMPLES needs to
be introduced.
This is useful for applications which want to do the timestamp
calculations manually, or which actually want to retrieve the
padding.
Signed-off-by: Michael Niedermayer <[email protected]>
| cdd6f059a65f28ff7a18ccf1194e9554adad1a1b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cdd6f059a65f28ff7a18ccf1194e9554adad1a1b | 2014-10-02 20:21:00+02:00 |
ituh263dec: Optimize new RL_VLC based decoding.
Together with the switch to RL_VLC this results in
a speedup of about 30% in this inner loop.
Overall speedup only relevant for medium to high bitrate
streams.
Signed-off-by: Reimar Döffinger <[email protected]>
| 935453102bb5ccf868369f25049e0c3ae900f6bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/935453102bb5ccf868369f25049e0c3ae900f6bc | 2014-08-31 20:13:58+02:00 |
lavc: use a separate field for exporting audio encoder padding
Currently, the amount of padding inserted at the beginning by some audio
encoders, is exported through AVCodecContext.delay. However
- the term 'delay' is heavily overloaded and can have multiple different
meanings even in the case of audio encoding.
- this field has entirely different meanings, depending on whether the
codec context is used for encoding or decoding (and has yet another
different meaning for video), preventing generic handling of the codec
context.
Therefore, add a new field -- AVCodecContext.initial_padding. It could
conceivably be used for decoding as well at a later point.
| 2df0c32ea12ddfa72ba88309812bfb13b674130f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2df0c32ea12ddfa72ba88309812bfb13b674130f | 2014-10-13 19:09:01+00:00 |
patcheck: check for pointer arrays that are not const.
Signed-off-by: Reimar Döffinger <[email protected]>
| be4aac302b0cbeab6da9e3192318aad7379a6428 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/be4aac302b0cbeab6da9e3192318aad7379a6428 | 2014-08-29 18:57:25+02:00 |
hevc_filter: move some conditions out of loops
| a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4 | 2014-08-09 16:15:11+00:00 |
unified grab & convertion loops (should be easier to achieve correct synchronization now - but still work to do!) - added ffplay support
Originally committed as revision 144 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a38469e1da7b4829a2fba4279d8420a33f96832e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a38469e1da7b4829a2fba4279d8420a33f96832e | 2001-09-24 23:22:25+00:00 |
ffmpeg: look for encoding options in both avcodec and avformat
This patch is the same as 8a1714ad85dd5defdf1fb2baba9ababebfa47d01 but
applied to encoding. It fixes the current clash of the -password option
between tta decoder and the icecast protocol.
| 11aab8d6cb3bac84a228bfe68e0533e4c2667bdb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11aab8d6cb3bac84a228bfe68e0533e4c2667bdb | 2014-08-15 23:56:09+02:00 |
configure: Check for nanosleep in headers as well, not only in libs
On mingw64 with c++11 support, the link libraries do contain a
nanosleep function, while it isn't exposed via the headers. Using
check_func_headers instead of a plain check_func fixes this
misdetection.
Signed-off-by: Martin Storsjö <[email protected]>
| 72199e1041b4052544e181ad90b431ca6704da12 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/72199e1041b4052544e181ad90b431ca6704da12 | 2014-08-13 14:39:01+03:00 |
Add -Wformat and -Werror=format-security compiler flags
These are part of the hardening flags used by Debian.
Signed-off-by: Michael Niedermayer <[email protected]>
| 97592faa51eacda9a949c4f0ba2a6d7989ef5f3b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/97592faa51eacda9a949c4f0ba2a6d7989ef5f3b | 2014-07-12 23:15:23+02:00 |
avcodec/roqvideo: use JPEG color range
Signed-off-by: ejlasota <[email protected]>
Also update fate test checksums
Signed-off-by: Michael Niedermayer <[email protected]>
| 8be23d424feea50d4ee892cdbdd6abd9a807709f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8be23d424feea50d4ee892cdbdd6abd9a807709f | 2014-07-06 23:34:58+02:00 |
avcodec/dvbsubdec: removed unnecessary null check for subtitle
In refrence to coverity defect 1224278
Signed-off-by: Michael Niedermayer <[email protected]>
| 7d1898ebcc2fcd271ffe58bbebab7b52a2692288 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7d1898ebcc2fcd271ffe58bbebab7b52a2692288 | 2014-07-02 19:47:14+02:00 |
lavc/h264_slice: clarify informational message in case of disabled slice multi-threaded decoding
Also suggest what can be done to workaround the limitation.
| d381109ce8acd84fc16d3dfc4f8f688462d45366 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d381109ce8acd84fc16d3dfc4f8f688462d45366 | 2014-06-20 12:12:46+02:00 |
tests/swr: move the results out of the functions
This prevents all results from being declared whenever the function is called.
Signed-off-by: Timothy Gu <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| fdc6e7b930d131f91f5d9a0cd73f6f3b85664dcf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fdc6e7b930d131f91f5d9a0cd73f6f3b85664dcf | 2014-06-05 12:20:39+02:00 |
hevc: report more precise progress
There's a lag of one CTB line for SAO behind deblocking filter, except for
last line. However, once SAO has been completed on a line, all its pixels,
i.e. up to y+ctb_size are filtered and ready to be used as reference.
Without SAO, when deblocking filter finishes a CTB line, only the bottom
bottom 4 pixels may be filtered when next CTB is process by the deblocing.
The await_progess for hevc then checks whether the bottom pixels of a PU
requires access beyond that point, so the reporting should effectively
report up to the the above limits.
Signed-off-by: Michael Niedermayer <[email protected]>
| 5e55c7e1bcb767e6af17c29f6aaebff4d6fd0703 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5e55c7e1bcb767e6af17c29f6aaebff4d6fd0703 | 2014-07-19 14:20:10+02:00 |
huffyuvdec: remove superfluous check
An invalid entry already has the property of having a negative number
of bits, so remove the check on the reserved value, and rearrange the
code as a consequence.
346800 decicycles in 422, 262079 runs, 65 skips
168197 decicycles in gray, 262077 runs, 67 skips
Overall time: 7.878s
319076 decicycles in 422, 262096 runs, 48 skips
159875 decicycles in gray, 262057 runs, 87 skips
Overall time: 7.394s
Signed-off-by: Michael Niedermayer <[email protected]>
| 6848325acb80bb9a33d154b787db13c9d53b5a63 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6848325acb80bb9a33d154b787db13c9d53b5a63 | 2014-06-05 01:47:07+02:00 |
avcodec/cavs: prevent out of array read
The used value should not matter as long as its within the array
as it is multiplied by 0
Signed-off-by: Michael Niedermayer <[email protected]>
| 1fb46858c2498c67ae2d6775f7da29732e88fb8a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1fb46858c2498c67ae2d6775f7da29732e88fb8a | 2014-05-16 03:13:27+02:00 |
lavf: drop the zero-sized packets hack
There should not be any valid reason anymore for passing completely
empty packets to lavf.
OTOH side data-only packets can be useful.
| c9281a01b78cc3f09e36300a0ca3f5824d1c74cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c9281a01b78cc3f09e36300a0ca3f5824d1c74cf | 2014-05-15 07:50:47+02:00 |
lavc: eliminate tb_unreliable()
If framerate estimation is enabled, it makes sense to always apply it,
instead of limiting it to a few specific cases.
| 1eb57e1d9b59db0aa63348c21bf3290bd3f5efcb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1eb57e1d9b59db0aa63348c21bf3290bd3f5efcb | 2014-04-28 11:34:59+02:00 |
configure: Check for generated output in check_header_oc.
Signed-off-by: Michael Niedermayer <[email protected]>
| fdaf8372c27e591881c5fbc869e5dc9e87b9ec89 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fdaf8372c27e591881c5fbc869e5dc9e87b9ec89 | 2014-04-07 05:11:47+02:00 |
oggenc: check return value of av_mallocz()
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 0f629823355680802320ee7be52af7f4e1b3e0b3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f629823355680802320ee7be52af7f4e1b3e0b3 | 2014-04-04 15:56:52+02:00 |
qt-faststart: Check the ftello() return codes
This silences a warning in the coverity static analyzer.
Signed-off-by: Martin Storsjö <[email protected]>
| 63848854256a024a19435e87d6bc76fffa65e81e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/63848854256a024a19435e87d6bc76fffa65e81e | 2014-03-01 00:25:00+02:00 |
qt-faststart: Check offset_count before reading from the moov_atom buffer
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| bb95334c34d0d9abccea370ae25c4765d7764ab8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bb95334c34d0d9abccea370ae25c4765d7764ab8 | 2014-03-01 00:25:04+02:00 |
avcodec/hevcpred_template: also initialize top[-1] for constrained intra prediction
Fixes out of array read
Fixes: 387713a12dc5cfa27fcb4178084ce1ea-asan_stack-oob_131176a_1182_cov_3861068719_CAINIT_C_SHARP_3.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| dfefc9097e9b4bb20442e65454a40043bd189b3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dfefc9097e9b4bb20442e65454a40043bd189b3d | 2014-03-02 21:23:40+01:00 |
avcodec/jpeg2000dec: fix error detection in pix_fmt_match()
Fixes out of array accesses with CODEC_FLAG_EMU_EDGE
Signed-off-by: Michael Niedermayer <[email protected]>
| 8001e9f7d17e90b4b0898ba64e3b8bbd716c513c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8001e9f7d17e90b4b0898ba64e3b8bbd716c513c | 2014-01-20 18:46:38+01:00 |
avformat/movenc: check that the input timestamps are within the range that can be stored in mov
Signed-off-by: Michael Niedermayer <[email protected]>
| 1b872de8f49e9af41d4bc23e1ef783ae8094ffff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1b872de8f49e9af41d4bc23e1ef783ae8094ffff | 2014-02-21 04:41:21+01:00 |
mxf: Do not use int to check the seek position
Overly large files are to be expected.
Reported-by: Jean-Baptiste Kempf <[email protected]>
| 42f9132218ca11a8e9a3c82a175b46bca092113e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/42f9132218ca11a8e9a3c82a175b46bca092113e | 2014-01-14 17:29:03+01:00 |
avcodec/hevc: clear tab_slice_address in hevc_frame_start()
Fixes inconsistencies
Fixes use of uninitilaized memory
Fixes part of cb307d24befbd109c6f054008d6777b5/asan_static-oob_124a175_1445_cov_2355279992_DBLK_D_VIXS_1.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 56985d26d7054079cbe8865532c4a2cff123f596 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/56985d26d7054079cbe8865532c4a2cff123f596 | 2014-02-07 03:47:49+01:00 |
lavf: remove a pointless check
AVStream.codec is always non-NULL
| 3867f3718ba82ff11d3e24c6d84beb520d0b174f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3867f3718ba82ff11d3e24c6d84beb520d0b174f | 2014-01-06 08:21:53+01:00 |
eacmv: check the framerate before setting it.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
| 24057c83207d6ea8bfd824155ac37be8a33dfd0c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/24057c83207d6ea8bfd824155ac37be8a33dfd0c | 2014-01-03 16:39:09+01:00 |
wtvenc: test avio_size() validity
Signed-off-by: Michael Niedermayer <[email protected]>
| d08ea75a825a8091e995a8e0d7c415ccc4339ec9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d08ea75a825a8091e995a8e0d7c415ccc4339ec9 | 2013-12-23 13:33:45+01:00 |
hdsenc: Check the init_file() return code
Signed-off-by: Martin Storsjö <[email protected]>
| 797f2a791397210ec1b591b326658805c5dbf104 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/797f2a791397210ec1b591b326658805c5dbf104 | 2013-12-14 17:48:46+02:00 |
avformat/hdsenc: Check rename() return value
Fixes CID1135748
Signed-off-by: Michael Niedermayer <[email protected]>
| 95d2fc6a76f3e0a98329f1ca70f98e7c085f0abf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/95d2fc6a76f3e0a98329f1ca70f98e7c085f0abf | 2013-12-11 16:30:07+01:00 |
common.mak: Less ugly version of the previous windres fix
Using subst here is a really ugly hack
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| a12f679a5db9a2069f58a993317720c5b4f82c27 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a12f679a5db9a2069f58a993317720c5b4f82c27 | 2013-12-09 02:47:55+01:00 |
avcodec/hnm4video: check writeoffset in decode_interframe_v4a()
Signed-off-by: Michael Niedermayer <[email protected]>
| ffe31c654d0e7218ca36fb7884bac35736e232bb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ffe31c654d0e7218ca36fb7884bac35736e232bb | 2013-11-22 23:52:08+01:00 |
avformat/hnm: check chunk_size == 0
Fixes potential infinite loop
Signed-off-by: Michael Niedermayer <[email protected]>
| 5c4aa72b75c1715d031df38d925445698be67de4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c4aa72b75c1715d031df38d925445698be67de4 | 2013-11-22 23:52:08+01:00 |
avcodec/utils: check that extended data has been set correctly instead of forcing it in avcodec_decode_video2()
Signed-off-by: Michael Niedermayer <[email protected]>
| 985c5f226af35fff00a86bc36cc8eaa8da3d23b0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/985c5f226af35fff00a86bc36cc8eaa8da3d23b0 | 2013-12-10 01:11:32+01:00 |
Fix make checkheaders for vp9 header files.
| 3aabfaa37b245f86036ea11d82c7c28e5bebde6a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3aabfaa37b245f86036ea11d82c7c28e5bebde6a | 2013-10-09 09:42:16+02:00 |
omadec: check GEOB sizes against buffer size
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: David Goldwich <[email protected]>
CC:[email protected]
Signed-off-by: Anton Khirnov <[email protected]>
| 1c736bedd9891501960ebac0f7c05eb60225e947 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c736bedd9891501960ebac0f7c05eb60225e947 | 2013-11-04 18:43:03+01:00 |
electronicarts: Check packet sizes before reading
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| f7e616959aff8706edccdae763c24c897c449f6f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f7e616959aff8706edccdae763c24c897c449f6f | 2013-09-22 21:02:52+03:00 |
wtv: do not use flag in stream_guid chunk to determine if stream is valid, as this method is unreliable
This fixes roundup issue 2556.
Signed-off-by: Ronald S. Bultje <[email protected]>
(cherry picked from commit e4f85b849913794395bb03dfc09546cd41b10882)
| 699d55fb126f1e2199aef533bbc2cd3418c9e031 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/699d55fb126f1e2199aef533bbc2cd3418c9e031 | 2011-02-06 20:31:45+01:00 |
shorten: Break out of loop looking for fmt chunk if none is found
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| b26742cc308552f242ee2bf93b07a3ff509f4edc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b26742cc308552f242ee2bf93b07a3ff509f4edc | 2013-09-12 10:53:04+03:00 |
avformat/gxfenc: Check and propagate return code from gxf_write_map_packet()
Signed-off-by: Michael Niedermayer <[email protected]>
| a6ca08f1af31badb7fef93bc1cbfa78bffae6be7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a6ca08f1af31badb7fef93bc1cbfa78bffae6be7 | 2013-09-11 13:21:11+02:00 |
avcodec/metasound_data: Fix inconsistency in tables
Fixes out of array read
This issue can be reproduced with:
Lucky.asf
teuflisch.asf
from http://samples.ffmpeg.org/A-codecs/VoxWare/
as well as other samples
fcb16m has 320 elements but the code before the patch can address a
table of 384 elements in its place.
I dont know if theres some elements missing, or its maybe the wrong
table, or if the parameters affecting the table size are wrong, or
if theres something else wrong.
if someone reading this has easy access to some reference. (binary
with the tables in it, spec, whatever, please contact us)
This solution fixes the inconsistency by padding the table with zeros,
this variant was suggested by Vitor Sessak. And ensures that nothing
currently working breaks.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| fbdc98c758d5261d3328b53e29abeac033253358 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fbdc98c758d5261d3328b53e29abeac033253358 | 2013-10-23 22:04:29+02:00 |
mpeg4videodec: check resolution marker bits
Signed-off-by: Michael Niedermayer <[email protected]>
| 06137a496b93230326e62c9c7c220364fa6706df | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/06137a496b93230326e62c9c7c220364fa6706df | 2013-08-11 17:34:29+02:00 |
vc1: check mb_height validity.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 43bacd5b7d3d265a77cd29d8abb131057796aecc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/43bacd5b7d3d265a77cd29d8abb131057796aecc | 2013-08-05 16:24:13+02:00 |
lavu/ripemd: Fully unroll the transform function loops
crypto_bench RIPEMD-160 results using an AMD Athlon X2 7750+, mingw32-w64 GCC 4.8.1 x86_64
Before:
lavu RIPEMD-160 size: 1048576 runs: 1024 time: 12.342 +- 0.199
After:
lavu RIPEMD-160 size: 1048576 runs: 1024 time: 10.143 +- 0.192
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 452ac2aaecf7210a2912d9156869c6314142a794 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/452ac2aaecf7210a2912d9156869c6314142a794 | 2013-09-09 11:18:43+02:00 |
aac: Check init_get_bits return value
Some code paths can call it with invalid length.
CC: [email protected]
| 71953ebcf94fe4ef316cdad1f276089205dd1d65 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/71953ebcf94fe4ef316cdad1f276089205dd1d65 | 2013-08-04 16:05:36+02:00 |
xl: Fix the buffer size check
Also make it the first check.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| f1cb490d6d7391ff7e28cc376908cc98a652228d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f1cb490d6d7391ff7e28cc376908cc98a652228d | 2013-07-28 12:45:05+02:00 |
lclenc: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata
Also check return value.
Signed-off-by: Paul B Mahol <[email protected]>
| 6dbcecd78e022493866fe39e30743284acc550b3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6dbcecd78e022493866fe39e30743284acc550b3 | 2013-07-27 12:02:18+00:00 |
build: Only check FATE dependencies when running FATE tests
Only check dependencies if invoking the make targets 'check'
or anything matching 'fate%' except 'fate-rsync'.
Signed-off-by: Martin Storsjö <[email protected]>
| 37063714c0a064808f9671ec4d376955d664f463 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/37063714c0a064808f9671ec4d376955d664f463 | 2013-07-27 16:50:21+03:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.