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
h264-test: Initialize AVCodecContext.av_class. This fixes a segfault on startup. Also remove a commented-out and completely unused variable.
a7e3cb9d32366209015a395f1435323887e66d4f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7e3cb9d32366209015a395f1435323887e66d4f
2012-01-07 22:13:10+01:00
mlp_parser: Fix infinite loop with 0 bytes_left. Signed-off-by: Michael Niedermayer <[email protected]>
e146ad95d79b1a6e6b9e566366b832825c79679f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e146ad95d79b1a6e6b9e566366b832825c79679f
2011-12-30 22:32:42+01:00
adxenc: remove unneeded loops avctx->frame_size is 32, so that is how many samples we process per call.
6c117bd8e072319dd0895efd64c4470ad0872213
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c117bd8e072319dd0895efd64c4470ad0872213
2012-01-03 18:47:42-05:00
nsvdec: Check av_malloc(string_size) This can easily be NULL as string_size can be 2g in a damaged file. Signed-off-by: Michael Niedermayer <[email protected]>
b9e0e9537a3ec4af1630e9f1b8d0ce68885cac16
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b9e0e9537a3ec4af1630e9f1b8d0ce68885cac16
2011-12-30 01:44:47+01:00
fate: add -pix_fmt rgb48le to r210 test Fixes checksum on big endian systems.
ef5756aee0daeff2f212c86428d45d39bb54e289
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ef5756aee0daeff2f212c86428d45d39bb54e289
2011-12-15 15:56:15+01:00
build: move inclusion of subdir.mak to main subdir loop Signed-off-by: Mans Rullgard <[email protected]>
878dda5db12b6f84cc9fb37c5c88b94a5be61a24
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/878dda5db12b6f84cc9fb37c5c88b94a5be61a24
2011-12-13 14:26:49+00:00
mjpegb: don't return 0 at the end of frame decoding. Return 0 indicates "please return the same data again", i.e. it causes an infinite loop. Instead, return that we consumed the buffer if we finished decoding succesfully, or return an error if an error occurred. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
74699ac8c8b562e9f8d26e21482b89585365774a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/74699ac8c8b562e9f8d26e21482b89585365774a
2012-02-18 08:41:45-08:00
aacdec: add more fate tests covering SBR and PS Add all seven test bitstreams of Coding Technologies "aacPlus Decoder Check Package". The streams cover different ways to signal SBR and PS in different formats.
d14d4d982cca55b34092fb71204b9a3f3749acd7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d14d4d982cca55b34092fb71204b9a3f3749acd7
2011-11-25 08:25:12+01:00
sdp: Restore the original mp4 format h264 extradata if converted If the sdp is generated before the rtp muxer is initialized (e.g. as when called from the rtsp muxer), this has to be done, otherwise the rtp muxer doesn't know that the input really is in mp4 format. Signed-off-by: Martin Storsjö <[email protected]>
0ebd4083e114a3c88c0e74852c10aeaea826d24d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ebd4083e114a3c88c0e74852c10aeaea826d24d
2011-12-11 01:37:26+02:00
mxfdec: Add hack that adjusts the n_delta calculation when system items are present Signed-off-by: Michael Niedermayer <[email protected]>
fd1cea6549c29c557b22021451ef6d0fe6ef2123
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd1cea6549c29c557b22021451ef6d0fe6ef2123
2011-11-18 15:33:44+01:00
vble: move get_bits_left() check out of inner loop, we can perform the check completely before the loop. Signed-off-by: Michael Niedermayer <[email protected]>
dde0af2df1caffb9e33855c08fc691dbbbbc72b3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dde0af2df1caffb9e33855c08fc691dbbbbc72b3
2011-11-12 03:08:38+01:00
avformat: Initialize gnutls in ff_tls_init() Signed-off-by: Martin Storsjö <[email protected]>
1606e551ff4ace23da8a372ebb1147da36566372
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1606e551ff4ace23da8a372ebb1147da36566372
2011-11-05 12:09:27+02:00
imc: check output buffer size before decoding
86962b13f6d26fee398e4f8264e676461da91dfe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/86962b13f6d26fee398e4f8264e676461da91dfe
2011-11-02 17:02:22-04:00
libgsmdec: check output buffer size before decoding
b03761b1309293bbf30edef767503875277b01cf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b03761b1309293bbf30edef767503875277b01cf
2011-11-02 14:41:16-04:00
av_lzo1x_decode: properly handle negative buffer length. Treating them like 0 is safest, current code would invoke undefined pointer arithmetic behaviour in this case. Signed-off-by: Reimar Döffinger <[email protected]>
b9242fd12f4be4a79e31fd0aa125ab8a48226896
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b9242fd12f4be4a79e31fd0aa125ab8a48226896
2011-11-05 23:25:20+01:00
cin audio: validate the channel count
03381c12b3a45200918dea877e970c5705f7cf5a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03381c12b3a45200918dea877e970c5705f7cf5a
2011-10-29 16:43:40-04:00
pcmdec: remove unnecessary check for sample_fmt change
83efd7652e6bf916bfecfc0ff4c961df928d228e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/83efd7652e6bf916bfecfc0ff4c961df928d228e
2011-10-26 12:01:06-04:00
pcmdec: move DVD PCM bits_per_coded_sample check near to the code that sets the sample size.
381e195b46d080aee1d9b05ef2b6b140e9463519
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/381e195b46d080aee1d9b05ef2b6b140e9463519
2011-10-26 12:01:06-04:00
qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones() This is neccessary but likely not sufficient to prevent out of array reads. Signed-off-by: Michael Niedermayer <[email protected]>
14db3af4f26dad8e6ddf2147e96ccc710952ad4d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/14db3af4f26dad8e6ddf2147e96ccc710952ad4d
2011-11-18 20:05:00+01:00
docs: remove reference to enable-libavfilter This is no longer a valid configure option. Signed-off-by: Michael Niedermayer <[email protected]>
3ac1ade118f870c5a31c1ae9f9470b9d496c19ea
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ac1ade118f870c5a31c1ae9f9470b9d496c19ea
2011-10-24 17:18:17+02:00
ffmpeg: limit read_key() calls to get a tiny speed boost. Signed-off-by: Michael Niedermayer <[email protected]>
92ec66f983417f4ccf1cc8aa285f851795176fb8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/92ec66f983417f4ccf1cc8aa285f851795176fb8
2011-10-08 18:37:47+02:00
wtv: do not use flag in stream_guid chunk to determine if stream is valid, as this method is unreliable This fixes roundup issue 2556. Signed-off-by: Ronald S. Bultje <[email protected]>
e4f85b849913794395bb03dfc09546cd41b10882
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e4f85b849913794395bb03dfc09546cd41b10882
2011-02-05 20:09:56-05:00
bit: use explicit struct initializers.
6f8c8fa8af9e422e9c3eb863033d0b2b6b43a32a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f8c8fa8af9e422e9c3eb863033d0b2b6b43a32a
2011-09-25 10:44:31+02:00
h264: Workaround invalid flag combinations of 8x8 inference. Fixes Ticket555 Signed-off-by: Michael Niedermayer <[email protected]>
2ed7e353bd8867215bc156c430d4ded7f6774ad4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ed7e353bd8867215bc156c430d4ded7f6774ad4
2011-10-15 15:38:10+02:00
g729dec: prevent out of array access Signed-off-by: Michael Niedermayer <[email protected]>
fe70c1f45f108c73ebb9c23009e271a96336796f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe70c1f45f108c73ebb9c23009e271a96336796f
2011-10-01 06:07:05+02:00
motionpixels: Prevent calling init_vlc() with invalid parameters Signed-off-by: Janne Grunau <[email protected]>
1cd0a5516396bd6fb54e4df1e7c88ed18416299b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1cd0a5516396bd6fb54e4df1e7c88ed18416299b
2011-10-07 16:25:32+02:00
Check for invalid slices offsets in RV30/40 decoder. Signed-off-by: Michael Niedermayer <[email protected]>
b64269ce5528bdbec8af671042f97af1242cf044
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b64269ce5528bdbec8af671042f97af1242cf044
2011-09-22 00:42:28+02:00
include stdint.h in adpcm_data.h fixes make checkheaders
3ed78609438af404d6738cc3bb3eefae93a7c2d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ed78609438af404d6738cc3bb3eefae93a7c2d4
2011-09-13 10:59:47-04:00
Check for invalid VLC value in smacker decoder. Signed-off-by: Martin Storsjö <[email protected]>
6489455495fc5bfbebcfe3f57e5d4fdd6a781091
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6489455495fc5bfbebcfe3f57e5d4fdd6a781091
2011-09-14 10:40:31+03:00
vp6:Reset the internal state when aborting key frames header parsing in vp6 decoder. It prevents leaving the state only half initialized. Signed-off-by: Michael Niedermayer <[email protected]>
91f104496bb7632ed5ff03798e06dd8af014f0d9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/91f104496bb7632ed5ff03798e06dd8af014f0d9
2011-09-24 19:13:37+02:00
mjpegdec: Remove buggy avid hacks, they dont do anything good with any file i found Fix multi plane jpeg Fixes ticket471 Signed-off-by: Michael Niedermayer <[email protected]>
b6c04b682176e72125b747b5982bcc4dea1f34c5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b6c04b682176e72125b747b5982bcc4dea1f34c5
2011-09-16 23:09:12+02:00
ffmpeg: Separate initialization from the main transcode loop.
93ed69ad2103e0c58ebcaa80dd55742d75f8c461
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/93ed69ad2103e0c58ebcaa80dd55742d75f8c461
2011-08-30 18:08:23+02:00
ffmpeg: get rid of the arbitrary MAX_FILES limit.
dd0724288ee86d487e261f23471f861ff4620d8e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dd0724288ee86d487e261f23471f861ff4620d8e
2011-08-30 18:08:22+02:00
ffmpeg: get rid of a pointless limit on number of streams.
c7dd3e7e43555b2922481a9242a306c5b138d69c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c7dd3e7e43555b2922481a9242a306c5b138d69c
2011-07-13 10:37:24+02:00
wav: Refactor the tag checking into a switch statement Signed-off-by: Anton Khirnov <[email protected]>
90f2ee8cb4d2b135dd33128a94ad6cf126821472
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/90f2ee8cb4d2b135dd33128a94ad6cf126821472
2011-07-13 11:57:51+02:00
docs: Don't recommend adding --enable-memalign-hack It is enabled automatically when required nowadays. Signed-off-by: Martin Storsjö <[email protected]>
9d36139231bfcf155a1b94f61a420768f1771174
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d36139231bfcf155a1b94f61a420768f1771174
2011-07-07 10:29:37+03:00
H.264: make loopfilter bS const where applicable
a625e13208ad0ebf1554aa73c9bf41452520f176
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a625e13208ad0ebf1554aa73c9bf41452520f176
2011-07-05 16:28:37-07:00
H.264: improve qp_thresh check Eliminate redundant check in filter_mb_fast, consider bit depth in calculating qp_thresh.
6a2176aac05e1edbcdf8fb9c26d572d092a00c3c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a2176aac05e1edbcdf8fb9c26d572d092a00c3c
2011-07-08 16:12:42-07:00
graphparser: simplify condition in avfilter_graph_parse() Since avfilter_graph_parse() creates the "[in]" inout for the first unlabelled input pad, it is expected that it will create an "[out]" inout for last unlabelled output pad, even in the case where it cannot find any open input pad with that name. This change removes the check on the existence of an open input pad named "out", so it simplifies the checked condition while implementing a more intuitive behavior.
2420763638bef385c8116a44ff5c0d2c15589494
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2420763638bef385c8116a44ff5c0d2c15589494
2011-07-10 18:00:50+02:00
asf: Check return value of more avio_seek calls This reduces problems when underlying protocol is not seekable even if marked as such or if the file has been cut short. Signed-off-by: Michael Niedermayer <[email protected]>
ac1d489320f476c18d6a8125f73389aecb73f3d3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ac1d489320f476c18d6a8125f73389aecb73f3d3
2011-09-12 04:39:12+02:00
swscale: fix types of assembly arguments. This prevents the following compiler warnings: "warning: initialization from incompatible pointer type". Since the variables are only ever used in inline assembly, their type is actually irrelevant (so the part where it was wrong did not invoke any buggy behaviour).
9bcbb250e23959075765edd3cb4c1fcb46736d7d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9bcbb250e23959075765edd3cb4c1fcb46736d7d
2011-06-08 11:39:26-04:00
doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.
25101cf5bde4e05e22cbf0c53d8c82cbf56d0a35
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/25101cf5bde4e05e22cbf0c53d8c82cbf56d0a35
2011-05-26 16:26:17+02:00
"Initialize" copy_tb like the other global variables.
b5e089924f2b74b1b2140ba24f4ee8e0e17c7567
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b5e089924f2b74b1b2140ba24f4ee8e0e17c7567
2011-05-11 00:57:42+02:00
h264/10bit: add HAVE_ALIGNED_STACK checks. Fixes regression in 836f47d34b49e8ba9883e738a42f154130421caa in ICC-10.x, since ICC<=11.0 doesn't align stack upon function calls. Signed-off-by: Ronald S. Bultje <[email protected]>
f3aa65af3a84c787b0fa8b8cf0881fc05668a24c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f3aa65af3a84c787b0fa8b8cf0881fc05668a24c
2011-05-31 21:43:20-07:00
10-bit H.264 x86 chroma v loopfilter asm Also delete some unused deblock asm macros.
5705b02079449c685a3dd337fcc3a8b440dca4a0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5705b02079449c685a3dd337fcc3a8b440dca4a0
2011-05-11 11:09:10-07:00
h264: DSP'ize MBAFF loopfilter.
dd561441b1e849df7d8681c6f32af82d4088dafd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dd561441b1e849df7d8681c6f32af82d4088dafd
2011-05-10 07:24:08-04:00
log: Fix an oob array read.
847aaec682f2bbfaac55ee623364dd4527e0f341
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/847aaec682f2bbfaac55ee623364dd4527e0f341
2011-05-08 13:34:05-07:00
x86: Add appropriate ifdefs around certain AVX functions. nasm versions prior to 2.09 have trouble assembling some of our AVX code. Protect these sections by preprocessor macros to allow compilation to pass.
5e528cffcf3d2cb1665075649601f4e62c8764e1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e528cffcf3d2cb1665075649601f4e62c8764e1
2011-05-27 21:18:12+02:00
Move frame_pred_frame_dct check elsewhere. Fixes issue2405
7f125c3e87f0ce48abfdbcf02e3d4c1c33f025ba
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f125c3e87f0ce48abfdbcf02e3d4c1c33f025ba
2011-04-03 16:40:13+02:00
vsrc_buffer.h: add multiple inclusion guards Signed-off-by: Stefano Sabatini <[email protected]>
e601ff19b465a0ef75515ecb6366e2c925a791de
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e601ff19b465a0ef75515ecb6366e2c925a791de
2011-04-11 11:28:24+02:00
Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. Signed-off-by: Ronald S. Bultje <[email protected]>
ee26abf2a4884bb56959bac8215758195776c553
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ee26abf2a4884bb56959bac8215758195776c553
2011-03-22 18:26:46-04:00
Revert "configure: allow checking multiple functions in check_func_headers()" This reverts commit edaf1ae2763ce1a23dec70e730ba2bb8ee476dfd. breaks windows builds
fbe98aee201ea448fb561e14e523f68c80ac53f9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fbe98aee201ea448fb561e14e523f68c80ac53f9
2011-03-12 19:14:55+01:00
In retry_transfer_wrapper, do not check url_interrupt_cb, causes problems when writing and pressing q during encoding.
08c866345cfe15cd17406e93c54a52068e41eb9e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/08c866345cfe15cd17406e93c54a52068e41eb9e
2011-03-03 19:34:59-08:00
configure: remove early check_deps $ARCH_EXT_LIST The early disabling of irrelevant arch extensions is no longer required, and removing it makes dependencies involving these work as expected. Signed-off-by: Mans Rullgard <[email protected]>
4b884207eb7319577f8ceb94a56f42c5ac0ab294
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b884207eb7319577f8ceb94a56f42c5ac0ab294
2011-02-11 18:45:21+00:00
configure: improve pkg-config support This adds helper functions for checking packages with pkg-config and managing the associated flags. Note that pkg-config use is still discouraged due to widespread poor practices resulting in broken flags in many situations. A few badly designed packages require flags only obtainable using pkg-config, and these functions are intended for those cases. Signed-off-by: Mans Rullgard <[email protected]>
3f8040db3e13c3dbdf07c74d92ca34817a69f733
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3f8040db3e13c3dbdf07c74d92ca34817a69f733
2011-03-11 20:13:26+00:00
Add check for Athlon64 and similar AMD processors with slow SSE2. Signed-off-by: Ronald S. Bultje <[email protected]> (cherry picked from commit 74b1f96859eb967222fcb3eb4c72d949b5165a89)
b7195837cddc22dc41078c77e5c37928eec116f8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b7195837cddc22dc41078c77e5c37928eec116f8
2011-02-13 00:54:05+01:00
Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). (cherry picked from commit 9d06d7bce3babb82ed650c13ed13a57f6f626a71)
733dbe7d18c267728ef03762d83e9e1b086668cd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/733dbe7d18c267728ef03762d83e9e1b086668cd
2011-01-28 03:15:35+01:00
Don't check for DEBUG before using dprintf. The dprintf macro is no-op when DEBUG is unset, so there is no need to put it conditional to DEBUG. Signed-off-by: Mans Rullgard <[email protected]> (cherry picked from commit 73a0b19ba39a4aca79a768feeacd83307a62836e)
463532310a8f8f494ded9d344ad65b94e08245a5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/463532310a8f8f494ded9d344ad65b94e08245a5
2011-01-26 03:43:29+01:00
Check for invalid decode op-codes, fixes issue 2522. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26295 to svn://svn.ffmpeg.org/ffmpeg/trunk
2843502ea424a095b39bce7577de90730fb2a0c6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2843502ea424a095b39bce7577de90730fb2a0c6
2011-01-10 10:47:10+00:00
Use a local variable in the inner loop of group_exponents() to simplify the code. Originally committed as revision 26355 to svn://svn.ffmpeg.org/ffmpeg/trunk
4b90c35d74880b07c50b3392a338f0f00d10302f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b90c35d74880b07c50b3392a338f0f00d10302f
2011-01-15 01:59:04+00:00
Merge a few superfluous CONFIG_GPL checks. Originally committed as revision 26154 to svn://svn.ffmpeg.org/ffmpeg/trunk
e8d98764ccdf970d72d3da0150bb9a465e8f3912
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8d98764ccdf970d72d3da0150bb9a465e8f3912
2010-12-29 21:30:47+00:00
Use local variables outside the inner loop in extract_exponents() to reduce accessing of structs and arrays inside the loop. Approx. 30% faster in function extract_exponents(). Originally committed as revision 26226 to svn://svn.ffmpeg.org/ffmpeg/trunk
9be52d48d9137e05361dd1ffb6b1fb3677e1fb47
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9be52d48d9137e05361dd1ffb6b1fb3677e1fb47
2011-01-05 16:02:08+00:00
Avoid negative SCR in mpeg ps muxer. Fixes a scr issue reported with dvdauthor ([FFmpeg-user] FFMPEG encoded MPEG-2 video causes error in DVDAuthor) Originally committed as revision 25512 to svn://svn.ffmpeg.org/ffmpeg/trunk
94bdb1f80ce8d8abc4728ba0c8edc6af4310eaaf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94bdb1f80ce8d8abc4728ba0c8edc6af4310eaaf
2010-10-16 21:31:31+00:00
Check return value of get_chunk_header(). Since enum can be unsigned, the current code wouldn't always error out on errors. Based on patch by Stephen d'Angelo <sdangelo evertz com>. Originally committed as revision 25260 to svn://svn.ffmpeg.org/ffmpeg/trunk
3dedbeff7b74d7820b4395c87614edfa8e688fa4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3dedbeff7b74d7820b4395c87614edfa8e688fa4
2010-09-29 15:43:36+00:00
get rid of MAX_STREAMS limit in nutdec Originally committed as revision 24755 to svn://svn.ffmpeg.org/ffmpeg/trunk
3c0eec06d8895d95bd3930031809fa7442f08745
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c0eec06d8895d95bd3930031809fa7442f08745
2010-08-10 16:36:36+00:00
Checking return values of av_malloc(z) and report an error in case. Originally committed as revision 25003 to svn://svn.ffmpeg.org/ffmpeg/trunk
d1cacdb8dda4eb2a5532267b0aeb1d2afdf95f05
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d1cacdb8dda4eb2a5532267b0aeb1d2afdf95f05
2010-08-31 07:14:47+00:00
In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, fix issue #1539 Originally committed as revision 25080 to svn://svn.ffmpeg.org/ffmpeg/trunk
9044dd83991491309ecb76c389502e410897d7d2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9044dd83991491309ecb76c389502e410897d7d2
2010-09-08 20:18:14+00:00
add some buffer checks Originally committed as revision 24184 to svn://svn.ffmpeg.org/ffmpeg/trunk
c426562cbfbe24f3b37ba98b80c128dbcc1b7cc8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c426562cbfbe24f3b37ba98b80c128dbcc1b7cc8
2010-07-11 06:59:21+00:00
Also use 503 for bandwidth limit exceeded Originally committed as revision 24107 to svn://svn.ffmpeg.org/ffmpeg/trunk
0aee2a57c86d7afc04b6e9638cb65b6bef9e8c47
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0aee2a57c86d7afc04b6e9638cb65b6bef9e8c47
2010-07-08 09:21:24+00:00
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). Originally committed as revision 24029 to svn://svn.ffmpeg.org/ffmpeg/trunk
f2a30bd84071eeb5000dd916ec16418851686254
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f2a30bd84071eeb5000dd916ec16418851686254
2010-07-03 19:26:30+00:00
Add the CODEC_CAP_CHANNEL_CONF capability code and add that flag to the dca codec. This capability when set will make sure the codec will initialize the channel configuration instead of trusting the container. This fixes issue 2137 and issue 850. Originally committed as revision 25320 to svn://svn.ffmpeg.org/ffmpeg/trunk
62784e3733ceb0f58007db8bb2e41e1abf62b85e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/62784e3733ceb0f58007db8bb2e41e1abf62b85e
2010-10-02 22:18:02+00:00
Do not check_lib for -lva if vaapi is disabled, having -lva in extralibs if vaapi is disabled is at best pointless. Originally committed as revision 23417 to svn://svn.ffmpeg.org/ffmpeg/trunk
edd43c95937d8a92ccb7c8356669beaae4ae6d68
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/edd43c95937d8a92ccb7c8356669beaae4ae6d68
2010-06-01 20:26:10+00:00
Limit probing to probesize. Originally committed as revision 22758 to svn://svn.ffmpeg.org/ffmpeg/trunk
ccf8c2944c90c31dd479ce7ff2e1f1afb4f20d04
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ccf8c2944c90c31dd479ce7ff2e1f1afb4f20d04
2010-04-01 12:09:33+00:00
DCA: simplify lfe_interpolation_fir() This reorders the lfe_fir tables, and drops the mirrored half, such that the loops in lfe_interpolation_fir() can be simplified. The new loop structure should be easier to implement with SIMD. Static data size is reduced by 2kB. 3% faster on Cortex-A8. Originally committed as revision 22849 to svn://svn.ffmpeg.org/ffmpeg/trunk
766fefe8e275c693c5acd7b2d7555b2df6e7751a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/766fefe8e275c693c5acd7b2d7555b2df6e7751a
2010-04-12 11:14:55+00:00
Reinitialize the h264 decoder context on every valid aspect ratio change, not only size changes. Patch by Janusz Krzysztofik foo=zyszt <[email protected]>. Originally committed as revision 22597 to svn://svn.ffmpeg.org/ffmpeg/trunk
5388f0b479c56179d566c49afd8765fefef4a18e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5388f0b479c56179d566c49afd8765fefef4a18e
2010-03-18 23:36:54+00:00
Remove useless check of the 2 left MBs of a pair being in the same slice. Originally committed as revision 22069 to svn://svn.ffmpeg.org/ffmpeg/trunk
8f8497ae78e226f779eebcf545c5fe93d31e82d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8f8497ae78e226f779eebcf545c5fe93d31e82d4
2010-02-26 01:38:12+00:00
Check for reference frames so RV 3/4 won't segfault trying to copy data from nonexisting reference. Originally committed as revision 22378 to svn://svn.ffmpeg.org/ffmpeg/trunk
95bd18eeca4c6f1599d0ca09b37d0e66c82bed8e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95bd18eeca4c6f1599d0ca09b37d0e66c82bed8e
2010-03-09 07:14:34+00:00
Make av_open_input_file() return AVERROR_INVALIDDATA rather than AVERROR_NOFMT if the format is unknown / cannot be recognized. It is returned AVERROR_INVALIDDATA, in the sense that the data is invalid within what the specific libav* binary supports. That was the last remaining use of AVERROR_NOFMT, which is going to be dropped at the next libavutil major bump. Originally committed as revision 22625 to svn://svn.ffmpeg.org/ffmpeg/trunk
2928b83c7581ef3d66108684a2e6f07f5d049b50
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2928b83c7581ef3d66108684a2e6f07f5d049b50
2010-03-21 16:34:04+00:00
get/show_bits() can read up to MIN_CACHE_BITS bits The limit for get/show_bits_long() to use get/show_bits() directly should be MIN_CACHE_BITS, not 17. Originally committed as revision 21951 to svn://svn.ffmpeg.org/ffmpeg/trunk
39261cd8d992322ce8ad77ee76a63a683cca21b2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/39261cd8d992322ce8ad77ee76a63a683cca21b2
2010-02-21 23:28:24+00:00
Use pixel format descriptors for checking if the input format is paletted. Simpler and more robust. Originally committed as revision 21631 to svn://svn.ffmpeg.org/ffmpeg/trunk
ef9f8dd7305e39f5579b33abeec425c11f4f1b6d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ef9f8dd7305e39f5579b33abeec425c11f4f1b6d
2010-02-03 23:10:18+00:00
Optmize 8x8dct check used to skip some borders in the loop filter. 4 cpu cycles faster. Originally committed as revision 21396 to svn://svn.ffmpeg.org/ffmpeg/trunk
933bea77e5792c993d196405ab04f4074d30db83
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/933bea77e5792c993d196405ab04f4074d30db83
2010-01-23 13:54:02+00:00
Add missing guards and includes to arm/aac.h Originally committed as revision 21247 to svn://svn.ffmpeg.org/ffmpeg/trunk
1c6f46be03a6c23c9daba19c77b53aac6c1d83f2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c6f46be03a6c23c9daba19c77b53aac6c1d83f2
2010-01-16 15:54:01+00:00
Attempt to document the "enable pic" hackery for OpenBSD. Originally committed as revision 20491 to svn://svn.ffmpeg.org/ffmpeg/trunk
a7b9c8aefd52fdae8320b419e684415998b7c43a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7b9c8aefd52fdae8320b419e684415998b7c43a
2009-11-09 22:52:46+00:00
Add a NULL pointer check to avcodec_close() this should prevent a segfault when closing without open. Originally committed as revision 20495 to svn://svn.ffmpeg.org/ffmpeg/trunk
dccda293a0576d5414fafc0e95615c82a2f2399f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dccda293a0576d5414fafc0e95615c82a2f2399f
2009-11-10 02:51:47+00:00
Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with non-default pointers, it will be useful for checking motion values data in 16-bit variant of this codec. Originally committed as revision 20928 to svn://svn.ffmpeg.org/ffmpeg/trunk
80ca19f766aea8f4724aac1b3faa772d25163c8a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/80ca19f766aea8f4724aac1b3faa772d25163c8a
2009-12-27 08:31:39+00:00
Return special EOF checking for aiff and au demuxers, the check was at the wrong place, causing an empty packet to be read before EOF was detected and the eof detection is already now handled by av_get_packet anyway. Originally committed as revision 20138 to svn://svn.ffmpeg.org/ffmpeg/trunk
a7a9dd0eb642e5291c0ba672c6f17c870c5921a0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7a9dd0eb642e5291c0ba672c6f17c870c5921a0
2009-10-02 06:42:20+00:00
Make avcodec_open set codec_id and codec_type if they haven't been set. This fixes the API breakage introduced by the check that avctx codec id and type match the opened codec and should make (almost?) all applications work again. Originally committed as revision 20125 to svn://svn.ffmpeg.org/ffmpeg/trunk
681c180dc441bf9fea1bb363c75c5d443f11a53a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/681c180dc441bf9fea1bb363c75c5d443f11a53a
2009-10-01 15:54:55+00:00
Check res_setup->books. 15_more_residue_book_indexes.patch by chrome. Originally committed as revision 19992 to svn://svn.ffmpeg.org/ffmpeg/trunk
cdf1512ebac8b95afad3ec4352550f0f0240ce26
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cdf1512ebac8b95afad3ec4352550f0f0240ce26
2009-09-23 12:24:21+00:00
Fix book_idx check. 25_vorbis_floor0_index.patch by chrome. Originally committed as revision 19984 to svn://svn.ffmpeg.org/ffmpeg/trunk
96651e790cbaf5f0002e02f81606658198d07d18
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/96651e790cbaf5f0002e02f81606658198d07d18
2009-09-23 10:45:14+00:00
ARM: merge two loops in ff_mdct_calc_neon Originally committed as revision 19941 to svn://svn.ffmpeg.org/ffmpeg/trunk
d650574e6834ffa881324699341487f21c7cab61
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d650574e6834ffa881324699341487f21c7cab61
2009-09-21 02:56:12+00:00
Check validity of channels & samplerate. This may be security relevant. Based on 2 patches by chrome. Originally committed as revision 19975 to svn://svn.ffmpeg.org/ffmpeg/trunk
9062cd354475754bdaaccc198a27e1728f47d5b7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9062cd354475754bdaaccc198a27e1728f47d5b7
2009-09-23 07:46:51+00:00
Slighty tweak mp3 probe threshold to prevent probetest from complaining. Originally committed as revision 19849 to svn://svn.ffmpeg.org/ffmpeg/trunk
1ac9563075edd386932ff402c378944cc2da1873
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1ac9563075edd386932ff402c378944cc2da1873
2009-09-14 23:03:33+00:00
Add missing header to fix 'make checkheaders'. Originally committed as revision 19690 to svn://svn.ffmpeg.org/ffmpeg/trunk
1feec476aa1afa25cdeaef358821f70d7648820f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1feec476aa1afa25cdeaef358821f70d7648820f
2009-08-24 10:06:26+00:00
Apply r19642 also pgssubdec: Make sure AVSubtitle is initialized, memset it to 0. Originally committed as revision 19706 to svn://svn.ffmpeg.org/ffmpeg/trunk
b02316146b35cd03715d166acb35d88f33eac990
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b02316146b35cd03715d166acb35d88f33eac990
2009-08-26 01:27:58+00:00
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static VLC tables should only be initialized from one place. This initializes/calculates more VLC tables than necessary for VC1 decoding, but this is only done once and only a small overhead in time and space (maybe 30 kB) it seems not worth adding a separate function. Originally committed as revision 20010 to svn://svn.ffmpeg.org/ffmpeg/trunk
c05df6895f36a171cf9a100000afa61ed75c8271
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c05df6895f36a171cf9a100000afa61ed75c8271
2009-09-24 10:49:47+00:00
Skip headers requiring external libs not present in checkheaders Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
95f2c769c312909fee539da50fde393aacf57cc0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95f2c769c312909fee539da50fde393aacf57cc0
2009-08-23 11:02:37+00:00
Rearchitecturing the stiched up goose part 1 Run loop filter per row instead of per MB, this also should make it much easier to switch to per frame filtering and also doing so in a seperate thread in the future if some volunteer wants to try. Overall decoding speedup of 1.7% (single thread on pentium dual / cathedral sample) This change also allows some optimizations to be tried that would not have been possible before. Originally committed as revision 21270 to svn://svn.ffmpeg.org/ffmpeg/trunk
c988f97566cdf536ba0dcbc0d77d885456852060
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c988f97566cdf536ba0dcbc0d77d885456852060
2010-01-17 20:35:55+00:00
Add PIC flags early so tests they affect give correct results This is mainly the checks for ebx on x86, but possibly others too. Originally committed as revision 19687 to svn://svn.ffmpeg.org/ffmpeg/trunk
bce7b696a258efbc912226a104d37972c6f7bd25
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bce7b696a258efbc912226a104d37972c6f7bd25
2009-08-23 13:46:07+00:00
Require aligned memory for everything that needs it Altivec, NEON, and SSE require more alignment than standard malloc() guarantees, whereas MMX does not. Update checks to reflect this. Originally committed as revision 19438 to svn://svn.ffmpeg.org/ffmpeg/trunk
89e053f83db596c9263fd9d8cae6f4e15a9b4d49
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/89e053f83db596c9263fd9d8cae6f4e15a9b4d49
2009-07-15 18:33:12+00:00
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, the former depends upon the latter. Originally committed as revision 19533 to svn://svn.ffmpeg.org/ffmpeg/trunk
9be6f0d2f8393100a11c8527c7ba18c1dc2f1450
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9be6f0d2f8393100a11c8527c7ba18c1dc2f1450
2009-07-29 09:54:49+00:00