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
⌀ |
---|---|---|---|---|---|---|---|
check stream index validity in av_program_add_stream_index
Originally committed as revision 20319 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
72017ea1dcae1cd4f9c3dd68a3c1a9d941c6b02a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/72017ea1dcae1cd4f9c3dd68a3c1a9d941c6b02a
|
2009-10-19 18:55:27+00:00
|
WMA: use type punning and unroll loops in decode_exp_vlc()
GCC does stupid things if these assignments are done using floats
directly, so fill the runs using integer operations instead. Also
unroll the loops since the length is always a multiple of 4.
Originally committed as revision 20077 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ff00b94e9d4f66922abe1830da2954a024bf87e5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ff00b94e9d4f66922abe1830da2954a024bf87e5
|
2009-09-29 10:38:30+00:00
|
Fix wrong logical operator which causes too relaxed checking in VC-1 test
format probe.
Spotted by Reimar Döffinger.
Originally committed as revision 19839 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
65d6d40350e7ccf693c058fddf183f9e90e0e511
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/65d6d40350e7ccf693c058fddf183f9e90e0e511
|
2009-09-14 17:05:13+00:00
|
Use memcpy instead of per-pixel copy loop for rgb lcl format
Originally committed as revision 18997 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
bb790168516b4a864ee8743c5900f8a6e495e1ce
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bb790168516b4a864ee8743c5900f8a6e495e1ce
|
2009-05-30 11:20:07+00:00
|
Skip the check for SSE aligned memory allocators when SSE is disabled.
Fixes issue 1269.
Originally committed as revision 19437 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
bd20afc4017f07325045fbb2390561985fa85028
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bd20afc4017f07325045fbb2390561985fa85028
|
2009-07-15 12:23:38+00:00
|
VC1 loop filter uses the frame quantizer not the mb quantizer
Originally committed as revision 18534 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2d08f9ea54a347eb0282c227bae359d1a9c3d4bb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2d08f9ea54a347eb0282c227bae359d1a9c3d4bb
|
2009-04-16 07:34:52+00:00
|
Update safety check as the maximum pixel size is no longer 4.
New max size is 16bit * 4 samples (RGBA).
Originally committed as revision 18655 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
445f0a8b666a34e6402f6ae96c6804c8bc024baa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/445f0a8b666a34e6402f6ae96c6804c8bc024baa
|
2009-04-22 01:54:05+00:00
|
Check whether extra bits block has enough data.
Patch by Laurent Aimar "f\145nr\151r >at< vide\157lan <dot> o\162g"
Originally committed as revision 18732 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
66311f86d4dec618eeab5af36e96408eb16cd6a5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/66311f86d4dec618eeab5af36e96408eb16cd6a5
|
2009-05-03 05:42:51+00:00
|
H264: Don't deblock if alpha or beta is 0.
This ensures that the MMX loop filter is always bitexact with the C version.
Patch by Haruhiko Yamagata <h.yamagata _a_ nifty com>
Originally committed as revision 18923 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
86b0e9948b14bcc483e779b092d7a196eea4aa61
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/86b0e9948b14bcc483e779b092d7a196eea4aa61
|
2009-05-24 03:39:20+00:00
|
mlpdec: Check for blocksize in proper range.
Originally committed as revision 18211 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b864098c168f601f7c7393893927a4fd3f79ae5d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b864098c168f601f7c7393893927a4fd3f79ae5d
|
2009-03-27 23:55:38+00:00
|
fix valid seeking range
Originally committed as revision 18098 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
92a0f338786b629c5661f5b552e32c6154c3389d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/92a0f338786b629c5661f5b552e32c6154c3389d
|
2009-03-21 07:35:52+00:00
|
AAC: hoist dependent gain lookup out of the loop
Originally committed as revision 17835 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
cfd937b081adfa122e3f814b928c9ea0ada7f4f0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cfd937b081adfa122e3f814b928c9ea0ada7f4f0
|
2009-03-05 23:10:22+00:00
|
Check for VirtualAlloc() so it may be used to allocate executable memory in
Windows.
Originally committed as revision 18050 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
7c5bfe7add44be19301c29a11cde43e27d2f7272
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7c5bfe7add44be19301c29a11cde43e27d2f7272
|
2009-03-19 21:52:01+00:00
|
mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized
to MAX_BLOCKSIZE) instead of MAX_BLOCKSIZE, so both copies to/from state data
look alike.
Originally committed as revision 18233 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a44b9f95745895b9aae22c1e661593b98d506d24
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a44b9f95745895b9aae22c1e661593b98d506d24
|
2009-03-30 03:08:55+00:00
|
configure: check asm support using $as
Originally committed as revision 17828 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f65883c81264548f1f0a31f7c8cf8512924f8456
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f65883c81264548f1f0a31f7c8cf8512924f8456
|
2009-03-05 21:20:04+00:00
|
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1
Originally committed as revision 17632 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3bc5f6f9a6418682d91d0e01bdbe58ec91bf905a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3bc5f6f9a6418682d91d0e01bdbe58ec91bf905a
|
2009-02-27 08:02:34+00:00
|
do not check for minimum slice start code, 0x00000100 is valid
Originally committed as revision 17133 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d934de5c5d9ff1d228d0113e31e182efe2a853aa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d934de5c5d9ff1d228d0113e31e182efe2a853aa
|
2009-02-10 16:34:45+00:00
|
fix version protection
Originally committed as revision 16572 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
8eec0fb674e6271bd3567c58cf86f3e322265f89
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8eec0fb674e6271bd3567c58cf86f3e322265f89
|
2009-01-13 00:20:18+00:00
|
Use directory name as multiple inclusion guard prefix.
We do this for all other libraries already.
Originally committed as revision 16990 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
9e5e2a2e63b583fcbbaa8fd600ce0d4d61b91251
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9e5e2a2e63b583fcbbaa8fd600ce0d4d61b91251
|
2009-02-04 20:31:20+00:00
|
disable pts reordering code and initialize a parser instead
Originally committed as revision 8418 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
262e2bee24194b88eba9e31edfc95ba3b39bc72f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/262e2bee24194b88eba9e31edfc95ba3b39bc72f
|
2007-03-15 23:08:58+00:00
|
RV30 loop filter
Originally committed as revision 16245 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
541e8f3beccbe806599e9af4902d1e68b4367b80
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/541e8f3beccbe806599e9af4902d1e68b4367b80
|
2008-12-20 06:09:54+00:00
|
Check RV30/40 slice offsets to be inside buffer.
This fixes issue 738
Originally committed as revision 15981 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
1799d5223eba3eb8f5ae1f1db71674af9dabcb6a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1799d5223eba3eb8f5ae1f1db71674af9dabcb6a
|
2008-12-02 17:39:20+00:00
|
Move sync line pointers code to the end of the loop, it is simpler that way.
Originally committed as revision 16341 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
6f5c00eb9f8d3cbb100cbd4022f061914e10dfa1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6f5c00eb9f8d3cbb100cbd4022f061914e10dfa1
|
2008-12-26 17:04:31+00:00
|
Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove
the code.
Originally committed as revision 16173 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
1dd488e9559bbe411c6933fd8ff02450a4b3be7e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1dd488e9559bbe411c6933fd8ff02450a4b3be7e
|
2008-12-16 20:43:39+00:00
|
Add checks on the _mingw.h and w32api.h versions.
Based on a patch by Ramiro.
Originally committed as revision 15793 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a85de417db0b721c601d679338bb9251c542160d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a85de417db0b721c601d679338bb9251c542160d
|
2008-11-08 11:04:56+00:00
|
Add check target to run both tests and checkheaders targets.
Originally committed as revision 15750 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
5bab85364663f624bd9206bb3ca7d2d0f69d356c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5bab85364663f624bd9206bb3ca7d2d0f69d356c
|
2008-10-30 10:14:57+00:00
|
Allocate parameter sets sanely instead of using alloc_parameter_set().
Avoids ending up with half initialized parameter sets.
Fixes issue282.
Originally committed as revision 15971 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
255d4e717faa98ab783401acd68a278af32f6360
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/255d4e717faa98ab783401acd68a278af32f6360
|
2008-12-01 16:04:03+00:00
|
Automatically check the dependencies for the AAN DCT tables.
This also makes the AAN DCT tables individually selectable.
Originally committed as revision 15940 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e8ed9b7a737d09c3fa5660b4276aafce4bf1128b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e8ed9b7a737d09c3fa5660b4276aafce4bf1128b
|
2008-11-26 15:07:03+00:00
|
cleanup, merge snprintf calls
Originally committed as revision 15240 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a3aa4fed629a3842817f090180b2f26a91ae4a46
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a3aa4fed629a3842817f090180b2f26a91ae4a46
|
2008-09-07 04:56:44+00:00
|
Prevent image2 from complaining about non monotone timestamps as
there are no timestamps in "raw" image2.
Originally committed as revision 15419 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
644b0c4c92f8d1694e43804fce393d70ace7b513
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/644b0c4c92f8d1694e43804fce393d70ace7b513
|
2008-09-26 02:07:56+00:00
|
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz
Originally committed as revision 15397 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
26f5e1469f9469ab30e16d6311bdbcbc7e0790cf
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/26f5e1469f9469ab30e16d6311bdbcbc7e0790cf
|
2008-09-24 17:09:59+00:00
|
configure: simplify negative dependencies
Originally committed as revision 14195 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
1b71f04586bc22ab1230091c5cd91a7cb7d7c89b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1b71f04586bc22ab1230091c5cd91a7cb7d7c89b
|
2008-07-12 20:55:07+00:00
|
Check that we have enough output space available.
Originally committed as revision 14170 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
362aba4be71f2d5d6c85f7bf8dd800faf5c1069f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/362aba4be71f2d5d6c85f7bf8dd800faf5c1069f
|
2008-07-11 19:45:52+00:00
|
1 c-asm loop less and 1x unroll of float_to_int16_sse()
25% faster
Originally committed as revision 14104 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
35ee72b1d72a4c8fc0ae4e76ad00a71e831b8dbe
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/35ee72b1d72a4c8fc0ae4e76ad00a71e831b8dbe
|
2008-07-07 21:25:18+00:00
|
Write for loops in a more standard way. In my opinion, they are much more readable now.
Originally committed as revision 14068 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
6f1e7a9e09ca4350509f265352241179d1fe78e0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6f1e7a9e09ca4350509f265352241179d1fe78e0
|
2008-07-04 19:55:58+00:00
|
Simplify strange obfuscated code in MMCO_LONG handling.
Note, this might change behavior for invalid bitstreams.
Originally committed as revision 14381 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
9296f5d81acb9b3f8d8870a78ded6e284a1f4f58
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9296f5d81acb9b3f8d8870a78ded6e284a1f4f58
|
2008-07-25 00:13:02+00:00
|
upgrade bandwidth config to use int64_t, raise limit
Originally committed as revision 13842 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
0dc17c21ecb31831f3a1a89bbd400d3e1fb5b96d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0dc17c21ecb31831f3a1a89bbd400d3e1fb5b96d
|
2008-06-21 03:26:24+00:00
|
Do a little more checking.
Originally committed as revision 13502 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
591944cd0c4f10ddf0eaee9298553633e12a26d0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/591944cd0c4f10ddf0eaee9298553633e12a26d0
|
2008-05-28 20:30:42+00:00
|
check if stream has been set, fixes CID15 RUN2
Originally committed as revision 13521 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
5735f6dca0e238e65e0014caa3acbfad9d90e67c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5735f6dca0e238e65e0014caa3acbfad9d90e67c
|
2008-05-29 02:11:46+00:00
|
Fix neverending loop which might happen when sending high-bitrate MPEG2
video over RTP
Originally committed as revision 13813 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e9174641556b3ca38c56b9621e855cf636cdf12f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e9174641556b3ca38c56b9621e855cf636cdf12f
|
2008-06-19 10:31:45+00:00
|
check for ARM VFP support
Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f55b299ae67d2205fb253783e773360e2c9733a6
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f55b299ae67d2205fb253783e773360e2c9733a6
|
2008-04-20 16:14:06+00:00
|
Prevent duration calculation code from generating random durations for
vorbis in ogg.
Originally committed as revision 13958 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
796d200a77a90e82897f1deac5513b9d903e8c21
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/796d200a77a90e82897f1deac5513b9d903e8c21
|
2008-06-24 23:56:16+00:00
|
Remove unused check
Commited in SoC by Vitor Sessak on 2008-04-03 16:38:51
Originally committed as revision 12750 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e1a43a414677258b1e01d3f9a8f40bfc74be4223
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e1a43a414677258b1e01d3f9a8f40bfc74be4223
|
2008-04-04 20:09:38+00:00
|
Check for and set HAVE_MMX2, it is used in several places.
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d7f0920bd7e891584c5226f39f658c73414c1a55
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d7f0920bd7e891584c5226f39f658c73414c1a55
|
2008-03-18 12:32:55+00:00
|
missing " && j<syncpoint_count" protection in the index parsing, as the
spec instructs...
Originally committed as revision 11852 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b19e3983cfb157751301aec87237ea28676665f0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b19e3983cfb157751301aec87237ea28676665f0
|
2008-02-04 10:29:03+00:00
|
use scale factor instead of sum for downmix level adjustment. avoids division
inside downmix loop. 7% faster 5.1-to-stereo downmixing.
Originally committed as revision 12287 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d8870f120ea5f46940bac63a90424ca6a6000ad9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d8870f120ea5f46940bac63a90424ca6a6000ad9
|
2008-03-01 16:10:19+00:00
|
Remove useless buffering of input data, so that avcodec_decode_audio never
returns 0 for a valid frame
Patch by Thorsten Jordan (tjordan atay macrosystem otday de)
[FFmpeg-devel] Behaviour of liba52 decoder
Originally committed as revision 11926 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
95e5323510aa9526b7771d20deadc80c19f215eb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/95e5323510aa9526b7771d20deadc80c19f215eb
|
2008-02-13 14:20:22+00:00
|
Fix make checkheaders.
Originally committed as revision 11156 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
7827885cfb65ce14c7f9720f90e2b2efcca3c29a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7827885cfb65ce14c7f9720f90e2b2efcca3c29a
|
2007-12-03 12:46:20+00:00
|
only check ac3 crc if AVCodecContext.error_resilience > 0
Originally committed as revision 11388 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
471db688c692e2a036b5ff708ac04d290b9751aa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/471db688c692e2a036b5ff708ac04d290b9751aa
|
2008-01-03 23:05:53+00:00
|
fix negative fseek
Originally committed as revision 10965 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
cc04af3481438e74278fff4532a0956363155708
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cc04af3481438e74278fff4532a0956363155708
|
2007-11-08 20:50:45+00:00
|
avoid infinite loop if pixel format conversion does not exist
Originally committed as revision 11259 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
86404ffba2d8795d44cffbbeee3b3c7c2cc6afcc
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/86404ffba2d8795d44cffbbeee3b3c7c2cc6afcc
|
2007-12-18 13:49:58+00:00
|
1000l: Fix check for max slice number
Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
27a2f87da8012efd31f0df063072c16345fbe115
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/27a2f87da8012efd31f0df063072c16345fbe115
|
2007-11-15 21:13:36+00:00
|
parse header chunk in a loop (don't depend on a fixed chunk ordering)
Originally committed as revision 10792 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f8cab062caacba2982a0d0bccd504b11c073caf6
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f8cab062caacba2982a0d0bccd504b11c073caf6
|
2007-10-18 22:26:23+00:00
|
fix forw_ptr crc check
not really beautiful but i did not find a nice solution
note, untested
Originally committed as revision 10037 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
073811cdd29e365498b3455ee4e0eda4b957a957
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/073811cdd29e365498b3455ee4e0eda4b957a957
|
2007-08-09 21:35:13+00:00
|
Try size 640x480 for FLC files which don't specify their size.
This is a ugly hack to fix playback of specular.flc.
closes issue71
Originally committed as revision 10117 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
77cb22fa7b3f632c16aa3d4e7aa7d47f9cd99f2c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/77cb22fa7b3f632c16aa3d4e7aa7d47f9cd99f2c
|
2007-08-14 15:51:30+00:00
|
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked)
Originally committed as revision 10302 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b1adb69c5b55180c8daeed4a91c8769129985715
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b1adb69c5b55180c8daeed4a91c8769129985715
|
2007-09-05 00:22:52+00:00
|
add "checkheaders" target
Originally committed as revision 9346 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e4d86a57902382a1818378acf7cbbf4aac714aad
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e4d86a57902382a1818378acf7cbbf4aac714aad
|
2007-06-17 00:05:39+00:00
|
place -l flags after object files in check_ld()
Originally committed as revision 9367 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3155a644a69cda08739ed57f22c5ce443a80d657
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3155a644a69cda08739ed57f22c5ce443a80d657
|
2007-06-19 01:27:51+00:00
|
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
87e8788680e16c51f6048af26f3f7830c35207a5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/87e8788680e16c51f6048af26f3f7830c35207a5
|
2007-04-08 11:34:15+00:00
|
Remove commented-out while loop.
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8620 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
636b69c5a4445a28d509e803ff528c753047ef9d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/636b69c5a4445a28d509e803ff528c753047ef9d
|
2007-04-03 22:13:16+00:00
|
fix 2nd ref_count check
add list_count
Originally committed as revision 7998 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
187696fa72ec47c7151cd3cc708e224fe2eccb55
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/187696fa72ec47c7151cd3cc708e224fe2eccb55
|
2007-02-16 21:34:21+00:00
|
check for gnu make
Originally committed as revision 7915 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
412c1562011ffc687378d5f3f7da4cb3f427ddbb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/412c1562011ffc687378d5f3f7da4cb3f427ddbb
|
2007-02-10 23:07:39+00:00
|
Add a bounds check on AVProbeData input.
patch by Ronald S. Bultje, rbultje ronald.bitfreak net
thread:
Date: Sat, 09 Jun 2007 19:22:17 -0400
Subject: [FFmpeg-devel] lavf probing
Originally committed as revision 9275 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19ecf882882679aef24512022316eec4f57b9b0d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/19ecf882882679aef24512022316eec4f57b9b0d
|
2007-06-10 20:35:01+00:00
|
remove md5 check for wma as there are rounding differences between cpus
Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d9076fe7c375e1ad2a5aff0071037bdc5d7116fa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9076fe7c375e1ad2a5aff0071037bdc5d7116fa
|
2007-02-12 19:59:38+00:00
|
better padsize check
Originally committed as revision 7656 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
92216453dbcce0f946eaf74bec075791a3edecb5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/92216453dbcce0f946eaf74bec075791a3edecb5
|
2007-01-22 21:33:26+00:00
|
replace list<2 checks by list<list_count
remove silly ref_count<0 and ref_count==0 checks its impossible for this variable to have such a value
Originally committed as revision 7999 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3425501d3b09650c6b295ba225e02e97c002372c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3425501d3b09650c6b295ba225e02e97c002372c
|
2007-02-16 21:42:01+00:00
|
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable.
Originally committed as revision 6212 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
34a8dcd031d637273cdea021e5a79cf720c4c51c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/34a8dcd031d637273cdea021e5a79cf720c4c51c
|
2006-09-09 11:40:41+00:00
|
little h.264 related hunk from diff between cvs and mobile hackerz
Originally committed as revision 5268 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
87b041e0f099e5ae2d0ba2d2ebb7c9963b26ac54
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/87b041e0f099e5ae2d0ba2d2ebb7c9963b26ac54
|
2006-04-04 17:44:59+00:00
|
out of array read fix
Originally committed as revision 5142 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3aeefb93c8cb1447b5869ebfe133aa7819055462
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3aeefb93c8cb1447b5869ebfe133aa7819055462
|
2006-03-10 21:20:49+00:00
|
thread mess check for avcodec_open/close()
Originally committed as revision 4472 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ddebfb15dc8ee01f7f8ff4e15e80b9843e550f00
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ddebfb15dc8ee01f7f8ff4e15e80b9843e550f00
|
2005-07-25 14:35:01+00:00
|
tinfoil patch: be more diligent about checking array boundaries before
writing to them
Originally committed as revision 4515 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
8458dab185ab52c3663c6f5a57c2bee7ca22af37
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8458dab185ab52c3663c6f5a57c2bee7ca22af37
|
2005-08-13 18:39:21+00:00
|
avcodec_decode_audio2()
difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space
Originally committed as revision 7518 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ac66834c759b7130fb5be51f63cb6dff9b294cba
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ac66834c759b7130fb5be51f63cb6dff9b294cba
|
2007-01-14 23:50:06+00:00
|
SATURATE_U8 -> clip_uint8 (10% faster loop filter)
Originally committed as revision 4262 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ee408eadbadbc629c9ef06f62ddf63643defe541
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ee408eadbadbc629c9ef06f62ddf63643defe541
|
2005-05-17 20:30:22+00:00
|
read loop filter limit values from Theora header, courtesy of Matthieu
Castet (castet.matthieu -at- free.fr)
Originally committed as revision 4304 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
9c7154c7ae3cbec9c6d9ca267c52832cd6fdd099
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9c7154c7ae3cbec9c6d9ca267c52832cd6fdd099
|
2005-05-24 14:21:42+00:00
|
minor optimization of the h264 loop filter
Originally committed as revision 4198 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
bda1c56c474c137957c261dcf9df4fd3232a8b43
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bda1c56c474c137957c261dcf9df4fd3232a8b43
|
2005-05-07 16:35:24+00:00
|
regression test checksum change due to the mov header field and compressor name patch (movenc.c 1.24->1.25)
Originally committed as revision 3946 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a749c8d6e57f4e28bfd8062bdb4b7d39d7bdb9ca
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a749c8d6e57f4e28bfd8062bdb4b7d39d7bdb9ca
|
2005-02-07 18:56:41+00:00
|
move the 0x80 vector outside of the function, thus saving the compiler
the trouble of having to initialize each byte on the stack individually
Originally committed as revision 3083 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
7daabccb5d36e9bf649d157ab14ccb2a016f1c53
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7daabccb5d36e9bf649d157ab14ccb2a016f1c53
|
2004-04-27 04:06:24+00:00
|
suppressed frame number modulus hack - added loop_input hack which I find easier to understand
Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
22b37f5d3200cfe4c15eded883663cf0612093c1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/22b37f5d3200cfe4c15eded883663cf0612093c1
|
2003-08-24 21:20:44+00:00
|
added loop option
Originally committed as revision 2150 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b1b77fe967d37415935c136afb943cf47636c6c6
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b1b77fe967d37415935c136afb943cf47636c6c6
|
2003-08-24 21:19:13+00:00
|
recommit of
* fixing an unitilaized field AVImageInfo::interleaved.
As a matter of fact we have two problems here: first
AVImageInfo::interleaved is never initialzed in img.c.
The second problem is that even if we want interleaved
PNGs there's a bug in png.c that prevents us from generating
them.
The later problem is for somebody familiar with PNG to
handle.
And yes, always setting AVImageInfo::interleaved to 0 isn't
such a good idea, but it still beats garbage values.
orginal commit by roman shaposhnik
Originally committed as revision 2380 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ffaa816ee3d4654b3082b90f5e02d5d71fae5cfb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ffaa816ee3d4654b3082b90f5e02d5d71fae5cfb
|
2003-10-14 14:40:36+00:00
|
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>)
and regression test checksum update for it by me
Originally committed as revision 2787 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
69dde1ad36b7d95b8b9268f414aa6c076212ed41
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/69dde1ad36b7d95b8b9268f414aa6c076212ed41
|
2004-02-14 19:08:09+00:00
|
* oops - reversed last commit
Originally committed as revision 1868 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d04fdff1617dd2bc1e24b940b6ed590d3188522b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d04fdff1617dd2bc1e24b940b6ed590d3188522b
|
2003-05-13 08:21:35+00:00
|
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers)
Originally committed as revision 1824 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
bb463d81020a2f3c5cf3403e18f980171773f48a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bb463d81020a2f3c5cf3403e18f980171773f48a
|
2003-04-27 01:11:26+00:00
|
removed invalid buffer handling
Originally committed as revision 604 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
fad9f495c07be2d990620f5000de075ba2cf1cbd
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fad9f495c07be2d990620f5000de075ba2cf1cbd
|
2002-05-26 14:41:53+00:00
|
regression test checksum update (seems the files where even in different directories ...)
Originally committed as revision 856 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f8e891a97ca09cf2bb05e306d4997db3823c21aa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f8e891a97ca09cf2bb05e306d4997db3823c21aa
|
2002-08-21 17:36:58+00:00
|
libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDisplayModeEx
This prevents a possible crash in CreateDeviceEx when using faulty
response from GetAdapterDisplayModeEx and allows ffmpeg to fallback to
classic d3d9.
Signed-off-by: wm4 <[email protected]>
|
59b126f92225316e0cd77bb952d630553801dc85
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/59b126f92225316e0cd77bb952d630553801dc85
|
2018-01-04 15:41:40+01:00
|
Free extradata before reallocating.
Otherwise ff_alloc_extradata() just leaks any existing allocated
memory.
Signed-off-by: Dale Curtis <[email protected]>
Reviewed-by: Derek Buitenhuis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
96e340760824e537e2d034abf9a3b8be3e2b312c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/96e340760824e537e2d034abf9a3b8be3e2b312c
|
2017-11-28 21:42:48+01:00
|
avcodec/nvdec: Make vp8 initialisation more 'compatible'
Ancient versions of gcc (pre 4.6) can't directly initialise
members of anonymous inner unions/structs by name.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676
Unfortunately, RHEL 6 shipped with one of these ancient
versions and so we're stuck with it until approximately the
heat death of the universe.
Putting explicit braces into the initialisation is possibly a
work-around but the behaviour there was never fully understood
before direct initialisation was made to work.
So, this may or may not work.
|
b93d96a07be40f8e5d267d55fe961285586c0fd7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b93d96a07be40f8e5d267d55fe961285586c0fd7
|
2017-11-26 20:52:38-08:00
|
libavformat/rtpenc_mpegts: check avformat_new_stream() return value
The function avformat_new_stream() returns a NULL pointer on failure.
However, in function rtp_mpegts_write_header(), its return value is not
validated before it is dereferenced. Check the return value against NULL
to avoid potential NULL dereference.
Signed-off-by: Pan Bian <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
5b4baf1506277863e9c1fa4bd302a4653e859669
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5b4baf1506277863e9c1fa4bd302a4653e859669
|
2017-11-28 01:18:22+01:00
|
avcodec/cngdec: Fix integer clipping
Fixes: runtime error: value -36211.7 is outside the range of representable values of type 'short'
Fixes: 2992/clusterfuzz-testcase-6649611793989632
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
51090133b31bc719ea868db15d3ee38e9dbe90f1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/51090133b31bc719ea868db15d3ee38e9dbe90f1
|
2017-11-09 19:49:32+01:00
|
lavfi: check links properties after configuring them.
For now, check the image size.
Inspired by a patch from Paul B Mahol.
Invalid sizes would be detected later by allocation failures,
detecting problems earlier is cleaner.
|
345e7072ab867ee1e56cbf857dbc93d37f168294
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/345e7072ab867ee1e56cbf857dbc93d37f168294
|
2017-11-02 10:42:16+01:00
|
avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()
Fixes: runtime error: signed integer overflow: -1408475220 + -1408475220 cannot be represented in type 'int'
Fixes: 3336/clusterfuzz-testcase-minimized-5656839179993088
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
44874b4f5ec2c605c70393573b9d85540ebc2d81
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/44874b4f5ec2c605c70393573b9d85540ebc2d81
|
2017-10-04 02:16:11+02:00
|
avcodec/aacdec_template: Clear tns present flag on error
Fixes: 3444/clusterfuzz-testcase-minimized-6270352105668608
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
dcf9bae4a93f54cb5767bc97db4a809efd396f8b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dcf9bae4a93f54cb5767bc97db4a809efd396f8b
|
2017-10-04 02:16:11+02:00
|
lavc: Add wrapped_avframe decoder
Intended for use with hardware frames for which rawvideo is not
sufficient. Requires the trusted packet flag to be set - decoding
fails if not to avoid security issues (the wrapped AVFrame can
contain pointers to arbitrary data).
|
c8dea81921504c5e25a705dec4438dc95463f49b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c8dea81921504c5e25a705dec4438dc95463f49b
|
2017-09-13 22:25:29+01:00
|
avfilter/af_dcshift: do not leak out frame
Signed-off-by: Paul B Mahol <[email protected]>
|
04b9010f7f546dbe82e301fcb7fd3ea157d49155
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/04b9010f7f546dbe82e301fcb7fd3ea157d49155
|
2017-09-12 20:28:53+02:00
|
avformat/utils: fix memory leak in avformat_free_context
The pointer to the packet queue is stored in the internal structure
so the queue needs to be flushed before internal is freed.
Signed-off-by: Steven Siloti <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
949debd1d1df3a96315b3a3083831162845c1188
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/949debd1d1df3a96315b3a3083831162845c1188
|
2017-08-05 23:24:02+02:00
|
avcodec/ffv1dec: Check for bitstream end in decode_line()
Fixes: timeout
Fixes: 2971/clusterfuzz-testcase-6130678276030464
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
b9f92093a10217b14d923220aaa186f41a0cf555
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b9f92093a10217b14d923220aaa186f41a0cf555
|
2017-08-18 11:33:16+02:00
|
avcodec/dcaadpcm: fix use of uninitialized variable
Fixes CID 1409924.
|
dd4b7badb416a5c2688da7310a7fe80fe4e4f209
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dd4b7badb416a5c2688da7310a7fe80fe4e4f209
|
2017-07-23 00:28:18+03:00
|
avcodec/dcaadpcm: check for av_malloc() failure
Fixes CID 1409915.
|
34fb84a97d112d85091369e9ef9ce177a05644e9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/34fb84a97d112d85091369e9ef9ce177a05644e9
|
2017-07-23 00:28:18+03:00
|
vdpau: do not use buggy HEVC support by default
NVIDIA broke its own API when using VDPAU decoding. If you retrieve the
decoded YUV data, or if you map the surfaces with GL interop, the result
are interlacing artifacts. The only way to get non-broken data is by
using the vdpau video mixer to convert it to RGB. There is no way to
block the non-working operations in a reasonable way (a VdpVideoSurface
has to support all operations).
NVIDIA refuses to fix this issue (they "fixed" it by making it work with
the video mixer, but the rest is still broken). There is no sign of that
changing.
Do not use HEVC by default with the generic hwaccle API. Detect whether
it's the NVIDIA native implementation, and exit with an error. (The same
thing work with the MESA implementation.)
As an escape hatch and to allow applications to use the decoder if they
really want to (perhaps because they make sure to explicitly use the
video mixer), reuse AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH to disable
this check.
Once NVIDIA fixes the bug, working driver versions could be detected,
and it could be allowed again.
|
64ecb78b7179cab2dbdf835463104679dbb7c895
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/64ecb78b7179cab2dbdf835463104679dbb7c895
|
2017-07-03 12:56:32+02:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.