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
⌀ |
---|---|---|---|---|---|---|---|
segment: Check av_get_frame_filename() return value
CC: [email protected]
Bug-Id: CID 1265713
|
3a6dfec864d569c2d0a875e1a7466f51b00edb63
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3a6dfec864d569c2d0a875e1a7466f51b00edb63
|
2015-01-23 14:55:03+00:00
|
vf_interlace: merge FIELD_LOWER check
|
15ea222778caaec0877b3f9938140b707c931d96
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/15ea222778caaec0877b3f9938140b707c931d96
|
2015-01-05 15:35:46+01:00
|
matroskaenc: refuse to write AAC without valid extradata
|
51da7d02748cc54b7d009115e76efa940b99a8ef
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/51da7d02748cc54b7d009115e76efa940b99a8ef
|
2015-01-09 15:51:00+01:00
|
avcodec/diracdec: Check slices malloc and propagate error code
Signed-off-by: Michael Niedermayer <[email protected]>
|
a4d3cf10b2ece441ae25849a66b1c11d838f9381
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a4d3cf10b2ece441ae25849a66b1c11d838f9381
|
2015-01-10 17:28:22+01:00
|
ffmpeg_opt: expand format for strftime
While the shortened format specifiers are valid C99 ones, they are
not supported by e.g. some Visual Studio runtimes (and thus mingw).
Signed-off-by: Michael Niedermayer <[email protected]>
|
ba6888c0e3b5b0d6785b36d0ec7e51de4628b787
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ba6888c0e3b5b0d6785b36d0ec7e51de4628b787
|
2015-01-24 13:05:15+01:00
|
avformat/seek: move the cur variable into the loop
This improves readability and makes it clear that the freed
value is not used after the end of an iteration
Signed-off-by: Michael Niedermayer <[email protected]>
|
96dce6f7ceaa8d3c7eddd241213bec82e84e7f7a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/96dce6f7ceaa8d3c7eddd241213bec82e84e7f7a
|
2014-12-24 13:14:07+01:00
|
avcodec/utvideodec: Fix handling of slice_height=0
Fixes out of array accesses
Fixes: asan_heap-oob_25bcd7e_3783_cov_3553517262_utvideo_rgba_median.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
3881606240953b9275a247a1c98a567f3c44890f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3881606240953b9275a247a1c98a567f3c44890f
|
2014-12-16 23:00:04+01:00
|
avcodec/jacosubdec: check strftime return value
Fixes CID1257004
|
6153aa2d1e41212672dfd5543a7bda9079a0160c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6153aa2d1e41212672dfd5543a7bda9079a0160c
|
2014-12-07 15:46:17+01:00
|
lavfi: Increase drawtext font size limits
Raise the maximum font size to a larger value.
Signed-off-by: Luca Barbato <[email protected]>
|
71f29410e7c58f2ce4aef1d4b8d8d3c064c8ec06
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/71f29410e7c58f2ce4aef1d4b8d8d3c064c8ec06
|
2014-12-07 13:15:03+01:00
|
avs: check ff_set_dimensions return value
CC: [email protected]
Bug-Id: CID 1135738
|
c7384664ba0cbb12d882effafbc6d321ae706cff
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c7384664ba0cbb12d882effafbc6d321ae706cff
|
2014-11-13 01:41:27+01:00
|
mlpdec: check for negative index
CC: [email protected]
Bug-Id: CID 970924
|
2ffb0598dbdb81c40650952aa9299fa02fa5e834
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2ffb0598dbdb81c40650952aa9299fa02fa5e834
|
2014-11-13 01:41:26+01:00
|
avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()
Fixes out of array read
Fixes: asan_heap-oob_4d2250_814_cov_2745172097_JACOsub_capability_tester.jss
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
3d5d95db3f5d8e2093e9e19d0c46e86f54ed2a5d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3d5d95db3f5d8e2093e9e19d0c46e86f54ed2a5d
|
2014-11-25 14:48:04+01:00
|
avformat/mpegts: improve first valid PMT heuristic
This checks for audio+video instead of streams > 2
Fixes Ticket4090
Signed-off-by: Michael Niedermayer <[email protected]>
|
41ad87ad8efe53af1422a0b3abde3d01e470447c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/41ad87ad8efe53af1422a0b3abde3d01e470447c
|
2014-11-08 21:35:20+01:00
|
avcodec/utvideodec: fix assumtation that slice_height >= 1
Fixes out of array read
Fixes: asan_heap-oob_2573085_3783_utvideo_rgba_median.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
7656c4c6e66f8a787d384f027ad824cc1677fda1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7656c4c6e66f8a787d384f027ad824cc1677fda1
|
2014-11-10 19:45:36+01:00
|
celp_filters: don't use filter lenght as loop bound
CC: [email protected]
Bug-Id: CID 717906 / CID 717907 / CID 717916 /
CID 717917 / CID 717919 / CID 732259
|
f52b8717617e94da90a45afdfff23e94f9ecf35c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f52b8717617e94da90a45afdfff23e94f9ecf35c
|
2014-11-03 12:45:42-05:00
|
ffserver_config: postpone codec context creation
So far AVCodecContext was created without codec specified.
This causes internal data to not be initialized to defaults.
This commit postpone context creation until all information is gathered.
Partially fixes #1275
|
ed1f8915daf6b84a940463dfe83c7b970f82383d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ed1f8915daf6b84a940463dfe83c7b970f82383d
|
2014-11-01 01:04:12+01:00
|
mpeg12enc: factor out check in encode_dc
Makes coverity less confused and the code more readable.
CC: [email protected]
Bug-Id: CID 751744
|
37b3361e755361d4ff14a2973df001c0140d98d6
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/37b3361e755361d4ff14a2973df001c0140d98d6
|
2014-11-06 10:44:46-05:00
|
avcodec/dxa: check dimensions
Fixes out of array access
Fixes: asan_heap-oob_11222fb_21_020.dxa
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
e70312dfc22c4e54d5716f28f28db8f99c74cc90
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e70312dfc22c4e54d5716f28f28db8f99c74cc90
|
2014-10-28 15:30:05+01:00
|
avcodec/ac3enc_template: fix out of array read
Found-by: Andreas Cadhalpun
Signed-off-by: Michael Niedermayer <[email protected]>
|
d85ebea3f3b68ebccfe308fa839fc30fa634e4de
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d85ebea3f3b68ebccfe308fa839fc30fa634e4de
|
2014-09-27 20:34:44+02:00
|
avcodec/qpeg: fix off by 1 error in MV bounds check
Fixes out of array access
Fixes: asan_heap-oob_153760f_4_asan_heap-oob_1d7a4cf_164_VWbig6.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
dd3bfe3cc1ca26d0fff3a3baf61a40207032143f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dd3bfe3cc1ca26d0fff3a3baf61a40207032143f
|
2014-10-03 21:09:40+02:00
|
avcodec/microdvddec: add some memory checks
|
ac95b436db734cd72e637cef40e11bba2bf5da7d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ac95b436db734cd72e637cef40e11bba2bf5da7d
|
2014-09-21 18:41:45+02:00
|
wavpack: check number of channels
This means container and codec disagree. The codec is supposed to
know better so this could be an error instead.
|
a59f85d1064d5eeea9c0d6a4db8d0f4f76605d93
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a59f85d1064d5eeea9c0d6a4db8d0f4f76605d93
|
2014-08-22 18:43:30+00:00
|
apetag: Fix APE tag size check
The size variable is (correctly) unsigned, but is passed to several functions
which take signed parameters, such as avio_read, sometimes after having
numbers added to it. So ensure that size remains within the bounds that
these functions can handle.
CC: [email protected]
Signed-off-by: Diego Biurrun <[email protected]>
|
c5560e72d0bb69f8a1ac9536570398f84388f396
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c5560e72d0bb69f8a1ac9536570398f84388f396
|
2014-09-17 06:37:05-07:00
|
avfilter/vf_idet: Fixing idet for single-frame inputs.
Handle single frame inputs similar to yadif (e.g., https://github.com/FFmpeg/FFmpeg/commit/0f9f24c9cfd291c7ece4d3bad64fdf06d107168a and https://github.com/FFmpeg/FFmpeg/commit/681e008d06d2241d50abe6316c908a184ddc5942)
Example:
ffmpeg -r 1 -t 1 -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet,showinfo -f null -y /dev/null
Previously:
Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
[Parsed_idet_0 @ 0x36389d0] Repeated Fields: Neither: 0 Top: 0 Bottom: 0
After patch:
[Parsed_showinfo_1 @ 0x1909810] n:0 pts:0 pts_time:0 pos:-1 fmt:gray sar:0/1 s:352x432 ...
[Parsed_idet_0 @ 0x18f9bb0] Repeated Fields: Neither: 1 Top: 0 Bottom: 0
Fate looks good.
Signed-off-by: Neil Birkbeck <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
dd5d61795690e339ae271692e7ab9df66b5eb153
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dd5d61795690e339ae271692e7ab9df66b5eb153
|
2014-11-28 23:38:59+01:00
|
configure: Refactor setting of feature test macro _XOPEN_SOURCE
Some C libraries, eg glibc, uclibc, and musl, uses feature test macros
to expose definitions conforming to the standards ISO C, POSIX and
extensions. According to which feature test macros are defined by the
user or the compiler, a header file, eg <features.h>, used by these
libraries internally defines various other macros.
glibc and uclibc also defines release test macros, eg __GLIBC__ and
__UCLIBC__ in <features.h>. musl does not have (and does not want) a
macro __MUSL__. Therefore it is not possible to check for the musl
library.
However, building FFmpeg with musl needs the feature test macro
_XOPEN_SOURCE=600 to be defined.
Signed-off-by: Jörg Krause <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
56b8d106769c5c5f9174dcc426f1ee2f991428b1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/56b8d106769c5c5f9174dcc426f1ee2f991428b1
|
2014-09-22 00:34:56+02:00
|
lavf/mux: Fix a typo checking aspect ratios.
Fixes ticket #3813.
|
355121bcb5d921c1e50b34a6f0b8da6a2c8a734f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/355121bcb5d921c1e50b34a6f0b8da6a2c8a734f
|
2014-07-30 11:03:29+02:00
|
avcodec/dvdsub_parser: Check buf_size before reading 32bit packet size
Signed-off-by: Michael Niedermayer <[email protected]>
|
81c1657a593b1c0f8e46fca00ead1d30ee1cd418
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/81c1657a593b1c0f8e46fca00ead1d30ee1cd418
|
2014-08-02 01:15:37+02:00
|
http: Provide an option to override the HTTP method
Certain servers accept only PUT as valid method.
|
28df1d24112c6ad0763985df2faeeb198cfbad69
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/28df1d24112c6ad0763985df2faeeb198cfbad69
|
2014-07-21 22:18:35+02:00
|
avcodec/on2avc: Fix out of array access
Fixes CID1206648
Signed-off-by: Michael Niedermayer <[email protected]>
|
ce6a1ff2a124b3b0e8530bca1b6eed5a368feb5a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ce6a1ff2a124b3b0e8530bca1b6eed5a368feb5a
|
2014-07-02 20:22:12+02:00
|
Add av_image_check_sar() and use it to validate SAR
|
9e500efdbe0deeff1602500ebc229a0a6b6bb1a2
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9e500efdbe0deeff1602500ebc229a0a6b6bb1a2
|
2014-06-20 10:39:33-04:00
|
Expose metadata found in onCuePoint events in .flv files.
Currently, only onMetaData is used, but some providers (wrongly)
put metadata into onCuePoint events, and it's still nice to be
able to use that data.
onCuePoint events also present metadata slightly differently than
onMetaData events: all metadata is found inside an object called
"parameters". In order to extract this metadata, it's easiest to
recurse through the object tree and pull out anything found in
child objects and put it in the top-level metadata.
Reference: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/2/help.html?content=00001404.html
Signed-off-by: Anton Khirnov <[email protected]>
|
93c04e095dc37ebdab22174e88cfa91e24940866
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/93c04e095dc37ebdab22174e88cfa91e24940866
|
2014-08-13 16:11:43+00:00
|
avformat/flvdec: give live_flvdec a separate name
This should fix a infinite loop on freebsd
Signed-off-by: Michael Niedermayer <[email protected]>
|
dc5972f88601280a27cdadecc8e22e2056b28fcf
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dc5972f88601280a27cdadecc8e22e2056b28fcf
|
2014-06-21 20:27:45+02:00
|
smoothstream: check malloc calls
Signed-off-by: Anton Khirnov <[email protected]>
|
e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9
|
2014-05-24 08:21:49+02:00
|
dvenc: initialize the profile only once, at init
We do not allow the frame parameters to change during encoding, so there
is no need to do this for each frame.
|
778111592bf5f38630858ee6dfcfd097cd6c6da9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/778111592bf5f38630858ee6dfcfd097cd6c6da9
|
2014-06-20 14:15:16+02:00
|
avformat/movenc: Check that packet duration is valid in ff_mov_write_packet()
Signed-off-by: Michael Niedermayer <[email protected]>
|
744df0a0319c82cf0da8fdb167255516853f1238
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/744df0a0319c82cf0da8fdb167255516853f1238
|
2014-05-23 04:00:29+02:00
|
rtmpproto: Check the buffer sizes when copying app/playpath strings
As pointed out by Reimar Döffinger.
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e
|
2014-05-08 19:02:43+03:00
|
avformat/replaygain: fix mixed declaration and statement
Signed-off-by: Michael Niedermayer <[email protected]>
|
97751e1324deb91522b1d73307dab1a88c8d726c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/97751e1324deb91522b1d73307dab1a88c8d726c
|
2014-04-18 01:16:27+02:00
|
avutil/log: factor "level != AV_LOG_INFO/8" checks out
Signed-off-by: Michael Niedermayer <[email protected]>
|
7ac2f7e413051aa6ff735a8b9c47ca06dc4607d9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7ac2f7e413051aa6ff735a8b9c47ca06dc4607d9
|
2014-04-09 16:30:16+02:00
|
pulseaudio: move NULL check up before dereference.
Fixes CID 1197068.
Signed-off-by: Reimar Döffinger <[email protected]>
|
57d10a28f41b3cb6d43be02d10614ac993cc79b9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/57d10a28f41b3cb6d43be02d10614ac993cc79b9
|
2014-04-06 19:38:51+02:00
|
dcadec: Use correct channel count in stereo downmix check
s->prim_channels is greater than num_core_channels
when an XCh extension is present in the bitstream.
Signed-off-by: Luca Barbato <[email protected]>
|
801c39e1e3058fc4ba822bfb5d8612d777111e32
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/801c39e1e3058fc4ba822bfb5d8612d777111e32
|
2014-04-12 23:05:37+02:00
|
af_volume: implement replaygain pre-amplification
This adds a new "replaygain_preamp" option to the filter, and simply adds its
value to the replaygain gain value.
Signed-off-by: Anton Khirnov <[email protected]>
|
a49aa440c939e221194f8d95bf98673f8cf38a06
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a49aa440c939e221194f8d95bf98673f8cf38a06
|
2014-04-04 18:53:05+02:00
|
avformat/mpegtsenc: move startcode validity check to ff_check_h264_startcode
Signed-off-by: Peter Ross <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
e61973db6c0111f39f945337aba6174f1ee5e6ba
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e61973db6c0111f39f945337aba6174f1ee5e6ba
|
2014-03-30 16:36:22+02:00
|
avformat/aviobuf: ffio_ensure_seekback: only copy the initialized part of the buffer
Signed-off-by: Michael Niedermayer <[email protected]>
|
0d4a66ee7f48c65ac67f4d91c8f8f2bfd47afa0d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0d4a66ee7f48c65ac67f4d91c8f8f2bfd47afa0d
|
2014-03-26 23:52:38+01:00
|
avformat/avidec: Check required demuxing buffer sizes in guess_ni_flag()
Fixes Ticket3421
Signed-off-by: Michael Niedermayer <[email protected]>
|
5d75730c58f72918a41bb5abda4b448ecdd4273c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5d75730c58f72918a41bb5abda4b448ecdd4273c
|
2014-03-11 19:20:47+01:00
|
avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction
This is limited to the case where x264_build = -1, to not break x264 decoding
Signed-off-by: Michael Niedermayer <[email protected]>
|
6f7ca1f55be1270e0d7c33409de4473e4dd00add
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6f7ca1f55be1270e0d7c33409de4473e4dd00add
|
2014-03-18 20:37:26+01:00
|
armv6: Accelerate ff_fft_calc for general case (nbits != 4)
The previous implementation targeted DTS Coherent Acoustics, which only
requires nbits == 4 (fft16()). This case was (and still is) linked directly
rather than being indirected through ff_fft_calc_vfp(), but now the full
range from radix-4 up to radix-65536 is available. This benefits other codecs
such as AAC and AC3.
The implementaion is based upon the C version, with each routine larger than
radix-16 calling a hierarchy of smaller FFT functions, then performing a
post-processing pass. This pass benefits a lot from loop unrolling to
counter the long pipelines in the VFP. A relaxed calling standard also
reduces the overhead of the call hierarchy, and avoiding the excessive
inlining performed by GCC probably helps with I-cache utilisation too.
I benchmarked the result by measuring the number of gperftools samples that
hit anywhere in the AAC decoder (starting from aac_decode_frame()) or
specifically in the FFT routines (fft4() to fft512() and pass()) for the
same sample AAC stream:
Before After
Mean StdDev Mean StdDev Confidence Change
Audio decode 2245.5 53.1 1599.6 43.8 100.0% +40.4%
FFT routines 940.6 22.0 348.1 20.8 100.0% +170.2%
Signed-off-by: Martin Storsjö <[email protected]>
|
87552d54d3337c3241e8a9e1a05df16eaa821496
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/87552d54d3337c3241e8a9e1a05df16eaa821496
|
2014-07-18 01:34:23+03:00
|
hevc: Do not right shift a negative value in get_pcm
|
ff486c0f7f6b2ace3f0238660bc06cc35b389676
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ff486c0f7f6b2ace3f0238660bc06cc35b389676
|
2014-02-23 14:34:40+01:00
|
x86: add missing XOP checks and macros
Signed-off-by: James Almer <[email protected]>
|
10b0161d78148f46eaffb29ea022378947eaef2c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/10b0161d78148f46eaffb29ea022378947eaef2c
|
2014-02-23 15:29:36+01:00
|
ffmpeg_opt: get_preset_file_2(): fix avio_open2() return code check
avio_open2() only return < 0 when error.
Signed-off-by: Timothy Gu <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
774239be717150909219ad2c0696bfb6a50cf2cb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/774239be717150909219ad2c0696bfb6a50cf2cb
|
2014-02-25 00:05:37+01:00
|
avcodec/hevc_filter: assert validity of qp predictor input
Signed-off-by: Michael Niedermayer <[email protected]>
|
951793717a285faf68b8ade7fde52a445f75f5c0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/951793717a285faf68b8ade7fde52a445f75f5c0
|
2014-02-07 01:55:17+01:00
|
examples/muxing: change error checks, from "ret != 0" to "ret < 0"
More consistent and more future-proof.
|
b933c72b5e36967b6be73555e8289cc074fb44a7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b933c72b5e36967b6be73555e8289cc074fb44a7
|
2014-01-20 13:10:10+01:00
|
h264: prevent two matching fields from being both a short/long ref combination
Fixes possible access to freed memory.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791
|
2014-01-18 20:42:39+01:00
|
ffmpeg: check ost->finished in check_output_constraints()
No testcase but it seems logic to stop when finished is set
Signed-off-by: Michael Niedermayer <[email protected]>
|
4ff77d44512100b8b1258b98491776755f45d30b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ff77d44512100b8b1258b98491776755f45d30b
|
2014-01-17 23:47:37+01:00
|
h264: reset num_reorder_frames if it is invalid
An invalid VUI is not considered a fatal error, so the SPS containing it
may still be used. Leaving an invalid value of num_reorder_frames there
can result in writing over the bounds of H264Context.delayed_pic.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
9ecabd7892ff073ae60ded3fc0a1290f5914ed5c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9ecabd7892ff073ae60ded3fc0a1290f5914ed5c
|
2014-01-18 20:53:06+01:00
|
vc1: set chromaformat = 1 for simple/main profile
1 is the only valid value for VC-1/WMV3, and setting it here makes sure
no invalid value is send to a hw accelerator, for example.
Signed-off-by: Michael Niedermayer <[email protected]>
|
719f1ce5fb41493fe10edca1ba9223fa601b6165
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/719f1ce5fb41493fe10edca1ba9223fa601b6165
|
2014-01-01 02:57:44+01:00
|
mov: Free intermediate arrays in the normal cleanup function
These arrays are normally freed at the end of mov_read_trak,
but make sure they're freed in case mov_read_trak returned
early (due to errors) or in case the atoms that allocate arrays
are encountered at some other point than within a trak (which
we don't have checks against).
Sample-Id: 00000496-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
d51f09962d5b4bc999fb70c040f330dd1873212e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d51f09962d5b4bc999fb70c040f330dd1873212e
|
2014-01-15 09:57:26+02:00
|
avformat/ipmovie: Check palette size in OPCODE_SET_PALETTE
Signed-off-by: Michael Niedermayer <[email protected]>
|
4e575adeff316b351bc777a24d4b6beb5ac58cb2
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4e575adeff316b351bc777a24d4b6beb5ac58cb2
|
2013-12-18 23:46:37+01:00
|
examples/decoding_encoding: check av_samples_get_buffer_size() for a negative value
Fix broken != 0 check.
|
b2a4316287ea814168b0b794bd7ab0063fd1dd0f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b2a4316287ea814168b0b794bd7ab0063fd1dd0f
|
2013-12-15 20:09:26+01:00
|
avformat/network: check ff_socket_nonblock() return and print a debug message
Fixes CID1026744
Fixes CID1026743
Signed-off-by: Michael Niedermayer <[email protected]>
|
7439475e69f333541c3647f6b9eb5b5af073cb64
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7439475e69f333541c3647f6b9eb5b5af073cb64
|
2013-12-13 17:08:03+01:00
|
configure: Move MinGW64 specific check to the correct place
It was misplaced during merge of commit 120797e2ef0ca317daf63ad79be5f72f835e9ac2
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
0cde2ae3f1143547ebce0134fcaa559b8629de88
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0cde2ae3f1143547ebce0134fcaa559b8629de88
|
2013-12-09 02:06:21+01:00
|
swresample: use the internal buffer for resampling the last few samples
Fixes out of array read
Fixes Ticket3193
Signed-off-by: Michael Niedermayer <[email protected]>
|
a6af5da7a2f817d52ea00e2aa93ccf5804afa3e0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a6af5da7a2f817d52ea00e2aa93ccf5804afa3e0
|
2013-12-04 20:40:42+01:00
|
mpegts: stop analyzing when pmt for all programs have been found
This disables NOHEADER after finding PMT for all programs to
avoid find_stream_info always exhausting probe size for mpegts.
This is very important for live streams since read speed
will be limited. rtsp, udp and any protocol streaming a live
mpegts will have dramatically faster startup time.
Note, lack of codec parameters for streams can still cause
the full probe size to be exhausted.
Signed-off-by: Michael Niedermayer <[email protected]>
|
6eda91ad54fd3214610edb1e4a5adb58806c243e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6eda91ad54fd3214610edb1e4a5adb58806c243e
|
2013-12-15 21:43:19+01:00
|
avfilter/vf_tinterlace: check clone return value
Inspired by: 3a16ec19d2426457419cb8a7304f97982699efda
Signed-off-by: Michael Niedermayer <[email protected]>
|
6a71efff33e74d2c0ca73684ffb5dc3f58841f51
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6a71efff33e74d2c0ca73684ffb5dc3f58841f51
|
2013-11-19 18:08:58+01:00
|
avcodec/hnm4video: check offset in decode_interframe_v4() more completely
Fixes out of array reads
Fixes: signal_sigsegv_e74c1e_1092_BROCIME.HNM
Fixes: signal_sigsegv_e74e85_2620_PLAQUE0.HNM
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5a08ba5381cf8d46034440163e71cd95748beceb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5a08ba5381cf8d46034440163e71cd95748beceb
|
2013-11-22 22:12:27+01:00
|
h264: Check all allocations
Signed-off-by: Derek Buitenhuis <[email protected]>
|
a483aae7d8bcd37b50bb86345606bbcd2301110b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a483aae7d8bcd37b50bb86345606bbcd2301110b
|
2013-10-29 12:00:27+00:00
|
avcodec/mpegvideo_motion: Handle edge emulation even without unrestricted_mv
Fixes out of array reads
Fixes part of: MSVR 440 (the other issues seem to have been fixed already)
Found-by: Jeremy Brown (jerbrown) of ReSP
Signed-off-by: Michael Niedermayer <[email protected]>
|
7b1e0beb2da31a0a8847bc9c68a87a120b71fa8a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7b1e0beb2da31a0a8847bc9c68a87a120b71fa8a
|
2013-11-12 18:21:20+01:00
|
avcodec: Fix duration error after seek operation
After seek, s->duration need recalculation, AVCodecParserContext need be set
again. Without the fix, the first audio packet would be dropped after
compute_pkt_fields() as the final pts/dts become invalid.
Signed-off-by: wangxingchao <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
68900bf16bb4dda35cf5f2801ce72c15056f1939
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/68900bf16bb4dda35cf5f2801ce72c15056f1939
|
2013-11-16 02:02:51+01:00
|
avformat/utils: do not override pts in h264 when they are provided from the demuxer
Fixes Ticket2143
Signed-off-by: Michael Niedermayer <[email protected]>
|
1e5271a9fd6ddcceb083f2185a4bbd8d44c9a813
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e5271a9fd6ddcceb083f2185a4bbd8d44c9a813
|
2013-10-27 02:27:45+02:00
|
bitstream: Check the result of av_malloc()
|
29c455ce3daf7fb369ba20cf77c74bd8e3b43b55
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/29c455ce3daf7fb369ba20cf77c74bd8e3b43b55
|
2013-10-15 18:01:12+02:00
|
indeo4: Check the inherited quant_mat
Invalidate it if not supported.
Sample-Id: 00000262-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
c9ef6b09326a24010bf86d6b0d19cfa42df4d546
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c9ef6b09326a24010bf86d6b0d19cfa42df4d546
|
2013-10-13 01:38:21+02:00
|
matroskadec: check av_strdup() when setting defaults
|
668643b9239c70b777aea322eab411ebc960d9a0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/668643b9239c70b777aea322eab411ebc960d9a0
|
2013-09-24 17:11:50+02:00
|
avcodec/pngdec: check for stream end in png_decode_idat()
Fix infinite loop
Fix Ticket2978
Signed-off-by: Michael Niedermayer <[email protected]>
|
65bf9a44d7b0295e03463fd143499ab5b85d0cb7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/65bf9a44d7b0295e03463fd143499ab5b85d0cb7
|
2013-09-25 02:17:36+02:00
|
h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.
The prev_ values were not set after parsing POC.
Increase length of the buffer decoded to parse enough safely.
Signed-off-by: Anton Khirnov <[email protected]>
|
b81dbd6cb7522bea96d78a52f8a4c25a47b820c9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b81dbd6cb7522bea96d78a52f8a4c25a47b820c9
|
2013-10-15 20:02:47+02:00
|
configure: Properly check for availability of -Wno-foo warning flags
For some weird reason gcc does not check if the -Wno disabling variants
of warning flags match existing warning flags. Instead it swallows them
silently. That is, unless other warning or error messages are generated,
because then - for some even more bizarre reason - a complaint about the
unknown disable warning flag is issued along with the error or warning
message.
Thus to check for the availability of a warning disabling option, one
needs to check for the enabling variant instead and then add the
disabling variant to CFLAGS.
|
056fd4fe65e70b4dbca97bcf7faf8b7ce3df993f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/056fd4fe65e70b4dbca97bcf7faf8b7ce3df993f
|
2013-11-01 22:05:20+01:00
|
mace: Make sure that the channel count is set to a valid value
Also return a proper error code.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
e1f3847f860a1094a46be4c5f10db8df616c3135
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e1f3847f860a1094a46be4c5f10db8df616c3135
|
2013-09-17 11:21:46+03:00
|
avcodec/ffv1enc: update buffer check for 16bps
Signed-off-by: Michael Niedermayer <[email protected]>
|
3728603f1854b5c79d1a64dd3b41b80640ef1e7f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3728603f1854b5c79d1a64dd3b41b80640ef1e7f
|
2013-09-09 20:19:17+02:00
|
mov: Don't use a negative duration for setting other fields
Some files have the duration set to -1 in the mdhd atom, more
or less legitimately. (We produce such files ourselves, for the
initial duration in fragmented mp4 files.)
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
7f8d41eb097e8d4223c9caf97dd332a2fdb29d52
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7f8d41eb097e8d4223c9caf97dd332a2fdb29d52
|
2013-09-17 11:33:37+03:00
|
vformat/subtitles: check av_copy_packets return code
Signed-off-by: Michael Niedermayer <[email protected]>
|
5c504e4df7b4abe6e54d0be3e327b65348267906
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5c504e4df7b4abe6e54d0be3e327b65348267906
|
2013-08-30 21:36:58+02:00
|
rtmp: Send video on a separate channel.
Sending non-monotonic packets (e.g. when the audio and video
streams are monotonic within themselves but not muxed
monotonically) will lead to negative values the RTMP timestamp
field (where timestamps are transmitted only as deltas for each
channel), and this delta can end up being incorrectly written as
a large unsigned number.
Signed-off-by: Martin Storsjö <[email protected]>
|
120af23cd5fcfc539d9575d17d403247ab17109b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/120af23cd5fcfc539d9575d17d403247ab17109b
|
2013-09-17 11:03:36+03:00
|
ffmpeg_filter: check that the input media type match the filter
Fixes Ticket2012
Signed-off-by: Michael Niedermayer <[email protected]>
|
640a36a05c4d9d371086c22a158fb3d314a71538
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/640a36a05c4d9d371086c22a158fb3d314a71538
|
2013-08-14 03:03:41+02:00
|
avcodec/gif: move BITSTREAM_WRITER_LE up
This prevents issues in case any header #includes put_bits.h
Signed-off-by: Michael Niedermayer <[email protected]>
|
5dd5985e0530214abd65a0bcdd711dd13ac0e880
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5dd5985e0530214abd65a0bcdd711dd13ac0e880
|
2013-08-14 23:15:54+02:00
|
ff_network_wait_fd_timeout(): check for interrupt before operation
Reviewed-by: Lukasz M <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
1e85b5e077e7e6fb9901bfd1a7a4f2594ba5a9a5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e85b5e077e7e6fb9901bfd1a7a4f2594ba5a9a5
|
2013-07-12 21:27:27+02:00
|
qdm2: refactor joined stereo support
qdm2 does support only two channels. Loop over the run once.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
adadc3f2443d25b375e21e801516ccfd78e0b080
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/adadc3f2443d25b375e21e801516ccfd78e0b080
|
2013-07-09 15:57:32+02:00
|
mjpegdec: initialize source variables before gbr remap
Signed-off-by: Michael Niedermayer <[email protected]>
|
94e86ae15a4328b22f6f103b9fd9b6a9ee0c676c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/94e86ae15a4328b22f6f103b9fd9b6a9ee0c676c
|
2013-07-11 02:31:58+02:00
|
lavc/mpegvideo_enc: simplify timestamp checks in load_input_picture()
Also improve error feedback while at it.
|
7eb6eb03d83a4d6454ce1e20ec672dbf99f8f009
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7eb6eb03d83a4d6454ce1e20ec672dbf99f8f009
|
2013-06-27 17:46:52+02:00
|
j2kdec: merge length==0 check from jpeg2000
Signed-off-by: Michael Niedermayer <[email protected]>
|
a5203d86b36e33af6424df0f0054d4ddad9a3c4f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a5203d86b36e33af6424df0f0054d4ddad9a3c4f
|
2013-05-31 02:22:11+02:00
|
g2meet: Check cursor parameters before writing them in the context
Fixes out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ada497e61660b4a23d49eaf07fe19386573a6ba9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ada497e61660b4a23d49eaf07fe19386573a6ba9
|
2013-06-09 12:00:57+02:00
|
lavf/wvenc: remove hacks since wavpack demuxer & decoder hacks have been fixed
|
269fc8e04906ffd965aa19425ca90980b23c6508
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/269fc8e04906ffd965aa19425ca90980b23c6508
|
2013-05-28 10:46:57+00:00
|
matroskadec: export full wavpack blocks.
This allows us to get rid of demuxer-specific hacks in the decoder and
will allow streamcopy from matroska once we have a wavpack muxer.
|
9b6f47c44807f14788e909c4c71db58eebba8277
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9b6f47c44807f14788e909c4c71db58eebba8277
|
2013-05-28 08:14:35+02:00
|
avplay: remove a warning
Set the data field in the flush_pkt to the pointer to the actual packet.
The field needs to contain a valid unique pointer, no read nor writes
are ever made to it.
|
26a44143efb513a602542fb59aee87b1fc62af51
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/26a44143efb513a602542fb59aee87b1fc62af51
|
2013-04-27 10:51:28+02:00
|
mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac
Prevent out of buffer write when decoding broken samples.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
cfbd98abe82cfcb9984a18d08697251b72b110c8
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cfbd98abe82cfcb9984a18d08697251b72b110c8
|
2013-05-21 09:46:02+02:00
|
jpegls: check the scan offset
Prevent an out of array bound write.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
abad374909e6416e941351094f4f1446a71f8d23
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/abad374909e6416e941351094f4f1446a71f8d23
|
2013-05-17 16:44:13+02:00
|
lavu/hash: Fix adler32 calculation
Adler must be initialized with a non zero value.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
c55c715c81dec16de1c4a55faf0c595e18fff1e5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c55c715c81dec16de1c4a55faf0c595e18fff1e5
|
2013-05-15 23:53:40+02:00
|
tools: Add adler32 checksum tool
This is about 6 times faster than md5sum on linux
Signed-off-by: Michael Niedermayer <[email protected]>
|
3d66ce17b7f809b195595ec5e785a67957e48e7d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3d66ce17b7f809b195595ec5e785a67957e48e7d
|
2013-05-09 16:21:17+02:00
|
avcodec/cdgraphics: check buffer size before use
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ad002e1a13a8df934bd6cb2c84175a4780ab8942
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ad002e1a13a8df934bd6cb2c84175a4780ab8942
|
2013-05-07 21:06:48+02:00
|
h264_parser: Initialize the h264dsp context in the parser as well
Each AVStream struct for an H.264 elementary stream actually has two
copies of the H264DSPContext struct (and in fact all the other members
of H264Context as well):
((H264Context *) ((AVStream *)st)->codec->priv_data)->h264dsp
((H264Context *) ((AVStream *)st)->parser->priv_data)->h264dsp
but only the first of these was actually being initialised. This
prevented the addition of platform-specific implementations of
parser-related functions.
Signed-off-by: Martin Storsjö <[email protected]>
|
7a82022ee2f9b1fad991ace0936901e7419444be
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7a82022ee2f9b1fad991ace0936901e7419444be
|
2013-08-08 12:08:28+03:00
|
indeo3: avoid writes without necessary alignment in copy_cell()
Cells starting at a position aligned to 8 pixels but wider than
4 blocks are copied with 3 blocks per loop. This creates problems on the
next loop iterations since the routine copying 2 blocks requires the
same alignment on some architectures like ARM NEON.
|
94235f2ba2eb8be014b6dbc2b2aed494c169cef1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/94235f2ba2eb8be014b6dbc2b2aed494c169cef1
|
2013-05-10 12:02:09+02:00
|
lavfi: fix filter format negotiation loop.
query_formats() returning EAGAIN is not considered a progress
in the format negotiation.
If the filter returns EAGAIN but did set some of its formats
lists, it could be considered a partial success and counted
as progress in the negotiation. Not counting it is not a
problem because it currently only happens in the first round,
where there will always be some progress on the other filters.
|
78d16b6a51095cde231524dd394ac200b7bddde9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/78d16b6a51095cde231524dd394ac200b7bddde9
|
2013-05-07 18:40:51+02:00
|
avcodec/pthread: Make sure ff_thread_finish_setup() conditions match
Prevents warning from being shown due to multiple calls.
Signed-off-by: Michael Niedermayer <[email protected]>
|
94b3a666fa87f96c4ed2b469bbc28e1ac4e67785
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/94b3a666fa87f96c4ed2b469bbc28e1ac4e67785
|
2013-04-25 15:55:01+02:00
|
evrcdec: use memmove() instead of memcpy() when regions can overlap.
This occurs also with valid files.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5ae484e350e4f1b20b31802dac59ca3519627c0a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5ae484e350e4f1b20b31802dac59ca3519627c0a
|
2013-04-18 16:20:49+02:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.