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
⌀ |
---|---|---|---|---|---|---|---|
Simplify check for leftover bytes after decoding for interplayvideo.
Originally committed as revision 18223 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3017d8e9d718e47651d3496fcd92d0789f9b0f97 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3017d8e9d718e47651d3496fcd92d0789f9b0f97 | 2009-03-29 17:42:03+00:00 |
Use named initializers and use new/free_context() instead of extradata()
for context allocators. Patch by Colin McQuillan m niloc googlemail com.
Originally committed as revision 19518 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 202a6697ba54293235ce2d7bd5724f4f461e417f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/202a6697ba54293235ce2d7bd5724f4f461e417f | 2009-07-27 14:29:06+00:00 |
do not modify sample_count, check against index entries
Originally committed as revision 17972 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f0f2218dce194ff50d1fe7ed39011595660143ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f0f2218dce194ff50d1fe7ed39011595660143ad | 2009-03-15 07:21:22+00:00 |
Add an isALPHA macro to check if pixel format has alpha channel
Originally committed as revision 28747 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| c27516003fb01b7e0cde9d5bbe4f2cbb747005ce | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c27516003fb01b7e0cde9d5bbe4f2cbb747005ce | 2009-02-27 22:23:20+00:00 |
Check for EOF during index reading.
Originally committed as revision 17496 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8ebe099ac0c0ca68161c54efc76ea6a7a87f81ce | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8ebe099ac0c0ca68161c54efc76ea6a7a87f81ce | 2009-02-21 20:44:39+00:00 |
Set AS to $CC by default, override with gcc only when CC is armcc
Originally committed as revision 17920 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 75800dce2bf4d2989849e5cb5ae27eab273c835f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75800dce2bf4d2989849e5cb5ae27eab273c835f | 2009-03-09 22:39:49+00:00 |
Remove asserts that are immediately followed by a check and error return.
Originally committed as revision 17303 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e26f8d76d7421605734ac89bfb4354e8a98ca5b4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e26f8d76d7421605734ac89bfb4354e8a98ca5b4 | 2009-02-15 00:52:16+00:00 |
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.
Originally committed as revision 17031 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 432f1f11ea7f95b1c1f1adb546151f09c1d7a932 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/432f1f11ea7f95b1c1f1adb546151f09c1d7a932 | 2009-02-07 10:46:51+00:00 |
unrolling encoding loops
Originally committed as revision 16879 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 77cd35cdb53e76c1e11700439e5b7accb2126806 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/77cd35cdb53e76c1e11700439e5b7accb2126806 | 2009-01-31 01:46:25+00:00 |
use delay to avoid negative dts
Originally committed as revision 16604 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 46911c7ab803607fd9285927ed23426a9d297723 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/46911c7ab803607fd9285927ed23426a9d297723 | 2009-01-14 22:14:35+00:00 |
1l: Forgot to rename header guard.
Originally committed as revision 16448 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 373745ae62faa02abe6c4a23486d1f6a851043f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/373745ae62faa02abe6c4a23486d1f6a851043f1 | 2009-01-06 10:13:25+00:00 |
Add missing headers to get 'make checkheaders' closer to passing.
Originally committed as revision 15932 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4b5f19074e72dff7622e2eddd3d95bfd080836a9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b5f19074e72dff7622e2eddd3d95bfd080836a9 | 2008-11-24 21:29:07+00:00 |
Remove useless IS_8x8DCT check i forgot, spotted by dark shikari.
Originally committed as revision 16215 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dae006d7d7e29b361e28a32b2de2699f9bf4d709 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dae006d7d7e29b361e28a32b2de2699f9bf4d709 | 2008-12-18 11:17:12+00:00 |
Validate pulse position and error out if an invalid position is encountered.
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 15340 to svn://svn.ffmpeg.org/ffmpeg/trunk
| aac0eda40754c010ab5156dcd5d0d1554937e9a7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aac0eda40754c010ab5156dcd5d0d1554937e9a7 | 2008-09-16 15:59:43+00:00 |
Only print "invalid new backstep" when it is really invalid.
Fixes issue541.
Originally committed as revision 15339 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1d4113d0532ff01f9db5964333eb1a3997d9fb86 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1d4113d0532ff01f9db5964333eb1a3997d9fb86 | 2008-09-16 01:49:32+00:00 |
Cosmetics: rename loop counter vars to i,j
Originally committed as revision 14468 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4e33ed368a56c17f611c6223a646f6a9298493c6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4e33ed368a56c17f611c6223a646f6a9298493c6 | 2008-07-29 18:20:49+00:00 |
Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:
libavutil/internal.h:167: warning: redundant redeclaration of `av_log2_16bit'
libavutil/common.h:143: warning: previous definition of `av_log2_16bit' was here
Originally committed as revision 16773 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f3c04c1385b23b86dc448f5dd244c4fed1cc2fb6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f3c04c1385b23b86dc448f5dd244c4fed1cc2fb6 | 2009-01-25 14:01:23+00:00 |
Try to support invalid h264 that does not mark IDR with POC=0.
Fixes issue576.
Originally committed as revision 15153 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d0b41d89318a2f9232444f5ead5e59df9da3cab6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d0b41d89318a2f9232444f5ead5e59df9da3cab6 | 2008-09-02 16:31:18+00:00 |
Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the
quickest way to find out if it is needed.
Originally committed as revision 14970 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2ad0d96a24879b96153a3fbbc1707372baa2615e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2ad0d96a24879b96153a3fbbc1707372baa2615e | 2008-08-25 22:51:47+00:00 |
return error if len is negative, prevent segfault
Originally committed as revision 13419 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e5ece1831a90251be771127cf8f3afff22ee3397 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e5ece1831a90251be771127cf8f3afff22ee3397 | 2008-05-26 03:53:10+00:00 |
Warn user about invalid timestamps.
Originally committed as revision 13264 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b18a4ab2ae1536f98b7f5e89b66e465187fcc71b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b18a4ab2ae1536f98b7f5e89b66e465187fcc71b | 2008-05-23 17:52:42+00:00 |
Remove my old email address.
This also fixes the "rtogni is not a valid tag" doxygen warning
Based on a patch by Stefano Sabatini, stefano sabatini lala poste it
Originally committed as revision 13686 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0f6feb5f26af2b1156117d4c03d257f811b83b3f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f6feb5f26af2b1156117d4c03d257f811b83b3f | 2008-06-07 13:14:49+00:00 |
These video decoders do not need to include and initialize the DSP
support functions.
Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 32c3047cac9294bb56d23c89a40a22409db5cc70 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/32c3047cac9294bb56d23c89a40a22409db5cc70 | 2008-03-10 03:07:44+00:00 |
check for x86 bswap instruction
Originally committed as revision 12375 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6bd859d67ea940dce5e675b86635f2d3739299c1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6bd859d67ea940dce5e675b86635f2d3739299c1 | 2008-03-08 18:33:07+00:00 |
Make an invalid use of a default callback implementation return an error.
Commited in SoC by Bobby Bingham on 2007-08-18 01:45:42
Originally committed as revision 12071 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d0e4eba57cb773aefeda65c2a795a296e3ea9784 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d0e4eba57cb773aefeda65c2a795a296e3ea9784 | 2008-02-15 22:00:00+00:00 |
additional protection from segmentation faults and memory access errors by
copying the input buffer to a local context buffer which is large enough to
hold the largest possible AC3 frame.
Originally committed as revision 12593 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c33a196716bcc36754b3cc5f4c0d22c27045efd5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c33a196716bcc36754b3cc5f4c0d22c27045efd5 | 2008-03-25 23:34:00+00:00 |
Initialize correctly optind.
Patch by Eduardo Bragatto, his name at his surname dot com
Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html
Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a20db8a35cf2050b3d646abdcd06ff21c8f53ee7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a20db8a35cf2050b3d646abdcd06ff21c8f53ee7 | 2008-01-09 20:48:02+00:00 |
check if we found an audio track before initializing the audio stream
Originally committed as revision 10804 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c611463fe4f436ca22150cd8cbd7ed1ec7bc466e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c611463fe4f436ca22150cd8cbd7ed1ec7bc466e | 2007-10-18 23:42:54+00:00 |
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 39c70be189ce4c5a79e5a09cb03a8cc5c72616e7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39c70be189ce4c5a79e5a09cb03a8cc5c72616e7 | 2007-10-18 09:30:33+00:00 |
Define rc override string as const.
Patch by Morten Hustveit: lists rashbox org
Originally committed as revision 11369 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 464a631c34967f4c326b2de8b3cf4903d3e5b01c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/464a631c34967f4c326b2de8b3cf4903d3e5b01c | 2008-01-02 10:22:36+00:00 |
10l, check 'i' validity before using it
Originally committed as revision 10684 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a417d041f03d725b0e159136e063538f0cee786a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a417d041f03d725b0e159136e063538f0cee786a | 2007-10-08 12:11:19+00:00 |
Add checks on input/output buffers size for some audio decoders
Originally committed as revision 10485 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e938637b2ca7587c2b349458189f1f7d7da87040 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e938637b2ca7587c2b349458189f1f7d7da87040 | 2007-09-13 05:59:58+00:00 |
Check that the seekheads were created
Originally committed as revision 10369 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c35de1a131b7d6bd2701b749ebbf91b4bd55d87d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c35de1a131b7d6bd2701b749ebbf91b4bd55d87d | 2007-09-05 00:25:29+00:00 |
Initialize the "stc" variable before using it in ff_find_start_code()
Originally committed as revision 10193 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e02f7490da1ce126c679e513791071e56617b69a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e02f7490da1ce126c679e513791071e56617b69a | 2007-08-23 07:02:27+00:00 |
Check for termios before conio
Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4b54c6d08437e5e3dd9359f29b247be58fef965f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b54c6d08437e5e3dd9359f29b247be58fef965f | 2007-07-11 14:07:55+00:00 |
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d1a4544de904cc76fea32d9d22252152ebb18edb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d1a4544de904cc76fea32d9d22252152ebb18edb | 2007-08-10 16:12:50+00:00 |
Fix 'make checkheaders'.
Originally committed as revision 23701 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 064cd7a89770478a992f2e932402bf064a0a7024 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/064cd7a89770478a992f2e932402bf064a0a7024 | 2007-07-02 12:52:41+00:00 |
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
fixes CID84 RUN2
CID85 RUN2
CID86 RUN2
CID87 RUN2
CID88 RUN2
CID89 RUN2
CID90 RUN2
CID91 RUN2
CID92 RUN2
CID93 RUN2
CID94 RUN2
CID95 RUN2
CID96 RUN2
CID97 RUN2
CID98 RUN2
CID99 RUN2
CID100 RUN2
CID101 RUN2
CID102 RUN2
CID103 RUN2
CID104 RUN2
CID105 RUN2
CID106 RUN2
Originally committed as revision 13495 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 909a9ad08df0132c8945c010c3aca3a409c06935 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/909a9ad08df0132c8945c010c3aca3a409c06935 | 2008-05-28 11:59:41+00:00 |
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
Originally committed as revision 9173 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 38c48be213b86baa04e64762622afefbba1afa70 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/38c48be213b86baa04e64762622afefbba1afa70 | 2007-06-02 20:57:31+00:00 |
Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.
Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f321635a6eb6a826db7213f5c545a01b9c87104c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f321635a6eb6a826db7213f5c545a01b9c87104c | 2007-04-01 17:20:23+00:00 |
move timecode calculation out of laces loop
Originally committed as revision 8359 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 916bf03a699e7ca681df994c2bc8330a087c8b0c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/916bf03a699e7ca681df994c2bc8330a087c8b0c | 2007-03-12 21:58:29+00:00 |
copy src to prevent the user supplied argumet from being changed
Originally committed as revision 22410 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 0c8400132500c50d70969f76957bcb16fa68197d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0c8400132500c50d70969f76957bcb16fa68197d | 2007-03-02 13:32:10+00:00 |
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters)
Originally committed as revision 8473 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 14f887efc61e95fc5b983dbb799ad9e0be50cfe2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/14f887efc61e95fc5b983dbb799ad9e0be50cfe2 | 2007-03-22 00:16:41+00:00 |
get rid of the [4] limitation of codec tag lists
Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6c77805fc84a63b74e5025b4d7eeea24c8138cf3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c77805fc84a63b74e5025b4d7eeea24c8138cf3 | 2007-01-21 12:08:31+00:00 |
Slightly shorten libvorbis check.
Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b8bd34305e5313a9fb9e791fe97ffccebe414a81 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8bd34305e5313a9fb9e791fe97ffccebe414a81 | 2006-12-24 02:14:26+00:00 |
check for byteswap.h
Originally committed as revision 6952 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 47d23bbfe4c60e50b768d03ce955c51e69c7cec3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/47d23bbfe4c60e50b768d03ce955c51e69c7cec3 | 2006-11-09 01:06:48+00:00 |
check num_reorder_frames for validity
increase delayed_pic buffer size (one temporary is used and a terminating NULL is assumed by most code so it has to be 18 large)
Originally committed as revision 7663 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6f9ca74becb3ee09b8ff9823578c663d96c00272 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6f9ca74becb3ee09b8ff9823578c663d96c00272 | 2007-01-23 13:36:56+00:00 |
Opss... My last commit was wrong; sorry!
This one moves the GPL check in the right place
Originally committed as revision 7359 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 11c6f4a11c3160b62109f960048dde82bd552fff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11c6f4a11c3160b62109f960048dde82bd552fff | 2006-12-22 15:05:30+00:00 |
use lambda/lmax instead of qscale/qmax as end check for vbv retry
Originally committed as revision 6822 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ea7307df2097211ae1294ae5aa057f15a5134291 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea7307df2097211ae1294ae5aa057f15a5134291 | 2006-10-28 11:15:06+00:00 |
Fixes:
opt.c:327: warning: no return statement in function returning non-void
opt_list return value is never checked.
Approved by Michael.
Originally committed as revision 6593 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a10c779f76fb5aa6d437c3cd69ac88ad17a30308 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a10c779f76fb5aa6d437c3cd69ac88ad17a30308 | 2006-10-08 21:25:22+00:00 |
moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop
Originally committed as revision 6618 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9ed92c65f14f7544e5360ae6c872183e30ed266f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9ed92c65f14f7544e5360ae6c872183e30ed266f | 2006-10-10 06:56:51+00:00 |
Protect code that uses CMOV instructions with HAVE_CMOV,
Make configure set CMOV_IS_FAST on arches on which cmov has a low latency
(typically non-Netburst based processor)
Originally committed as revision 6749 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 94e4c3a333c50170c6645bc5ea43578270249644 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/94e4c3a333c50170c6645bc5ea43578270249644 | 2006-10-20 17:53:19+00:00 |
3 lines while -> 1 line for loop
Originally committed as revision 5577 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 474176bf927870168a20413f2a9c28f09b6b1afa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/474176bf927870168a20413f2a9c28f09b6b1afa | 2006-07-02 13:14:04+00:00 |
move things from my todo to the unassigned one so my lazyness doesnt prevent others from working on them
Originally committed as revision 6396 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b8a2e12005a83e85e843824633ac5895baad0573 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8a2e12005a83e85e843824633ac5895baad0573 | 2006-09-30 16:06:07+00:00 |
Try to find out correct start time to make seeking faster and add some
extra checks to make sure the seeking function will not hang forever.
Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 22ffac707e52ce58c0bd71857fe1353f453f78e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/22ffac707e52ce58c0bd71857fe1353f453f78e0 | 2006-07-23 18:19:33+00:00 |
increase search limit in av_find_stream_info
Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c10824ea67e7faa3fda6e790af8efa0d07b9270e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c10824ea67e7faa3fda6e790af8efa0d07b9270e | 2006-06-20 19:46:09+00:00 |
Incorrect check removed.
Originally committed as revision 4823 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 51bb91cb2412da024a9dd0ebce3c22f52eee7ec9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/51bb91cb2412da024a9dd0ebce3c22f52eee7ec9 | 2006-01-07 23:38:17+00:00 |
Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"
conflicts with an AVOption)
Originally committed as revision 5077 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6714e97c303a74f962baa04ec5af9f44bcc69e9e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6714e97c303a74f962baa04ec5af9f44bcc69e9e | 2006-02-28 11:32:31+00:00 |
disable libtheora, this change leaves all the libtheora related code in svn for now but just disables it in configure
IMO libtheora support should be completely removed but at least under no circumstances must it disable or override our native decoder by default
Originally committed as revision 5812 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1997a988752c0374eabeb60d8b9871abe73cc05f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1997a988752c0374eabeb60d8b9871abe73cc05f | 2006-07-22 08:10:11+00:00 |
mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits
Originally committed as revision 3928 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6e0d8c06c7af61859e8d7bc2351a607d8abeab75 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6e0d8c06c7af61859e8d7bc2351a607d8abeab75 | 2005-02-02 19:33:48+00:00 |
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
once when the scaler is initialized, instead of building them and freeing
them over and over. This gives massive performance improvements.
patch by Alan Curry, pacman*at*TheWorld*dot*com
Originally committed as revision 17589 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
| d33d485e83e02ed7f367ee543592b053d45c62fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d33d485e83e02ed7f367ee543592b053d45c62fc | 2006-02-11 14:16:10+00:00 |
h263 loop filter option
Originally committed as revision 2930 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d7646d7d931ddfeaff49f45a18da5b876c7933b0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d7646d7d931ddfeaff49f45a18da5b876c7933b0 | 2004-03-26 17:31:00+00:00 |
check if threads_count is too large
Originally committed as revision 2798 to svn://svn.ffmpeg.org/ffmpeg/trunk
| fbf2284cd242e4d2b1051bc760e6393c0897b080 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fbf2284cd242e4d2b1051bc760e6393c0897b080 | 2004-02-18 16:26:16+00:00 |
hacks to support Xan AVI files
Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9e8cd0db54dc5290bc6f4e22526355bff2666f80 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e8cd0db54dc5290bc6f4e22526355bff2666f80 | 2003-09-08 04:17:40+00:00 |
check input pix_fmt
Originally committed as revision 2104 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6e23091277e17e80bc3f63091584aa290d081c21 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6e23091277e17e80bc3f63091584aa290d081c21 | 2003-08-05 14:08:28+00:00 |
check validity of some flags
Originally committed as revision 1773 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9acbbd16b9e506326d5daddb5b427f110eac7682 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9acbbd16b9e506326d5daddb5b427f110eac7682 | 2003-04-14 14:06:21+00:00 |
* .mov files with uncompressed audio can't be correctly processed
because of the sample_size == 1 and MINOLTA hack relying on
the information. So in a way, it's a hack of a hack.
btw, if somebody knows why in the world even Apple's software
thinks that for PCM 16bit sample_size == 1 please let me know.
It clearly isn't documented that way.
Originally committed as revision 2941 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cac0a56c555d1234dc1db33c3d4735d22ca8f7b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cac0a56c555d1234dc1db33c3d4735d22ca8f7b8 | 2004-03-31 04:51:14+00:00 |
* check for potentialy problematic field len
Originally committed as revision 1572 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dce778e0ea295db541e43b0850d3a7ef873996cc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dce778e0ea295db541e43b0850d3a7ef873996cc | 2003-02-10 10:45:41+00:00 |
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ef9f730675b17f273ff5a39f3c99c71a6e96005a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ef9f730675b17f273ff5a39f3c99c71a6e96005a | 2003-01-19 18:30:29+00:00 |
verbose can be negative
Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
| a749913f4caf02a16779b41714bb2eca629ae7a2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a749913f4caf02a16779b41714bb2eca629ae7a2 | 2002-11-01 17:46:45+00:00 |
making some error checks optional
Originally committed as revision 838 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 44273f19512f96a6e7bd1a4cbcec6c75c93ab488 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/44273f19512f96a6e7bd1a4cbcec6c75c93ab488 | 2002-08-04 16:21:41+00:00 |
oops, too much cleanup ;)
Originally committed as revision 3033 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
| cf5ec61d0c3a55bbb44fa908d5abf76d21e5fa86 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cf5ec61d0c3a55bbb44fa908d5abf76d21e5fa86 | 2001-11-20 18:07:13+00:00 |
check quality too, not only md5 (but dont take the scores too serious, the different codecs use different quality/bitrates and its just based on a artificially generated testvideo)
small changes to some test to check a broader area of features
Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 67cbe68129a617b7befc3539325db097b1fec679 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/67cbe68129a617b7befc3539325db097b1fec679 | 2003-04-10 21:29:31+00:00 |
checkasm: Check register clobbering on aarch64
This is disabled on iOS, since iOS uses a slightly different ABI
for vararg parameters.
Signed-off-by: Martin Storsjö <[email protected]>
| fec76cd430f3c865183a6e5b4caec0743e055605 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fec76cd430f3c865183a6e5b4caec0743e055605 | 2016-01-07 09:33:24+02:00 |
checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_pred
| 78b982d3b9f11877a5e4408146cc3cb82908862c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/78b982d3b9f11877a5e4408146cc3cb82908862c | 2018-01-28 20:23:16+01:00 |
examples/vaapi_encode: Remove redundancy check when free context.
avcodec_free_context have handle NULL pointer case, so caller doesn't
need to check the NULL before call this function.
Signe-off-by: Jun Zhao <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 9b955eece610f7f8b4aa2096b4e0ca738e21edc4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9b955eece610f7f8b4aa2096b4e0ca738e21edc4 | 2018-01-12 12:31:55+01:00 |
tests/audiomatch: Add return value check for fread.
Check fread return value to fix build warning as "ignoring
return value of ‘fread’"
Signed-off-by: Jun Zhao <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 2b38900cb377c56d855807012d931c7c40d215ed | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2b38900cb377c56d855807012d931c7c40d215ed | 2017-12-19 21:32:04+01:00 |
lavc/avpacket: Initialize a variable in error path.
Fixes ticket #6153.
Tested-by: Tyson Smith
| 1d54be215309b8aa71a51826e4b0a1660fef9f93 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1d54be215309b8aa71a51826e4b0a1660fef9f93 | 2017-02-17 10:31:29+01:00 |
Revert "libavcodec/utils.c: simplify avcodec locking with atomics"
This reverts commit 590136e78da3d091ea99ab5432543d47a559a461.
Atomics are not required for this variable, because it is protected
through the lock manager, and the use of atomics here is not compatible
with the c11 emulation wrappersi.
Fixes FATE on MSVC, among other setups which use the compat wrappers.
| fd542b6f2026f1aa163882ee0283958598a97c31 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fd542b6f2026f1aa163882ee0283958598a97c31 | 2017-12-11 21:16:06+01:00 |
libavformat/mov: Replace duplicate stream_nb check by assert
Reviewed-by: Derek Buitenhuis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 883de7e8b4fee252464b15e0351c6e5733e36e54 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/883de7e8b4fee252464b15e0351c6e5733e36e54 | 2017-11-27 03:31:54+01:00 |
libvpxenc,vp9: add corpus-complexity option
Corpus VBR mode is a variant of standard VBR where the complexity
distribution midpoint is passed in rather than calculated for a specific
clip or chunk.
The valid range is [0, 10000]. 0 (default) uses standard VBR.
Signed-off-by: James Zern <[email protected]>
| 86cead525633cd6114824b33a74d71be677f9546 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/86cead525633cd6114824b33a74d71be677f9546 | 2017-11-28 15:17:51-08:00 |
avformat/utils: Prevent undefined shift with wrap_bits > 64.
2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the
code to use a uint64_t (2ULL) and add an av_assert2() to
ensure wrap_bits <= 64.
Signed-off-by: Dale Curtis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 03fbc0daa7e37af024f8b017a28105c32bbe25ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/03fbc0daa7e37af024f8b017a28105c32bbe25ca | 2017-11-24 19:03:03+01:00 |
lavf/qsv_vpp: check the return value of ff_formats_ref()
Fixes the build warning of "ignoring return value of ‘ff_formats_ref’,
declared with attribute warn_unused_result"
Signed-off-by: Zhong Li <[email protected]>
Reviewed-by: Carl Eugen Hoyos <[email protected]>
Signed-off-by: Mark Thompson <[email protected]>
| f7d77b4112f70a15552fbce2ce3d10a4186571b1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f7d77b4112f70a15552fbce2ce3d10a4186571b1 | 2017-11-20 15:47:05+00:00 |
avcodec/nvenc: check pop_context return value
| 4e93f00b06d9623ea9639ba7185cdacdf11c2672 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4e93f00b06d9623ea9639ba7185cdacdf11c2672 | 2017-11-17 23:34:18+01:00 |
avcodec: Refactor common nvdec hwaccel logic
The 'simple' hwaccels (not h.264 and hevc) all use the same bitstream
management and reference lookup logic so let's refactor all that into
common functions.
I verified that casting a signed int -1 to unsigned char produces 255
according to the C language specification.
| 4c7b023d56e09a78a587d036db1b64bf7c493b3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4c7b023d56e09a78a587d036db1b64bf7c493b3d | 2017-11-20 07:03:26-08:00 |
avfilter/vf_ocr: check ff_set_common_formats() return value
Signed-off-by: Moritz Barsnick <[email protected]>
| a0560d0477549eaaa7d002e013bd8376e80873e4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a0560d0477549eaaa7d002e013bd8376e80873e4 | 2017-11-01 09:50:57+01:00 |
avcodec/nvdec: Round up odd width/height values
nvdec will not produce odd width/height output, and while this is
basically never an issue with most codecs, due to internal alignment
requirements, you can get odd sized jpegs.
If an odd-sized jpeg is encountered, nvdec will actually round down
internally and produce output that is slightly smaller. This isn't
the end of the world, as long as you know the output size doesn't
match the original image resolution.
However, with an hwaccel, we don't know. The decoder controls
the reported output size and the hwaccel cannot change it. I was
able to trigger an error in mpv where it tries to copy the output
surface as part of rendering and triggers a cuda error because
cuda knows the output frame is smaller than expected.
To fix this, we can round up the configured width/height passed
to nvdec so that the frames are always at least as large as the
decoder's reported size, and data can be copied out safely.
In this particular jpeg case, you end up with a blank (green) line
at the bottom due to nvdec refusing to decode the last line, but
the behaviour matches cuviddec, so it's as good as you're going to
get.
| 4186a77f26a82b4e15109d3286d6de98c2cfe7b6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4186a77f26a82b4e15109d3286d6de98c2cfe7b6 | 2017-11-24 12:19:31-08:00 |
ffmpeg.c: fix calculation of input file duration in seek_to_start()
Fixes looping files without audio or when using stream_copy, where
ist->nb_samples is not set since no decoding is done.
This fixes ticket #5719 and also fixes an endless loop with the sample
in ticket #6139.
Signed-off-by: Peter Große <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 3ddb887c88483ce089b29a30d0d0aa574c8cdc66 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ddb887c88483ce089b29a30d0d0aa574c8cdc66 | 2017-11-05 03:14:29+01:00 |
avcodec/ffv1dec: Fix out of array read in slice counting
Fixes: test-201710.mp4
Found-by: 连一汉 <[email protected]> and Zhibin Hu
Signed-off-by: Michael Niedermayer <[email protected]>
| c20f4fcb74da2d0432c7b54499bb98f48236b904 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c20f4fcb74da2d0432c7b54499bb98f48236b904 | 2017-10-10 23:58:41+02:00 |
avfilter/af_amix: switch to activate
Really fixes hangs and infinite loops.
Signed-off-by: Paul B Mahol <[email protected]>
| 15e9c4afdc8efbf8da86bb3f7eaf374310b44bf8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/15e9c4afdc8efbf8da86bb3f7eaf374310b44bf8 | 2017-08-26 20:59:21+02:00 |
avcodec/interplayvideo: check that video_size is >0
Fixes #6498.
Signed-off-by: Paul B Mahol <[email protected]>
| 42f516b5d356a1fe9945dfe770a4f62ce62f3080 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/42f516b5d356a1fe9945dfe770a4f62ce62f3080 | 2017-06-28 17:02:07+02:00 |
avcodec/hevcdec: hevc_await_progress: declare |y| only if used.
hevc_await_progress() uses the variable |y| only inside the "if" block.
So |y| only needs to be declared and initialized in that block.
Signed-off-by: Wan-Teh Chang <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| b77e26b28525f366c5f978214b230a5324bedf81 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b77e26b28525f366c5f978214b230a5324bedf81 | 2017-07-21 02:08:33+02:00 |
Interplay MVE: Implement MVE SEND_BUFFER operation
Interplay MVE movies have a SEND_BUFFER operation. Only after this
command does the current decoding buffer get displayed. This is required
for the other frame formats. They are fixed-size and can't always encode
a full frame worth of pixeldata.
This code prevents half-finished frames from being emitted.
Signed-off-by: Hein-Pieter van Braam <[email protected]>
| ba2c385006e3100d6cd506f61c53186ba054a06d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ba2c385006e3100d6cd506f61c53186ba054a06d | 2017-06-27 15:03:51+02:00 |
checkasm: use declare_func_float() in sbrdsp sum_square test
The function returns a float.
This fixes the test in x86_32 targets.
Signed-off-by: James Almer <[email protected]>
| 3d3243577cfdca6dec39a8c4e75feefd2a170f90 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3d3243577cfdca6dec39a8c4e75feefd2a170f90 | 2017-07-04 23:02:57-03:00 |
avcodec/ffv1enc: compute the max number of slices and limit by that
Signed-off-by: Michael Niedermayer <[email protected]>
| 0f8d3d8a462c0152ac489dbb013f6df027edd6c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f8d3d8a462c0152ac489dbb013f6df027edd6c4 | 2017-06-27 13:09:58+02:00 |
hwcontext: Make it easier to work with device types
Adds functions to convert to/from strings and a function to iterate
over all supported device types. Also adds a new invalid type
AV_HWDEVICE_TYPE_NONE, which acts as a sentinel value.
(cherry picked from commit b7487f4f3c39b4b202e1ea7bb2de13902f2dee45)
| 0b1794a43e1083644aa3db2a09323681cfe080ec | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0b1794a43e1083644aa3db2a09323681cfe080ec | 2017-06-14 22:26:29+01:00 |
dxva: add declarative profile checks
Make supported codec profiles part of each dxva_modes entry. Every DXVA2
mode is representative for a codec with a subset of supported profiles,
so reflecting that in dxva_modes seems appropriate.
In practice, this will more strictly check MPEG2 profiles, will stop
relying on the surface format checks for selecting the correct HEVC
profile, and remove the verbose messages for mismatching H264/HEVC
profiles. Instead of the latter, it will now print the more nebulous "No
decoder device for codec found" verbose message.
This also respects AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH. Move the
Main10 HEVC entry before the normal one to make this work better.
Originally inspired by VLC's code.
Signed-off-by: Luca Barbato <[email protected]>
| 70e5e7c02232d1e51c362d5572c567a9e2a8dcc2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/70e5e7c02232d1e51c362d5572c567a9e2a8dcc2 | 2017-06-27 00:23:12+02:00 |
compat/cuda: update cuvid/nvdec headers to Video Codec SDK 8.0.14
This raises the required minimum NVIDIA display driver versions:
NVIDIA Linux display driver 378.13 or newer
NVIDIA Windows display driver 378.66 or newer
| 17f63d98e679e88a64f96e4aefba57b12ca29a0c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/17f63d98e679e88a64f96e4aefba57b12ca29a0c | 2017-05-09 18:38:30+02:00 |
arm: Check for the .arch directive in configure
When targeting windows, the .arch directive isn't available.
So far, when building for windows, we've always used gas-preprocessor,
both when using msvc's armasm and when using clang. Lately, clang/llvm
has implemented the last missing piece (altmacro support) for building
our assembly without gas-preprocessor. This means that we now build
for arm/windows with clang without any extra compatibility layer.
Signed-off-by: Martin Storsjö <[email protected]>
| 59cee42d7d22530e66a155305389e29679b11f78 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/59cee42d7d22530e66a155305389e29679b11f78 | 2017-05-08 14:21:08+03:00 |
Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet"
This reverts commit bfdca87ab55c7f69087d962dc47aa45c8c6436fb.
Packets with no data or side data will be valid EOF signal in an
upcoming merge.
Signed-off-by: James Almer <[email protected]>
| 844a115cd3cd829c894339133685b71e3201dc86 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/844a115cd3cd829c894339133685b71e3201dc86 | 2017-04-22 21:52:06-03:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.