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
⌀ |
---|---|---|---|---|---|---|---|
doc/ffprobe.xsd: add build_date and build_time as optional attributes
This partly undoes 7b35a01.
The intent of patch 7b35a01 was to no longer use build_date and
build_time as attributes of programVersion, but the patch also had the
effect of making all records generated with an earlier ffprobe build with
build_date and build_time as invalid.
This patch puts the two attributes back but without mandating their use,
thus older ffprobe records as backwards compatible with the current
schema and their use is no longer required.
Signed-off-by: Stefano Sabatini <[email protected]>
| 6d787aea96d4bfa441d1c3251dfaff7ef2bcb74b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6d787aea96d4bfa441d1c3251dfaff7ef2bcb74b | 2015-05-13 12:35:16+02:00 |
avcodec/ituh263dec: Use check_marker()
Signed-off-by: Michael Niedermayer <[email protected]>
| fbdaebb29861d32acc93fa55fd13554a2ae32eb4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fbdaebb29861d32acc93fa55fd13554a2ae32eb4 | 2015-04-15 03:22:27+02:00 |
avformat/mp3dec: fix gapless audio when seeking in CBR mode
Removing a bunch of questionable hacks makes it work. These hacks
apparently try to make concatenated mp3s with Lame headers seekable,
which doesn't make too much sense anyway. The main change is that we
trust the Xing header file size field now (the same field is used for
seeking with Xing TOC). Note that a mp3 might contain an unknown number
of unsupported additional tags, so we can't reliably compute this size
manually.
Signed-off-by: Michael Niedermayer <[email protected]>
| 92eef26e67ea8d2265854594344f8db17b9ce299 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/92eef26e67ea8d2265854594344f8db17b9ce299 | 2015-04-17 17:48:22+02:00 |
avcodec/mpeg12dec: Use check_marker()
Signed-off-by: Michael Niedermayer <[email protected]>
| 37d93fdbf0fec0eac885974c01fba99826ae7763 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/37d93fdbf0fec0eac885974c01fba99826ae7763 | 2015-04-14 15:30:39+02:00 |
ffv1: Check memory allocations
Signed-off-by: Diego Biurrun <[email protected]>
| 73dacabfc9b9ef1fd2c08105fdab6238ee29c2fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/73dacabfc9b9ef1fd2c08105fdab6238ee29c2fc | 2015-04-13 17:51:31+02:00 |
postproc/postprocess_template: split 2nd blockgroup loop out
Signed-off-by: Michael Niedermayer <[email protected]>
| 83020f8978295bdb1cc4e33e9330220b57599988 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/83020f8978295bdb1cc4e33e9330220b57599988 | 2015-03-23 00:41:41+01:00 |
libtheora: Check frame allocation
| 17c45d4d056d0e10ecb88b424ec9e68be398da5e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/17c45d4d056d0e10ecb88b424ec9e68be398da5e | 2015-03-12 15:29:59+00:00 |
rtsp: Don't warn about unparsed time ranges
This removes the error logging added in 4e54432164.
This avoids warnings about "Invalid interval start specification 'now'"
for live rtsp streams.
We only try to parse some of the many valid values for time ranges
in RTSP - the other ones are fully valid but not interesting for the
use case in rtsp.c, so we shouldn't warn about them.
(Parsing the time ranges is needed to allow seeking, but e.g. setting
the current realtime clock for the start time doesn't make sense.
av_parse_time has got a different mode for parsing absolute times
as well, which can handle the special case "now", but that doesn't
make much sense for this particular use in rtsp.c.)
Signed-off-by: Martin Storsjö <[email protected]>
| eb7ddb5066843ab16caf33b05eafb2576648b797 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb7ddb5066843ab16caf33b05eafb2576648b797 | 2015-04-23 23:20:02+03:00 |
avcodec/tiff: move bpp check to after "end:"
This ensures that all current and future code-pathes get bpp checked
Signed-off-by: Michael Niedermayer <[email protected]>
| d5e9fc782150d4596c72440a0aa02b7f4f1254b1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d5e9fc782150d4596c72440a0aa02b7f4f1254b1 | 2015-03-08 23:36:46+01:00 |
avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_formats_ref()
Also make sure the allocation and its check are properly done.
| f861d9b2c64752b134d49cb9e790b77221c381c1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f861d9b2c64752b134d49cb9e790b77221c381c1 | 2015-03-16 23:43:12+01:00 |
rtpdec: Remove unnecessary checks
The free function of a depacketizer won't be called if data is NULL.
Signed-off-by: Martin Storsjö <[email protected]>
| 12251f997bbc0abb93be39c51021e6d404ca385f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/12251f997bbc0abb93be39c51021e6d404ca385f | 2015-02-24 23:07:14+02:00 |
matroskaenc: Also validate chapter end time
This prevents it to be written as unsigned. Also add an error message.
CC: [email protected]
Bug-Id: CID 1265717
| 9f25a109922da43c1f81273a431d3b40cb5a785a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9f25a109922da43c1f81273a431d3b40cb5a785a | 2015-03-09 12:57:19+00:00 |
rtpdec: fix issue with conversion from unsigned to signed
When receiving an RTCP packet, the difference between the last RTCP
timestamp and the base timestamp may be negative. As these timestamps
are of the uint32_t type, the result becomes a large integer. Cast
the difference to int32_t to avoid this issue.
The result of this issue is very large start times for RTSP
streams, and difficulty to restart correctly after a pause.
Signed-off-by: Gilles Chanteperdrix <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
| 1ec28a66f2c853a7e4aeb21495c0b4d9478f17db | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1ec28a66f2c853a7e4aeb21495c0b4d9478f17db | 2015-02-21 23:37:15+02:00 |
avutil/log: add () to protect the argument of AV_LOG_C()
Signed-off-by: Michael Niedermayer <[email protected]>
| 61eb602d27af68ae79af13286a16810663f82b9c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/61eb602d27af68ae79af13286a16810663f82b9c | 2015-02-17 00:04:22+01:00 |
avcodec/vp56: Add () to protect TRANSPOSE()s arguments
Signed-off-by: Michael Niedermayer <[email protected]>
| 03dab49a1267630375c4fc15dec1136814b1f117 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/03dab49a1267630375c4fc15dec1136814b1f117 | 2015-02-17 19:13:26+01:00 |
bsf: check memory allocations
| 8a9641a652ed1546fedfda22584f79d3d423096e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a9641a652ed1546fedfda22584f79d3d423096e | 2015-01-15 01:25:16+01:00 |
avfilter/vf_blend: Fix AVClass
Fixes infinite loop
Signed-off-by: Michael Niedermayer <[email protected]>
| ed96830afc05fb917443da09bec881f61e57003d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed96830afc05fb917443da09bec881f61e57003d | 2014-12-27 19:01:07+01:00 |
avfilter/vf_fspp: add missing inline asm guards
| b94e85453e900b056dde1be6050c13ed69bbbd5d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b94e85453e900b056dde1be6050c13ed69bbbd5d | 2014-12-24 15:44:06-03:00 |
mem: fix pointer pointer aliasing violations
This uses explicit memory copying to read and write pointer to pointers
of arbitrary object types. This works provided that the architecture
uses the same representation for all pointer types (the previous code
made that assumption already anyway).
Signed-off-by: Luca Barbato <[email protected]>
| 60392480181f24ebf3ab48d8ac3614705de90152 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/60392480181f24ebf3ab48d8ac3614705de90152 | 2015-02-01 02:28:40+01:00 |
check memory errors from av_strdup()
| b1306823d0b3ae998c8e10ad832004eb13bdd93e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b1306823d0b3ae998c8e10ad832004eb13bdd93e | 2014-12-18 23:27:14+01:00 |
lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frame
if the openjpeg parameter tcp_rates is not 0 ( using the ffmpeg compression_level option )
every 2nd image per thread is badly encoded. By moving the opj_setup_encoder function from
libopenjpeg_encode_init to libopenjpeg_encode_frame this can be prevented.
This fixes ticket #3754.
Signed-off-by: Jean First <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 1f13348f7d1049fe9be2897d8cd88024db233bda | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1f13348f7d1049fe9be2897d8cd88024db233bda | 2015-01-24 00:40:08+01:00 |
dashenc: Write segment timelines properly if the timeline has gaps
Write a new start time if the duration of the previous segment
didn't match the start of the next one. Check that segments
actually are continuous before writing a repeat count.
This makes sure timestamps deduced from the timeline actually
match the real start timestamp as written in filenames (if
using a template containing $Time$).
Signed-off-by: Martin Storsjö <[email protected]>
| 2f628d5943c12389c07d652d23d3916997f9f0f6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2f628d5943c12389c07d652d23d3916997f9f0f6 | 2014-12-17 09:42:30+02:00 |
avcodec/rawdec: Check the return code of avpicture_get_size()
Fixes out of array access
Fixes: asan_heap-oob_22388d0_3435_cov_3297128910_small_roll5_FlashCine1.cine
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 1d3a3b9f8907625b361420d48fe05716859620ff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1d3a3b9f8907625b361420d48fe05716859620ff | 2014-11-26 19:01:17+01:00 |
rtpproto: Fix the input RTP data format check
Only the upper 2 bits of the first byte are known to be
a fixed value.
The lower bits in the first byte of a RTP packet could be set
if the input is from another RTP packetizers than libavformat's,
but for RTCP packets, they would also be set when sending RTCP RR
packets, triggering false warnings about incorrect input format
to the protocol.
Signed-off-by: Martin Storsjö <[email protected]>
| 95d880fa6436f3b557a9c060428a04b9e4d552df | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/95d880fa6436f3b557a9c060428a04b9e4d552df | 2014-12-09 23:59:14+02:00 |
movenc: Expose the fragment index as an avoption
This allows setting the right fragment number if doing
random-access writing of fragments, and also allows reading the
current sequence number.
Signed-off-by: Martin Storsjö <[email protected]>
| 234fb81e3145e9c9aec4ec16266676fab7dc21fa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/234fb81e3145e9c9aec4ec16266676fab7dc21fa | 2014-11-26 09:58:13+02:00 |
vp7: fix checking vp7_feature_value_size()
CC: [email protected]
Bug-Id: CID 1197061
| 29234f56818135faf2f1868ab324c073abd28fbd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/29234f56818135faf2f1868ab324c073abd28fbd | 2014-11-13 01:41:25+01:00 |
configure: add optional pkg-config helper and use it.
The require variant dies if the package is not present.
The check variant does not import the flags to the used list.
The new variant imports the flags if the package is present
but does not die if it is not.
The new call graph is: require -> use -> check.
Use use_pkg_config for libx264 and libsmbclient: more readable
and three external call less per library.
| cfcaf6b38e39ed6e788abb1a5a44f23660dce2f6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cfcaf6b38e39ed6e788abb1a5a44f23660dce2f6 | 2014-12-02 18:43:48+01:00 |
ffserver_config: improve error handling
Replace atoi with more advanced parsing routine.
Set maximum port value to 65535 (not 65536).
Other checks.
Signed-off-by: Lukasz Marek <[email protected]>
| 2121e3e1306181acc39316639bb731919af5bab7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2121e3e1306181acc39316639bb731919af5bab7 | 2014-11-02 23:44:22+01:00 |
mov: fix assigment check
CC: [email protected]
Bug-Id: CID 1197050
| 50dbe6b3544fa64d5611e16553bf542fd71276b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/50dbe6b3544fa64d5611e16553bf542fd71276b8 | 2014-10-24 23:48:57+01:00 |
mp3enc: write full LAME frame
Most importantly, it contains the encoder delay and replaygain info.
| ef363ebd596da18f889a7d4845023a23dfac84c9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ef363ebd596da18f889a7d4845023a23dfac84c9 | 2014-10-24 09:03:16+02:00 |
rmdec: check av_new_packet return value
CC: [email protected]
Bug-Id: CID 733714
| 7207dd8f829baee58b4df6c97c19ffde77039e8d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7207dd8f829baee58b4df6c97c19ffde77039e8d | 2014-10-21 14:37:48+01:00 |
avcodec/hevc_ps: Check default display window bitstream and skip if invalid
Fixes Ticket4035
Signed-off-by: Michael Niedermayer <[email protected]>
| 852aaead1fc294bcb63a1f9e384e781f6e51ded6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/852aaead1fc294bcb63a1f9e384e781f6e51ded6 | 2014-10-27 14:03:09+01:00 |
avprobe: Remove a pointless check
The element is always valid.
CC: [email protected]
Bug-Id: CID 732276
| aeb23fc4549a25ef32ff085d2a76227f90caf403 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aeb23fc4549a25ef32ff085d2a76227f90caf403 | 2014-10-17 09:55:46+01:00 |
avcodec/cook: check that the subpacket sizes fit in block_align
Fixes out of array read
Fixes: asan_heap-oob_fb5c50_19_018.rmvb
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 10e32618acce9c3fc64c061eb7907e8a8d2749ae | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/10e32618acce9c3fc64c061eb7907e8a8d2749ae | 2014-10-30 16:54:17+01:00 |
configure: fix check_cmd in check_host_cpp
Use correct cpp and c flags variables for the host libc.
Signed-off-by: Jörg Krause <[email protected]>
Reviewed-by: Benoit Fouet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 453944cc77b9ea27c74011eb7c0e20c887b321cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/453944cc77b9ea27c74011eb7c0e20c887b321cf | 2014-09-11 18:42:23+02:00 |
hevc: reuse edge emu buffer for coefficients
Kind of hackish but...
Reviewed-by: Mickael Raulet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 9a3653c9ecc4bbbbb502513a70bccd4090ed12b0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a3653c9ecc4bbbbb502513a70bccd4090ed12b0 | 2014-10-01 12:12:28+02:00 |
avcodec/h264: Check mode before considering mixed mode intra prediction
Fixes out of array read
Fixes: asan_heap-oob_e476fc_2_asan_heap-oob_1333ec6_61_CAMACI3_Sony_C.jsv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 9734a7a1de3043f012ad0f1ef11027d9488067e6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9734a7a1de3043f012ad0f1ef11027d9488067e6 | 2014-10-04 14:53:13+02:00 |
avformat/nutdec: always initialize event_flags
Fixes: CID1231990
Signed-off-by: Michael Niedermayer <[email protected]>
| 05dd5368a92718f3a25f97f4697acffbabc7458f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/05dd5368a92718f3a25f97f4697acffbabc7458f | 2014-08-20 16:45:08+02:00 |
avcodec/iff: check pixfmt for rgb8 / rgbn
Fixes out of array access
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 3539d6c63a16e1b2874bb037a86f317449c58770 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3539d6c63a16e1b2874bb037a86f317449c58770 | 2014-08-10 22:05:55+02:00 |
configure: Only run gas checks on ARM and PowerPC
Standalone GNU assembly is not used on x86.
| 444c73583d2848a542330c03949e1f933ac68f53 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/444c73583d2848a542330c03949e1f933ac68f53 | 2014-08-08 05:30:32-07:00 |
hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()
It makes no sense and cannot happen in any place from which this
function is called.
| 52a2c17ec006282f388071a831dfb21288611253 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/52a2c17ec006282f388071a831dfb21288611253 | 2014-08-09 16:15:38+00:00 |
mpeg4video: Initialize xvididct for all threads
Signed-off-by: Diego Biurrun <[email protected]>
| f89d76c10355242c39b08f253c1d1524f45ef778 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f89d76c10355242c39b08f253c1d1524f45ef778 | 2014-08-03 15:18:58-07:00 |
avcodec/dvdsub_parser: never return 0 when the input isnt 0
Fixes a infinite loop
Fixes Ticket3804
Signed-off-by: Michael Niedermayer <[email protected]>
| cfdb30d2f1241de9354a8efdbf8252d0f1a6f933 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cfdb30d2f1241de9354a8efdbf8252d0f1a6f933 | 2014-08-02 00:27:23+02:00 |
avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_frame_size_change()
The function otherwise would initialize the context without setting context_initialized
alternatively we could set context_initialized
Fixes valgrind anomalies related to ticket 3928
Signed-off-by: Michael Niedermayer <[email protected]>
| 0d0f7f0ba43f64312ae4a05d97afecf1b7b1330c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0d0f7f0ba43f64312ae4a05d97afecf1b7b1330c | 2014-09-07 13:26:22+02:00 |
avcodec/proresenc_anatoliy: check against maximum dimensions
Signed-off-by: Michael Niedermayer <[email protected]>
| 7cb8f7ded418f5388cc38512d1af96fd1d251cf2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7cb8f7ded418f5388cc38512d1af96fd1d251cf2 | 2014-07-08 18:03:11+02:00 |
avcodec/hevc: check slice_header_extension data length
Signed-off-by: Michael Niedermayer <[email protected]>
| 5d88e40093ffc9ed3d643516b4502edfe12d7756 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5d88e40093ffc9ed3d643516b4502edfe12d7756 | 2014-07-12 07:46:07+02:00 |
avcodec/roqvideoenc: fix infinite lambda increasing loop
The threshold was choosen so that no further size decrease happened with larger lambda
with the test video.
Signed-off-by: Michael Niedermayer <[email protected]>
| fe4c76b3d09fb1d93efd438fac35ef16324d40cb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fe4c76b3d09fb1d93efd438fac35ef16324d40cb | 2014-07-08 17:09:56+02:00 |
configure: remove superfluous check for AVX/FMA3 support in Yasm
The minimum Yasm/NASM version required to compile ffmpeg supports both
instruction sets
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| e93028790087e632569e94f193b333073a67cf14 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e93028790087e632569e94f193b333073a67cf14 | 2014-06-20 15:53:58+02:00 |
fate: support testing of release branches
Adding 'branch=release/10' to the fate config file will check the
release/10 branch instead of master. If no branch is specified it will
use 'master' so that existing config are still valid.
The server side changes are already deployed, see
https://fate.libav.org/v10/ for an example. The server supports only the
release/* branches.
The server enforces that a single slot tests always the same branch.
Please append "-v$RELEASE" to the slot of release branch configs or make
the slot otherwise unique.
A different fate samples dir is needed for each release branch. make
fate-rsync has the correct URL in each branch.
| 42eb9154a83e9a7aedb1168b2f1112af765cf2b5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/42eb9154a83e9a7aedb1168b2f1112af765cf2b5 | 2014-07-27 14:41:09+02:00 |
hevc: SSE2 and SSSE3 loop filters
Additional contributions by James Almer <[email protected]>,
Carl Eugen Hoyos <[email protected]>, Fiona Glaser <[email protected]> and
Anton Khirnov <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
| 1a880b2fb8456ce68eefe5902bac95fea1e6a72d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1a880b2fb8456ce68eefe5902bac95fea1e6a72d | 2014-07-26 15:01:01+00:00 |
ffmpeg: prevent pts < dts to be passed through to the muxer on stream copy
Fixes Ticket3658
Signed-off-by: Michael Niedermayer <[email protected]>
| 27856b2fe9cdbcf48ad996647cb104667b373fa4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27856b2fe9cdbcf48ad996647cb104667b373fa4 | 2014-06-05 18:37:32+02:00 |
avcodec/h264_slice: support skipping loop filtering for non key frames
Signed-off-by: Michael Niedermayer <[email protected]>
| 9025072e6c25ffd4507f0268b53743f9c4d52cd6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9025072e6c25ffd4507f0268b53743f9c4d52cd6 | 2014-06-16 13:18:55+02:00 |
ffmpeg: fix check for muxing overhead being unknown
Signed-off-by: Michael Niedermayer <[email protected]>
| b3f461508176236bd9d7c2762fd70e339b1494f8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b3f461508176236bd9d7c2762fd70e339b1494f8 | 2014-05-29 23:39:54+02:00 |
rdt: check malloc calls
Signed-off-by: Anton Khirnov <[email protected]>
| 8692e6284f5169257a537c8fc25addf32fc67c87 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8692e6284f5169257a537c8fc25addf32fc67c87 | 2014-05-24 07:51:12+02:00 |
avcodec/asvenc: dont use a negative global_quality
Signed-off-by: Michael Niedermayer <[email protected]>
| ddeb58b90c41d1eea21122f30c9d78b30744ea88 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ddeb58b90c41d1eea21122f30c9d78b30744ea88 | 2014-05-24 20:33:49+02:00 |
a64: check that extradata exists before reading from it
| 3ef6c5264b2590781b4ed556443ff49709dd45fb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ef6c5264b2590781b4ed556443ff49709dd45fb | 2014-05-18 10:20:19+02:00 |
mux: drop one of the hacks comprising compute_pkt_fields2()
All encoders should output proper timestamps now.
| ed7922faac4ea4c893efc3cdf8102ebc49fcc011 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed7922faac4ea4c893efc3cdf8102ebc49fcc011 | 2014-05-19 07:14:18+02:00 |
avfilter/phase: make the main loop readable.
| 5623a10526ffa45ac2785bcfd3edba0d4382b2bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5623a10526ffa45ac2785bcfd3edba0d4382b2bc | 2014-05-08 23:58:34+02:00 |
avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of setting it
The value is already copied in the generic code so it should always match
Signed-off-by: Michael Niedermayer <[email protected]>
| 97f856a4c27129f99f2c7a41f7eb33a0d86917f8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/97f856a4c27129f99f2c7a41f7eb33a0d86917f8 | 2014-05-15 19:41:38+02:00 |
avcodec/libmp3lame: do not attempt to flush lame if no data was input
this prevents the creation of a packet even though no single sample has ever
been input, which some confusion in the timestamp generation
Signed-off-by: Michael Niedermayer <[email protected]>
| ebbc33a42d1d2f3a9b43444d66416284630bf2f4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ebbc33a42d1d2f3a9b43444d66416284630bf2f4 | 2014-05-19 17:37:26+02:00 |
configure: rework dxva in avconv handling
Move the dxva check after the dependencies have been detected, make sure
the ole32 library exists.
Fixes build on non-Windows.
| a61c2115fb936d50b8b0328d00562fe529a7c46a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a61c2115fb936d50b8b0328d00562fe529a7c46a | 2014-04-28 23:02:56+02:00 |
avcodec/fic: Fix return value check
Fixes part of Ticket3466
Found-by: Andrey_Karpov / PVS-Studio
Signed-off-by: Michael Niedermayer <[email protected]>
| 230db1426d127a25c03b457fec25900653de2721 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/230db1426d127a25c03b457fec25900653de2721 | 2014-04-16 02:32:37+02:00 |
x86/synth_filter: remove the main loop when it's not needed
Signed-off-by: Michael Niedermayer <[email protected]>
| dfd865e51b890d9be394804bccddf55198f4a251 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dfd865e51b890d9be394804bccddf55198f4a251 | 2014-04-04 22:35:45+02:00 |
movenc: allow override of "writing application" tag
Signed-off-by: Tim Walker <[email protected]>
CC: [email protected]
| 565e0c6d866ce08d4b06427456d3d1f4fd856e9c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/565e0c6d866ce08d4b06427456d3d1f4fd856e9c | 2014-03-08 18:59:35+01:00 |
mpegts: use goto out instead of break on truncated or invalid pmt tables
Signed-off-by: Marton Balint <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| d08bb065f2acad0f77c53dacfb25c2885d8cc864 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d08bb065f2acad0f77c53dacfb25c2885d8cc864 | 2014-03-05 02:28:25+01:00 |
x86: dca: Add missing multiple inclusion guards
| b23bc95920e2f10b9621857e829c45b064f356c0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b23bc95920e2f10b9621857e829c45b064f356c0 | 2014-02-19 10:19:15+01:00 |
avformat/hls: properly take stream_index into account when seeking
Properly take stream_index into account so that a keyframe will be
looked for in the specified stream_index only.
Similarly, only check timestamp validity against the specified
stream_index.
Also remove code for stream_index == -1 case which does not actually
happen as it is handled by generic code.
This is based on an initial patch by James Deng.
Signed-off-by: Anssi Hannula <[email protected]>
| 9aa0606e87a221eba935ed675c1cd5ca94832e28 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9aa0606e87a221eba935ed675c1cd5ca94832e28 | 2014-04-06 17:55:04+03:00 |
x86: add missing XOP checks and macros
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 6c12b1de064d2604d19cb4c238a788cfed9679ac | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c12b1de064d2604d19cb4c238a788cfed9679ac | 2014-02-11 03:46:52+01:00 |
avcodec/vc1: Check bfraction_lut_index
Fixes: out of array read
Fixes: asan_static-oob_1b40507_2849_SA10143.vc1
Fixes: asan_static-oob_1b40a15_2849_cov_1182297305_SA10143.vc1
Fixes: asan_static-oob_1b40f15_2849_cov_2159513432_SA10143.vc1
Fixes: asan_static-oob_1b40f15_2849_cov_3230311510_SA10143.vc1
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| dcf5bfbdb6137ffdca66e0b7c2929ced42732951 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dcf5bfbdb6137ffdca66e0b7c2929ced42732951 | 2014-02-01 17:10:48+01:00 |
configure: Remove dcbzl check for e500v1 and e500v2 architectures
The DCBZL instruction is not available for the e500v1 and e500v2
architectures, but may still be recognized by the toolchain, so we need to
remove the test for it explicitly for these architectures.
References: PowerPC™ e500 Core Family Reference Manual (Freescale)
Found-by: Ståle Kristoffersen <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| d5733936d857ce5c7d28c0bc9e89a2e2548f8895 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d5733936d857ce5c7d28c0bc9e89a2e2548f8895 | 2014-02-06 22:31:43+01:00 |
avcodec/rv30: check rpr before use against maximum
Signed-off-by: Michael Niedermayer <[email protected]>
| d08c6e1101aa3f59d819f5c4aeef2d298e1b785c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d08c6e1101aa3f59d819f5c4aeef2d298e1b785c | 2014-01-04 04:17:15+01:00 |
swscale/utils: check chroma width for fast bilinear scaler
Fixes artifacts where fast bilinear was used for downscaling chroma
Signed-off-by: Michael Niedermayer <[email protected]>
| 037fc3b054b10aee0f11fdbe835e5dffa8e95b37 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/037fc3b054b10aee0f11fdbe835e5dffa8e95b37 | 2013-12-15 14:13:55+01:00 |
lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value
The constant may change in libavutil but the library may be compiled
against an older version, thus rejecting a value which is otherwise
supported by the new libavutil.
INT_MAX is used here to denote the max allowed value for a pixel format.
The opt-test code is changed to provide a valid reference example.
| 3b8c7da7a36d30f8184976ea2158b534595e7738 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3b8c7da7a36d30f8184976ea2158b534595e7738 | 2013-12-26 11:35:27+01:00 |
avcodec/g2meet: fix stride calculation, use correct format field
Fixes out of array accesses
Fixes: asan_heap-oob_ae5f63_5415_g2m4.wmv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 83f7bd6dcf00875725c5f3b7e1bedac5a6b3c77d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/83f7bd6dcf00875725c5f3b7e1bedac5a6b3c77d | 2013-11-27 00:10:23+01:00 |
avcodec/indeo3: check the return code of ff_set_dimensions()
This is currently redundant as the checks before it are tighter than
the checks in ff_set_dimensions() but its more robust not to depend
on that.
Fixes CID1135740
Signed-off-by: Michael Niedermayer <[email protected]>
| 81ed7efbe24ef1b3d98c9e256d2a9332c1797ffd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/81ed7efbe24ef1b3d98c9e256d2a9332c1797ffd | 2013-12-11 00:05:34+01:00 |
avcodec/vp9: fix "initialize" typo.
Originally spotted and fixed by one of these developers:
Anton Khirnov <[email protected]>
Diego Biurrun <[email protected]>
Luca Barbato <[email protected]>
Martin Storsjö <[email protected]>
See 97962b2 / 72ca830
| 150c5543ffeec761da99a7082ac6d02f0312f971 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/150c5543ffeec761da99a7082ac6d02f0312f971 | 2013-11-15 23:28:48+01:00 |
libavformat/hdsenc: check init_file() return code
Signed-off-by: Michael Niedermayer <[email protected]>
| 3dbf9afe857d480993786bea0ede9dd9526776d2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3dbf9afe857d480993786bea0ede9dd9526776d2 | 2013-12-12 21:04:24+01:00 |
build: Check for pod2man instead of perl for manual page generation
Some systems provide Perl without pod2man.
| 92f0abb27fe26efdf33bec51d1f583e46036ac74 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/92f0abb27fe26efdf33bec51d1f583e46036ac74 | 2013-11-26 13:49:06-08:00 |
avformat/thp: force moving forward
Fixes infinite loop
Fixes Ticket3098
Signed-off-by: Michael Niedermayer <[email protected]>
| 6c4b87d3d6ae08a6da16b4616626b4d2a726afbf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c4b87d3d6ae08a6da16b4616626b4d2a726afbf | 2013-10-31 02:26:07+01:00 |
lavc: add error checking to apply_param_change.
| b9589f5a770ec2357ab7920a5fabe8510b8601f9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b9589f5a770ec2357ab7920a5fabe8510b8601f9 | 2013-10-30 08:43:03+01:00 |
avformat/oggparseflac: check ff_alloc_extradata() return code
Fixes CID1108573
Signed-off-by: Michael Niedermayer <[email protected]>
| 2c1e075308e14810149f53be87959a62cb83a730 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2c1e075308e14810149f53be87959a62cb83a730 | 2013-10-20 16:55:43+02:00 |
xan: Only read within the data that actually was initialized
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| fc739b3eefa0b58d64e7661621da94a94dbc8a82 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fc739b3eefa0b58d64e7661621da94a94dbc8a82 | 2013-09-29 20:02:19+03:00 |
avcodec/jpeg2000dec: Check precno before using it in JPEG2000_PGOD_CPRL
Fixes out of array reads
Fixes: asan_heap-oob_f0de57_6823_mjp2.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3d5a5e86be2a65e33c34ab3ad7923f54e8e49c1d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3d5a5e86be2a65e33c34ab3ad7923f54e8e49c1d | 2013-11-24 04:02:24+01:00 |
avformat/h261dec: dont accept invalid gobs in probe as valid
Signed-off-by: Michael Niedermayer <[email protected]>
| 557571ff7db57a5d21aa02af924a7f8e1fd64854 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/557571ff7db57a5d21aa02af924a7f8e1fd64854 | 2013-11-09 01:12:10+01:00 |
swscale/utils: remove redundant NULL checks before sws_freeVec()
Signed-off-by: Michael Niedermayer <[email protected]>
| 2d28950da9b2733e2630d3c5aa8a85fd4793f7f5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2d28950da9b2733e2630d3c5aa8a85fd4793f7f5 | 2013-09-17 21:48:54+02:00 |
avcodec/pngdec: Fix padded alloc code with threads
Fixes Ticket2903
Fixes out of array write
no releases should be affected by this
Signed-off-by: Michael Niedermayer <[email protected]>
| 7b47d7f75e6f6c30a2b6a1158f56a511d810dc96 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7b47d7f75e6f6c30a2b6a1158f56a511d810dc96 | 2013-08-30 19:34:23+02:00 |
avcodec/x86/vp8dsp: Fix cpu flag checks so they work
Broken by 6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0
Signed-off-by: Michael Niedermayer <[email protected]>
| c1913064e38cb338039f29c280a0dacc3fd1e451 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c1913064e38cb338039f29c280a0dacc3fd1e451 | 2013-08-30 12:33:56+02:00 |
mov: Compute max duration among the tracks with a timescale
Prevent an assert.
| 22de0f8369f1f3edf1a55e1d275f3c07c617b53e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/22de0f8369f1f3edf1a55e1d275f3c07c617b53e | 2013-08-20 00:22:58+02:00 |
rtpproto: Check the right feature detection macro
IPPROTO_IPV6 is unrelated here (it's only used in udp.c for
multicast sockopts), check for support for the sockaddr_in6
struct itself.
Signed-off-by: Martin Storsjö <[email protected]>
| 4b054a3400f728c54470ee6a1eefe1d82420f6a2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b054a3400f728c54470ee6a1eefe1d82420f6a2 | 2013-08-15 15:35:41+03:00 |
ogg: Always alloc the private context in vorbis_header
It is possible to have an initial broken header and then valid packets.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 3562684db716d11de0b0dcc52748e9cd90d68132 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3562684db716d11de0b0dcc52748e9cd90d68132 | 2013-08-13 14:04:55+02:00 |
sws: add dither enum
This allows specifying more dither algorithms without using up flags and
without ambiguities.
Also initialize the new field based on the flags and use it.
Note, improving the logic of the checks is left to subsequent
commits, this here only switches from flags to enum.
Signed-off-by: Michael Niedermayer <[email protected]>
| 1e0e193240a8e47a980ac76b8b5af831b17b7928 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1e0e193240a8e47a980ac76b8b5af831b17b7928 | 2013-08-15 21:39:32+02:00 |
indeo4: Validate scantable dimension
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| cd78e934c246d1b2510f8fba0abfe40bb75795f6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cd78e934c246d1b2510f8fba0abfe40bb75795f6 | 2013-07-13 19:11:18+02:00 |
avfilter/avfiltergraph: fix check using the wrong variables
Signed-off-by: Michael Niedermayer <[email protected]>
| 6bde1e9d14ff1e0ecff74b8ff59607f545c6f2ec | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6bde1e9d14ff1e0ecff74b8ff59607f545c6f2ec | 2013-07-25 16:53:39+02:00 |
bink: Bound check the quantization matrix.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 9991298f2c4d9022ad56057f15d037e18d454157 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9991298f2c4d9022ad56057f15d037e18d454157 | 2013-08-05 16:24:13+02:00 |
bfi: check return value of av_malloc()
Signed-off-by: Paul B Mahol <[email protected]>
| 51f1bf3309695b5f20d4f0e0ff90e54854c206d2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/51f1bf3309695b5f20d4f0e0ff90e54854c206d2 | 2013-07-01 21:37:16+00:00 |
lavc: Don't export ff_vdpau_vc1_decode_picture
It's not our responsibility to account for other projects'
terrible hacky usage.
Also, it is no longer needed by XMBC, since 78b71d4.
Signed-off-by: Derek Buitenhuis <[email protected]>
| fcb069af8ff3e4c2a54de495e86e991e5e0041fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fcb069af8ff3e4c2a54de495e86e991e5e0041fd | 2013-09-17 12:12:21-04:00 |
avcodec/jpeg2000dec: check that tp_end is after the start
Signed-off-by: Michael Niedermayer <[email protected]>
| 32fc8d6db65e5dd380bafcc95a0e840d69a335d2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/32fc8d6db65e5dd380bafcc95a0e840d69a335d2 | 2013-06-21 00:58:41+02:00 |
snowenc: check minimum resolution
Fixes Ticket1855
Signed-off-by: Michael Niedermayer <[email protected]>
| 325411a687c4b9a439a42bf607d5fbfc41c44836 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/325411a687c4b9a439a42bf607d5fbfc41c44836 | 2013-07-09 21:10:45+02:00 |
smacker: check frame size validity
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| ee16a0ced01e6a33b7b01a0b21a0e07c1e1c7884 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ee16a0ced01e6a33b7b01a0b21a0e07c1e1c7884 | 2013-06-16 15:57:31+02:00 |
4xm: validate the buffer size before parsing it
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| de2e5777e225e75813daf2373c95e223651fd89a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/de2e5777e225e75813daf2373c95e223651fd89a | 2013-06-12 14:45:46+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.