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
lavfi/aevalsrc: remove hard limit on number of channels Signed-off-by: Paul B Mahol <[email protected]>
937cfebd72d30e617591c666ea4854a3898a64b2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/937cfebd72d30e617591c666ea4854a3898a64b2
2013-07-12 15:51:47+00:00
ftp: fix interrupt callback misuse FTP protocol used interrupt callback to simulate nonblock operation which is a misuse of this callback. This commit make FTP protocol fully blocking and removes invalid usage of interrutp callback Also adds support for multiline responses delimited with dashes
247e658784ead984f96021acb9c95052ba599f26
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/247e658784ead984f96021acb9c95052ba599f26
2013-07-17 14:42:20+02:00
avfilter/af_earwax: Fix out of array accesses on odd packets Found-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
0a3a0edd52b98aec27d1b8c63c85cb52ff46d40e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a3a0edd52b98aec27d1b8c63c85cb52ff46d40e
2013-07-10 16:46:13+02:00
mov: Do not allow updating the time scale after it has been set The time scale is set in mdhd, and later validated in the enclosing trak atom once all of its children have been parsed. A loose mdhd atom outside of a trak atom could update the time scale of the last stream without any validation. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Cc: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
31931520df35a6f9606fe8293c8a39e2d1fabedf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31931520df35a6f9606fe8293c8a39e2d1fabedf
2013-07-15 21:38:58+03:00
jpeg2000: Use EBCOT's CAUSAL and BYPASS mode in decode_cblk() Speed it up a bit. Signed-off-by: Luca Barbato <[email protected]>
64f6570c6e2c5a0344383e89c7897809f0c6e1f1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/64f6570c6e2c5a0344383e89c7897809f0c6e1f1
2013-07-02 20:05:47+02:00
qdm2: check and reset dithering index per channel Checking per subband would have the index exceed the dithering noise table size. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
744a11c996641888d477a3981d609e79eeb69ea9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/744a11c996641888d477a3981d609e79eeb69ea9
2013-07-07 22:06:35+02:00
flac_parser: check return value of av_fifo_alloc() Signed-off-by: Paul B Mahol <[email protected]>
7e112df4709578207c627d895921984d26db32c3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7e112df4709578207c627d895921984d26db32c3
2013-06-30 16:49:45+00:00
lxfdec: remove wrong and unneeded check Signed-off-by: Paul B Mahol <[email protected]>
da8c9b324c7b47a95edb35320b66d0c409bb6de5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da8c9b324c7b47a95edb35320b66d0c409bb6de5
2013-06-25 19:38:00+00:00
ffplay: cast vp->height to int64 in buffer size check Fixes Coverity CID 1026769 and 1026756. Signed-off-by: Marton Balint <[email protected]>
f73d6d2af7a2b30a647d945b590962a2ab54ff3b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f73d6d2af7a2b30a647d945b590962a2ab54ff3b
2013-06-17 01:18:07+02:00
mjpeg: Validate sampling factors They must be non-zero. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
8aa3500905fec6c4e657bb291b861d43c34d3de9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8aa3500905fec6c4e657bb291b861d43c34d3de9
2013-05-20 22:02:05+02:00
configure: check for nanosecond precission stat Signed-off-by: Michael Niedermayer <[email protected]>
6e073dd127f09f203bd21d40a1eb423afd183e7a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e073dd127f09f203bd21d40a1eb423afd183e7a
2013-05-31 17:28:44+02:00
md5: avoid unnecessary copying. Where necessary use memcpy instead. Thanks to Giorgio Vazzana [mywing81 gmail] for spotting this loop as the cause for the bad performance. Signed-off-by: Reimar Döffinger <[email protected]>
24c65eb29f05e9634ba1d32d81221e8644bbeb19
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/24c65eb29f05e9634ba1d32d81221e8644bbeb19
2013-05-17 21:16:02+02:00
jpeg2000dec: Support 4 tile parts Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c51654fbc023f22feabee68a858a1a33e12ed9f6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c51654fbc023f22feabee68a858a1a33e12ed9f6
2013-06-06 03:10:42+02:00
dxa: check vectors of 2x2 motion blocks Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ead590c2561980f2afda38a662364659577dca38
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ead590c2561980f2afda38a662364659577dca38
2013-05-07 20:33:46+02:00
avfilter: remove opaque passing hacks Signed-off-by: Michael Niedermayer <[email protected]>
0acf7e268b2f873379cd854b4d5aaba6f9c1f0b5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0acf7e268b2f873379cd854b4d5aaba6f9c1f0b5
2013-04-12 13:56:03+02:00
oma: Validate sample rates The sample rate index is 3 bits even if currently index 5, 6 and 7 are not supported. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
0933fd1533560fbc718026e12f19a4824b041237
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0933fd1533560fbc718026e12f19a4824b041237
2013-03-31 16:10:52+02:00
mpegvideo: Make the table reallocation more robust. This fixes out of array writes after resolution changes No FFmpeg releases are known to be affected by this Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6ae03353de664d670b32c33726f81758646f99e6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ae03353de664d670b32c33726f81758646f99e6
2013-03-29 02:11:34+01:00
avutil/frame: fix video buffer allocation The padding was lost during porting from avcodec Should fix out of array accesses Found-by: ubitux Signed-off-by: Michael Niedermayer <[email protected]>
f566ac48ce450b013ffd5547ace48df8c47981c6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f566ac48ce450b013ffd5547ace48df8c47981c6
2013-03-17 02:19:25+01:00
wmadec: require block_align to be set. Avoids an infinite loop in the calling programs with decoder not consuming any input and not returning output. CC:[email protected]
ea1136baafb1fe271cb56c3f4d7bff0267e3c70f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea1136baafb1fe271cb56c3f4d7bff0267e3c70f
2013-03-08 08:12:03+01:00
ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with yadif injection Signed-off-by: Michael Niedermayer <[email protected]>
4257b804e2354db07e66ebfd966d7d13f49c7895
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4257b804e2354db07e66ebfd966d7d13f49c7895
2013-03-21 13:54:04+01:00
lavc decoders: properly initialize AVFrame.
3b199d29cd597a3518136d78860e172060b9e83d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b199d29cd597a3518136d78860e172060b9e83d
2013-03-08 07:39:37+01:00
lavc: limit maximum number of channels to 63 This is the most that can be represented with the current channel layout system. This limit should be raised/removed when a better system is implemented.
192f1984b1a93aa08af053b8f9ab4950f307bd5d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/192f1984b1a93aa08af053b8f9ab4950f307bd5d
2013-03-08 07:39:53+01:00
sparc: dsputil: Simplify high_bit_depth checks
3594554a064d76e3514fab9781c0e63ea9e08ea9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3594554a064d76e3514fab9781c0e63ea9e08ea9
2013-02-15 02:13:42+01:00
fate: force a first_pts=0 for the aresample test This is needed to prevent the next commit from breaking fate Signed-off-by: Michael Niedermayer <[email protected]>
7f2ab129b19ceeb6974a7d5bc846274536c8efe2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f2ab129b19ceeb6974a7d5bc846274536c8efe2
2013-02-25 04:39:26+01:00
pmpdec: read index before creating audio streams This allows more complete checks Reviewed-by: Reimar Döffinger <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
b0bc0eb9789df9c8fc75603203b440893d594be5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0bc0eb9789df9c8fc75603203b440893d594be5
2013-02-24 00:13:54+01:00
avformat/lavfi: force probesize to cover at least 30 frames This ensures that fps and other values are estimated correctly, the probesize also is intended to limit disk/protocol reads which does not apply to lavfi inputs at all. Fixes Ticket1051 Something similar could be usefull to other input devices Signed-off-by: Michael Niedermayer <[email protected]>
b56e029bdc9a68ed9decc7d3ad77e15aa5f4071d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b56e029bdc9a68ed9decc7d3ad77e15aa5f4071d
2013-02-28 20:28:59+01:00
lavc/gifdec: remove obsolete check Signed-off-by: Paul B Mahol <[email protected]>
7003d650b0751c665ef8f6b62e8c01646f432599
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7003d650b0751c665ef8f6b62e8c01646f432599
2013-01-25 12:54:15+00:00
vc1dec: fieldtx is only valid for interlaced frames the fieldtx_plane is not cleared for interlaced fields Signed-off-by: Michael Niedermayer <[email protected]>
c6779c513117a347214a47f7bda0a3b0b93a5884
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6779c513117a347214a47f7bda0a3b0b93a5884
2013-02-01 00:48:05+01:00
dirac/x86: Fix handling blocksizes that are not a multiple of 4 Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
94ef1667bb04ed81ff10f7ba4b8d7e54bd8bc76b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94ef1667bb04ed81ff10f7ba4b8d7e54bd8bc76b
2013-01-28 20:55:11+01:00
rtpdec: Check the return value from av_new_packet Signed-off-by: Martin Storsjö <[email protected]>
a76bc3bc44e3bcd6a0923e65cd669e71e9819388
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a76bc3bc44e3bcd6a0923e65cd669e71e9819388
2013-01-21 00:08:19+02:00
ass_split: fix out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
97b1ba696baa1bb87415bad244533ac2beaf3568
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/97b1ba696baa1bb87415bad244533ac2beaf3568
2013-01-11 02:31:31+01:00
h264: always copy block_offset in thread update Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
f674cc776f201973c81c5c44d72f164d2bc029c1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f674cc776f201973c81c5c44d72f164d2bc029c1
2013-01-17 00:21:58+01:00
rtpdec_mpeg4: Return one AAC AU per AVPacket This makes the returned data valid to stream copy into other containers as well, not only for decoding straight away. Signed-off-by: Martin Storsjö <[email protected]>
21f5c24b80caae36fb23c7743081bd8dd807cf0b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21f5c24b80caae36fb23c7743081bd8dd807cf0b
2013-01-20 18:12:38+02:00
swr: check that allocation of in/out_convert succeeded Signed-off-by: Michael Niedermayer <[email protected]>
a74548521b2348aea7dc3a69ce814dc7b0d6aca8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a74548521b2348aea7dc3a69ce814dc7b0d6aca8
2013-01-10 20:27:07+01:00
lavfi/yadif: remove redundant NULL checks in uninit
8674597fe53179538a27093e12fc81ed9f84e017
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8674597fe53179538a27093e12fc81ed9f84e017
2013-01-04 11:48:53+01:00
targa: use checked bytestream read Fix out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7cb46b519103ed62edbb992abfe564971043e5d9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7cb46b519103ed62edbb992abfe564971043e5d9
2013-01-10 04:57:50+01:00
4xm: check the correct stream, fix fate Signed-off-by: Michael Niedermayer <[email protected]>
5ffb5e7a2d69f5e4bece9829ede0432b4cbc0fe8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5ffb5e7a2d69f5e4bece9829ede0432b4cbc0fe8
2012-12-22 03:41:55+01:00
swfdec: do better validation of tag length Avoids trying to read a packet with 0 or negative size. Avoids a potential infinite loop due to seeking backwards. Partially based on a patch by Michael Niedermayer.
e70c5b034c4787377e82cab2d5565486baec0c2a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e70c5b034c4787377e82cab2d5565486baec0c2a
2012-12-11 09:36:26-05:00
lavfi/sendcmd: expose the options for both filters.
3860e34b086560d0b44964d047b1b00fc095ffeb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3860e34b086560d0b44964d047b1b00fc095ffeb
2012-11-29 00:52:00+01:00
cmdutils: add a commandline pre-parser. It splits the commandline into a more convenient internal representation for further parsing. This will allow e.g. - processing global options first independently of their location on the commandline, eliminating ugly hacks for processing e.g. cpuflags first - better options validation and error reporting. It is now possible for the parser to know that it's applying an input option to an output file or vice versa and act accordingly.
8c9af5b2051b9927f845c7afdfeb30b82670ee77
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8c9af5b2051b9927f845c7afdfeb30b82670ee77
2012-12-18 20:13:55+01:00
configure: Use headers in the check for _beginthreadex for w32threads When targeting the metro API subset, this function still exists in the link libraries, but is excluded from the headers. This makes sure w32threads is automatically disabled when targeting this API subset (since not all the necessary functions for it are available). Signed-off-by: Martin Storsjö <[email protected]>
3bbe63d1a45853c6b760f1ea9551668568bff7ee
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3bbe63d1a45853c6b760f1ea9551668568bff7ee
2012-11-30 16:57:02+02:00
lavfi/avcodec: check that injected avframes use a supported channel layout This fixes out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
47ca2487ae88358a324f620cfb50095d086ed8f5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47ca2487ae88358a324f620cfb50095d086ed8f5
2012-11-10 21:45:34+01:00
alac: Check channel indexes more completely, fix out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
b53f89710b03c4c832bb03e4e132b1ace17fb4e4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b53f89710b03c4c832bb03e4e132b1ace17fb4e4
2012-11-10 18:22:47+01:00
udp: check ff_socket_nonblock() return code Fixes CID733719 Signed-off-by: Michael Niedermayer <[email protected]>
282a6308bfd20e092e470547cf60d3bd6b507314
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/282a6308bfd20e092e470547cf60d3bd6b507314
2012-11-05 21:21:04+01:00
iff: avoid out of array reads, due to too many planes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
fb6a72cde52580bc92c92c8f02bb3eb7afb3fd71
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fb6a72cde52580bc92c92c8f02bb3eb7afb3fd71
2012-11-09 17:47:51+01:00
g726dec: set channel layout at initialization instead of validating it
e00eb03cd8bfb6993d33c30ccd560947b5f6bad5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e00eb03cd8bfb6993d33c30ccd560947b5f6bad5
2012-11-01 11:29:16-04:00
rawdec: check avpicture_get_size() return value Fixes CID205019 Signed-off-by: Michael Niedermayer <[email protected]>
60e957476e338a200501e0bdad40b7bf0076b268
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/60e957476e338a200501e0bdad40b7bf0076b268
2012-10-30 13:18:57+01:00
doc/Makefile: change DOCLIBS check More consistent with the rest of the build system, and more compact.
58d1d7024d6dfa3f8cff8d809abdf346534bdaac
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58d1d7024d6dfa3f8cff8d809abdf346534bdaac
2012-11-07 23:18:11+01:00
bit: check av_new_packet() return value Fixes CID703626. Signed-off-by: Paul B Mahol <[email protected]>
adc61d68b02cf91b594400e502c7786da1e02e11
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/adc61d68b02cf91b594400e502c7786da1e02e11
2012-10-26 15:34:25+00:00
rtpdec: check av_new_packet() return value Fixes CID733715 Signed-off-by: Michael Niedermayer <[email protected]>
c4503a2e4010d2f0832a758aa6c8079fcf4bfac7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c4503a2e4010d2f0832a758aa6c8079fcf4bfac7
2012-10-20 23:07:16+02:00
bgmc: check the correct pointers Fixes CID90539, CID90538 Signed-off-by: Michael Niedermayer <[email protected]>
d7cabb3c7e843c2028b398cb19a40db84d40c790
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d7cabb3c7e843c2028b398cb19a40db84d40c790
2012-10-20 15:33:44+02:00
rtpdec_xiph: fix function return type parse_packed_headers() returns either zero or a negative error code so its return type must be signed. Signed-off-by: Mans Rullgard <[email protected]>
0a7005bebd23ade7bb852bce0401af1a8fdbb723
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a7005bebd23ade7bb852bce0401af1a8fdbb723
2012-10-12 22:21:10+01:00
asfenc: avoid negative timestamps Fixes Ticket1606 Signed-off-by: Michael Niedermayer <[email protected]>
b4c753487cf819213740d39c49b7bdc45338305d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b4c753487cf819213740d39c49b7bdc45338305d
2012-09-28 02:40:53+02:00
ffv1: change w/h asserts to check as the condition can likely happen Signed-off-by: Michael Niedermayer <[email protected]>
856834a77f4145adc5951e8b08984981fed4463d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/856834a77f4145adc5951e8b08984981fed4463d
2012-10-06 03:16:24+02:00
faxcompr: fix out of array read Signed-off-by: Michael Niedermayer <[email protected]>
5891e454a667e42ef71a06bfd9661540ea3f3ebd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5891e454a667e42ef71a06bfd9661540ea3f3ebd
2012-09-07 12:36:00+02:00
srtdec: fix unsafe snprintf() return usage Signed-off-by: Michael Niedermayer <[email protected]>
b9a07e787bd09036b96370bb87fdf841fe380f9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b9a07e787bd09036b96370bb87fdf841fe380f9f
2012-09-09 14:19:02+02:00
configure: use LD_O setting in check_ld() Signed-off-by: Mans Rullgard <[email protected]>
29b64b682766c9d08c72b5a6d8de69c905f32855
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29b64b682766c9d08c72b5a6d8de69c905f32855
2012-08-27 23:14:06+01:00
Gif demuxer Gif demuxer is capable of extracting multiple frames from gif file. In conjunction with gif decoder it implements support for reading animated gifs. Demuxer has two options available to user: default_delay and min_delay. These options are for protection from too rapid gif animations. In practice it is standard approach to slow down rendering of this kind of gifs. If you try to play gif with delay between frames of one hundredth of second (100fps) using one of major web browsers, you get significantly slower playback, around 10 fps. This is because browser detects that delay value is less than some threshold (usually 2 hundredths of second) and reset it to default value (usually 10 hundredths of second, which corresponds to 10fps). Manipulating these options user can achieve the same effect during conversion to some video format. Otherwise user can set them to not protect from rapid animations at all. The other case when these options necessary is for gif images encoded according to gif87a standard since prior to gif89a there was no delay information included in file. Bump lavf minor version. Signed-off-by: Vitaliy E Sugrobov <[email protected]>
5603b2bf6e00f0f7d96448535f9fe6c293308225
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5603b2bf6e00f0f7d96448535f9fe6c293308225
2012-11-30 14:33:58+00:00
avconv: rename OutputStream.is_past_recording_time to finished. The new name is shorter and more accurate, since this variable is no longer used only for checking recording time constraint.
57d24225595af78b0fd836d4d145f5d181e320a2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/57d24225595af78b0fd836d4d145f5d181e320a2
2012-08-08 21:55:45+02:00
yadif: redesign first and last 2 lines handling. The previous code dependent on the input buffer matching the buffer that has been provided by yadifs get_buffer. The API does in now way gurantee this though its often true. This fixes some out of array reads. The regression test checksums change due to "out of picture" values being initialized differently. There should be no visual difference in the filters output Signed-off-by: Michael Niedermayer <[email protected]>
2f7e8dcf45f11df94f47acbe6825cc93514ea59b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2f7e8dcf45f11df94f47acbe6825cc93514ea59b
2012-08-10 00:08:34+02:00
lavf/img2dec: add and document pattern_type option Allow to override the default 'glob_sequence' value, which is deprecated in favor of the new 'glob' and 'sequence' options. The new pattern types should be easier on the user since they are more predictable than 'glob_sequence', and do not require awkward escaping.
3a06ea843656891fdb4d1072d9df2d5c3c9426f5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a06ea843656891fdb4d1072d9df2d5c3c9426f5
2012-08-08 23:43:36+02:00
configure: make libtwolame check more robust Signed-off-by: Paul B Mahol <[email protected]>
958df52ae045311a82f81afa725c3a78353c508e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/958df52ae045311a82f81afa725c3a78353c508e
2012-08-05 23:33:36+00:00
timecode: show frame rate when invalid.
1f68be4764adb0ee82ac0ca962ff467142ee2af9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f68be4764adb0ee82ac0ca962ff467142ee2af9
2012-08-01 17:36:37+02:00
celp: optimise ff_celp_lp_synthesis_filter() Adding instead of subtracting the products in the loop allows the compiler to generate more efficient multiply-accumulate instructions when 16-bit multiply-subtract is not available. ARM has only multiply-accumulate for 16-bit operands. In general, if only one variant exists, it is usually accumulate rather than subtract. In the same spirit, using the dedicated saturation function enables use of any special optimised versions of this. Signed-off-by: Mans Rullgard <[email protected]>
fddc5b9bea39968ed1f45c667869428865de7626
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fddc5b9bea39968ed1f45c667869428865de7626
2012-08-13 01:03:25+01:00
configure: Move the getaddrinfo function check into the network block This makes the two checks (general vs winsock) fit in better. Signed-off-by: Martin Storsjö <[email protected]>
f06dee779438d85da6fc1eeca310fd8a19d3b5b7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f06dee779438d85da6fc1eeca310fd8a19d3b5b7
2012-07-16 11:14:19+03:00
oggdec: Initialize stream index to -1 in ogg_packet. The previous method of having to initialize it outside lead to incorrect code: even if it was initialized, it usually was only initialized once, thus a packet that could not be matched to any stream would just be processed with the return values from the previous call. Signed-off-by: Reimar Döffinger <[email protected]>
69aeba1396d5a13e79cbc3cc9f49fd6896addb82
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/69aeba1396d5a13e79cbc3cc9f49fd6896addb82
2012-08-05 19:47:52+02:00
Support urlencoded http authentication credentials It should be possible to specify usernames in http requests containing urlencoded characters. This patch adds support for decoding the auth strings. Signed-off-by: Antti Seppälä <[email protected]> Signed-off-by: Martin Storsjö <[email protected]>
5423e908c9f5f12f599f6c9625ac9539be671695
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5423e908c9f5f12f599f6c9625ac9539be671695
2012-07-26 00:18:32+03:00
doc: Remind devs to check return values, especially for malloc() et al
4aad316bff610c34b6eb047644e616982bdde621
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4aad316bff610c34b6eb047644e616982bdde621
2012-07-02 10:56:54+02:00
ffmpeg: rework checks for the -t option. This commit is based on libav's implementation and makes sure to compare output timestamps together. It also reduces the differences with avconv. The changes to the test reference files are caused by an additional packet at the end, the timestamp of the frame encoded by this packet is always strictly below the limit stated by the -t option.
2fc354f90d61f5f1bb75dbdd808a502dec69cf99
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2fc354f90d61f5f1bb75dbdd808a502dec69cf99
2012-07-04 16:20:47+02:00
matroskadec: move lace_size check up so it catches all code pathes Signed-off-by: Michael Niedermayer <[email protected]>
08169fc3d2038af4d3b47cc0a9d7d731b5619877
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/08169fc3d2038af4d3b47cc0a9d7d731b5619877
2012-06-15 01:28:40+02:00
network: Check for struct pollfd We need to include winsock2.h here, to make sure we have the real pollfd struct definition, if one exists, before defining the fallback poll function. Signed-off-by: Martin Storsjö <[email protected]>
cdee08e36582e443ff8a9bed17ec409551c9f93b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cdee08e36582e443ff8a9bed17ec409551c9f93b
2012-06-30 15:18:06+03:00
network: Don't redefine error codes if they already exist in errno.h Since the errno.h values don't match the error codes that winsock returns, map the winsock error codes to the errno ones, to make sure explicit checks against AVERROR(x) match. Signed-off-by: Martin Storsjö <[email protected]>
4b1b1449d95b3567d055fc410a1db137c811229c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b1b1449d95b3567d055fc410a1db137c811229c
2012-06-26 17:22:21+03:00
adtsenc: Don't expose the muxer internals to the rest of lavf This isn't required any longer, when the mpegts muxer uses it as a proper chained muxer. Signed-off-by: Jindrich Makovicka <[email protected]> Signed-off-by: Martin Storsjö <[email protected]>
485d3ea064c60d0344e4919a7ba611ebe0367508
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/485d3ea064c60d0344e4919a7ba611ebe0367508
2012-06-03 01:18:11+03:00
yop_probe: check more fields to avoid detecting random data as yop Signed-off-by: Michael Niedermayer <[email protected]>
76170f537304cc845d6d334d36daa0a0f16efb32
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/76170f537304cc845d6d334d36daa0a0f16efb32
2012-05-31 14:47:15+02:00
dcaenc: fix out of array read Signed-off-by: Michael Niedermayer <[email protected]>
940be96540ee58e65b3730665b32819dda8d8d32
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/940be96540ee58e65b3730665b32819dda8d8d32
2012-05-11 03:33:59+02:00
indeo5: check quant_mat prevents out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
8aaa00c3012d425ce50efffadb813ad62d1ff3d5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8aaa00c3012d425ce50efffadb813ad62d1ff3d5
2012-05-31 05:07:51+02:00
dfa: add some checks to ensure that decoder won't write past frame end
8099187e897ddc90cb3902332c76fb2542dac308
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8099187e897ddc90cb3902332c76fb2542dac308
2012-05-06 09:31:52+02:00
rtmp: Support 'rtmp_flashver', an option which overrides the version of the Flash plugin.
e64673e4f4f7acefe5f60f35fb3a196ccf5e9490
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e64673e4f4f7acefe5f60f35fb3a196ccf5e9490
2012-05-10 13:55:30+03:00
dv: Initialize encoder tables during encoder init.
2b98377935384ecd22c2cd26106b9e03a6c9f598
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2b98377935384ecd22c2cd26106b9e03a6c9f598
2012-04-19 14:35:22+02:00
update_initial_durations: add some checks to ensure things match up. Signed-off-by: Michael Niedermayer <[email protected]>
c69b6649cf1e1efab8ede000be5740fca4bef3eb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c69b6649cf1e1efab8ede000be5740fca4bef3eb
2012-05-14 17:14:44+02:00
fate: update mmf seek checksum, change caused by av_get_packet() useage Signed-off-by: Michael Niedermayer <[email protected]>
29ec5c1102374c2a0f552b17c9ccce46205f3da1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29ec5c1102374c2a0f552b17c9ccce46205f3da1
2012-05-02 01:55:04+02:00
g729dec: initialize pitch_delay_int_prev to the minimum valid value. This prevents an out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c963189bc2fcb879acff100be341222ee8aa850a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c963189bc2fcb879acff100be341222ee8aa850a
2012-04-16 18:36:34+02:00
vsrc_buffer: fix check from 7ae7c41. The user submitted variable in this function is frame, not buf.
7bf9e3391fa21d90ff283fc03a12287fe73db9e8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7bf9e3391fa21d90ff283fc03a12287fe73db9e8
2012-04-14 18:58:20+02:00
lavc: check media type of the decoder before calling it. This fixes a segfault where a video decoder was called from avcodec_decode_audio*(). Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7c9d69360cd29415591816b70e722235a4319e08
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c9d69360cd29415591816b70e722235a4319e08
2012-04-01 02:57:27+02:00
movenc: Fix muxing of Apple Quicktime chapters. v3 There is basic support for muxing chapter information into the Apple Quicktime format already, but there are two errors which prevent correct detection on the player side. 1) A special apple 'text' atom needs to be included inside the gmhd atom. 2) The *different* 'text' atom inside the 'stsd' atom needs a proper header. With these changes, the chapters are now picked up by Apple players and reported correctly by tools like mediainfo and mp4chaps. v3 Update: The stub TextSampleEntry creation is moved to where the chapter track is created so it's now specific to this track. Signed-off-by: Philip Langdale <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
ea60a11e8e2d818e8e56da4da3ff38e23a12bdff
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea60a11e8e2d818e8e56da4da3ff38e23a12bdff
2012-05-28 22:52:23+02:00
targa: Fix input buffer size check. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
43fd3212521e3a44b99a6b1ef9bf9bcdddd086e8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/43fd3212521e3a44b99a6b1ef9bf9bcdddd086e8
2012-03-27 00:45:32+02:00
vc1: Do not read from array if index is invalid. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Ronald S. Bultje <[email protected]>
95b192de5d05f3e1542e7b2378cdefbc195f5185
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95b192de5d05f3e1542e7b2378cdefbc195f5185
2012-03-26 17:48:13-07:00
swscale: remove now unnecessary hack.
8249a23fc1f33fa8b3c67b5cdb0050cc6d0013d6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8249a23fc1f33fa8b3c67b5cdb0050cc6d0013d6
2012-03-03 20:39:59-08:00
configure: fix licence check function Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
4c27207c12a5b07f54114885feb14d7ccf05a82d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4c27207c12a5b07f54114885feb14d7ccf05a82d
2009-04-29 16:14:33+00:00
iff: do not decode unsupported pbms with ham decoder This prevents the segfault reported by ticket #1054
e05253bf49e19c601c9d4a872c4f7f985797e163
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e05253bf49e19c601c9d4a872c4f7f985797e163
2012-03-13 21:56:19+11:00
qpeg: Fix out of array writes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
4299dfa5ded84111231a456ad102f65f6f62649e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4299dfa5ded84111231a456ad102f65f6f62649e
2012-03-03 03:37:52+01:00
ape: do not set AVCodecContext.frame_size. prevents lavf from setting incorrect packet durations.
97272642208a7dd4a39fafea88317939dc80b8c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/97272642208a7dd4a39fafea88317939dc80b8c9
2012-03-05 13:08:17-05:00
eval: fix infinite loop on opensolaris x86. Signed-off-by: Michael Niedermayer <[email protected]>
d2101bffa0f2221586e3e7eacfecf47d5c29f2c4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2101bffa0f2221586e3e7eacfecf47d5c29f2c4
2012-03-01 03:24:45+01:00
cook: check decouple values. This fixes a out of global array read in the cplscale* tables. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ccb76ad91f2b97009b06c22ae1b2e0234dbf26ca
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ccb76ad91f2b97009b06c22ae1b2e0234dbf26ca
2012-03-05 01:37:56+01:00
cdxl: remove early check for bpp Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Justin Ruggles <[email protected]>
cf6914e27f14cf2b5a66e25f5cf3549ceabb1648
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cf6914e27f14cf2b5a66e25f5cf3549ceabb1648
2012-02-26 00:04:32-05:00
jpeglsdec: fix bpp & limit. Fixes: Tikcet969 Thanks-to: ITU for the freely available spec. Signed-off-by: Michael Niedermayer <[email protected]>
387783749faca39c98571d139c32866923ab5653
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/387783749faca39c98571d139c32866923ab5653
2012-02-14 01:22:38+01:00
wavpack: allow user to disable CRC checking Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Justin Ruggles <[email protected]>
c388558d317f6bf8718ec3d22f4bf3540109dfe3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c388558d317f6bf8718ec3d22f4bf3540109dfe3
2012-02-10 15:54:08-05:00
adler32: avoid "too big" check in the inner loop Signed-off-by: Michael Niedermayer <[email protected]>
7f8027b76f1bdce7452d02513fc179cca20d8867
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f8027b76f1bdce7452d02513fc179cca20d8867
2012-02-04 05:39:01+01:00
Detect and check for CMOV. Some MMX-only CPUs do not have support for CMOV. All SSE/MMX2 CPUs should be fine, thus no check was added to those functions. See also https://sourceforge.net/tracker/?func=detail&aid=3358347&group_id=205275&atid=992986 Signed-off-by: Reimar Döffinger <[email protected]>
b223035511d3431853c1e678d49e2630152c591a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b223035511d3431853c1e678d49e2630152c591a
2012-02-12 18:56:06+01:00
dsputil: remove debug message in dsputil_init(). AVCodecContext.bits_per_raw_sample is used for audio too, and values other than 8, 9, and 10 are valid.
6f1a5e8d6b7e085171a49b8ce6a371a7c9643764
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f1a5e8d6b7e085171a49b8ce6a371a7c9643764
2012-02-03 16:00:30-05:00