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
⌀ |
---|---|---|---|---|---|---|---|
lavc: disable CRC checking by default
| 97de206b44a48da726807cc3e7b9448a8112760b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/97de206b44a48da726807cc3e7b9448a8112760b | 2013-10-28 07:22:43+01:00 |
hevc: Use parsed VUI colorimetry in avcodec
Also limit the parsed VUI values to known valid ones.
Signed-off-by: Vittorio Giovara <[email protected]>
| 885ec9242554ad25922258a595ec5e317922a412 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/885ec9242554ad25922258a595ec5e317922a412 | 2013-11-04 16:03:11+01:00 |
mem: do not check for negative size
size_t is guaranteed to be unsigned
Signed-off-by: Anton Khirnov <[email protected]>
| b284e1ffe343d6697fb950d1ee517bafda8a9844 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b284e1ffe343d6697fb950d1ee517bafda8a9844 | 2013-10-26 09:05:56+02:00 |
swscale/utils: check mprotect() return code
Found-by: wm4
Signed-off-by: Michael Niedermayer <[email protected]>
| eb4205cc89576d15cde6107e0f5dc0fabed29c40 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb4205cc89576d15cde6107e0f5dc0fabed29c40 | 2013-10-23 10:14:05+02:00 |
shorten: Fix out-of-array read
pred_order == FF_ARRAY_ELEMS(fixed_coeffs) is invalid too.
Signed-off-by: Luca Barbato <[email protected]>
| 5f5ada3dbf97e306a74250ba8dcf8619ad59b020 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5f5ada3dbf97e306a74250ba8dcf8619ad59b020 | 2013-10-10 17:52:14+02:00 |
AVOptions: do not range check flag options.
It does not make sense in the vast majority of use cases, no currently
defined AV_OPT_TYPE_FLAGS options in Libav set the range to anything
nontrivial, and many of those get it wrong (the "correct" range is
INT_MIN to INT_MAX so that the builtin constant "all" works).
| 0b357a8095e72b092cc5c2aacc2f806db75ecae3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0b357a8095e72b092cc5c2aacc2f806db75ecae3 | 2013-10-27 21:40:33+01:00 |
jpeg2000: Check block length
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 1018a92219a38a812cf97761c6b3a5e66a400f4b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1018a92219a38a812cf97761c6b3a5e66a400f4b | 2013-10-09 22:25:19+02:00 |
avcodec/dpx: check encoding
Signed-off-by: Michael Niedermayer <[email protected]>
| 23f105a83086efd58f62217bed72370e4835132a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/23f105a83086efd58f62217bed72370e4835132a | 2013-10-05 01:41:44+02:00 |
lavd/pulse_audio_enc: fix error check
Error check should be done by checking negative value, not non-zero.
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Stefano Sabatini <[email protected]>
| f5695926235c9b2a60af07b21c2d6f1db990cc2a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f5695926235c9b2a60af07b21c2d6f1db990cc2a | 2013-10-18 23:59:27+02:00 |
asfdec: Check the return value of asf_read_stream_properties
This makes sure errors in setting stream parameters are passed
on to the caller. This avoids successfully opening files while
some parameters aren't filled in properly.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| cc41167aede4c101ad17eeffa8f39bb6c23d3dad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cc41167aede4c101ad17eeffa8f39bb6c23d3dad | 2013-09-30 10:48:58+03:00 |
avcodec/exif: print bytes and undefined types as scalar lists
This prevents odd characters from ending in the fate test
Signed-off-by: Michael Niedermayer <[email protected]>
| e40c96513efb069fd189beb64a2265971afb410f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e40c96513efb069fd189beb64a2265971afb410f | 2013-09-29 12:19:47+02:00 |
fraps: Make the input buffer size checks more strict
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 3185a80259ce1f8f8111073dbd14a69a396e03a3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3185a80259ce1f8f8111073dbd14a69a396e03a3 | 2013-09-19 22:45:59+03:00 |
qpeg: Add checks for running out of rows in qpeg_decode_inter
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 7a5a55722749a3ab77941914707277b147322cbe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7a5a55722749a3ab77941914707277b147322cbe | 2013-09-19 22:44:39+03:00 |
twinvqdec: Check the ibps parameter separately
This is required, since invalid parameters actually could
pass the switch check below.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| c77d409bf95954aceb762dd800d1ee2868c4b0d4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c77d409bf95954aceb762dd800d1ee2868c4b0d4 | 2013-09-17 23:22:46+03:00 |
avformat/matroskadec: correct spurious keyframe warnings in webm
Minor change to fix for Trac #1003 to avoid squawking about files
with valid keyframes that aren't marked (as opposed to frames that are
marked as keyframes and aren't).
Change correctly surpresses the spurious warnings, while still complaining
about (and handling) the genuinely broken file attached to bug #1003.
Signed-off-by: Michael Niedermayer <[email protected]>
| f6622f9610af513bc3277da09dcd2d9777f00343 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f6622f9610af513bc3277da09dcd2d9777f00343 | 2013-09-20 03:45:02+02:00 |
avpacket: Fix error checking in packet_alloc
Previously the wrong buffer pointer was checked, when buf
instead of *buf was checked. But checking the return value
instead is even better.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 85e8192b8593816c0445411a5bef5fc5363a9b6d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/85e8192b8593816c0445411a5bef5fc5363a9b6d | 2013-09-16 11:22:42+03:00 |
omadec: Properly check lengths before incrementing the position
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 342c43d154e586bc022c86b168fe8d36f69da9d3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/342c43d154e586bc022c86b168fe8d36f69da9d3 | 2013-09-16 11:04:52+03:00 |
movenc: Simplify setting the fragmentation flag
This makes sure the faststart vs fragmentation check works as
intended when fragmentation is enabled due to using the ismv mode.
Signed-off-by: Martin Storsjö <[email protected]>
| bdf990425e2be6912a6d29f032ca558448c8635a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bdf990425e2be6912a6d29f032ca558448c8635a | 2013-09-09 23:58:33+03:00 |
avcodec/asfdec: check return value of av_mallocz()
Signed-off-by: Paul B Mahol <[email protected]>
| 81f231b5c7c94c522561ae148adfda1ee29a2521 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/81f231b5c7c94c522561ae148adfda1ee29a2521 | 2013-09-09 12:09:31+00:00 |
nuv: check ff_rtjpeg_decode_frame_yuv420 return value
CC: [email protected]
| 85ac12587bfef970d0e0e4abc292df346daf8478 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/85ac12587bfef970d0e0e4abc292df346daf8478 | 2013-09-07 11:11:52+02:00 |
lavu/sha512: Fully unroll the transform function loops
crypto_bench SHA-512 results using an AMD Athlon X2 7750+, mingw32-w64 GCC 4.7.3 x86_64
Before:
lavu SHA-512 size: 1048576 runs: 1024 time: 12.737 +- 0.147
After:
lavu SHA-512 size: 1048576 runs: 1024 time: 11.670 +- 0.173
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| bbcaf25d4d2130fa9c34c314628f9fd2f706b61b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bbcaf25d4d2130fa9c34c314628f9fd2f706b61b | 2013-09-11 21:55:59+02:00 |
avcodec/util: Make size argument of ff_alloc_packet2() int64_t
This ensures that huge sizes dont get truncated before the check in ff_alloc_packet2()
Signed-off-by: Michael Niedermayer <[email protected]>
| 9a0e20817aeedbd11fb019e35bae00c2a12cc3e3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a0e20817aeedbd11fb019e35bae00c2a12cc3e3 | 2013-09-09 20:18:54+02:00 |
4xm: Check that the read track value is non-negative
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| d719981273bc779c7d1e879d88404fd867f93a0e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d719981273bc779c7d1e879d88404fd867f93a0e | 2013-09-03 22:57:36+03:00 |
avformat/redspark: check coef_off
Fixes out of array reads
Found-by: Laurent Butti <[email protected]>
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| aadfadd784bb1b50f0fd7444a06b2895c7fe87a3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aadfadd784bb1b50f0fd7444a06b2895c7fe87a3 | 2013-08-23 20:05:35+02:00 |
alac: Check that the channels fit at the given offset
The code tries to decode a number of channels at the
offset given by the ff_alac_channel_layout_offsets table.
Even if the number of channels decoded so far doesn't
exceed the total number of channels, we need to check that
we actually can decode that number of channels at this offset
as well.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 35cbc98b720db95b923cb2d745f77bb2ee4363dc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/35cbc98b720db95b923cb2d745f77bb2ee4363dc | 2013-09-03 22:57:52+03:00 |
swr: clean layouts before checking sanity
Signed-off-by: Michael Niedermayer <[email protected]>
| 6dfffe92004dfd8c79d18791f28a2b1c7e387845 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6dfffe92004dfd8c79d18791f28a2b1c7e387845 | 2013-08-20 16:49:31+02:00 |
avcodec/kmvc: fix MV checks
Fixes Ticket2813
Fixes regression since 70b5583
Signed-off-by: Michael Niedermayer <[email protected]>
| 3cd8aaa2b2e78faf039691e1c31ff4f8d94e3bc6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3cd8aaa2b2e78faf039691e1c31ff4f8d94e3bc6 | 2013-07-29 20:58:20+02:00 |
twinvq: set block align for codecs and use it in size checks
This both allows factoring out size check for both MetaSound and TwinVQ-VQF
decoders and fixes the situation when there are several MetaSound frames
stuffed together (that happens in 8kHz @ 8kbps MetaSound in ASF for example).
| 9e7b62f0fb7462a902330fcc82cf596388f0187b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e7b62f0fb7462a902330fcc82cf596388f0187b | 2013-08-26 09:23:39+02:00 |
8bps: Make the bound-checks consistent
| 6fd221e5f8b0dcd33c249e553ea0be87778f2479 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6fd221e5f8b0dcd33c249e553ea0be87778f2479 | 2013-07-23 23:03:37+02:00 |
yop: check return value of av_frame_alloc()
Signed-off-by: Paul B Mahol <[email protected]>
| 3838637bbb140f793958cc797d33196296533db6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3838637bbb140f793958cc797d33196296533db6 | 2013-07-26 13:51:26+00:00 |
rtpproto: Check for the right feature when reading a sockaddr_in6
Some systems, such as OS/2, define AF_INET6 without a full
implementation.
Signed-off-by: Martin Storsjö <[email protected]>
| c3386bd5b4d3662f94e902a0fe3e9e869e29967d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c3386bd5b4d3662f94e902a0fe3e9e869e29967d | 2013-08-15 10:31:43+03:00 |
indeo: Bound-check before applying transform
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| dc79685195a45c9b8b17d7b93d118e0aefa45462 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc79685195a45c9b8b17d7b93d118e0aefa45462 | 2013-07-13 19:11:18+02:00 |
lavf/matroskaenc: using valid chapter ids
Fixes ticket 2790, by starting the ChapterUIDs in mkv files with 1 instead of a 0.
Signed-off-by: Michael Niedermayer <[email protected]>
| 353f302250fd63a4d01dbdc0b6a5fa6b313ebbb7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/353f302250fd63a4d01dbdc0b6a5fa6b313ebbb7 | 2013-07-18 01:02:31+02:00 |
avcodec/jpeg2000dec: Check Psot
Fixes out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 5deb96c5641c58d4c1a820971347c3f76cc945d4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5deb96c5641c58d4c1a820971347c3f76cc945d4 | 2013-06-14 19:34:00+02:00 |
av_find_stream_info: initialize ret
This should fix hypothetical corner cases where it might have never been initialized before use
Signed-off-by: Michael Niedermayer <[email protected]>
| ccba9535dc3500854f738ea082286f780a22a56f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ccba9535dc3500854f738ea082286f780a22a56f | 2013-07-02 15:07:44+02:00 |
ftp: add invalid code for RETR operation
554 is possible invalid code:
- Restart not valid
- Command terminated due to server shutdown in progress
- etc...
Signed-off-by: Lukasz Marek <[email protected]>
| ff35c7cdfac3a4affa9e98a806281da99f66787f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ff35c7cdfac3a4affa9e98a806281da99f66787f | 2013-06-08 04:17:34+02:00 |
tools/ffeval: Check return value of av_expr_parse_and_eval()
Fixes CID1026745
Signed-off-by: Michael Niedermayer <[email protected]>
| de488525e5932235813e6d5f30a7554bf927a87a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/de488525e5932235813e6d5f30a7554bf927a87a | 2013-06-02 22:48:03+02:00 |
get_qcc: Check compno
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| c59ce1c98e5fdcd3d00fa4980ec8516eb9cad2c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c59ce1c98e5fdcd3d00fa4980ec8516eb9cad2c4 | 2013-06-06 02:26:22+02:00 |
lavfi/tinterlace: remove request frame hack
Signed-off-by: Paul B Mahol <[email protected]>
| 4f8e4b8a54ad0193680e3ef0846f459c633ae760 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4f8e4b8a54ad0193680e3ef0846f459c633ae760 | 2013-05-27 09:55:40+00:00 |
avformat/mov: compute dts_shift with trun cts
Some movies have negative composition time offsets in their trun, causing pts <
dts errors. This patch makes use of dts_shift to handle them.
Signed-off-by: Alexandre Sicard <[email protected]>
| 8912029031d3cf4c42918931104d2ceec21d509a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8912029031d3cf4c42918931104d2ceec21d509a | 2013-06-07 16:30:27+02:00 |
wavpack: Properly check channel index, dont write out of arrays
Signed-off-by: Michael Niedermayer <[email protected]>
| 107e9e44329aeec082740a50f7a0e906d9544292 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/107e9e44329aeec082740a50f7a0e906d9544292 | 2013-05-28 11:02:37+02:00 |
jpeg2000dec: read and check curtileno
Fixes out of array accesses
Code ported from j2kdec
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| fec8783883f789802ba6596ce4c324aa5c040754 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fec8783883f789802ba6596ce4c324aa5c040754 | 2013-05-22 02:29:49+02:00 |
vc1dec: Do not allow field_mode to change after the first header
This fixes out of array accesses.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Martin Storsjö <[email protected]>
| 4162fc62b30d5b57910c17e46f2a9319a09cdae0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4162fc62b30d5b57910c17e46f2a9319a09cdae0 | 2013-05-15 12:13:53+03:00 |
avformat/AVFormatContext: Move fields down to match the fork
avconv uses private and internal fields from libavformat, we thus must
match the layout even of the fields marked non public.
Otherwise ffmpegs libavformat could not be used as a dropin replacement
on debian/ubuntu
The current soname of libavformat was not part of any release nor are any
fields marked public moved thus in theory
no installed shared lib ABI breakage should occur. Still the need for this
change is unfortunate and chilling.
If you installed shared libs from a recent development version of libavformat
that is more recent than the last release. You probably want to check or rebuild
applications that linked to it.
minor versions of avformat & avdevice are bumped to allow detecting this
as both use the updated struct
Signed-off-by: Michael Niedermayer <[email protected]>
| f9d7431272f41288a118799b0e843e98d8c4ea93 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f9d7431272f41288a118799b0e843e98d8c4ea93 | 2013-07-09 19:06:32+02:00 |
lavfi: use ceil right shift for chroma width/height.
This should fix several issues with odd dimensions inputs.
lut, vflip, pad and crop video filters also need to be checked for such
issues. It's possible sws is also affected.
| 50e66726a237e07f6557eaca1da2e9eb18ee7fda | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/50e66726a237e07f6557eaca1da2e9eb18ee7fda | 2013-05-10 17:20:06+02:00 |
lavfi/subtitles: zero-init AVSubtitle.
This avoids invalid free when the stream id doesn't match the packet
stream index.
Ticket #2501
| 035a3792c223d3b2bba79f38049bd6363b2d470d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/035a3792c223d3b2bba79f38049bd6363b2d470d | 2013-04-25 00:56:38+02:00 |
lavf/gif: simplify streams type checking.
| 28f9858c91ffe43609abf5cb6ee91dafae3517fe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/28f9858c91ffe43609abf5cb6ee91dafae3517fe | 2013-04-18 13:40:45+02:00 |
ppc: Move AltiVec utility headers out of AltiVec ifdefs
Now that the headers themselves have ifdef protection this is no
longer necessary and more consistent with normal include handling.
| a053dbfcfb3aca091773c38e82bdd0863216fc7b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a053dbfcfb3aca091773c38e82bdd0863216fc7b | 2013-04-30 12:19:44+02:00 |
avutil/pixdesc: check for component overlap
Signed-off-by: Michael Niedermayer <[email protected]>
| 2d8a3cf4c168d528dfc41baa794d27d48ca4f273 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2d8a3cf4c168d528dfc41baa794d27d48ca4f273 | 2013-04-16 15:10:13+02:00 |
lavf/gif: trim unnecessarily long netscape ext code.
Extension description comments are now placed along the avio calls, the
always defined macro removed, and the always true loop_count check as
well (loop option is bound to 0-65535).
| b7a3f143604c0a81e17caf0b502939d5c0d01f3e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b7a3f143604c0a81e17caf0b502939d5c0d01f3e | 2013-04-18 13:42:14+02:00 |
lavfi/vf_tile: simplify request_frame loop.
| 77fa554b6e083191fab7f6aea596a93f2a389da7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/77fa554b6e083191fab7f6aea596a93f2a389da7 | 2013-04-03 17:44:10+02:00 |
lavfi/anullsrc: add missing checks
| a42d15a3a0efddf693218bc1c94f98f8c48a7469 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a42d15a3a0efddf693218bc1c94f98f8c48a7469 | 2013-03-23 16:53:25+01:00 |
configure: Check for getenv
When targeting the "windows store application" (metro) API subset
(or the windows phone API subset), the getenv function isn't
available. If it is unavailable, just define getenv to NULL.
The check uses check_func_headers, since the function actually
might exist in the libraries, but is hidden in the headers.
The fallback is in config.h since msvc can't do -D defines with
parameters on the command line, and it's used both within the
libraries and the frontend applications (so a libavutil internal
header wouldn't be enough).
Signed-off-by: Martin Storsjö <[email protected]>
| 2cca96e670e78bb19eb0232469d5a27245e18c02 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2cca96e670e78bb19eb0232469d5a27245e18c02 | 2013-05-04 23:58:59+03:00 |
hqdn3d: Fix out of array read in LOWPASS
CC:[email protected]
Signed-off-by: Anton Khirnov <[email protected]>
| 5b3c1aecb253828d09fa9825c5a4aed97badf086 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b3c1aecb253828d09fa9825c5a4aed97badf086 | 2013-03-13 09:14:59+01:00 |
snowdec: fix off by 1 error in dimensions check
fixes infinite loop
Signed-off-by: Michael Niedermayer <[email protected]>
| 2e7bc9c2a1f138d305f111bb07d8b70e494584a8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2e7bc9c2a1f138d305f111bb07d8b70e494584a8 | 2013-03-12 02:42:50+01:00 |
exr: remove superfluous check
get_header_variable_length() already check for
out of array read and returns 0 in such case.
Signed-off-by: Paul B Mahol <[email protected]>
| 7a930f310ad2991eb72eb4271ed2f2e7380ea961 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7a930f310ad2991eb72eb4271ed2f2e7380ea961 | 2013-02-22 18:59:55+00:00 |
atomic: Add include guards to the implementation headers
This makes them pass standalone compilation tests. Previously,
they included atomic.h which included themselves again, leading to
double definitions.
Signed-off-by: Martin Storsjö <[email protected]>
| 2240e92f052960693de55cf4924e80426dfaa965 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2240e92f052960693de55cf4924e80426dfaa965 | 2013-03-08 12:00:06+02:00 |
lavfi/vf_ass: ignore subtitles decoding errors.
A broken packet with invalid data in the middle of the stream
should not prevent from decoding the rest of the file.
Work around trac ticket #2264.
| bb3303b94c1c3f29116d096f5a51c23dbb8f577a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bb3303b94c1c3f29116d096f5a51c23dbb8f577a | 2013-02-14 16:33:53+01:00 |
tiff: Check buffer allocation and pointer increment more carefully in shorts2str() and double2str()
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| e1219cdaf9fb4bc8cea410e1caf802373c1bfe51 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e1219cdaf9fb4bc8cea410e1caf802373c1bfe51 | 2013-02-12 23:49:41+01:00 |
h264: check the pixel format directly and force a reinit on mismatches.
The existing checks are insufficient to detect a pixel format
changes in case of some damaged streams.
Fixes inconsistency and later out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 11c99c78bafa77f679a1a3ba06ad00984b9a4cae | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11c99c78bafa77f679a1a3ba06ad00984b9a4cae | 2013-01-29 04:40:04+01:00 |
lavc/utils: add VP6F hack for setting correct video size in stream
For some obscure reasons avcodec_set_dimensions() resets the width/height
so that the resulting value set in the stream is equal to the
corresponding coded_width/height, which is not the same as the correct
width/height in case of the H.264 and VP6F codecs.
This adds a codec-specific hack for VP6F which disables the call to
avcodec_set_dimensions() in avcodec_open2(), like it is done with H264. A
proper fix needs to be found yet.
Fix trac ticket #1386.
Based on a patch by Michael Niedermayer.
Trolled-By: Daemon404
See thread:
Subject: [FFmpeg-devel] [PATCH] ffprobe: Stash and use width and height before opening the codec
Date: Fri, 1 Mar 2013 10:41:34 -0500
| 33b054986767a76bff64fe3091cca2eea07c27de | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/33b054986767a76bff64fe3091cca2eea07c27de | 2013-03-19 23:28:08+01:00 |
mpegvideo: Increase MAX_MV for HD video
Fixes out of array reads
Found-by: Thierry Foucu
Signed-off-by: Michael Niedermayer <[email protected]>
| 5c6283e5c3bf1f690afcbcc2a75cc1c5f71f6c96 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c6283e5c3bf1f690afcbcc2a75cc1c5f71f6c96 | 2013-01-16 05:51:04+01:00 |
vqavideo: check chunk sizes before reading chunks
Fixes out of array writes
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| ab6c9332bfa1e20127a16392a0b85a4aa4840889 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ab6c9332bfa1e20127a16392a0b85a4aa4840889 | 2013-01-25 06:12:56+01:00 |
lavfi/earwax: remove config_input()
This is wrong function to check for input parameters.
Function is not needed because query_formats() already
sets supported sample rates.
Signed-off-by: Paul B Mahol <[email protected]>
| e65046bf836bd8609f6d3850fff0f0dccafa4d6a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e65046bf836bd8609f6d3850fff0f0dccafa4d6a | 2013-01-24 10:37:44+00:00 |
vc1dec: Fix destination pointers in context for fields
This replaces a large number of checks for the second field by
fixing the pointers when they are setup
This should also fix I/BI field pictures
Changes checksums for vc1_sa10143, the file becomes slightly closer
to what the reference decoder outputs
Based on "vc1dec: the second field is written wrong to the picture"
by Sebastian Sandberg <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 0d194ee51ed477f843900e657a7edbcbecdffa42 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0d194ee51ed477f843900e657a7edbcbecdffa42 | 2013-02-08 00:10:29+01:00 |
dsputil: CONFIG_DWT doesnt exist anymore
place snow dwt init under correct checks
should fix compilation with enable-random
Signed-off-by: Michael Niedermayer <[email protected]>
| aeef76b3837129267d4ffda58e8824497e29e8a8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aeef76b3837129267d4ffda58e8824497e29e8a8 | 2013-01-21 19:09:16+01:00 |
ffmpeg: avoid negative timestamps for DVD
dvdauthor cannot handle files with ts wraps
Fixes ticket383
Signed-off-by: Michael Niedermayer <[email protected]>
| 13131685f18728ba7f1d791b75dd2b4587df3ab1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/13131685f18728ba7f1d791b75dd2b4587df3ab1 | 2013-01-01 04:59:03+01:00 |
lavf: Add functions for SRTP decryption/encryption
This supports the AES_CM_128_HMAC_SHA1_80 and
AES_CM_128_HMAC_SHA1_32 cipher suites (from RFC 4568) at the
moment. The main missing features are replay protection (which can be
added later without changing the internal API), and the F8 and null
ciphers.
Signed-off-by: Martin Storsjö <[email protected]>
| ab2ad8bd56882c0ea160b154e8b836eb71abc49d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ab2ad8bd56882c0ea160b154e8b836eb71abc49d | 2013-01-15 11:54:34+02:00 |
g729dec: check pitch_delay_int.
Fix out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| a974adc3c78c4bcf62dd2a10ff1ae8eae6fa29ef | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a974adc3c78c4bcf62dd2a10ff1ae8eae6fa29ef | 2012-12-14 01:13:21+01:00 |
vp3: integrate clear_blocks with idct of previous block.
This is identical to what e.g. vp8 does, and prevents the function call
overhead (plus dependency on dsputil for this particular function).
Arm asm updated by Janne Grunau <[email protected]>.
Signed-off-by: Janne Grunau <[email protected]>
| aeaf268e52fc11c1f64914a319e0edddf1346d6a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aeaf268e52fc11c1f64914a319e0edddf1346d6a | 2013-01-19 22:04:55-08:00 |
mimic: initialize padding of swap_buf through av_fast_padded_malloc
| c15fea7933b3801962851a37c3ef00ce968431c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c15fea7933b3801962851a37c3ef00ce968431c4 | 2012-12-05 00:02:44+01:00 |
ac3dec: fix out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 2fb240ddb6963257c57394dd0d35d1a41ba517d7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2fb240ddb6963257c57394dd0d35d1a41ba517d7 | 2012-12-12 01:22:09+01:00 |
mpegts_set_stream_info: remove unneeded codec id check
Signed-off-by: Michael Niedermayer <[email protected]>
| 8897b5aa4c09906e4d43157fdcd7042f47fe15cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8897b5aa4c09906e4d43157fdcd7042f47fe15cf | 2012-12-03 17:29:56+01:00 |
x86inc: support stack mem allocation and re-alignment in PROLOGUE.
Use this in VP8/H264-8bit loopfilter functions so they can be used if
there is no aligned stack (e.g. MSVC 32bit or ICC 10.x).
Signed-off-by: Michael Niedermayer <[email protected]>
| ce58642ed0d6dade63ff1b2467aa573e97c0cc91 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce58642ed0d6dade63ff1b2467aa573e97c0cc91 | 2012-12-12 10:37:52+01:00 |
smacker: more complete vlc length check, fixes out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 2c69fcc2ffe671649e56dc981e9f4cd9d46a61be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2c69fcc2ffe671649e56dc981e9f4cd9d46a61be | 2012-11-30 16:14:18+01:00 |
mpegts: prevent freeing ones own section in pat_cb
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| eab022d863c8505ce7786c82f0e0c3a8f4eeb4bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eab022d863c8505ce7786c82f0e0c3a8f4eeb4bd | 2012-11-13 21:45:53+01:00 |
pnm: remove duplicated check for maxval > 255
Signed-off-by: Paul B Mahol <[email protected]>
| ae5ecb8e60ad888f94a0792c681dca8916c127bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ae5ecb8e60ad888f94a0792c681dca8916c127bf | 2012-11-04 23:33:17+00:00 |
atrac3dec: Check coding mode against channels.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 13451f5520ce6b0afde861b2285dda659f8d4fb4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/13451f5520ce6b0afde861b2285dda659f8d4fb4 | 2012-11-09 13:26:20+01:00 |
atrac3: initialize static tables in AVCodec.init_static_data()
| 5d1007f74dd496d54b932242004382f44e3b22b4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5d1007f74dd496d54b932242004382f44e3b22b4 | 2012-10-22 10:10:08-04:00 |
ffplay: check for buffersink_params allocation success
Signed-off-by: Marton Balint <[email protected]>
| afd9e705dea7f61eca49dec1fbe46073f00a43ae | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/afd9e705dea7f61eca49dec1fbe46073f00a43ae | 2012-11-01 15:46:18+01:00 |
qt-faststart: check fseeko() return codes
Fixes CID733725
Signed-off-by: Michael Niedermayer <[email protected]>
| 0de41ead6f9034e0a834abe51028a02aee094990 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0de41ead6f9034e0a834abe51028a02aee094990 | 2012-10-22 22:42:51+02:00 |
configure: check for mprotect
Signed-off-by: Mans Rullgard <[email protected]>
| e98b02de5f925a76bfa70ca16388b87da804baa3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e98b02de5f925a76bfa70ca16388b87da804baa3 | 2012-10-15 02:39:49+01:00 |
mpegvideo: check return value of ff_MPV_common_init()
Fixes CID703621
Signed-off-by: Michael Niedermayer <[email protected]>
| f4d73f0fb55e0b5931c859ddb4d2d1617b60d560 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f4d73f0fb55e0b5931c859ddb4d2d1617b60d560 | 2012-10-14 00:08:44+02:00 |
aacsbr: change order of operation to prevent out of array read
Fixes CID732250
Signed-off-by: Michael Niedermayer <[email protected]>
| c2340831b8e9032716acb0aab4893d3cc500213a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c2340831b8e9032716acb0aab4893d3cc500213a | 2012-10-13 00:31:21+02:00 |
hls: Disable http seekability probing
Some HLS servers return 403 when the Range header is present. Disabling http
seekability probing prevents the header from being added.
Signed-off-by: Michael Niedermayer <[email protected]>
| 5cdd3b995c9dd79ab6ab852a27e75a21c0eb4f5f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5cdd3b995c9dd79ab6ab852a27e75a21c0eb4f5f | 2012-10-05 05:15:55+02:00 |
Check for resync marker based on vop coding type- vop_fcode_forward and vop_fcode_backward L
Signed-off-by: Michael Niedermayer <[email protected]>
| 8d2e0e2c7058a3eaf7f45d740be6e93972bbfd68 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8d2e0e2c7058a3eaf7f45d740be6e93972bbfd68 | 2012-10-09 16:48:51+02:00 |
Silence warning C4554 when compiling with msvc.
warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedence
Reviewed-by: Derek Buitenhuis
| 9e208ce6dd94596b4185a93af4aab3dcd28eb5b7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e208ce6dd94596b4185a93af4aab3dcd28eb5b7 | 2012-09-18 18:38:16+02:00 |
lavf/oggdec: simplify destroying streams with chained audio streams.
nstreams is assumed to be 1 at that point, so the loop is pointless.
| edca80387c70d273b2ae8e8a61a83d25378b4e16 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/edca80387c70d273b2ae8e8a61a83d25378b4e16 | 2012-09-16 16:52:06+02:00 |
lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxy
| 3634441452f4261a0f60043a234233de6a2c18ef | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3634441452f4261a0f60043a234233de6a2c18ef | 2012-09-09 11:21:45+02:00 |
lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heuristic.
At the moment, the moov header is written at the end of the file, so we
can use the current offset (which focus on the end of the mdat already
written) to guess if 64-bits offset will be required or not.
Though, the next commits will make possible the writing of this table at
the beginning, so this heuristic can't work. As a consequence, we check
all the values within the potential offset table for any value >
32-bits.
| f379a108a45a800bff059034f939224e4535a8e7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f379a108a45a800bff059034f939224e4535a8e7 | 2012-09-27 08:59:36+02:00 |
lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.
Signed-off-by: Martin Storsjö <[email protected]>
| 4fa661a857f16d4afd322920442b075c2a84ec4c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4fa661a857f16d4afd322920442b075c2a84ec4c | 2012-09-05 17:07:30+03:00 |
vda: fix make checkheaders.
Signed-off-by: Michael Niedermayer <[email protected]>
| 0e05908c954ff64ef2fcb2a97ed083bc285282c1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0e05908c954ff64ef2fcb2a97ed083bc285282c1 | 2012-08-14 14:16:14+02:00 |
aasc: fix out of array write
Closes #1619.
Signed-off-by: Paul B Mahol <[email protected]>
| 8a57ca5c6a1c0ad28afa7ea6f824981e6761cce1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a57ca5c6a1c0ad28afa7ea6f824981e6761cce1 | 2012-08-09 00:02:05+00:00 |
ffprobe: kill initializers with nested union field definition
The c99-to-c89 converter (for MSVC support) doesn't currently handle
designated initializers or compound literals with nested unions or
structs.
This is apparently the only place where this construct is used in the
FFmpeg codebase.
| 8d0e871f2543e7809a18b64a8181beff5f885d32 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8d0e871f2543e7809a18b64a8181beff5f885d32 | 2012-09-14 10:47:08+02:00 |
lavf/mxfenc: simplify frame rate checks.
| aad737c669b9f0d5c58cafce8a8dd97b69ad266b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aad737c669b9f0d5c58cafce8a8dd97b69ad266b | 2012-08-08 09:11:25+02:00 |
pktdumper: Use sizeof(variable) instead of the direct buffer length
Also change the snprintf size to use the full buffer, since
snprintf always null-terminates the buffer.
Signed-off-by: Martin Storsjö <[email protected]>
| 372de27df78b85976991bfe321a43b62b8505276 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/372de27df78b85976991bfe321a43b62b8505276 | 2012-08-31 00:44:21+03:00 |
nuv: Fix playback of RTjpeg from current MythTV,
The previous validity check seems to work only for some
(presumably older) files, in current versions the first bytes
now contain the data size.
Signed-off-by: Reimar Döffinger <[email protected]>
| 98b0120668a87837475cc9991eb627165bc28508 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/98b0120668a87837475cc9991eb627165bc28508 | 2012-08-01 19:35:58+02:00 |
mpeg12dec: move checks out of decode picture coding extension.
Fixes out of array reads
Fixes Ticket1330
Signed-off-by: Michael Niedermayer <[email protected]>
| 2f6f2f4f73c068979829e785d08cb1dd345c7fc8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2f6f2f4f73c068979829e785d08cb1dd345c7fc8 | 2012-08-07 17:59:19+02:00 |
buffersrc: check ff_get_audio_buffer() for errors.
| a8a2271fe0bda50a573cdd287bf644ecff1a61c9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a8a2271fe0bda50a573cdd287bf644ecff1a61c9 | 2012-07-22 09:14:05+02:00 |
h264: convert loop filter strength dsp function to yasm.
This completes the conversion of h264dsp to yasm; note that h264 also
uses some dsputil functions, most notably qpel. Performance-wise, the
yasm-version is ~10 cycles faster (182->172) on x86-64, and ~8 cycles
faster (201->193) on x86-32.
| b829b4ce29185625ab8cbcf0ce7a83cf8181ac3b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b829b4ce29185625ab8cbcf0ce7a83cf8181ac3b | 2012-07-30 19:39:47-07:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.