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
⌀ |
---|---|---|---|---|---|---|---|
Fix two checks in the AAC packetiser, which were too conservative
Patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18400 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d2ce53b786957df07bce4e62b140f6ad53932145 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d2ce53b786957df07bce4e62b140f6ad53932145 | 2009-04-09 21:37:11+00:00 |
Rearrange how the different cases are checked to reduce the number of
comparisons and allow further simplifications.
Originally committed as revision 18268 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 268a618ba6f94f01fe8762de13fa7c29d50e9cdc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/268a618ba6f94f01fe8762de13fa7c29d50e9cdc | 2009-03-31 14:04:54+00:00 |
check fifo size and realloc if needed
Originally committed as revision 17420 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 50ced76f4b2f58306af99f000c5c7a26aa6938b5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/50ced76f4b2f58306af99f000c5c7a26aa6938b5 | 2009-02-18 04:42:31+00:00 |
Replace two asserts by checks and error messages.
Originally committed as revision 17362 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f9d5bf3c2de8b0753f8da1546021ec7a06859820 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f9d5bf3c2de8b0753f8da1546021ec7a06859820 | 2009-02-16 02:02:49+00:00 |
check body partitions count before writing
Originally committed as revision 17175 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cfa3caf81cd64485b80def8bb2552c2dafac5eb4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cfa3caf81cd64485b80def8bb2552c2dafac5eb4 | 2009-02-12 03:38:08+00:00 |
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix
RTSP-MS UDP" thread on mailinglist.
Basically, UDP setup needs to be done in a particular order (first rtx
on two UDP ports (one for RTP, one for RTCP), then the other streams over
one, single port for all of them together). Not doing this correctly results
in a "461" error (invalid transport) during setup.
Originally committed as revision 17777 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f830c9a487510cc4ad6c33ef46e05db52865dd16 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f830c9a487510cc4ad6c33ef46e05db52865dd16 | 2009-03-03 16:52:35+00:00 |
be more flexible with frame rate check
Originally committed as revision 16965 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 33abc1a73afe15255d399953810fdd9c7c453dd5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/33abc1a73afe15255d399953810fdd9c7c453dd5 | 2009-02-02 23:37:03+00:00 |
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
Originally committed as revision 17114 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b7d3a8c13f3cb347985f39378e41f908cc885152 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b7d3a8c13f3cb347985f39378e41f908cc885152 | 2009-02-10 01:24:06+00:00 |
Use av_strdup to allocate string, prevents the warning:
vhook/fish.c:130: warning: assignment discards qualifiers from pointer target type
patch by Patrik Kullman, patrik yes nu
Originally committed as revision 17494 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1bbeb06a36ec36ce03e1c882c8e97efdc13c9a9b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1bbeb06a36ec36ce03e1c882c8e97efdc13c9a9b | 2009-02-21 20:35:58+00:00 |
size < 4 is invalid
Originally committed as revision 16829 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4698bb245740d53477a0109e96fb4c67338078da | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4698bb245740d53477a0109e96fb4c67338078da | 2009-01-27 20:51:10+00:00 |
421l: fix loop filter for P-frames in VC-1
Originally committed as revision 16576 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 820089cb06f4f5d9013960c48cce1d76e2f47b62 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/820089cb06f4f5d9013960c48cce1d76e2f47b62 | 2009-01-13 08:02:31+00:00 |
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I
just briefly checked the source.
Originally committed as revision 17100 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 990058bdc7a63f7a488179367b859307e99adf34 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/990058bdc7a63f7a488179367b859307e99adf34 | 2009-02-09 15:49:06+00:00 |
seek at 0 when timestamp requested is negative
Originally committed as revision 16815 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8dc81a4524ba221cbc23bb36c6fabbbfec1ab539 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8dc81a4524ba221cbc23bb36c6fabbbfec1ab539 | 2009-01-27 04:29:33+00:00 |
ac3dec: simplify exponent bounds checking
Originally committed as revision 16022 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2ceccf045c295b9a507d6e3be7710c63f51c0529 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2ceccf045c295b9a507d6e3be7710c63f51c0529 | 2008-12-06 16:33:16+00:00 |
All non zero returns of rm_assemble_video_frame() are errors, check things
accordingly.
Originally committed as revision 16398 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 51d6852f43774165beefee96a9e875db5e3a8189 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/51d6852f43774165beefee96a9e875db5e3a8189 | 2008-12-30 19:49:27+00:00 |
Add missing check on the return value of the VIDIOCSWIN ioctl.
Originally committed as revision 16360 to svn://svn.ffmpeg.org/ffmpeg/trunk
| faf67322dc59954b01da29897df0b3f057e526eb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/faf67322dc59954b01da29897df0b3f057e526eb | 2008-12-27 11:40:07+00:00 |
Make more clear the error message for the libx264 version check.
Originally committed as revision 15645 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cc181b41d278c76845ac17c3fcb6c234744f3276 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cc181b41d278c76845ac17c3fcb6c234744f3276 | 2008-10-19 11:05:03+00:00 |
Limit discontinuity handling to containers that allow discontinuities.
Originally committed as revision 15590 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 965530e156035305c6262dc2f3ce3842fab931a7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/965530e156035305c6262dc2f3ce3842fab931a7 | 2008-10-09 18:28:43+00:00 |
Set poc for field references in MBAFF.
Originally committed as revision 15373 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 078f42ddae70007d24c2bb3cac95f2ceb379314b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/078f42ddae70007d24c2bb3cac95f2ceb379314b | 2008-09-21 02:19:45+00:00 |
Change audio_pkt_cnt from an array into a single field, since only a single
member of the array is ever used (compare to RMDemuxContext->audio_pkt_cnt).
See "[PATCH] oops I broke rdt.c" mailinglist thread.
Originally committed as revision 16367 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5d88c2647def2557637077e9284cfe9806954502 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5d88c2647def2557637077e9284cfe9806954502 | 2008-12-28 05:55:09+00:00 |
Check allocations on init.
Originally committed as revision 15476 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8b27f76bf8790536afccb96780b5feb9c65636be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8b27f76bf8790536afccb96780b5feb9c65636be | 2008-09-30 09:54:13+00:00 |
Check ff_init_me()s return value.
Originally committed as revision 15137 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 719f37026a42bb848aa329dd4a6e5962ce336851 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/719f37026a42bb848aa329dd4a6e5962ce336851 | 2008-09-01 00:28:51+00:00 |
Ensure that muxer and encoder aspect ratios match. So no
invalid files are generated.
Originally committed as revision 15367 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0354ddb71c18ea8e9d05d6d2509f9ec786a4488d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0354ddb71c18ea8e9d05d6d2509f9ec786a4488d | 2008-09-19 12:37:38+00:00 |
write actual min and max frame size to FLAC header. update regression test checksum.
Originally committed as revision 15331 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6682ae42a4f4758f7a5000df07761f0af1f836a3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6682ae42a4f4758f7a5000df07761f0af1f836a3 | 2008-09-14 22:25:50+00:00 |
MXF is a valid output format now.
Originally committed as revision 14976 to svn://svn.ffmpeg.org/ffmpeg/trunk
| bb68b69dfbe2ccfbc4ae6e607c0632f509ef5762 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bb68b69dfbe2ccfbc4ae6e607c0632f509ef5762 | 2008-08-26 16:09:41+00:00 |
Add missing header includes to fix 'make checkheaders'.
Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ee8cc834aebf3cdbdca8b49f8f506ae656257201 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ee8cc834aebf3cdbdca8b49f8f506ae656257201 | 2008-08-17 19:26:13+00:00 |
Remove redundant keyframe checks.
Originally committed as revision 14347 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 55f22dd473fa954a17cef2fcf089ad7fd696d4e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/55f22dd473fa954a17cef2fcf089ad7fd696d4e0 | 2008-07-23 11:24:04+00:00 |
Make ffmpeg print in the error message the exact line of a preset file
containing an invalid option or value, and also how the option and the
value have been parsed.
Originally committed as revision 15903 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e178d7fd0f1ce141d94ac27d7a701a3d3f3ea217 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e178d7fd0f1ce141d94ac27d7a701a3d3f3ea217 | 2008-11-21 22:56:08+00:00 |
Remove more code that has become useless after the pairless MBAFF loop
filter cleanup.
Originally committed as revision 14676 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3d11b8ce13788653f7929e49a11681a1bae2f75e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3d11b8ce13788653f7929e49a11681a1bae2f75e | 2008-08-09 18:11:25+00:00 |
Fix a potential out of array writing.
Patch by Mathieu Malaterre mathieu malaterre gmail com
Originally committed as revision 14487 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0afdedcafb4d524abfe2c958f17aafe4f1ab8d9a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0afdedcafb4d524abfe2c958f17aafe4f1ab8d9a | 2008-07-31 14:53:14+00:00 |
Make flic probe check a few more things.
fixes issue399
Originally committed as revision 14235 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 154dffd04c5da3db282c4d2f17f6dd2c5dbf951d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/154dffd04c5da3db282c4d2f17f6dd2c5dbf951d | 2008-07-14 22:55:07+00:00 |
move header error logging to after CRC check
Originally committed as revision 13579 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c78c6d6c588c1db60cf2a1bd5bc65095852f91fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c78c6d6c588c1db60cf2a1bd5bc65095852f91fc | 2008-05-31 15:30:55+00:00 |
100L, avoption splited code added, I should double check with svn status...
Originally committed as revision 27245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 1619f426b99b519dacd59e83aa0a4d7fd8534714 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1619f426b99b519dacd59e83aa0a4d7fd8534714 | 2008-07-10 15:37:06+00:00 |
Null pointer check / CID26.
Originally committed as revision 13488 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 884d53855d2b13fcc9ceca4d91059e81cd83ad3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/884d53855d2b13fcc9ceca4d91059e81cd83ad3d | 2008-05-28 01:57:19+00:00 |
add check for invalid channel mode when coupling is used
Originally committed as revision 13381 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3af91313983b54d76aadda0f80ef7fc72aa9d5cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3af91313983b54d76aadda0f80ef7fc72aa9d5cf | 2008-05-25 15:23:03+00:00 |
Fix previously broken xlc checks, simplifying them in the process.
Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3dddba4b5dfc45fc0da0812981c8c3d96607fbba | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3dddba4b5dfc45fc0da0812981c8c3d96607fbba | 2008-03-17 09:40:42+00:00 |
mlpdec: Check for bits left before each read of End-of-Stream indicator and
Substream parity check independently. This allows decoding of streams that
have EOS but don't have Substream parity check.
Originally committed as revision 14206 to svn://svn.ffmpeg.org/ffmpeg/trunk
| eb2cd99c73df74cba8ce0173f9ee2b70313adaa6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb2cd99c73df74cba8ce0173f9ee2b70313adaa6 | 2008-07-13 14:59:39+00:00 |
add crc check to ac3 decoder
Originally committed as revision 11379 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d6939960d56228e3ca2ae5937c2c0b26405c125e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d6939960d56228e3ca2ae5937c2c0b26405c125e | 2008-01-03 02:26:29+00:00 |
do not set channels before checking request_channels
Originally committed as revision 11414 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6cd325c1064c80f47b596f3b2bea24f227b198f2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6cd325c1064c80f47b596f3b2bea24f227b198f2 | 2008-01-05 15:18:15+00:00 |
Change k limiting code, i think the code was buggy.
If you have ALAC files TEST them! Mine produce the same md5 but the new
code is not identical if limiting does happen.
Originally committed as revision 12872 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c49c5e23dc3fb273b46440656f74d416bcc9ab41 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c49c5e23dc3fb273b46440656f74d416bcc9ab41 | 2008-04-17 03:00:08+00:00 |
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
array read.
Originally committed as revision 11288 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 815c81c0a732c38675733dbb501d7a5c5fce556e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/815c81c0a732c38675733dbb501d7a5c5fce556e | 2007-12-21 10:01:04+00:00 |
avoid generating invalid files
fixes issue213
Originally committed as revision 10692 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4838727ea060b96775fdf0594c694b58076d993e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4838727ea060b96775fdf0594c694b58076d993e | 2007-10-09 01:01:07+00:00 |
Check for winsock2.h instead of __MINGW32__
Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6ff3f3e7cec7cd78a01d0bf76cbccfbe68dc0894 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6ff3f3e7cec7cd78a01d0bf76cbccfbe68dc0894 | 2007-08-08 19:18:10+00:00 |
Use correct RTSP_DEMUXER checks instead of NETWORK.
Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cfc970772d7c4d65fc9811557344de874df2d2e4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cfc970772d7c4d65fc9811557344de874df2d2e4 | 2007-04-26 18:09:16+00:00 |
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"
Initialize step_index as int16_t (as multimedia wiki says).
Originally committed as revision 10657 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 330194b9cec1b31cd61a80d1914bc8cfc73ad45d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/330194b9cec1b31cd61a80d1914bc8cfc73ad45d | 2007-10-03 19:32:57+00:00 |
Fix brain-dead parts of r11216, specifically:
Actually unreference removed pics
And check for too many reference frames as originally intended, not equal
to max reference frames.
Originally committed as revision 11218 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9a1feb860806d99ff33c8900bd919389f0f7e6bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a1feb860806d99ff33c8900bd919389f0f7e6bd | 2007-12-14 22:49:30+00:00 |
simplify imlib2 check
Originally committed as revision 7920 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ec1e9c4486b90ab097393061835a0cb2bf33322c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ec1e9c4486b90ab097393061835a0cb2bf33322c | 2007-02-11 11:42:35+00:00 |
recursive feature dependency checking
Originally committed as revision 7930 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 799c9e9bcbacd96e37513720b54bc519ac4ad825 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/799c9e9bcbacd96e37513720b54bc519ac4ad825 | 2007-02-11 15:49:37+00:00 |
In-loop deblocking for B-frames.
Originally committed as revision 3979 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 19fe8b4100dfe0323e351e474c54293bb4ae576e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/19fe8b4100dfe0323e351e474c54293bb4ae576e | 2005-02-25 07:40:29+00:00 |
revert accidental checkin
Originally committed as revision 7800 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7c6c0dd9e7a59963d83ff3aa91f5759fb7616360 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7c6c0dd9e7a59963d83ff3aa91f5759fb7616360 | 2007-02-01 23:30:33+00:00 |
100l infinite loop fix
Originally committed as revision 7147 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 169bc475d1eff036c9784811fce9d3949df124bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/169bc475d1eff036c9784811fce9d3949df124bc | 2006-11-21 19:35:06+00:00 |
Silence GCC when incorrectly complaining that the "line" variable could be used
without having been initialized.
Originally committed as revision 7711 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b5bfb9f9de911846c43b52a7469b3cb413055492 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b5bfb9f9de911846c43b52a7469b3cb413055492 | 2007-01-25 15:23:22+00:00 |
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files
with XAN DPCM audio (wrongly) declare PCM audio in the header.
Originally committed as revision 7119 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8662900b3b19f3b2c46d572da80833a88b80ca45 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8662900b3b19f3b2c46d572da80833a88b80ca45 | 2006-11-18 17:37:56+00:00 |
revert bad checkin
Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 486497e07b4617d9548a5b7347076f1b329bd417 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/486497e07b4617d9548a5b7347076f1b329bd417 | 2006-11-14 03:18:09+00:00 |
check for frames with 2*size > max_dist and no crc
Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2dbe0bd45fbdff99f2fd50c1a7fee3bc5ce96cee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2dbe0bd45fbdff99f2fd50c1a7fee3bc5ce96cee | 2006-11-14 22:24:10+00:00 |
total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com)
Originally committed as revision 4745 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dcb2fb79b731d64eb3c268b9413b75f506861138 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dcb2fb79b731d64eb3c268b9413b75f506861138 | 2005-12-17 11:27:37+00:00 |
10l (malloc check with the wrong pointer)
Simplification: I have to reconsider this trees and forest thing...
Also readded and documented the check i had in the beginning and removed
before applying. It avoids a possible div by zero.
Originally committed as revision 4934 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 536b48b2583d9616e574ca36308b1afb5802246f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/536b48b2583d9616e574ca36308b1afb5802246f | 2006-02-04 09:59:48+00:00 |
check mb_y
Originally committed as revision 4401 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6b53b87e20a4fc399df7e1936769a3969a901cfc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6b53b87e20a4fc399df7e1936769a3969a901cfc | 2005-06-27 23:13:10+00:00 |
10l, dont make bandwidth statistics negative when feed stops being sent (it was decreased every time feed sending was aborted)
Originally committed as revision 4642 to svn://svn.ffmpeg.org/ffmpeg/trunk
| edfdd7986defe224b7781e09ae79a5ae9dee1793 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/edfdd7986defe224b7781e09ae79a5ae9dee1793 | 2005-10-14 17:29:00+00:00 |
require a few valid and equal mp3 headers for resync
Originally committed as revision 3900 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4b9ac0b5f070f35eff671d83cee436db40631112 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b9ac0b5f070f35eff671d83cee436db40631112 | 2005-01-29 23:59:32+00:00 |
regression checksum changes due to new resampling code
Originally committed as revision 3232 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 30b5382bf900889def36daa05a96624c27618119 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/30b5382bf900889def36daa05a96624c27618119 | 2004-06-18 02:59:30+00:00 |
tinfoil patch: validate motion vectors and do not free frame on exit if
frame is NULL; also removed some ancient MC code that did not perform
half-pel C-plane MC
Originally committed as revision 4514 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b9029997d4694b6533556480fe0ab1f3f9779a56 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b9029997d4694b6533556480fe0ab1f3f9779a56 | 2005-08-13 18:25:17+00:00 |
10l (obmc_scratchpad not always initialize)
patch by (Gert Vervoort <gert.vervoort at hccnet dot nl>)
Originally committed as revision 3816 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9c6221ae621a3467b7466e98975e63b2382c1b58 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9c6221ae621a3467b7466e98975e63b2382c1b58 | 2005-01-09 00:48:37+00:00 |
oops forgot
Originally committed as revision 2416 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6f5cf8c50f02389d4f222c360156f1d45ec082e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6f5cf8c50f02389d4f222c360156f1d45ec082e0 | 2003-10-22 19:15:55+00:00 |
checksuming for nut & nice checksum API for libavformat
Originally committed as revision 2969 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ee9f36a88eb3e2706ea659acb0ca80c414fa5d8a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ee9f36a88eb3e2706ea659acb0ca80c414fa5d8a | 2004-04-05 12:02:10+00:00 |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 68f593b48433842f3407586679fe07f3e5199ab9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/68f593b48433842f3407586679fe07f3e5199ab9 | 2003-01-21 17:34:12+00:00 |
* prefixication (due Kabi's request)
* generic optimization:
- enable ALT and ALIGNED stream
- move "if(const)" out from loops
- supress duplicated computing
* first attempt to fix problem with strides
Originally committed as revision 734 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 82dd7d0dec29ee59af91ce18c29eb151b363ff37 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/82dd7d0dec29ee59af91ce18c29eb151b363ff37 | 2002-07-10 16:37:08+00:00 |
BeOS patches by "shatty" <shatty at myrealbox.com>
1. errno's are negative on beos, so negating them gives positive values.
2. the -shared flag is -nostart on beos.
3. building the shared lib on beos requires -fomit-frame-pointer
4. beos doesn't have oss support
Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e1707f52d5a431bd645eb6026801e1ddaf9c79c5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e1707f52d5a431bd645eb6026801e1ddaf9c79c5 | 2002-07-19 22:23:40+00:00 |
jpeg hack
Originally committed as revision 89 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dd2af5aa4e69bc16ed0d6e93d5891f8e0f386b5f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dd2af5aa4e69bc16ed0d6e93d5891f8e0f386b5f | 2001-08-15 13:03:37+00:00 |
w32pthreads: remove some remaining superfluous checks
Signed-off-by: James Almer <[email protected]>
| 613f789c19153edadb1fcc11866192f6b296ee58 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/613f789c19153edadb1fcc11866192f6b296ee58 | 2017-12-25 23:17:56-03:00 |
* using unrolled loops seems to help to MMX Celerons
* calculating average in parallel to use two MMX units
* disabled xy2 put code - it's producing rouding errors
Originally committed as revision 626 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ff9657069a7e08a7f54b1af690808cd564870d4f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ff9657069a7e08a7f54b1af690808cd564870d4f | 2002-05-29 20:00:10+00:00 |
checkasm/vf_threshold : add checkasm test for threshold8
| cfce4427503a1f17cddfcb32b9e414af508061b7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cfce4427503a1f17cddfcb32b9e414af508061b7 | 2017-12-03 19:17:15+01:00 |
rtsp: only break on parse_rtsp_message on error
Fix suggested by Luca Barbato.
This was causing spurious EOFs when using -rtsp_transport udp, as
reported in https://bugzilla.libav.org/show_bug.cgi?id=1103
Signed-off-by: Luca Barbato <[email protected]>
| f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5 | 2017-11-30 15:32:04+01:00 |
vf_zscale: Relax color properties maximum bounds
This simplifies adding new values, which are already validated elsewhere.
Signed-off-by: Vittorio Giovara <[email protected]>
| 3e0560b054dd4f548f41e5fb69b6350858e6d88d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3e0560b054dd4f548f41e5fb69b6350858e6d88d | 2017-11-28 13:55:47-05:00 |
libvpxenc: remove pre-1.4.0 checks
Reviewed-by: James Almer <[email protected]>
Signed-off-by: James Zern <[email protected]>
| 753074721bd414874d18c372c491bdc6323fa3bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/753074721bd414874d18c372c491bdc6323fa3bf | 2017-11-20 16:02:55-08:00 |
configure: Miscellaneous minor changes
- Move a variable closer to where it is used
- Add an explanatory comment
- Simplify a crosscompile check
- Minor SHFLAGS simplification
- Coalesce some threads tests
| 9e48de3cc86c732d9cebd496d6f0a2b7e7732754 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e48de3cc86c732d9cebd496d6f0a2b7e7732754 | 2017-11-15 13:29:41+01:00 |
lavfi/paletteuse: check get_color return value
Fixes CID #1420396
| 237ccd8a165d2128e8c6bcb14c8c6c3e793cfe05 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/237ccd8a165d2128e8c6bcb14c8c6c3e793cfe05 | 2017-11-13 20:33:10+01:00 |
avcodec/nvdec: check hardware capabilities
| c60bc02bf4bc4f6f57fd0fd4c5b2e63253623185 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c60bc02bf4bc4f6f57fd0fd4c5b2e63253623185 | 2017-11-12 15:46:39+01:00 |
avcodec: Implement vc1 nvdec hwaccel
This hwaccel is interesting because it also works for wmv3/9 content,
which is not supported by the nvidia parser used by cuviddec.
| 912ceba61b0d45caa8ba8664ddf7b18e2121ddf3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/912ceba61b0d45caa8ba8664ddf7b18e2121ddf3 | 2017-11-14 19:40:01-08:00 |
MAINTAINERS: update for cuvid/nvdec changes
| 65c4f4d1069b1ffbfb6484e133b827556c80fe65 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/65c4f4d1069b1ffbfb6484e133b827556c80fe65 | 2017-11-12 15:46:39+01:00 |
avutil/tests/hmac: remove superfluous loop
The gap in enum values has been removed.
Signed-off-by: James Almer <[email protected]>
| 90eb0a2180fd682f8b73278fabc7eb66fa6300d2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/90eb0a2180fd682f8b73278fabc7eb66fa6300d2 | 2017-10-22 20:25:38-03:00 |
avformat/ac3dec: Check buf2 before adding 16 in ac3_eac3_probe()
This is needed since e0250cf3651e6417e0117486a7816b45fb2d34cd as that uses end-buf2
Note, there are more than 16 bytes allocated beyond "end"
Fixes: regression (segfault) with probetest
Signed-off-by: Michael Niedermayer <[email protected]>
| eb54efc1e1aafe18d0a8a0c72a78314645bccc83 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb54efc1e1aafe18d0a8a0c72a78314645bccc83 | 2017-10-28 20:24:04+02:00 |
configure: Disable -Wbool-operation using check_disable_warning().
Suggested-by: James Almer
| c585b4e9f0b30b2ce60a48246f6fe656b4fb3957 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c585b4e9f0b30b2ce60a48246f6fe656b4fb3957 | 2017-10-09 02:21:08+02:00 |
build: Remove check for gsm/gsm.h for libgsm
libgsm never installed more than a single header, the headers installed into
the gsm/ subdirectory by some distros are private. Who started this nonsense
is a mystery, but it got cargo-culted around ever since.
| 8e97a8c69162afce47abea96c8c0914f3550e212 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8e97a8c69162afce47abea96c8c0914f3550e212 | 2017-10-10 23:20:16+02:00 |
avformat: make avformat_network_init() explicitly optional
It was sort of optional before - if you didn't call it, networking was
initialized on demand, and an ugly warning was logged. Also, the doxygen
comments threatened that it would be made strictly required one day.
Make it explicitly optional. I would prefer to deprecate it fully, but
there might still be legitimate reasons to use this. But the average
user won't need it.
This is needed only for two reasons: to initialize TLS libraries like
OpenSSL and GnuTLS, and winsock.
OpenSSL and GnuTLS were already silently initialized on demand if the
global network init function was not called. They also have various
thread-safety acrobatics, which make concurrent initialization within
libavformat safe. In addition, the libraries are moving towards making
their global init functions safe, which removes all need for central
global init. In particular, GnuTLS 3.5.16 and OpenSSL 1.1.0g have been
found to have safe init functions. In all cases, they use internal
reference counters to avoid that the global uninit functions interfere
with concurrent uses of the library by other API users who called global
init.
winsock should be thread-safe as well, and maintains an internal
reference counter as well.
Since we still support ancient TLS libraries, which do not have this
fixed, and since it's unknown whether winsock and GnuTLS
reinitialization is costly in any way, don't deprecate the libavformat
functions yet.
| 631c56a8e46dea41585f3e7b3ef9c52b49faa385 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/631c56a8e46dea41585f3e7b3ef9c52b49faa385 | 2018-01-16 12:57:04+01:00 |
configure: Add test_pkg_config()
This helper is split off check_pkg_config(), setting only the pkg CFLAGS
and extralibs. This is useful for checks that do not require or do not
benefit from setting global CFLAGS.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Diego Biurrun <[email protected]>
| d66fe7ff53a5cade7a702100a9006dfe5ae1c473 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d66fe7ff53a5cade7a702100a9006dfe5ae1c473 | 2017-10-04 19:12:26+02:00 |
avcodec/mips: Improve avc put mc 20, 01 and 03 msa functions
Remove loops and unroll as block sizes are known.
Signed-off-by: Kaustubh Raste <[email protected]>
Reviewed-by: Manojkumar Bhosale <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 6796a1dd8c14843b77925cb83a3ef88706ae1dd0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6796a1dd8c14843b77925cb83a3ef88706ae1dd0 | 2017-09-27 21:15:57+02:00 |
avcodec/mips: Unrolled loops avc intra msa functions
Signed-off-by: Kaustubh Raste <[email protected]>
Reviewed-by: Manojkumar Bhosale <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| d6737539e77e78fca9a04914d51996cfd1ccc55c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d6737539e77e78fca9a04914d51996cfd1ccc55c | 2017-09-24 02:33:48+02:00 |
cbs: Always check for bitstream end before reading
| 44cde38c8acbef7d5250e6d1b52b1020871e093b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/44cde38c8acbef7d5250e6d1b52b1020871e093b | 2017-09-12 22:11:41+01:00 |
avcodec/opusenc_utils: add missing preprocessor guards
Fixes fate-source.
Signed-off-by: James Almer <[email protected]>
| b8eaecbf39a59fce256ee5ffa7c51dd44c83bec1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8eaecbf39a59fce256ee5ffa7c51dd44c83bec1 | 2017-09-23 13:22:51-03:00 |
avcodec/fits: add missing header includes
Fixes checkheaders.
Signed-off-by: James Almer <[email protected]>
| 1291a6d0ff9afb61100f5da46c65360418a4a8ef | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1291a6d0ff9afb61100f5da46c65360418a4a8ef | 2017-08-31 11:27:34-03:00 |
ffmpeg_opt: add proper deprecation guards to lowres code
Signed-off-by: James Almer <[email protected]>
| 6e131a7cd970a39bcc8cbfdd32d10a90e3ab51c5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6e131a7cd970a39bcc8cbfdd32d10a90e3ab51c5 | 2017-08-30 22:45:00-03:00 |
pixdesc: Explicitly handle invalid arguments to av_find_best_pix_fmt_of_2()
| f48efb14f9f9000ae8b62fd8e1ddb55d2b8cb1ea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f48efb14f9f9000ae8b62fd8e1ddb55d2b8cb1ea | 2017-07-22 21:51:26+01:00 |
fate: add fate-checkasm-sbrdsp target
Signed-off-by: James Almer <[email protected]>
| 9878935927c5cef33be3804aef666b7682a65f68 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9878935927c5cef33be3804aef666b7682a65f68 | 2017-07-05 16:54:16-03:00 |
avcodec/rdft: remove sintable
It is redundant with costable. The first half of sintable is
identical with the second half of costable. The second half
of sintable is negative value of the first half of sintable.
The computation is changed to handle sign of sin values, in
C code and ARM assembly code.
Signed-off-by: Muhammad Faiz <[email protected]>
| 0780ad9c688cc8272daa7780d3f112a9f55208ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0780ad9c688cc8272daa7780d3f112a9f55208ca | 2017-07-11 13:22:02+07:00 |
checkasm: fix size of input buffer in test_hybrid_analysis
| fb7b477a91feea1a5d1faf62e516878e388c3057 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fb7b477a91feea1a5d1faf62e516878e388c3057 | 2017-06-30 20:37:06-03:00 |
imgutils: add function to clear an image to black
Black isn't always just memset(ptr, 0, size). Limited YUV in particular
requires relatively non-obvious values, and filling a frame with
repeating 0 bytes is disallowed in some contexts. With component sizes
larger than 8 or packed YUV, this can become relatively complicated. So
having a generic function for this seems helpful.
In order to handle the complex cases in a generic way without destroying
performance, this code attempts to compute a black pixel, and then uses
that value to clear the image data quickly by using a function like
memset.
Common cases like yuv410p10 or rgba can't be handled with a simple
memset, so there is some code to fill memory with 2/4/8 byte patterns.
For the remaining cases, a generic slow fallback is used.
Signed-off-by: Anton Khirnov <[email protected]>
Merged from Libav commit 45df7adc1d9b7.
| 463b81de2b252691d75417643597c42684bf830d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/463b81de2b252691d75417643597c42684bf830d | 2017-08-08 13:37:37+02:00 |
configure: Move up the avbuild directory creation
The early check for inconsistent in-source vs out-of-source build
cannot generate a config.log otherwise.
(Cherry-picked from libav commit 0ee78020cd41d81eec651acd7fc65906207796f3)
Signed-off-by: Luca Barbato <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 19bf50406ebf8bff1be7388da2ed7a85738d055f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/19bf50406ebf8bff1be7388da2ed7a85738d055f | 2017-06-20 20:40:52-03:00 |
avformat/libssh: check the user provided a password before trying to use it
Fixes ticket #6413
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 8ddb6820bd52df6ed616abc3d8be200b126aa8c1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8ddb6820bd52df6ed616abc3d8be200b126aa8c1 | 2017-06-17 17:16:13-03:00 |
avcodec/audiotoolboxdec: check packet side data for AAC extradata updates
Tested-by: rcombs
Signed-off-by: James Almer <[email protected]>
| 954e2b3d34b7c2d82871254f07e2f8a39bc451cb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/954e2b3d34b7c2d82871254f07e2f8a39bc451cb | 2017-05-25 01:26:02-03:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.