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: Support invalid output by mplayers TS demuxer. Signed-off-by: Michael Niedermayer <[email protected]>
63f0708478e11713ca405ac3d4fa59c62ab210cc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63f0708478e11713ca405ac3d4fa59c62ab210cc
2011-10-24 12:16:03+02:00
h264: skip start code search if the size of the nal unit is known Start code emulation prevention is only required in Annex B bytestream packed NAL units. For other coding formats the size is already known. Looking for a start code prefix can result in false positives like in http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4 which has a false positive in the SPS.
87eebb3454ff0cd6af6ebf9e1d31bdfd1c3b601b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/87eebb3454ff0cd6af6ebf9e1d31bdfd1c3b601b
2011-12-18 23:52:53+01:00
movdec: remove redundant size<=8 check. Its checked a few lines below too. The only difference is that empty atoms with size=0 will now get parsed too. Signed-off-by: Michael Niedermayer <[email protected]>
e1ccc9216b5d2bfa0074c208aa5dfa2b05b5ad2a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e1ccc9216b5d2bfa0074c208aa5dfa2b05b5ad2a
2011-12-06 17:42:10+01:00
dca: return error if the frame header is invalid
aae6eead6a6e9bbab1c808d7552da5631ac78576
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aae6eead6a6e9bbab1c808d7552da5631ac78576
2011-10-29 16:04:07-04:00
H264: Check if more RBSP data in PPS provided by current profile due to Annex A. This patch also fix issue https://ffmpeg.org/trac/ffmpeg/ticket/685. Signed-off-by: Michael Niedermayer <[email protected]>
a7cfef2994d3ceeafb056050533addcd45c32b6a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7cfef2994d3ceeafb056050533addcd45c32b6a
2011-11-25 17:10:47+01:00
Dirac: Specific struct initializers in AVCodec initialization Signed-off-by: Michael Niedermayer <[email protected]>
fca712df09b92942ae95753062a43695b051a120
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fca712df09b92942ae95753062a43695b051a120
2011-11-05 00:02:11+01:00
pthread: prevent updating AVCodecContext from itself in frame_thread_free Signed-off-by: Janne Grunau <[email protected]>
7b6883898ff9000b9a9e71fc1fb6e842ec850a79
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b6883898ff9000b9a9e71fc1fb6e842ec850a79
2011-10-15 00:13:21+02:00
wmavoice: move output buffer size check to synth_superframe(). this allows for checking against the actual output size instead of max size.
813907d42483279e767fc84f2d02aa088197a22d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/813907d42483279e767fc84f2d02aa088197a22d
2011-10-28 12:02:24-04:00
h254: explicitly initialize bit depth/chroma idc Signed-off-by: Michael Niedermayer <[email protected]>
a51fbb56bb9352476affaef1fc6773c8b059db91
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a51fbb56bb9352476affaef1fc6773c8b059db91
2011-10-05 00:07:39+02:00
Fix the check for missing references in ff_er_frame_end() for H264. Signed-off-by: Michael Niedermayer <[email protected]>
e1d5bbeb39501a3271c6422390d13bf9391872d1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e1d5bbeb39501a3271c6422390d13bf9391872d1
2011-10-02 03:24:17+02:00
dca: clear inactive subbands only once in qmf_32_subbands() Writing zeros to the high entries in the array need only be done once as the cutoff position is constant throughout the loop. Signed-off-by: Mans Rullgard <[email protected]>
bf00a73ace9b1aba790b75dcb26d43adfceb769f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bf00a73ace9b1aba790b75dcb26d43adfceb769f
2011-09-29 12:34:17+01:00
mpegps: Handle buffer exhaustion when reading packets.
9fba8ebe0acdc28193d37b5e1f4c0d73c589ede2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9fba8ebe0acdc28193d37b5e1f4c0d73c589ede2
2011-09-23 16:36:16-07:00
ffmpeg: avoid multiple redundant av_gettime() calls, rather reuse the value in a iteration of the main loop. Signed-off-by: Michael Niedermayer <[email protected]>
c09abba1d9e0c30c8720199af3e17bf69ed0ed78
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c09abba1d9e0c30c8720199af3e17bf69ed0ed78
2011-10-08 18:37:47+02:00
Check for huffman tree building error in vp6 decoder. Signed-off-by: Michael Niedermayer <[email protected]>
7c249d4fbaf4431b20a90a3c942f3370c0039d9e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c249d4fbaf4431b20a90a3c942f3370c0039d9e
2011-09-22 00:42:28+02:00
avconv: move limit_filesize to options context
13ccba50d45662a15777b549b2fcd9b4621b0e01
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13ccba50d45662a15777b549b2fcd9b4621b0e01
2011-09-04 13:12:00+02:00
lavdev/lavfi: initialize variable, fix warning
7fd3e1c766f7cb0143259405b425b133e8b8910f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fd3e1c766f7cb0143259405b425b133e8b8910f
2011-08-20 14:20:25+02:00
avconv: Replace raw picture frame swapping hack.
f593628e5868e52a46de666767896c6afcebdae4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f593628e5868e52a46de666767896c6afcebdae4
2011-08-30 10:12:22-07:00
h264: improve MAX_SLICES too small check so it gives less false positives. Fixes Ticket273 Signed-off-by: Michael Niedermayer <[email protected]>
716c1f7b2ad02a906ad1e47182492554b668f3dc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/716c1f7b2ad02a906ad1e47182492554b668f3dc
2011-09-12 06:07:58+02:00
wav: make sure neither data_size nor sample_count is negative. Signed-off-by: Anton Khirnov <[email protected]>
1cf18de982a0a62fa9214a6c4a5becc1a32d9caf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1cf18de982a0a62fa9214a6c4a5becc1a32d9caf
2011-07-13 11:57:51+02:00
H.264: faster fill_filter_caches Reduce aliasing problems and unroll mv/ref loop.
cb5469462d427ea38625e255306f07b37d75280f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb5469462d427ea38625e255306f07b37d75280f
2011-07-03 15:05:52-07:00
Move SRC_PATH hack around to allow compilation from subdir again.
e1a54304be1ccbbff2fcd3ee955acfbceb71221f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e1a54304be1ccbbff2fcd3ee955acfbceb71221f
2011-06-30 00:02:09+02:00
imgconvert: change logic in avcodec_get_pix_fmt_loss() Avoid the use of the brittle/inconsistent information in PixFmtInfo.depth, and implement a possibly more robust logic which exposes the information in pixdesc. Also allow the removal of PixFmtInfo.depth, since this is the only use of it.
e324619ca9294458892b29dfdbdcce9cb65363a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e324619ca9294458892b29dfdbdcce9cb65363a7
2011-07-27 01:52:09+02:00
oma: check avio_read() return value
4c1e56ede86b68b5c600bde4ebeea6153c46f7f9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4c1e56ede86b68b5c600bde4ebeea6153c46f7f9
2011-06-02 20:06:18+01:00
aacdec: fix typo in scalefactor clipping check
cef7d70181ec7ee9df426ef0f3a08dd4995a4d9a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cef7d70181ec7ee9df426ef0f3a08dd4995a4d9a
2011-05-23 15:56:52-04:00
Add missing #includes to make headers self-contained. This fixes 'make checkheaders'.
8d459acc10d865a82b1646f91a85ae99d998faa7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d459acc10d865a82b1646f91a85ae99d998faa7
2011-06-04 18:15:50+02:00
avconv: use different variables for decoded and filtered frame. Makes the code less obfuscated and fixes encoding one video stream to several outputs. Also use avcodec_alloc_frame() instead of allocating AVFrame on stack. Breaks me_threshold in avconv, as motion vectors aren't passed through lavfi. They could be copied manually, but I don't think this misfeature is useful enough to justify ugly hacks.
d3c1d37a9019ed32a1710d53c1ad08c44bd072da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d3c1d37a9019ed32a1710d53c1ad08c44bd072da
2011-09-27 19:17:37+02:00
dct: bypass table allocation for DCT_II of size 32 The size-32 DCT_II has a special implementation which doesn't use the normal tables. Skipping allocation of these in this case saves some memory. Signed-off-by: Mans Rullgard <[email protected]>
721d6f2dc5437df21ae17923b29fa2be847764c7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/721d6f2dc5437df21ae17923b29fa2be847764c7
2011-05-16 16:20:18+01:00
flacenc: use proper initializers for AVOption default values. default_val was recently changes from double to a union, current code wasn't updated for that.
880fa2183051dfe6a7e44879361f674a906f5aa7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/880fa2183051dfe6a7e44879361f674a906f5aa7
2011-05-11 15:48:51+02:00
applehttp: Merge two for loops The previous commit didn't do this straight away, to keep the diff slightly simpler.
0d8a33b11e605f7fb6b51640d438d41fec08db1c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d8a33b11e605f7fb6b51640d438d41fec08db1c
2011-04-04 13:01:59+03:00
ffmpeg: use parse_number_and_die() when it makes sense Prefer parse_number_or_die() over atoi()/atol() parsing for the options: -pass, -top, -vc, and -qscale. Improve input validation. Signed-off-by: Stefano Sabatini <[email protected]>
bdf3d3bf9dce398acce608de77da205e08bdace3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bdf3d3bf9dce398acce608de77da205e08bdace3
2011-04-16 21:47:06+02:00
DPX decode: add buffer size checks.
836131546947db75f2ff81a452e5ee9392c4acf8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/836131546947db75f2ff81a452e5ee9392c4acf8
2011-03-26 13:46:20+01:00
patch checklist:uggest fate instead of regression tests Signed-off-by: Michael Niedermayer <[email protected]>
7d6f61bdd26ec1e09328545983730261d5e7978d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7d6f61bdd26ec1e09328545983730261d5e7978d
2011-04-03 03:18:19+02:00
pthread: validate_thread_parameters() ignored slice-threading being intentionally off The thread_type API allows you to request only FF_THREAD_FRAME (instead of FRAME | SLICE), but it was being ignored. We don't implement both of them at the same time, so there isn't an effect on current codecs, except that you can request no kinds of threading now (a bit useless). Signed-off-by: Ronald S. Bultje <[email protected]>
cf39b461d31a213261cb7dab21e8aeb0bb1673d5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cf39b461d31a213261cb7dab21e8aeb0bb1673d5
2011-04-09 08:23:22-04:00
aacenc: Refactor the parts of the AAC psymodel. 3GPP: Remove ffac from and move min_snr out of AacPsyBand. Rearrange AacPsyCoeffs to make it easier to implement energy spreading. Rename the band[] array to bands[] Copy energies and thresholds at the end of analysis. LAME: Use a loop instead of an if chain in LAME windowing.
b7c96769c52a312c6f6abe43f5d8c83701118a0b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b7c96769c52a312c6f6abe43f5d8c83701118a0b
2011-03-16 23:34:12-04:00
VC1: simplify a calculation in a loop. (cherry picked from commit 0b16cdc3fa1d73056649abf43288be0a7624fdcc)
6c0d9369d881b143628fdc24b105a4a2c60d67c2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c0d9369d881b143628fdc24b105a4a2c60d67c2
2011-02-18 19:52:39+01:00
Fix av_find_best_stream when providing a wanted stream In the main loop, stream_number is incremented after checking the stream type, so the search usually will not find the wanted stream. This patch eliminates the useless stream_number variable and introduces a new one, called real_stream_index to store the real stream index of the current stream, no matter if we are looping through all the streams or only the streams of a program. Signed-off-by: Michael Niedermayer <[email protected]>
5126a8ecbbb6981ac29f437f1d35f5248c8f234d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5126a8ecbbb6981ac29f437f1d35f5248c8f234d
2011-03-11 13:05:46+01:00
VC1: merge idct8x8, coeff adjustments and put_pixels. Merging these functions allows merging some loops, which makes the results (particularly after SIMD optimizations) much faster.
f8bed30d8b176fa030f6737765338bb4a2bcabc9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f8bed30d8b176fa030f6737765338bb4a2bcabc9
2011-02-21 10:23:44-05:00
VP8: slightly faster loopfilter sharpness logic
8a2c99b48688008dd0a01c4826161ad4f7c25436
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8a2c99b48688008dd0a01c4826161ad4f7c25436
2011-02-04 04:51:22-08:00
Add check for Athlon64 and similar AMD processors with slow SSE2. Signed-off-by: Ronald S. Bultje <[email protected]>
74b1f96859eb967222fcb3eb4c72d949b5165a89
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/74b1f96859eb967222fcb3eb4c72d949b5165a89
2011-02-11 16:58:18-05:00
rtsp: Check if the rtp stream actually has an RTPDemuxContext For example MS-RTSP doesn't have RTPDemuxContexts for all streams. This fixes issue 2448. Originally committed as revision 26107 to svn://svn.ffmpeg.org/ffmpeg/trunk
9e99f84f7d4fabbbf224da152eacd8f4a50b7bd3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e99f84f7d4fabbbf224da152eacd8f4a50b7bd3
2010-12-27 09:56:19+00:00
rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initializers Originally committed as revision 25843 to svn://svn.ffmpeg.org/ffmpeg/trunk
fe70a95e1d2e0acc40ed94b9f65f37816f8001f5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe70a95e1d2e0acc40ed94b9f65f37816f8001f5
2010-11-29 16:04:04+00:00
DCA: break out lfe_interpolation_fir() inner loops to a function This enables SIMD optimisations of this function. Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffmpeg/trunk
309d16a4a0485554645bfb3e5f9d476e793ce731
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/309d16a4a0485554645bfb3e5f9d476e793ce731
2010-04-12 20:45:25+00:00
Return AVERROR(EINVAL) rather than -1 in case of invalid values. Originally committed as revision 25274 to svn://svn.ffmpeg.org/ffmpeg/trunk
ab3efd0077a5b81b71819c3a792bb0bc59b9d60d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ab3efd0077a5b81b71819c3a792bb0bc59b9d60d
2010-09-30 20:24:49+00:00
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then making a single call to vmdaudio_loadsound(). This also adds output buffer size checks for AUDIO and SILENCE block types. Signed-off-by: Ronald S. Bultje <[email protected]> (cherry picked from commit 1574eff3d23ad799d25454a449b01f94795495ea)
504dff8e4ec7e282bed5bf1f31d5ede765643d3e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/504dff8e4ec7e282bed5bf1f31d5ede765643d3e
2011-02-26 03:16:03+01:00
Add missing stdint.h #include; necessary to pass 'make checkheaders'. Originally committed as revision 25078 to svn://svn.ffmpeg.org/ffmpeg/trunk
a9b98c01349fb1389e0608ec8b04ef1b2d08925d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9b98c01349fb1389e0608ec8b04ef1b2d08925d
2010-09-08 15:34:13+00:00
get rid of MAX_STREAMS limit in RTSP Originally committed as revision 24752 to svn://svn.ffmpeg.org/ffmpeg/trunk
be73ba2fa4890b857d987b79958e46af8c5e545b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be73ba2fa4890b857d987b79958e46af8c5e545b
2010-08-09 23:00:13+00:00
av_assert() system. With this the developer can now choose if he wants an assert always enabled or at which compile time assert level. This can thus replace the #define NDEBUG hacks Originally committed as revision 25278 to svn://svn.ffmpeg.org/ffmpeg/trunk
b926b6282d3b9fc8115660ae013f74f4f8c06d30
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b926b6282d3b9fc8115660ae013f74f4f8c06d30
2010-09-30 21:57:31+00:00
VP8: shave a few clocks off check_intra_pred_mode Originally committed as revision 24458 to svn://svn.ffmpeg.org/ffmpeg/trunk
a71abb714e350b017e1e0c1607e343e1e2f2f8a9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a71abb714e350b017e1e0c1607e343e1e2f2f8a9
2010-07-23 10:24:38+00:00
aacenc: Prevent premature termination of the two loop search. Originally committed as revision 24476 to svn://svn.ffmpeg.org/ffmpeg/trunk
c226fc5bfb37659c7c2ed75fd5fa9988bf175579
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c226fc5bfb37659c7c2ed75fd5fa9988bf175579
2010-07-24 04:23:26+00:00
configure: remove unused function check_foo_config Originally committed as revision 23776 to svn://svn.ffmpeg.org/ffmpeg/trunk
ad4d974c36c0b3bed9b04e5a810ca0d5bff16a91
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ad4d974c36c0b3bed9b04e5a810ca0d5bff16a91
2010-06-25 15:44:52+00:00
Add patcheck checks for assignments that look like compound assignments Patch by Eli Friedman, eli dot friedman at gmail Originally committed as revision 23841 to svn://svn.ffmpeg.org/ffmpeg/trunk
35614edb2dad6684917539bd1f61bd5ea1e8e19d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/35614edb2dad6684917539bd1f61bd5ea1e8e19d
2010-06-28 08:02:24+00:00
Remove VLA in ff_kbd_window_init, limit window size to 1024 Originally committed as revision 23755 to svn://svn.ffmpeg.org/ffmpeg/trunk
dd93649b7160eb0a15cebddb2a46e1ba82437387
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dd93649b7160eb0a15cebddb2a46e1ba82437387
2010-06-24 09:42:34+00:00
ARM: check struct offsets only when they are used The offsets differ depending on configuration, so only check them when they will actually be used. Presently, this is when NEON is enabled. Originally committed as revision 23436 to svn://svn.ffmpeg.org/ffmpeg/trunk
68dacb4e3b19772334b1ebcee3b7ac9560922f80
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/68dacb4e3b19772334b1ebcee3b7ac9560922f80
2010-06-02 22:05:25+00:00
Check NAL unit size to avoid reading past the buffer. This fixes issue1907 Patch by Thomas Devanneaux gmail(thomdev) Originally committed as revision 23078 to svn://svn.ffmpeg.org/ffmpeg/trunk
52486603b5b8e2827627afbc8a2028fb74554920
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52486603b5b8e2827627afbc8a2028fb74554920
2010-05-10 07:08:57+00:00
Make av_write_header() return AVERROR(EINVAL) rather than -1 if the input parameters are not valid. Originally committed as revision 23253 to svn://svn.ffmpeg.org/ffmpeg/trunk
e1745e2f6e839a91d5e9347b6dfe7685622b9fb4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e1745e2f6e839a91d5e9347b6dfe7685622b9fb4
2010-05-22 21:52:06+00:00
IFF: decode last 8 pixels per line The decodeplane8() function processes one byte of input less than it should. Also, the for loop has an unusual style with side-effects in the controlling expression; replaced with a more intuitive while loop. 10l to Basty. Originally committed as revision 23063 to svn://svn.ffmpeg.org/ffmpeg/trunk
79a9672d45899fa7afa335b5ffa6a7d0781fbc7c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79a9672d45899fa7afa335b5ffa6a7d0781fbc7c
2010-05-09 16:24:20+00:00
FATE: update vqf-demux checksum Originally committed as revision 22873 to svn://svn.ffmpeg.org/ffmpeg/trunk
8b9ec992a74c86e510bc2c46fac47080aa8a2159
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b9ec992a74c86e510bc2c46fac47080aa8a2159
2010-04-13 14:29:13+00:00
TTA : Check if the output buffer size is within bounds. Fixes issue 1848. Originally committed as revision 22711 to svn://svn.ffmpeg.org/ffmpeg/trunk
bac6ed4aebb5f25012b3b6293dab7df2767f8401
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bac6ed4aebb5f25012b3b6293dab7df2767f8401
2010-03-28 17:17:48+00:00
Implement v4l2 input size autodetection in v4l2_read_header(). Move check on frame size after the device is opened and after device_try_init() is attempted. If the provided size value is 0x0, perform a VIDIOC_G_FMT ioctl() on the device, which sets size to the current settings. Originally committed as revision 22971 to svn://svn.ffmpeg.org/ffmpeg/trunk
932d775fa2d66ce26ce182c8499678f97ecad63c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/932d775fa2d66ce26ce182c8499678f97ecad63c
2010-04-26 22:07:15+00:00
Do not call lseek() with invalid whence value Originally committed as revision 21795 to svn://svn.ffmpeg.org/ffmpeg/trunk
f2a4f12cb6c543039f38d17d6e8415ff65738d63
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f2a4f12cb6c543039f38d17d6e8415ff65738d63
2010-02-13 16:56:37+00:00
Fix CAVLC+8x8DCT+MBAFF loopfiltering. Fixes issue1250 Originally committed as revision 21665 to svn://svn.ffmpeg.org/ffmpeg/trunk
9873ae0d444a0566dc65a68ac7663a2b994b79b3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9873ae0d444a0566dc65a68ac7663a2b994b79b3
2010-02-07 02:00:00+00:00
Use pixel format descriptors to check if the input format is paletted. Originally committed as revision 21597 to svn://svn.ffmpeg.org/ffmpeg/trunk
d2a2b08cfe2ab382a4ad756c0a08ff78eb284ef9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2a2b08cfe2ab382a4ad756c0a08ff78eb284ef9
2010-02-01 19:50:17+00:00
100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. Originally committed as revision 21455 to svn://svn.ffmpeg.org/ffmpeg/trunk
aaa995d7f29cba39b1fe05b6f0a807bfc7a09f43
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aaa995d7f29cba39b1fe05b6f0a807bfc7a09f43
2010-01-26 13:30:33+00:00
Only check frame size if the header is valid. Originally committed as revision 21439 to svn://svn.ffmpeg.org/ffmpeg/trunk
008f872f614e6646c5b1fc8888e40bea4796eb5f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/008f872f614e6646c5b1fc8888e40bea4796eb5f
2010-01-24 23:55:33+00:00
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() GCC should be able to do this, but doesn't. Slightly faster code. Originally committed as revision 21190 to svn://svn.ffmpeg.org/ffmpeg/trunk
95dff4aceda3fa8013908cfe8b50355662ba90f2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95dff4aceda3fa8013908cfe8b50355662ba90f2
2010-01-13 16:46:35+00:00
configure: add check_struct function This adds a check_struct function to test for availability of a member within a struct. Originally committed as revision 21267 to svn://svn.ffmpeg.org/ffmpeg/trunk
14d367516504c0caedc6426fa3122a59e55584ca
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/14d367516504c0caedc6426fa3122a59e55584ca
2010-01-17 19:10:03+00:00
Use word-writing instead of dword-writing (with two cached but otherwise unchanged bytes) in the horizontal simple loopfilter. This makes the filter quite a bit faster in itself (~30 cycles less on Core1), probably mostly because we don't need a complex 4x4 transpose, but only a simple byte interleave. Also allows using pextrw on SSE4, which speeds up even more (e.g. 25% faster on Core i7). Originally committed as revision 24638 to svn://svn.ffmpeg.org/ffmpeg/trunk
6341838f3ca69c7850aa11b067165ef544cead95
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6341838f3ca69c7850aa11b067165ef544cead95
2010-07-31 23:13:15+00:00
Make the jump-table section-relative for x86_64 with PIC enabled. This allows to get rid of the macho64 specific hack that moves them to rodata (with worse cache behaviour) and avoids textrels which e.g. Gentoo does not allow for x86_64 libraries. Originally committed as revision 21551 to svn://svn.ffmpeg.org/ffmpeg/trunk
3d05c1fbec5cd6c9622b8b2021f00d4a8dc8f5a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d05c1fbec5cd6c9622b8b2021f00d4a8dc8f5a4
2010-01-30 19:26:47+00:00
check that duration is set to avoid fpe Originally committed as revision 20457 to svn://svn.ffmpeg.org/ffmpeg/trunk
fedb1eca0723d217832ab8ecdad6c608fce981ca
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fedb1eca0723d217832ab8ecdad6c608fce981ca
2009-11-05 07:17:10+00:00
WMA: fix loop unrolling in decode_exp_vlc() The count can be a non-multiple of 4 after all. Originally committed as revision 20081 to svn://svn.ffmpeg.org/ffmpeg/trunk
0e71841b0555e54691431f6d319f2cb17e208c6a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e71841b0555e54691431f6d319f2cb17e208c6a
2009-09-29 12:48:24+00:00
Simplify coupling band loop. Originally committed as revision 20051 to svn://svn.ffmpeg.org/ffmpeg/trunk
b5f4639b1396059afdc1d9fd0d11bff8aba4eda1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b5f4639b1396059afdc1d9fd0d11bff8aba4eda1
2009-09-27 06:33:23+00:00
Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t Print error when max resync size is reached and return EAGAIN instead of INVALIDDATA, so user can retry if wanted. Originally committed as revision 20286 to svn://svn.ffmpeg.org/ffmpeg/trunk
1303d62d8416fa315a0cc7bbbe35cfdab787ea92
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1303d62d8416fa315a0cc7bbbe35cfdab787ea92
2009-10-18 20:08:13+00:00
id3v2: check for enough space to write full UTF-8 characters. patch by Anton Khirnov, wyskas gmail com Originally committed as revision 20004 to svn://svn.ffmpeg.org/ffmpeg/trunk
787f8fad00c66fc225662f7defb90e79c112ed40
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/787f8fad00c66fc225662f7defb90e79c112ed40
2009-09-23 18:04:40+00:00
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just called once per MB in worst case and doesnt seem to benefit from static inline. Actually the code might be a hair faster now (0.1% according to my benchmark but this could be random noise) Originally committed as revision 21173 to svn://svn.ffmpeg.org/ffmpeg/trunk
2bedc0e85499c6d05c230626e22fa9d0c2e511e6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2bedc0e85499c6d05c230626e22fa9d0c2e511e6
2010-01-12 21:17:26+00:00
Check for thread_count==0. fixed issue1333 Originally committed as revision 19809 to svn://svn.ffmpeg.org/ffmpeg/trunk
b52b0913c25c95dcf2aa09764d18477e1421b286
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b52b0913c25c95dcf2aa09764d18477e1421b286
2009-09-10 14:12:05+00:00
eval: Check for return value of memory allocations. Originally committed as revision 19827 to svn://svn.ffmpeg.org/ffmpeg/trunk
0345f36bbdd63f61dae07cbf9e307f8746b1227e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0345f36bbdd63f61dae07cbf9e307f8746b1227e
2009-09-12 17:59:19+00:00
add one missing check for stream existence in read_elst, fix #1364 Originally committed as revision 19792 to svn://svn.ffmpeg.org/ffmpeg/trunk
1c4bf2ec37b296474e9cac8298722609633e5848
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c4bf2ec37b296474e9cac8298722609633e5848
2009-09-07 22:36:33+00:00
Use if(0){} instead of #if 0 to prevent debug code to rot. Originally committed as revision 19756 to svn://svn.ffmpeg.org/ffmpeg/trunk
a9decf004189b86e110ccb70f728409db330a6c2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9decf004189b86e110ccb70f728409db330a6c2
2009-09-04 16:31:21+00:00
And on the sixth day, God gave us the <= operand, which makes the loop "for (i = 1; i < num + 1; i++)" look like "for (i = 1; i <= num; i++)". Programmers worldwide rejoiced and used the operand, e.g. in the thread "[PATCH] remove ugliness in cel_filters.c", and He saw that it was good. Originally committed as revision 20489 to svn://svn.ffmpeg.org/ffmpeg/trunk
b1ade3d1821a29174963b28cd0caa5f7ed394998
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1ade3d1821a29174963b28cd0caa5f7ed394998
2009-11-09 22:04:03+00:00
Make TMV decoder check packet sizes before reading from it. FATE test 295 might need updating. Originally committed as revision 18862 to svn://svn.ffmpeg.org/ffmpeg/trunk
a2c4b2cc9a794006318d3d4c24c324bb7810f9d6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a2c4b2cc9a794006318d3d4c24c324bb7810f9d6
2009-05-17 09:48:12+00:00
Ignore first entry of intra matrixes if it is invalid. Fixes pink.mpg / issue1046. Originally committed as revision 18724 to svn://svn.ffmpeg.org/ffmpeg/trunk
714127812c7194126c8b466e8ac9fe5e02c44d58
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/714127812c7194126c8b466e8ac9fe5e02c44d58
2009-05-01 12:31:19+00:00
Extend init_loop_filter to work for filter limit values up to 127 instead of only up to 64. 127 is the maximum value allowed by the theora specification. Originally committed as revision 19350 to svn://svn.ffmpeg.org/ffmpeg/trunk
7fa5f9990b17051b2c21745be5e63904ba61d90a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fa5f9990b17051b2c21745be5e63904ba61d90a
2009-07-05 18:25:58+00:00
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. Originally committed as revision 18498 to svn://svn.ffmpeg.org/ffmpeg/trunk
0aed5e9fb895a31c43ff6ab4edfecb5be372f704
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0aed5e9fb895a31c43ff6ab4edfecb5be372f704
2009-04-13 18:07:02+00:00
Check that channel layout is compatible with number of channels for output audio stream. Originally committed as revision 18621 to svn://svn.ffmpeg.org/ffmpeg/trunk
be233a569165ad39a63ff2137763a123cd4f2562
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be233a569165ad39a63ff2137763a123cd4f2562
2009-04-19 14:05:55+00:00
check av_get_packet return value Originally committed as revision 17514 to svn://svn.ffmpeg.org/ffmpeg/trunk
bc64cb96805fc6ae435b39c7ba1052304a27f5b5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc64cb96805fc6ae435b39c7ba1052304a27f5b5
2009-02-22 01:07:46+00:00
Add required headers to fix warnings during 'make checkheaders'. Originally committed as revision 16769 to svn://svn.ffmpeg.org/ffmpeg/trunk
4ceb4e31024028732cb1822738847c10e35d9b5d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4ceb4e31024028732cb1822738847c10e35d9b5d
2009-01-25 11:16:25+00:00
Thoroughly check all fields set by the application in xvmc struct. Originally committed as revision 17387 to svn://svn.ffmpeg.org/ffmpeg/trunk
649c171aec1c36c5975a840e49a90038a3957948
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/649c171aec1c36c5975a840e49a90038a3957948
2009-02-16 22:46:30+00:00
initialize AVFormatContext before calling av_write_header() Originally committed as revision 16505 to svn://svn.ffmpeg.org/ffmpeg/trunk
1d6eeebe0803a37b51d4d10df4ec400300ba8bc3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1d6eeebe0803a37b51d4d10df4ec400300ba8bc3
2009-01-09 20:03:53+00:00
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. CONFIG_ changed semantics and is always defined now. Originally committed as revision 16598 to svn://svn.ffmpeg.org/ffmpeg/trunk
0f6a659ddfbe155dc8a516b963357ab6e01a0960
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0f6a659ddfbe155dc8a516b963357ab6e01a0960
2009-01-14 07:57:12+00:00
Clarify some assert usage. They are not to check application supplied parameters. Originally committed as revision 17278 to svn://svn.ffmpeg.org/ffmpeg/trunk
ae4dde76d3df36f5660664e94eff8a76b7aac6f7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ae4dde76d3df36f5660664e94eff8a76b7aac6f7
2009-02-14 20:30:13+00:00
Get rid of check for condition that is always true (run_off < avctx->width). Originally committed as revision 16340 to svn://svn.ffmpeg.org/ffmpeg/trunk
e3a54b66948a4a37c8ad2c5504148802976b5c7b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3a54b66948a4a37c8ad2c5504148802976b5c7b
2008-12-26 16:59:10+00:00
Change mpeg audio parser so it only sets frame_size, channels and bit_rate after it has a few valid frames. Fixes issue762 Originally committed as revision 16259 to svn://svn.ffmpeg.org/ffmpeg/trunk
c96bd21227e594856f8fd0610fd213b002056383
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c96bd21227e594856f8fd0610fd213b002056383
2008-12-21 23:50:16+00:00
Downgrade severity of leftover bits in header packets, and don't check for the comment header Originally committed as revision 15469 to svn://svn.ffmpeg.org/ffmpeg/trunk
12ce1f3fc16ff192fef911f9562395607b8c027d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/12ce1f3fc16ff192fef911f9562395607b8c027d
2008-09-30 04:18:22+00:00
Move constant multiplication out of the loop Originally committed as revision 15404 to svn://svn.ffmpeg.org/ffmpeg/trunk
b6c77581683c9ed0b5a72e2b598291162d12cf4b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b6c77581683c9ed0b5a72e2b598291162d12cf4b
2008-09-24 20:31:24+00:00
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread "[PATCH] rmdec.c: use get_buffer and skip_bytes instead of loops of get_byte". Originally committed as revision 16139 to svn://svn.ffmpeg.org/ffmpeg/trunk
b9b2b8c93b40a2d96f25362e9c8d7611d0adc3c7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b9b2b8c93b40a2d96f25362e9c8d7611d0adc3c7
2008-12-14 22:26:28+00:00
move per track code in mxf_write_header to be able to check for unsupported configuration Originally committed as revision 15070 to svn://svn.ffmpeg.org/ffmpeg/trunk
179308768a8742d215eb8450f0718dc2ee8ea133
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/179308768a8742d215eb8450f0718dc2ee8ea133
2008-08-30 23:47:58+00:00
Check available size before writing in decode_frame() Originally committed as revision 14637 to svn://svn.ffmpeg.org/ffmpeg/trunk
438abdaaeb59d88cacddf4e8b567c3b2629f34f2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/438abdaaeb59d88cacddf4e8b567c3b2629f34f2
2008-08-06 05:06:10+00:00
oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. Originally committed as revision 14740 to svn://svn.ffmpeg.org/ffmpeg/trunk
3b6516f7e7bb33b7aef9fa25adbf45f3de6c0560
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b6516f7e7bb33b7aef9fa25adbf45f3de6c0560
2008-08-13 23:30:28+00:00
Initialize outputed_poc to INT_MIN at decoder initialization. Fixes issue 560 Originally committed as revision 14428 to svn://svn.ffmpeg.org/ffmpeg/trunk
18c7be650181a8532c5127e558b254ab55e351a2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/18c7be650181a8532c5127e558b254ab55e351a2
2008-07-27 13:49:04+00:00
In-loop deblocking filter for VC-1 decoder Originally committed as revision 14344 to svn://svn.ffmpeg.org/ffmpeg/trunk
00a750009ffe232960ab0f729fdcbd454b233e26
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/00a750009ffe232960ab0f729fdcbd454b233e26
2008-07-23 06:21:27+00:00