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
⌀ |
---|---|---|---|---|---|---|---|
j2kdec & jpeg2000dec: check lengthinc against array size
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
914ab4cd1c59eae10771f2d6a892ec6b6f36b0e2
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/914ab4cd1c59eae10771f2d6a892ec6b6f36b0e2
|
2013-05-22 04:18:38+02:00
|
qdm2: check that the FFT size is a power of 2
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
34f87a58532ed652a6e0283c1d044ee5df0aef0b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/34f87a58532ed652a6e0283c1d044ee5df0aef0b
|
2013-04-17 10:56:11+02:00
|
opt: check the return values of av_get_token for ENOMEM.
|
bcc94328980e6c56546792ab08b0756abdce310b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bcc94328980e6c56546792ab08b0756abdce310b
|
2013-04-04 07:51:53+02:00
|
avfilter: remove mixed args hack for scale.
Our option handling code does not need this hack.
Signed-off-by: Michael Niedermayer <[email protected]>
|
f1e62af0e03f5d62e3f022031e0fca563fcc2c9d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f1e62af0e03f5d62e3f022031e0fca563fcc2c9d
|
2013-04-12 12:19:48+02:00
|
Fix make checkheaders without opencl headers.
|
c484b3af15f1b47fa260d9c9f233d1506e62090e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c484b3af15f1b47fa260d9c9f233d1506e62090e
|
2013-04-03 15:28:29+02:00
|
h261: Remove H.261 loop filter from dsputil
There is no arch-optimized version of the H.261 loop filter and there
likely will never be, so the dsputil overhead does not give any benefit.
|
ed16c2dbf47cdd7c48825b4da6e7036698e5dde1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ed16c2dbf47cdd7c48825b4da6e7036698e5dde1
|
2013-04-05 12:24:28+02:00
|
lavu/opencl: apply misc cosmetics fixes
Split long lines, reindent code, add missing spaces between operators,
remove possibly confusing comment from av_opencl_buffer_read_image()
doxy, and use designated initializers for openclutils_class.
|
57d77b3963ce1023eaf5ada8cba58b9379405cc8
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/57d77b3963ce1023eaf5ada8cba58b9379405cc8
|
2013-04-01 23:54:21+02:00
|
lavfi/ebur128: check histogram allocations.
|
1edbeb353222acd204934043cfde9933c173b100
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1edbeb353222acd204934043cfde9933c173b100
|
2013-03-15 02:58:29+01:00
|
vorbisdec: check memory allocations
|
02055b6d40d0cff867a9e41cad48edcaf6e10f2f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/02055b6d40d0cff867a9e41cad48edcaf6e10f2f
|
2013-03-06 01:04:01+01:00
|
msrledec: fix output_end checks
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
e398990eb87785e20e065cd3f14d1dbb69df4392
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e398990eb87785e20e065cd3f14d1dbb69df4392
|
2013-03-05 03:29:04+01:00
|
lavfi: rename decimate to mpdecimate.
The next commit will introduce a proper decimation filter to be used
along with the field matching filter. To avoid confusion with this
filter which has currently a very limited usage (and will not work
properly with the fieldmatching filter), the new decimation filter will
take the decimate name, and this filter is renamed to mpdecimate.
|
ab0ad6eccf38cc90a80c681a9c51c81b728b4b30
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ab0ad6eccf38cc90a80c681a9c51c81b728b4b30
|
2013-04-14 15:59:37+02:00
|
ac3dec: validate channel output mode against channel count
Damaged frames can lead to a mismatch, which can cause a segfault
due to using an incorrect channel mapping.
CC:[email protected]
|
d7c450436fcb9d3ecf59884a574e7684183e753d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d7c450436fcb9d3ecf59884a574e7684183e753d
|
2013-02-23 16:59:39-05:00
|
ff_read_timestamp: check stream_index before using it as array index
Fixes out of array read
Found-by: durandal_1707
Signed-off-by: Michael Niedermayer <[email protected]>
|
695a766bff4cd8414a84e58159506d72b4e44892
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/695a766bff4cd8414a84e58159506d72b4e44892
|
2013-02-18 20:37:17+01:00
|
h264: color frames gray
This prevents a regression from the removial of the buffer
initialization
Signed-off-by: Michael Niedermayer <[email protected]>
|
1c5b8b916d3d068aef9b8d0842d9258eb6cb978d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1c5b8b916d3d068aef9b8d0842d9258eb6cb978d
|
2013-02-16 13:13:18+01:00
|
bink demuxer: check malloc return value
|
1730ca2eca42974af0c29f38a0770997cba2f0da
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1730ca2eca42974af0c29f38a0770997cba2f0da
|
2013-02-01 12:41:38+01:00
|
bink: fix a check for the first frame.
Packet pts is a very unreliable indicator, use
AVCodecContext.frame_number instead.
|
f2960097e42ddf9a356bab6547f87906f6999e0a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f2960097e42ddf9a356bab6547f87906f6999e0a
|
2013-02-01 12:41:31+01:00
|
sanm: Check MV before using them.
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
dc8dd2f6e972985f3ed237019bc7c70731af8148
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dc8dd2f6e972985f3ed237019bc7c70731af8148
|
2013-01-29 22:36:18+01:00
|
aacdec: check channel count
Prevent out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
96f452ac647dae33c53c242ef3266b65a9beafb6
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/96f452ac647dae33c53c242ef3266b65a9beafb6
|
2013-01-27 20:38:00+01:00
|
dsputil: add missing HAVE_YASM guard
Fix compile error under
"--disable-optimizations --disable-yasm --disable-inline-asm"
Signed-off-by: Luca Barbato <[email protected]>
|
d9e62f368d16420e213c0bc9e92221a3a4874a4d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9e62f368d16420e213c0bc9e92221a3a4874a4d
|
2013-01-27 15:20:35+01:00
|
h264: print mismatching opcode details in check_opcodes()
Signed-off-by: Michael Niedermayer <[email protected]>
|
dcbe15813ed09cf491e75a21cce0e751f5bc2b34
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dcbe15813ed09cf491e75a21cce0e751f5bc2b34
|
2013-01-20 20:01:39+01:00
|
af_asyncts: fix compensation and PTS monotonicity
This patch improves af_asyncts behavior on streams with bogus PTS, which
are either non-monotonic, or contain PTS jitter, and trigger the
non-monotonicity error. With this patch, af_asyncts is able to correct
these streams and avoid the error.
Firstly, it fixes resample compensation calculation by supplying proper
units to avresample_set_compensation (sample count per second instead
of sample count per some arbitrary frame size). Also, the calculation of
the compensation itself is fixed - delta is proportional to an adjustment
of the compensation, not the compensation itself. Ideally, the compensation
should converge to a value that keeps delta at zero.
To be able to deal with sources with PTS jitter even without resampling,
small PTS errors are adjusted, so the output frames do not overlap.
Finally, one more monotonicity check is added.
The FATE reference changes because now there is 8 less samples of
silence because of the pts jitter.
Signed-off-by: Jindřich Makovička <[email protected]>
|
20a8ee3061e6d777600c13db731bee3c25878991
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/20a8ee3061e6d777600c13db731bee3c25878991
|
2013-03-22 20:09:34+01:00
|
vorbisdec: Check bark_map_size.
This fixes potential divisions by zero and out of array accesses.
Reported-by: Dale Curtis <[email protected]>
Found-by: [email protected]
Signed-off-by: Michael Niedermayer <[email protected]>
|
2c16bf2de07c68513072bf3cc96401d2c6291a3e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c16bf2de07c68513072bf3cc96401d2c6291a3e
|
2013-01-11 00:58:40+01:00
|
oggparsevorbis: check channels
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
1d29624c73fde14a987735b3d4df8d005caebb58
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1d29624c73fde14a987735b3d4df8d005caebb58
|
2012-12-17 20:51:50+01:00
|
ff_mp4_read_dec_config_descr: check that the codec is not open
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4c160b68cca2001101b3286877bf286ff0dd7873
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4c160b68cca2001101b3286877bf286ff0dd7873
|
2012-12-03 17:27:52+01:00
|
mpegts: check that codec is not open in mpegts_find_stream_type
Signed-off-by: Michael Niedermayer <[email protected]>
|
03290ffb57b25734120024e6943c7feca7bf2060
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/03290ffb57b25734120024e6943c7feca7bf2060
|
2012-12-03 17:34:38+01:00
|
h264: dont try to allocate scratchpad if linesize is not known
Fixes out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
c3bb3334f6837025fb23d5bcd29ba094aa368c6b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c3bb3334f6837025fb23d5bcd29ba094aa368c6b
|
2012-12-10 20:52:14+01:00
|
h264: support invalid annex B in mp4
Fixes Ticket1914
Signed-off-by: Michael Niedermayer <[email protected]>
|
93b89868e139e9b45dfc8a62b4f8e1832bbfd5d8
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/93b89868e139e9b45dfc8a62b4f8e1832bbfd5d8
|
2012-11-27 18:06:00+01:00
|
check std tag size before reading.
Fixes out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
b90e795f737c5efb9f65869b304e87a0985b046d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b90e795f737c5efb9f65869b304e87a0985b046d
|
2012-12-01 00:30:11+01:00
|
lavfi/frei0r: in init() check path loop, free resources in a single point
|
158763312f97dd1cf635114c52c550800eda83d2
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/158763312f97dd1cf635114c52c550800eda83d2
|
2012-11-18 16:52:46+01:00
|
libmpcodecs/vf_stereo3d: update to latest version from mplayer
Merged commits:
commit 9a2978f37bcdf7a28235c9322e9e5a4fe15e2ff2
Author: cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Thu Jan 31 12:12:36 2013 +0000
Add more vf_stereo3d output formats.
Adds high quality green-magenta and yellow-blue dubois
anaglyph 3D output support.
Patch by thomas schorpp, thomas.schorpp gmail
git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35906 b3059339-0415-0410-9bf9-f77b7e298cf2
commit 2c50e66460d8d3ec460cbf9425f252f75ea1022d
Author: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Sun Aug 12 17:31:47 2012 +0000
Add another anaglyph color variant.
Patch by Bob [mpbob ezpi net].
git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35080 b3059339-0415-0410-9bf9-f77b7e298cf2
commit 71c5261c2ac63e6e29a5a899b52d1ec4bdb62c4e
Author: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Sun Aug 12 17:25:30 2012 +0000
Convert comments into designated initializers.
That is a simple way to ensure they always correspond
to what the compiler actually does.
git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35079 b3059339-0415-0410-9bf9-f77b7e298cf2
commit d7164c5e1ba524c2a6983d979ef57e193b2c8a9f
Author: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Sun Aug 12 17:20:24 2012 +0000
Make compiler give the ana_coeff array automatically the right size.
Makes adding more colour schemes easier.
git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35078 b3059339-0415-0410-9bf9-f77b7e298cf2
Signed-off-by: Michael Niedermayer <[email protected]>
|
708ed15d8ccd5ae3d073cbd4dc69dafccec3fcc7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/708ed15d8ccd5ae3d073cbd4dc69dafccec3fcc7
|
2013-02-05 03:05:54+01:00
|
ast: check bit depth too
Signed-off-by: Paul B Mahol <[email protected]>
|
d0a503c97cc59b17e77585a726448dfa46245f4d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d0a503c97cc59b17e77585a726448dfa46245f4d
|
2012-11-18 12:29:05+00:00
|
pcm: move i into for loop to avoid { } inside switch statement
Signed-off-by: Paul B Mahol <[email protected]>
|
6557c46d91d417cbda7c21aac5e326f93f6e3b1b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6557c46d91d417cbda7c21aac5e326f93f6e3b1b
|
2012-11-18 20:45:03+00:00
|
shorten: validate that the channel count in the header is not <= 0
|
4c53f4aed3edfa58360c7a2a468782eae31d3176
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4c53f4aed3edfa58360c7a2a468782eae31d3176
|
2012-11-01 11:29:18-04:00
|
tiffdec: use checked reads for tget*()
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ce1ebb31a9a0e556a89cd7681082af19fbc1cced
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ce1ebb31a9a0e556a89cd7681082af19fbc1cced
|
2012-11-09 12:05:03+01:00
|
sws: loose the minimum dimension checks
A few quick tests show no fundamental problem with such diemnsions
Signed-off-by: Michael Niedermayer <[email protected]>
|
425c30ddae3e6f36b80edad192a6108bfa50277e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/425c30ddae3e6f36b80edad192a6108bfa50277e
|
2012-10-27 16:54:31+02:00
|
vmdav: more complete check for block_align, prevent out of array access.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
c2409a7c5b1c1f43ee8b00c13ed41edc0321db0b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c2409a7c5b1c1f43ee8b00c13ed41edc0321db0b
|
2012-11-15 20:58:36+01:00
|
img2dec: check return value of av_new_packet()
Fixes CID703626.
Signed-off-by: Paul B Mahol <[email protected]>
|
3f8148911c6e6e1f2a042bd4ca3ad8516a92130c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3f8148911c6e6e1f2a042bd4ca3ad8516a92130c
|
2012-10-15 14:53:56+00:00
|
ffmpeg: Override r_frame_rate by corrected timebase only for interlaced streams
Fixes Ticket1664
Signed-off-by: Michael Niedermayer <[email protected]>
|
ba31e59e83ca23b6d456ab3bc2d08bed3772d477
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ba31e59e83ca23b6d456ab3bc2d08bed3772d477
|
2012-10-16 01:04:42+02:00
|
nut: export codec_tag provided by rawvideo
Raw audio does not provide valid audio tags while rawvideo does.
The fate refs have to be updated because it undoes the previous tag
change.
|
21de6ba5c12fbdd2ad86e5faf8aa12be8f5f6408
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/21de6ba5c12fbdd2ad86e5faf8aa12be8f5f6408
|
2012-10-16 15:26:31+02:00
|
trasher: check seek return value.
Fixes CID733726
Signed-off-by: Michael Niedermayer <[email protected]>
|
8ab0b9cabacad57cad7c26144baa544fab9c2ba7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8ab0b9cabacad57cad7c26144baa544fab9c2ba7
|
2012-10-13 20:35:56+02:00
|
ffserver: prevent nb_streams from becoming too large
Fixes CID732249
Signed-off-by: Michael Niedermayer <[email protected]>
|
0f46825d9833b70cec671d825b0065850c485196
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0f46825d9833b70cec671d825b0065850c485196
|
2012-10-13 00:31:21+02:00
|
rtmpproto: Fix an out of array write
Signed-off-by: Martin Storsjö <[email protected]>
|
2f1b2ff934e672c7ad5d8f1efe887350edc4daec
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2f1b2ff934e672c7ad5d8f1efe887350edc4daec
|
2012-10-12 18:16:59+03:00
|
rv30_decode_intra_types: make check tighter
This makes no differnce as the affected values cannot occur
But it will likely help static analyzers
Signed-off-by: Michael Niedermayer <[email protected]>
|
9f9307ff2a6cc769abea857a1c8535a3991bfe2c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9f9307ff2a6cc769abea857a1c8535a3991bfe2c
|
2012-10-13 03:32:38+02:00
|
tscc2: fix out of array access
Fixes CID732260
Signed-off-by: Michael Niedermayer <[email protected]>
|
927d866a9961c17597744436c8508703c2dc8277
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/927d866a9961c17597744436c8508703c2dc8277
|
2012-10-12 02:26:50+02:00
|
pixdesc: add functions for accessing pixel format descriptors.
Make av_pix_fmt_descriptors table static on next major bump.
Making the table public is dangerous, since the caller has no way to
know how large it actually is. It also prevents adding new fields to
AVPixFmtDescriptor without a major bump.
|
d2fcb356caf38c12b0fc9d8c5bac592a28b0f0f1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d2fcb356caf38c12b0fc9d8c5bac592a28b0f0f1
|
2012-10-12 12:45:25+02:00
|
lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()
The loop was introduced in 64d340c62ad5954c1a834df2d26057135e771774, and
was likely breaking non blocking reads as it busy loops.
|
bbe9fe469a1c53e3a0029e98b3dc93a45ca450c8
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bbe9fe469a1c53e3a0029e98b3dc93a45ca450c8
|
2012-09-24 21:16:48+02:00
|
vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chroma
This is required due to the way VC-1 handles chroma pull-back which may end
up causing negative chroma MV for zero luma MV. Edge emulation needs to be
invoked in such cases.
This only affects vertical component of chroma motion vector.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
7cc3c4e1d4179aeabcd891090e31ee5e5bfd9692
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7cc3c4e1d4179aeabcd891090e31ee5e5bfd9692
|
2012-10-10 14:54:19-04:00
|
ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code
The Apple assembler refuses to assemble the 3-operand form
in Thumb2 even though it is valid syntax.
Signed-off-by: Mans Rullgard <[email protected]>
|
8995d34972dc1092a5576c8d26e9b583f9dc2040
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8995d34972dc1092a5576c8d26e9b583f9dc2040
|
2012-09-21 07:07:58+01:00
|
configure: fix git domain check with out of tree build
Signed-off-by: Michael Niedermayer <[email protected]>
|
33f92a3ea297d7aa80613059aaf73053f5d23ad9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/33f92a3ea297d7aa80613059aaf73053f5d23ad9
|
2012-09-20 12:54:09+02:00
|
libfdk-aac: Warn the user that the VBR modes are unsupported
These modes were not originally exposed by the library at all.
In practice, only a few of them work for each sample rate/profile
combination, and they don't work at all for the more uncommon
sample rates.
Signed-off-by: Martin Storsjö <[email protected]>
|
a10190dcd8e4f357119676510bd182699b61cf36
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a10190dcd8e4f357119676510bd182699b61cf36
|
2012-09-25 20:51:46+03:00
|
ffmpeg_filter: fix unsafe snprintf() usage
Signed-off-by: Michael Niedermayer <[email protected]>
|
d7cb5a8daf73825d4ffa623be4c2b798c81f41a5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d7cb5a8daf73825d4ffa623be4c2b798c81f41a5
|
2012-09-09 14:11:03+02:00
|
pafdec: fix wrong palette index check.
Fixes Ticket1641
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
456f0c6477925611f1b45a434795f8bad4fb2a66
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/456f0c6477925611f1b45a434795f8bad4fb2a66
|
2012-08-15 01:57:45+02:00
|
build: disable ranlib on mingw
Using ranlib is not required but prevents using the libraries with
msvc.
Signed-off-by: Mans Rullgard <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
|
a3222470de7b1440534a98d32e425ef9ea6e5384
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a3222470de7b1440534a98d32e425ef9ea6e5384
|
2012-09-05 17:07:11+03:00
|
lavf/oggdec: check for begin-of-stream flag in case of chained streams.
Fix Ticket #1617, revealing a regression I introduced in 8f3eebd.
We need to make sure no stream is added in between Ogg context save and
restore operations (because it would likely lead to a mismatch between
ogg->nstreams and AVFormatContext->nb_streams after the restore op).
This is the reason the ogg->state check is added in ogg_new_stream().
Before this patch, checking for ogg->headers was preventing this:
ogg->headers is always set before any ogg save/restore (though, it was
also preventing from creating the stream when necessary).
|
ea5bd7ea6f3b817bdee6355a2b93d512d2ab6bf2
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ea5bd7ea6f3b817bdee6355a2b93d512d2ab6bf2
|
2012-09-22 00:40:51+02:00
|
ffmpeg: Do not discard slightly invalid timestamps.
Fixes Ticket1627
The fate change is due to ffmpeg no longer pushing audio timestamps
aggressively up (which is what caused the AV sync issues in the ticket)
but leaving them as they are.
Signed-off-by: Michael Niedermayer <[email protected]>
|
c5ea3a009b15a3334ca469885303182e9f218836
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c5ea3a009b15a3334ca469885303182e9f218836
|
2012-08-12 01:22:48+02:00
|
alac: limit the rice param before passing to decode_scalar()
reduces the number of parameters to decode_scalar() and slightly simplifies
the code
|
d9837434a91dbb3632df335414aad538e5b0a6e9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9837434a91dbb3632df335414aad538e5b0a6e9
|
2012-07-19 13:26:45-04:00
|
configure: Check for the math function rint
Add a fallback implementation if it doesn't exist.
Signed-off-by: Martin Storsjö <[email protected]>
|
183b1c2268529bbb8389d572deb00083c49682dc
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/183b1c2268529bbb8389d572deb00083c49682dc
|
2012-07-11 10:40:11+03:00
|
lavf/nutenc: provide meaningful error message and error code in case of invalid pts
|
b010d9b58651379883b42e58494aaefbab4df648
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b010d9b58651379883b42e58494aaefbab4df648
|
2012-07-08 17:08:56+02:00
|
vp3: move idct and loop filter pointers to new vp3dsp context
This moves all VP3-specific function pointers from dsputil to a
new vp3dsp context. There is no reason to ever use the VP3 IDCT
where an MPEG2 IDCT is expected or vice versa.
Signed-off-by: Mans Rullgard <[email protected]>
|
28f9ab7029bd1a02f659995919f899f84ee7361b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/28f9ab7029bd1a02f659995919f899f84ee7361b
|
2012-07-18 10:32:19+01:00
|
lavf: limit "Adjusting PTS forward" code to video streams
It can end up slightly messing up a series of valid timestamps
after a invalid one.
Signed-off-by: Michael Niedermayer <[email protected]>
|
d8ce478c43d9096bcf38b50c849e9ed45647542d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d8ce478c43d9096bcf38b50c849e9ed45647542d
|
2012-07-08 22:29:34+02:00
|
vp8: loopfilter >=sse2 functions need aligned stack on x86-32.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
70a1c8000f7cd74e945a250117973b6ea4408d9c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/70a1c8000f7cd74e945a250117973b6ea4408d9c
|
2012-07-04 08:25:50-07:00
|
attributes: drop pointless define guards
the av_-prefixed attributes must not be defined outside of this file
|
a1641e954091760a759e6281ccc360d3817f9397
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a1641e954091760a759e6281ccc360d3817f9397
|
2012-07-03 17:26:51+02:00
|
swr: fix make checkheaders.
|
ca612a27ae11c653367ee2438fcb7d99d3efafb3
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ca612a27ae11c653367ee2438fcb7d99d3efafb3
|
2012-06-30 11:21:53+02:00
|
wmaenc: fix off by 1 error in quantization loop
Signed-off-by: Michael Niedermayer <[email protected]>
|
799df083f3196d96ead6ea4400426dbd178573b1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/799df083f3196d96ead6ea4400426dbd178573b1
|
2012-06-30 19:38:11+02:00
|
x86: cpu: clean up check for cpuid instruction support
This adds macros for accessing the EFLAGS register and uses
these instead of coding the entire check in inline asm.
Signed-off-by: Mans Rullgard <[email protected]>
|
889c1ec4cc064313092bc43a8a3a05aac9799e61
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/889c1ec4cc064313092bc43a8a3a05aac9799e61
|
2012-07-01 12:25:33+01:00
|
lavfi: remove redundant checks after av_parse_video_rate()
Signed-off-by: Paul B Mahol <[email protected]>
|
de0587739011b7636743251a86d48bcd10ab7c22
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de0587739011b7636743251a86d48bcd10ab7c22
|
2012-06-20 20:36:12+00:00
|
j2kdec: check colorspace ncomponents
This prevents out of array read.
Signed-off-by: Paul B Mahol <[email protected]>
|
29e9f83192fd366f83a314adfb7892381c2280f5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/29e9f83192fd366f83a314adfb7892381c2280f5
|
2012-06-15 12:02:37+00:00
|
git-howto: remove inconvenient and odd 24h limit on rsync
This was never true for FFmpeg in this form.
Signed-off-by: Michael Niedermayer <[email protected]>
|
8bff1d7cb092b01f04285ff63be368dccbd973a3
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8bff1d7cb092b01f04285ff63be368dccbd973a3
|
2012-06-29 00:33:49+02:00
|
bink: check av_mallocz() return value
Signed-off-by: Paul B Mahol <[email protected]>
|
e400b95b3205d5b861346f525cf6f423d93d2f04
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e400b95b3205d5b861346f525cf6f423d93d2f04
|
2012-06-09 10:57:14+00:00
|
indeo: check for invalid motion vectors
|
cf61aaaca16810b9b3a28395ed48fda8db0e87d9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cf61aaaca16810b9b3a28395ed48fda8db0e87d9
|
2012-05-20 11:19:48+02:00
|
rtpenc_chain: Return an error code instead of just a plain pointer
Also check the return value in sapenc.
Signed-off-by: Martin Storsjö <[email protected]>
|
68c813081b48aaa910cd2e7832314a529c4c4a36
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/68c813081b48aaa910cd2e7832314a529c4c4a36
|
2012-05-26 13:35:44+03:00
|
rtpenc: Expose the ssrc as an avoption
This allows the caller to set it, and allows the caller to query
what it was set to.
Signed-off-by: Martin Storsjö <[email protected]>
|
2dcb21a95d67c7d1027344abefff57b0fdaa4e33
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2dcb21a95d67c7d1027344abefff57b0fdaa4e33
|
2012-05-26 13:35:39+03:00
|
swr: add some asserts to resample()
These check that the internal and input buffers match in format
Signed-off-by: Michael Niedermayer <[email protected]>
|
c5c355546deeae961363aa6893f4e5b3a0b0f790
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c5c355546deeae961363aa6893f4e5b3a0b0f790
|
2012-05-19 19:23:37+02:00
|
build: Add 'check' target to run all compile and test targets.
|
4982e1ddfaff5287e05b95957f3c56901d60b56a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4982e1ddfaff5287e05b95957f3c56901d60b56a
|
2012-05-15 19:10:46+02:00
|
aacps: move some loops to function pointers
Signed-off-by: Mans Rullgard <[email protected]>
|
bf1945af301aff54c33352e75f17aec6cb5269d7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bf1945af301aff54c33352e75f17aec6cb5269d7
|
2012-05-05 22:04:21+01:00
|
mpegtsenc: check max_delay in write_packet_internal().
Checking it during PES writing is too late.
Signed-off-by: Michael Niedermayer <[email protected]>
|
3700f655c55e2001b57215210b957b169d66b50f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3700f655c55e2001b57215210b957b169d66b50f
|
2012-05-11 13:41:06+02:00
|
ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16
Simplifies the code by using cpuflags and a new macro.
Also fixes the invalid use of the MMX2 pshufw operation in the MMX-only
function.
|
95a98ab3f0439df82a907233f80a7404b987e838
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/95a98ab3f0439df82a907233f80a7404b987e838
|
2012-05-15 15:23:59-04:00
|
src_buffer: move format change check in a separate function.
This will make merging the check with the audio part easier.
|
f94b150a0342fc5a7d0b0f0c82d0d9c3aec3c49f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f94b150a0342fc5a7d0b0f0c82d0d9c3aec3c49f
|
2012-05-03 19:55:28+02:00
|
avf: fix faulty check in has_duration
An invalid duration is AV_NOPTS_VALUE not 0.
|
8b97ae64841ed29db9c77db322890656cdc0d354
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8b97ae64841ed29db9c77db322890656cdc0d354
|
2012-04-25 11:40:22-07:00
|
avconv: flush decoders immediately after an EOF.
Prevents extensive buffering when overlaying a single picture.
|
9e8aae443b4b3f377ccb038a6444f4c33dc5dc78
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9e8aae443b4b3f377ccb038a6444f4c33dc5dc78
|
2012-04-15 20:37:47+02:00
|
indeo5: check tile size in decode_mb_info().
This prevents writing into a too small array if some parameters changed
without the tile being reallocated.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5ad7335ebac2b38bb2a1c8df51a500b78461c05a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5ad7335ebac2b38bb2a1c8df51a500b78461c05a
|
2012-04-15 14:59:20+02:00
|
swr: use assert in swri_sum2 to check that only supported formats are used.
Signed-off-by: Michael Niedermayer <[email protected]>
|
7c673d73ec0bcb79262cbef503ab6fe0bf8ad000
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7c673d73ec0bcb79262cbef503ab6fe0bf8ad000
|
2012-04-10 19:54:42+02:00
|
qdm2: fix out of array read
Signed-off-by: Michael Niedermayer <[email protected]>
|
fe91becc2dcf32fc4bc56b00b4533d34ec3d27f5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fe91becc2dcf32fc4bc56b00b4533d34ec3d27f5
|
2012-03-26 15:26:14+02:00
|
indeo4: better mv check
Signed-off-by: Michael Niedermayer <[email protected]>
|
140c54ea0b1a6b4eb2d8515624a616565763e26a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/140c54ea0b1a6b4eb2d8515624a616565763e26a
|
2012-03-26 03:46:06+02:00
|
avconv: remove a pointless check.
output_video_filter is always guaranteed to be set and is in fact
dereferenced right above the check.
|
2636e691ce5347756a2c05b3105b0277c1b9acb4
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2636e691ce5347756a2c05b3105b0277c1b9acb4
|
2012-03-15 09:00:49+01:00
|
flvenc: Remove apparently unneeded AAC check.
Signed-off-by: Michael Niedermayer <[email protected]>
|
3c9a86df0e20dd1c90a9b390a6555b22f87aa8cd
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3c9a86df0e20dd1c90a9b390a6555b22f87aa8cd
|
2012-03-12 05:21:59+01:00
|
avconv: allow '-async -1' to disable timestamp sync for audio encoding
This will allow a workaround for cases where input timestamps are invalid or
when decoder delay of 1 packet or more confuses avconv into using the wrong
timestamps as a sync reference.
|
b073819bc974965056f435d69dc51e9ec5877395
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b073819bc974965056f435d69dc51e9ec5877395
|
2012-04-09 13:47:11-04:00
|
pngdec: validate length.
Fixes out of array reading.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
39a3a53b66fcc115bd8d0bc0a70db66791eab854
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/39a3a53b66fcc115bd8d0bc0a70db66791eab854
|
2012-03-04 06:25:06+01:00
|
simple_idct: idct_4col_put: Fix out of array reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
689f65126be8a55e8a1e706cb56b19bb975c20ce
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/689f65126be8a55e8a1e706cb56b19bb975c20ce
|
2012-03-02 22:09:44+01:00
|
asf: don't seek back on EOF.
Seeking back on EOF will reset the EOF flag, causing us to re-enter
the loop to find the next marker in the ASF file, thus potentially
causing an infinite loop.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
bb6d5411e1e1a8e0608b1af1c4addee654dcbac5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bb6d5411e1e1a8e0608b1af1c4addee654dcbac5
|
2012-02-28 16:25:05-08:00
|
golomb: avoid infinite loop on all-zero input (or end of buffer).
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
c6643fddba73560f26f90d327c84d8832222a720
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c6643fddba73560f26f90d327c84d8832222a720
|
2012-02-16 08:36:08-08:00
|
sunrast: Remove the useless check.
in , else (1) { if (!1) } the if conditional will never evaluate to be true.
So as making the check useless.
Signed-off-by: Michael Niedermayer <[email protected]>
|
1b7ff901078064ccd7df3640e0958a344b2c00cb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1b7ff901078064ccd7df3640e0958a344b2c00cb
|
2012-02-10 07:10:30+01:00
|
aacdec: Fix out of array writes (stack).
Set the element to channel vector (e2c_vec) size to be the maximum
number of aac channel elements. This makes it slightly larger than it
needs to be because CCEs are never mapped to output channel locations.
Also add a check that all input tags (legal or not) will fit.
Split from FFmpeg commit a8d67efa53dae1d14614e3a7bd4e77e4eab066ab
Signed-off-by: Alex Converse <[email protected]>
|
d53fe096e4d0d0e4db2859e467515de1a0ef91fa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d53fe096e4d0d0e4db2859e467515de1a0ef91fa
|
2012-03-09 09:47:57-08:00
|
v210enc: check return value of avcodec_alloc_frame()
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
bf0aea7907ad94df19959409c42e749d11e1a50a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bf0aea7907ad94df19959409c42e749d11e1a50a
|
2012-01-28 22:08:21+01:00
|
movenc: Reindent a block
Also add some space around operators and wrap a comment
that extends past the 80 char "limit"/guideline.
Signed-off-by: Martin Storsjö <[email protected]>
|
990a746cec2fb82ca76b3a6fc28b35006e8d39bf
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/990a746cec2fb82ca76b3a6fc28b35006e8d39bf
|
2012-01-25 22:13:56+02:00
|
movdec: Ignore sample_degradation_priority bits when checking first_sample_flags
This makes the first packet of a track fragment run to get
the keyframe flag set properly if sample_degradation_priority
is nonzero.
This makes the keyframes flag be set properly for ismv files
created by Microsoft.
Signed-off-by: Martin Storsjö <[email protected]>
|
75ab1e62d4187c8ad627835ee8fcf38501477caf
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/75ab1e62d4187c8ad627835ee8fcf38501477caf
|
2012-01-31 00:13:31+02:00
|
Use a full table for base64 decode.
Also encodes error or end marker into table.
About 20% faster.
decode: 466491 -> 374139 decicycles
syntax check: 236955 -> 161182 decicycles
Signed-off-by: Reimar Döffinger <[email protected]>
|
523f676b51d8a2eaeb7d75ccdb0258d271430430
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/523f676b51d8a2eaeb7d75ccdb0258d271430430
|
2012-01-21 14:52:05+01:00
|
mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.
Signed-off-by: Janne Grunau <[email protected]>
|
f4187945a0b5a75f0bae9039baf40c7f6cc5f394
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f4187945a0b5a75f0bae9039baf40c7f6cc5f394
|
2012-01-22 14:40:53+01:00
|
mem: add av_max_alloc() to limit the maximum amount that may be allocated in one piece
Signed-off-by: Michael Niedermayer <[email protected]>
|
5a8e994287d8ef181c0a5eac537547d7059b4524
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5a8e994287d8ef181c0a5eac537547d7059b4524
|
2011-12-25 18:55:43+01:00
|
linux: use number of CPUs as automatic thread count
Use sched_getaffinity to determine the number of logical CPUs.
Limits the number of threads to 16 since slice threading of H.264
seems to be buggy with more than 16 threads.
|
ea4d5f48373ab856e01a3cf05426db6e823e01d1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ea4d5f48373ab856e01a3cf05426db6e823e01d1
|
2011-12-22 21:50:07+01:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.