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
jpegdec: check return value of mjpeg_decode_dc() Fixes Ticket754 Signed-off-by: Michael Niedermayer <[email protected]>
484b1cdd5303771447e15d0067a2034b0c17fdc8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/484b1cdd5303771447e15d0067a2034b0c17fdc8
2011-12-15 15:23:38+01:00
mxfdec: Fix infinite loop in mxf_packet_timestamps() This can happen if an index table segment has a very large IndexStartPosition. zzuf3.mxf is an example of such a file.
4ae7d4517048fb5ba64069ad332c2a555d86a8e0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4ae7d4517048fb5ba64069ad332c2a555d86a8e0
2011-12-21 14:16:03+01:00
flacdec: skip all track indices at once instead of looping. Signed-off-by: Justin Ruggles <[email protected]>
17c84f4ed2dcc617b45a0e305725bfca7bc0bfd1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/17c84f4ed2dcc617b45a0e305725bfca7bc0bfd1
2011-12-21 10:44:57-05:00
flicvideo: input buffer pointer checks. Signed-off-by: Michael Niedermayer <[email protected]>
30b996d443aeb105d0017b06ce590c55a0b2f9f4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/30b996d443aeb105d0017b06ce590c55a0b2f9f4
2011-12-15 04:42:13+01:00
wma: Check channel number before init. Fixes Ticket240 Based on patch by ami_stuff Signed-off-by: Michael Niedermayer <[email protected]>
20431a9982b9bd2c475042d919890a941ad70c71
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/20431a9982b9bd2c475042d919890a941ad70c71
2011-11-16 03:37:44+01:00
flv: Skip invalid index Signed-off-by: Michael Niedermayer <[email protected]>
4b7ef5a1e6fa622fc85741c9c1ca11c798cda9cb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b7ef5a1e6fa622fc85741c9c1ca11c798cda9cb
2011-11-08 17:39:39+01:00
mxfdec: Fix comparison of unsigned expression < 0. 'size' is populated by functions returning int64_t and int that return negative error codes.
735e601be1b7731d256a41e942b31a96255a6bec
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/735e601be1b7731d256a41e942b31a96255a6bec
2011-11-08 10:59:52-08:00
avconv: remove some codec-specific hacks The problem they are supposed to fix is handled in riff.c, so those hacks are pointless.
492cc1bef3d1b47b576cae8686b196368290ffe6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/492cc1bef3d1b47b576cae8686b196368290ffe6
2011-11-10 11:55:58+01:00
libgsm: simplify decoding by using a loop
480324e7ca0b87105fd7ee168292a0d5692af128
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/480324e7ca0b87105fd7ee168292a0d5692af128
2011-11-02 14:41:17-04:00
pcmdec: move number of channels check to pcm_decode_init()
d94e29cac94d1f938cf3a25320522cc9de0a6b86
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d94e29cac94d1f938cf3a25320522cc9de0a6b86
2011-10-26 12:01:06-04:00
h264: favor coded_width in resolution chnaged checks Suggested-by: Joakim Plate <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
23acfcd9e57ecdfa2f638176d670ddb5436b4b90
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/23acfcd9e57ecdfa2f638176d670ddb5436b4b90
2011-11-03 20:21:01+01:00
swscale: Fix packed rgb check for planarRgbToRgbWrapper. Signed-off-by: Michael Niedermayer <[email protected]>
307b6502701b93a8dad82756d91370e1233adb2d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/307b6502701b93a8dad82756d91370e1233adb2d
2011-11-06 13:28:22+01:00
tta: check output buffer size after adjusting frame length for last frame
e6923f683c506cbb581eb7f31288801f1a065fb0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e6923f683c506cbb581eb7f31288801f1a065fb0
2011-10-25 11:22:01-04:00
binkaudio: only decode one block at a time. This prevents truncating output due to an output buffer that is too small for all blocks. There is no limit on the number of blocks in a packet.
4f4e19480a1b254d1d049cffffb11f13ae54b53a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4f4e19480a1b254d1d049cffffb11f13ae54b53a
2011-10-29 15:16:54-04:00
rtsp: Simplify AVOption definitions Use defines for shortening common parts, omit the .dbl named initializer (since it's the first element in the union). Signed-off-by: Martin Storsjö <[email protected]>
2c9aa0247d6a5654d955fb018a84e7f2ec3a355e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2c9aa0247d6a5654d955fb018a84e7f2ec3a355e
2011-10-17 19:57:47+03:00
adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.
439998e18bdbdabd010fd9ab676a7298b62bf53d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/439998e18bdbdabd010fd9ab676a7298b62bf53d
2011-10-14 15:53:41-04:00
adpcmdec: remove unneeded buf_size==0 check. This is already done by avcodec_decode_audio3()
8140a1288ff2498adcbb67db73ef9862b518bb88
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8140a1288ff2498adcbb67db73ef9862b518bb88
2011-10-14 15:53:41-04:00
dvbsubdec: fix x/y_pos checks Signed-off-by: Michael Niedermayer <[email protected]>
55f17d3175e5d0e6541ef432a88154e0210a9c10
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/55f17d3175e5d0e6541ef432a88154e0210a9c10
2011-10-14 20:19:59+02:00
anm: prevent infinite loop Signed-off-by: Janne Grunau <[email protected]>
2475f1a83ccf313d828b25f1769e3a37442ecf64
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2475f1a83ccf313d828b25f1769e3a37442ecf64
2011-10-10 21:36:12+02:00
update_stream_timings: Remove redundant check. Found-by:Nicolas Signed-off-by: Michael Niedermayer <[email protected]>
63b6d5f33fa9724111c46504c6f07dc516379a75
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63b6d5f33fa9724111c46504c6f07dc516379a75
2011-10-06 00:07:03+02:00
adpcm: check buffer size in IMA DK4 decoder before reading header. Also use the post-header data size to control termination of the main decoding loop.
5c9eb4fabbefd4ebb02620a0a3a6e10032ec069d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5c9eb4fabbefd4ebb02620a0a3a6e10032ec069d
2011-09-29 16:54:01-04:00
Check for unsupported parameters in ff_j2k_dwt_init() Signed-off-by: Michael Niedermayer <[email protected]>
b4483a531a139f304f4370f470325facb107202f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b4483a531a139f304f4370f470325facb107202f
2011-09-29 06:11:18+02:00
id3v2: don't discard the whole tag when encountering empty frames. While they're technically invalid, it's better to skip them and try to read the rest of the tag.
1e18d32d01fc0ac784a0d592b46215bfbdcc579d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1e18d32d01fc0ac784a0d592b46215bfbdcc579d
2011-10-03 13:06:41+02:00
prores: get correct size for coded V plane if alpha is present The size check must be updated to take into account both manners in which v_data_size might be set. Signed-off-by: Mans Rullgard <[email protected]>
91038cdbd160310174aad6833d1d08c65d850e78
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/91038cdbd160310174aad6833d1d08c65d850e78
2011-10-15 14:59:44+01:00
ws_snd: use samples pointer for loop termination instead of a separate iterator variable.
6896aa7a382fdabdb81330f21208aaeb04e8cef7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6896aa7a382fdabdb81330f21208aaeb04e8cef7
2011-09-26 16:23:14-04:00
j2kenc: Fix use of value before its initialized. Signed-off-by: Michael Niedermayer <[email protected]>
2fbf69103847d9449de466fa217f8bd4221aa3e9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2fbf69103847d9449de466fa217f8bd4221aa3e9
2011-09-27 21:32:39+02:00
build: Remove deleted 'check' target from .PHONY list.
db54be09c20917081031c73816bfa79c08a1cd5b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/db54be09c20917081031c73816bfa79c08a1cd5b
2011-07-04 13:14:31+02:00
jpeglsdec: fix infinite loop Fixes Ticket331 Signed-off-by: Michael Niedermayer <[email protected]>
bd358e128f47c14c7bc9dfceb8dedb3e5697f017
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bd358e128f47c14c7bc9dfceb8dedb3e5697f017
2011-09-08 05:34:17+02:00
regtests/sws: update checksums for recent changes Signed-off-by: Michael Niedermayer <[email protected]>
46b32b51979af94f645f8780c78bb12944d04790
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/46b32b51979af94f645f8780c78bb12944d04790
2011-07-11 03:54:30+02:00
swscale: re-add support for non-native endianness. This works through some non-obvious hacks in utils.c.
dff5a8353266641311827a4bbdd940f7ad08c8b6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dff5a8353266641311827a4bbdd940f7ad08c8b6
2011-06-27 18:10:41-07:00
dnxhddec: merge ac_{index,run}_flags These tables contain only a 1-bit flag each. Combining them reduces the data size and saves some instructions in the block decode loop. Signed-off-by: Mans Rullgard <[email protected]>
9dfd89b831f7c5a11b6406164e0d6d65c0392d24
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9dfd89b831f7c5a11b6406164e0d6d65c0392d24
2011-07-24 22:29:22+01:00
lavf: use designated initializers for AVClasses.
f0029cbcf68d77f4ea0ea0cc36596ea2a5305b13
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f0029cbcf68d77f4ea0ea0cc36596ea2a5305b13
2011-05-17 23:01:42+02:00
Remove return statements following infinite loops without break These statements cannot be reached and are thus not needed. This removes a number of compiler warnings. Signed-off-by: Mans Rullgard <[email protected]>
add41decd94b2d3581a3715ba10f27168b8cdb1b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/add41decd94b2d3581a3715ba10f27168b8cdb1b
2011-07-03 21:39:07+01:00
nutenc: check malloc return values.
76432655056b9c1477ade550e4b6d277556eb6b2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/76432655056b9c1477ade550e4b6d277556eb6b2
2011-05-03 22:29:19-04:00
ffmpeg: remove useless NULL-check on avfilter_unref_buffer The check is no more required since recent changes in the avfilter_unref_buffer(), the check is done in the function. Simplify.
328810390d0458b7c8200342a87f238f7610b776
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/328810390d0458b7c8200342a87f238f7610b776
2011-05-20 09:34:56+02:00
matroskaenc: make sure we don't produce invalid file with no codec ID Signed-off-by: Aurelien Jacobs <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
89d4c130574c6f2a617c5fde6f9b8a82da7a1e28
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/89d4c130574c6f2a617c5fde6f9b8a82da7a1e28
2011-05-12 18:02:28+02:00
ac3enc: remove check for mismatching channels and channel_layout
8745e9c45865a4409272d78db1e1af86a8b955e9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8745e9c45865a4409272d78db1e1af86a8b955e9
2011-04-27 12:57:43-04:00
Do not drop packets with no valid ->pos set as e.g. DV-in-AVI produces. Fixes ticket #140.
1a9f9f81b1244b952126bb65bc741b04d3534f81
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a9f9f81b1244b952126bb65bc741b04d3534f81
2011-04-30 23:06:04+02:00
ffmpeg:Fix negative verbositiy Signed-off-by: Michael Niedermayer <[email protected]>
17ee7b5515cd1006a1f7ba4a9cced14f6526c1b0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/17ee7b5515cd1006a1f7ba4a9cced14f6526c1b0
2011-04-19 01:54:58+02:00
Refactor the 'fmt ' tag search and parsing Moving the search and parsing of the 'fmt ' info the main loop of wav_read_header() allows tags that precede it to be parsed. Creating wav_parse_fmt_tag() makes wav_read_header() easier to read.
cc1ca9e534d540aa698d14763aee2933ca3dca59
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cc1ca9e534d540aa698d14763aee2933ca3dca59
2011-05-17 22:19:52+02:00
lavf: use designated initializers for all protocols This is more readable and makes it easier to reorder URLProtocol members.
f35ff97f2e572a6b02180b248f929541962ffdd3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f35ff97f2e572a6b02180b248f929541962ffdd3
2011-04-08 11:08:26+02:00
Make the h264 loop filter bit depth aware. Preparatory patch for high bit depth h264 decoding support. Signed-off-by: Michael Niedermayer <[email protected]>
86b0d9cd58137fc499f263267c3219ac6186b98e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/86b0d9cd58137fc499f263267c3219ac6186b98e
2011-04-10 22:33:41+02:00
Check AVCodec.supported_samplerates and AVCodec.channel_layouts in avcodec_open(). If the encoder has a channel_layouts list and AVCodecContext.channel_layout is 0, then only print a warning and let the encoder decide how to handle it.
8b00ab0113a8ca40429e0a06331be83996963a9e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b00ab0113a8ca40429e0a06331be83996963a9e
2011-04-27 12:57:42-04:00
Simplify bit allocation search by using a loop for the SNR offset increment. Originally committed as revision 26044 to svn://svn.ffmpeg.org/ffmpeg/trunk
98e34e71c06251531aaab668a870ec44c648de6e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98e34e71c06251531aaab668a870ec44c648de6e
2010-12-17 15:02:12+00:00
configure: better test for mktemp Some variants of mktemp require a template, so provide one when checking for the command. We already supply a template in the subsequent uses of mktemp. Thanks to Michael Kostylev. Signed-off-by: Mans Rullgard <[email protected]>
a210bce298281aa08516893580089d102afb2e4d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a210bce298281aa08516893580089d102afb2e4d
2011-01-21 20:54:03+00:00
electronicarts: prevent endless loop opportunity in process_audio_header_elements() Fixes issue2529. Originally committed as revision 26302 to svn://svn.ffmpeg.org/ffmpeg/trunk
e19e051e56ef3d2801bf16683e1628778801b1d6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e19e051e56ef3d2801bf16683e1628778801b1d6
2011-01-10 12:56:50+00:00
tcp: Check url_interrupt_cb if connect was interrupted by a signal This makes it possible to abort a blocking connect call. Patch by Thomas Guillem, thomas dot guillem at gmail Originally committed as revision 26014 to svn://svn.ffmpeg.org/ffmpeg/trunk
1aa58c6405dad2663257260b993791f43c0da76b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1aa58c6405dad2663257260b993791f43c0da76b
2010-12-14 23:03:05+00:00
properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR Originally committed as revision 25484 to svn://svn.ffmpeg.org/ffmpeg/trunk
ade800c5b7ffb58d5f957b9344f24bdad98a4268
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ade800c5b7ffb58d5f957b9344f24bdad98a4268
2010-10-15 13:09:35+00:00
Add frei0r filter. See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
47941088f9d157216e942f6172cd39378493f52d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47941088f9d157216e942f6172cd39378493f52d
2010-09-24 00:32:22+00:00
In retry_transfer_wrapper, do not check url_interrupt_cb, causes problems when writing and pressing q during encoding. Instead, check url_interrupt_cb at the end. Note that when a protocol is interrupted by url_interrupt_cb, some data may be silently discarded: the protocol context is not suitable for anything anymore. Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Ronald S. Bultje <[email protected]> (cherry picked from commit 688c22e033a48ebf84fb4b52642bbd40f11e9c4e)
aa612fbb99f6246913a789afde5a26f70c5a9159
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa612fbb99f6246913a789afde5a26f70c5a9159
2011-03-08 02:09:44+01:00
Check whether compiler supports xmm registers in asm clobber list Originally committed as revision 25362 to svn://svn.ffmpeg.org/ffmpeg/trunk
6f74fb03cde1266feea8882d5b672e827ad8f55b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f74fb03cde1266feea8882d5b672e827ad8f55b
2010-10-06 01:26:13+00:00
Check url_fseek results in gxf demuxer. Originally committed as revision 24179 to svn://svn.ffmpeg.org/ffmpeg/trunk
b5bc74240237a35215be6b236a5a67a4143fc62d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b5bc74240237a35215be6b236a5a67a4143fc62d
2010-07-10 23:42:08+00:00
Fix build with hardcoded tables The recently added dummy rule for missing headers took precedence over the tablegen rules. Listing the generated headers explicitly overrides this. A cleaner solution would be preferable. Originally committed as revision 24046 to svn://svn.ffmpeg.org/ffmpeg/trunk
aad9f50751b86ddd7ae03c641c2673ba77dafd29
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aad9f50751b86ddd7ae03c641c2673ba77dafd29
2010-07-04 19:03:04+00:00
Display a more descriptive log message when probe buffer limit is reached. Originally committed as revision 23288 to svn://svn.ffmpeg.org/ffmpeg/trunk
9bbe9a0dc18795259a843a21396bed98043525e9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9bbe9a0dc18795259a843a21396bed98043525e9
2010-05-24 16:42:16+00:00
Tweak texi2pod.pl to make it print the various sections in the generated document following the same order as that used in the texi file. Also allow rendering of *all* the sections, not only a limited predefined subset. Originally committed as revision 23543 to svn://svn.ffmpeg.org/ffmpeg/trunk
22cb270ca59add9f667c7f41820dfb138fe0bd2f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/22cb270ca59add9f667c7f41820dfb138fe0bd2f
2010-06-08 23:03:14+00:00
ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_time This fixes cases where ist->start_time wasn't initialized. This also makes cur_pts calculated against the same origin for all streams. Originally committed as revision 23450 to svn://svn.ffmpeg.org/ffmpeg/trunk
f475f35fdd0bb3c15737609352c69bc352c8ec15
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f475f35fdd0bb3c15737609352c69bc352c8ec15
2010-06-03 20:58:22+00:00
Decode DCT tokens by branching to a different code path for each branch on the huffman tree, instead of traversing the tree in a while loop. Based on the similar optimization in libvpx's detokenize.c 10% faster at normal bitrates, and 30% faster for high-bitrate intra-only Originally committed as revision 24468 to svn://svn.ffmpeg.org/ffmpeg/trunk
fe1b5d974acf7736151e2e13f2498f4fbd6af765
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe1b5d974acf7736151e2e13f2498f4fbd6af765
2010-07-23 21:46:17+00:00
Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 in case of invalid picture size. Originally committed as revision 22962 to svn://svn.ffmpeg.org/ffmpeg/trunk
4cf1ba0445a2b288f0ca47e36d780dec4d7d4e87
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4cf1ba0445a2b288f0ca47e36d780dec4d7d4e87
2010-04-25 15:05:16+00:00
Remove a redundant null pointer check Originally committed as revision 22679 to svn://svn.ffmpeg.org/ffmpeg/trunk
60f198a77497f54fb12c2e048d64ce026c467812
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/60f198a77497f54fb12c2e048d64ce026c467812
2010-03-25 21:53:42+00:00
Add support for http digest authentication Originally committed as revision 22667 to svn://svn.ffmpeg.org/ffmpeg/trunk
855e7732c6bcc7d52cd0863407a721c2bf00fcf1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/855e7732c6bcc7d52cd0863407a721c2bf00fcf1
2010-03-25 13:58:26+00:00
aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset. Originally committed as revision 22413 to svn://svn.ffmpeg.org/ffmpeg/trunk
6ebc7240606e8f1fccd2edbe4ffac150053a16cc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ebc7240606e8f1fccd2edbe4ffac150053a16cc
2010-03-09 21:50:10+00:00
FFplay : Avoid manipulating NULL data pointers so that future checks remain valid. This fixes segfaults for those cases where data copy to this invalid pointer is attempted. Originally committed as revision 23264 to svn://svn.ffmpeg.org/ffmpeg/trunk
3635c07bd1d1202e98f439f3b5389ff142d87cc3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3635c07bd1d1202e98f439f3b5389ff142d87cc3
2010-05-23 19:13:17+00:00
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb Originally committed as revision 22209 to svn://svn.ffmpeg.org/ffmpeg/trunk
c2b40ac229dc4944d391ad949d38efc5822ffcd5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c2b40ac229dc4944d391ad949d38efc5822ffcd5
2010-03-04 15:08:54+00:00
Revert "Remove the self reference in the seektest that prevented it from" This reverts r22151. It prevents the seektest from running at all and is thus of no use whatsoever. Originally committed as revision 22152 to svn://svn.ffmpeg.org/ffmpeg/trunk
cbc4670c3792a742cffb9322c8bf405f51fc9f87
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cbc4670c3792a742cffb9322c8bf405f51fc9f87
2010-03-02 17:50:24+00:00
Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so these checks arent needed. Originally committed as revision 21819 to svn://svn.ffmpeg.org/ffmpeg/trunk
3d2c3ef4b46d96023d6f0d358e4d7d65568da67c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d2c3ef4b46d96023d6f0d358e4d7d65568da67c
2010-02-14 02:08:48+00:00
Move check for and call of predict_field_decoding_flag() from the mb code to the row code. This function would only be needed on a MB basis for MBAFF+FMO Originally committed as revision 21860 to svn://svn.ffmpeg.org/ffmpeg/trunk
69cc31832f47f00be8cac9c2c97a04ebb4844dec
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/69cc31832f47f00be8cac9c2c97a04ebb4844dec
2010-02-17 02:14:02+00:00
Get rid of a check in one direction that cant be true in it in that part of the code. No meassureable speed change. Originally committed as revision 21566 to svn://svn.ffmpeg.org/ffmpeg/trunk
37b2b0d6cd2ac0f556ae41251385e6c5493d6bcc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/37b2b0d6cd2ac0f556ae41251385e6c5493d6bcc
2010-01-31 02:05:26+00:00
"Flush" the picture que on seeks, this prevents the display thread from having frames from before and after the seek which just isnt a good idea. Originally committed as revision 21588 to svn://svn.ffmpeg.org/ffmpeg/trunk
6c7d3ead79af2de091ff74cb2e29770882cbae99
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c7d3ead79af2de091ff74cb2e29770882cbae99
2010-02-01 12:19:28+00:00
use left_xy[1] in mbaff QP loop filter check, this improves the amount that can be skiped. Originally committed as revision 21465 to svn://svn.ffmpeg.org/ffmpeg/trunk
dfe4dc154b92bfea370dafa32dbda19ef4067a0b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dfe4dc154b92bfea370dafa32dbda19ef4067a0b
2010-01-26 20:28:58+00:00
configure: add test_ldflags function This adds a test_ldflags function for testing linker flags without adding them to LDFLAGS like check_ldflags does. Originally committed as revision 21235 to svn://svn.ffmpeg.org/ffmpeg/trunk
2ed46eeab33d30cdfb5adf97dd7266931acde0ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ed46eeab33d30cdfb5adf97dd7266931acde0ed
2010-01-16 04:48:58+00:00
Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" in capCreateCaptureWindow() check. Based on patch by kemuri <kemuri9 at gmail dot com> Originally committed as revision 21409 to svn://svn.ffmpeg.org/ffmpeg/trunk
27796dc3f452b7002f5924e0b81062dbbf91d297
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/27796dc3f452b7002f5924e0b81062dbbf91d297
2010-01-23 20:38:17+00:00
Add forgotton multiple inclusion guards to h264_mvpred.h. Originally committed as revision 21220 to svn://svn.ffmpeg.org/ffmpeg/trunk
e2dd8586d85c5f88c534b79dc8a992ec12ba744f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e2dd8586d85c5f88c534b79dc8a992ec12ba744f
2010-01-15 03:41:28+00:00
Add _NETBSD_SOURCE definition to fix compilation on NetBSD. NetBSD is unlikely to fix their headers and the FATE box passes it as -D_NETBSD_SOURCE on the command line anyway. In this case, it's better to keep the hack well-contained within this file. Closes issue 886. patch by Jorge Acereda, jacereda brainstorm es Originally committed as revision 22164 to svn://svn.ffmpeg.org/ffmpeg/trunk
d5963ee64aa07295d5058f6400b8f1794123122a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5963ee64aa07295d5058f6400b8f1794123122a
2010-03-03 09:16:45+00:00
Move "slice below image" check from mpeg_decode_slice to its caller. Should fix issue1277. Originally committed as revision 20676 to svn://svn.ffmpeg.org/ffmpeg/trunk
52069c4d3c92f68605fadf012ab0da594ee9bae4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52069c4d3c92f68605fadf012ab0da594ee9bae4
2009-11-30 23:08:25+00:00
Remove pointless CONFIG_MLP_DECODER preprocessor check. The file is only ever compiled if the MLP decoder is enabled. Originally committed as revision 20968 to svn://svn.ffmpeg.org/ffmpeg/trunk
547fc46ca7f9675cebe3a4388d87eb74ce3f091d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/547fc46ca7f9675cebe3a4388d87eb74ce3f091d
2009-12-29 17:20:19+00:00
Fix slicify when the slice_direction is negative, make it send slices from the bottom to the top one. Originally committed as revision 20754 to svn://svn.ffmpeg.org/ffmpeg/trunk
bf972d5e1c6ba7d501e8a60994c2e4e47b41426d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bf972d5e1c6ba7d501e8a60994c2e4e47b41426d
2009-12-06 17:40:41+00:00
Check Xfixes.h header presence before enabling x11grab. This fixes compilation when lib is present but not header. Originally committed as revision 20673 to svn://svn.ffmpeg.org/ffmpeg/trunk
0a04566120548cdcb6695dedffc55cf967e422d3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a04566120548cdcb6695dedffc55cf967e422d3
2009-11-30 21:43:03+00:00
Update libavformat regression reference checksum for ffm. This change is due to r20601. Originally committed as revision 20621 to svn://svn.ffmpeg.org/ffmpeg/trunk
8683f94f40d810b4a387dcb28f3f1ccfaa1ade8c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8683f94f40d810b4a387dcb28f3f1ccfaa1ade8c
2009-11-26 18:49:34+00:00
dca and aac decoders use float_to_int16_interleave, so check for the C version of that rather than float_to_int16. Fixes output on ARM/VFP Originally committed as revision 20192 to svn://svn.ffmpeg.org/ffmpeg/trunk
144fec83b3abd42ac361b3c964467dff5a1ac958
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/144fec83b3abd42ac361b3c964467dff5a1ac958
2009-10-08 14:40:14+00:00
aacenc: Don't make unnecessary compares to the escape value in tight loops. Originally committed as revision 19943 to svn://svn.ffmpeg.org/ffmpeg/trunk
a71e9b62546e4467751c0219869a7f6d004a5986
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a71e9b62546e4467751c0219869a7f6d004a5986
2009-09-21 03:41:08+00:00
configure: fix check for x264 libx264 recently started mangling the name of x264_encoder_open() to prevent version mismatches, breaking our test. Checking for another function instead makes it work again. Originally committed as revision 19754 to svn://svn.ffmpeg.org/ffmpeg/trunk
e69bb386a29d8f3d351e8c06eb36f0e9173a827a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e69bb386a29d8f3d351e8c06eb36f0e9173a827a
2009-09-02 22:53:31+00:00
Add missing #includes to pass 'make checkheaders'. Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
da47f0eecbdcd3da9ead478b7589cb7e331cafb4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da47f0eecbdcd3da9ead478b7589cb7e331cafb4
2009-08-21 08:46:49+00:00
Check return values of sws_allocVec() and sws_getConstVec(). Originally committed as revision 29543 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
1b03a9d6073b3a4c62a44b56852762eb4b382dc4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b03a9d6073b3a4c62a44b56852762eb4b382dc4
2009-08-20 01:55:45+00:00
H.264: Check the return value of decode_vui_parameters() Files with invalid VUI are now rejected like other invalid SPS are. Fixes issue1231. Originally committed as revision 19335 to svn://svn.ffmpeg.org/ffmpeg/trunk
e5f61b94a16226e03ef0041ff65a3595e2b8e206
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e5f61b94a16226e03ef0041ff65a3595e2b8e206
2009-07-04 07:46:58+00:00
Make sure that dv encoder initializes all encoded packet data. The specification does not say which value to use for unused parts, so fill all unused bytes with 0xff, which is consistent with what DV usually uses for reserved or unused parts. Originally committed as revision 20084 to svn://svn.ffmpeg.org/ffmpeg/trunk
ebb651d5f2593836f95d4f1737ff1ee722fd98f4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ebb651d5f2593836f95d4f1737ff1ee722fd98f4
2009-09-29 19:17:18+00:00
Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I missed them in r19293. Re-enable version check on w32api.h if the vfwcap input device has been selected. Originally committed as revision 19461 to svn://svn.ffmpeg.org/ffmpeg/trunk
8beb41783a79bd82030862b2e63cca6d090a7f29
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8beb41783a79bd82030862b2e63cca6d090a7f29
2009-07-18 10:38:53+00:00
Properly initialize AVFrames to default values in the MPEG decoder (fixes the AVFrame pts when decoding MPEG 1 and 2 video) Originally committed as revision 19136 to svn://svn.ffmpeg.org/ffmpeg/trunk
747069e2545bcead9303fbf7fadf60c947a7b965
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/747069e2545bcead9303fbf7fadf60c947a7b965
2009-06-09 10:06:25+00:00
Use generic BE check instead of checking for gray16LE. Originally committed as revision 29213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
081aa41db9c0fc42b33d3854bca08a2556213f93
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/081aa41db9c0fc42b33d3854bca08a2556213f93
2009-04-20 21:05:32+00:00
fix end of buffer check, fix hang_read_header.h264.ts Originally committed as revision 18454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2b97246ec282d0b8213259cc1013e086dc5b4fbb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2b97246ec282d0b8213259cc1013e086dc5b4fbb
2009-04-12 01:37:34+00:00
Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). Originally committed as revision 18703 to svn://svn.ffmpeg.org/ffmpeg/trunk
1885c76acf2be8ee2acdb7cb6f79709adcc63117
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1885c76acf2be8ee2acdb7cb6f79709adcc63117
2009-04-27 12:38:14+00:00
comment the ipod subtitle check Originally committed as revision 18366 to svn://svn.ffmpeg.org/ffmpeg/trunk
130ba4b17a3b0a563483ba10248d7bd0aa8e85e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/130ba4b17a3b0a563483ba10248d7bd0aa8e85e5
2009-04-07 22:26:47+00:00
Move declaration of 'pict' closer to where it is used and initialize it. Patch by avcoder: gmail(ffmpeg) Originally committed as revision 18171 to svn://svn.ffmpeg.org/ffmpeg/trunk
fbf1b88589c7d3914ed396011121077412358b5d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fbf1b88589c7d3914ed396011121077412358b5d
2009-03-23 16:43:06+00:00
Don't allow to sync on packets of zero-size length, since these are never valid. See "[PATCH] rmdec.c: prevent zero-length packets" thread. Originally committed as revision 18118 to svn://svn.ffmpeg.org/ffmpeg/trunk
83c0ba3dad814157f09fe5b7363623292d5d861f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/83c0ba3dad814157f09fe5b7363623292d5d861f
2009-03-21 19:19:09+00:00
Remove CPUID availability check on AMD64 as it's architectural. Originally committed as revision 17543 to svn://svn.ffmpeg.org/ffmpeg/trunk
d05f808dc90a55f2a6eabe6ff62eb3a056e428d3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d05f808dc90a55f2a6eabe6ff62eb3a056e428d3
2009-02-23 15:53:39+00:00
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. Removes some disabled dc_index/ac_index checking code that seems to have had some undocumented issues and should not really be necessary anymore now. Fixes from issue 1240 the files mjpeg/smclockmjpeg.avi.1.10 and mjpeg/smclockmjpeg.avi.1.171. Originally committed as revision 19341 to svn://svn.ffmpeg.org/ffmpeg/trunk
b27bf2a7b4fd57c36eccb11f5af794d4b940cfdc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b27bf2a7b4fd57c36eccb11f5af794d4b940cfdc
2009-07-04 12:54:36+00:00
Fix undefined preprocessor directives warnings during 'make checkheaders'. Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk
da837937c6631ffd37f3bdc7c7d2ddd7658e4c13
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da837937c6631ffd37f3bdc7c7d2ddd7658e4c13
2009-01-24 14:52:46+00:00
Merge deblocking pattern with CBP for RV30/40 loop filtering Originally committed as revision 16192 to svn://svn.ffmpeg.org/ffmpeg/trunk
6c3fca647983a2bb47a79c82a9d797feac866a2f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c3fca647983a2bb47a79c82a9d797feac866a2f
2008-12-17 20:00:48+00:00
Check all critical xvmc struct fields in ff_xvmc_field_start() and log error if they are not correct. All other functions are supposedly called after that one, so use assert() for them. Originally committed as revision 17317 to svn://svn.ffmpeg.org/ffmpeg/trunk
d2d600b71fd94aa97e503b695e4a57d6581a60e8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2d600b71fd94aa97e503b695e4a57d6581a60e8
2009-02-15 10:06:23+00:00
Check function prototype in check_asm function to avoid compiler warnings. patch by Marc Mason, mpeg.blue free fr Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk
124c21d79f2124d028890022e98ea853a834a964
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/124c21d79f2124d028890022e98ea853a834a964
2008-12-17 15:44:40+00:00
Strong filtering function for future RV40 loop filter Originally committed as revision 15918 to svn://svn.ffmpeg.org/ffmpeg/trunk
e9d0fdef533fc9ec158d27fe73f5461387155c49
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9d0fdef533fc9ec158d27fe73f5461387155c49
2008-11-23 19:36:44+00:00