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
⌀ |
---|---|---|---|---|---|---|---|
mlpdec: Cleaner and better termination word check.
Originally committed as revision 18236 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7b18e13a7c158a1bf50bcbeb363ecb0fe38cd5be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7b18e13a7c158a1bf50bcbeb363ecb0fe38cd5be | 2009-03-30 03:34:15+00:00 |
flacdec: Check for an inline header before calling metadata_parse().
Originally committed as revision 17795 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 55a727383bab266b757b642aabaa2b066c14e7c7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/55a727383bab266b757b642aabaa2b066c14e7c7 | 2009-03-04 00:52:18+00:00 |
Some buffer checks for indeo3
Originally committed as revision 17462 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 274aa1d02f12aba969b280139cf79907134dcd89 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/274aa1d02f12aba969b280139cf79907134dcd89 | 2009-02-19 22:56:35+00:00 |
Add more paranoid checks of xvmc token.
Originally committed as revision 17453 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 859bb3cfee28efff9c965d4c9320c7837b85849e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/859bb3cfee28efff9c965d4c9320c7837b85849e | 2009-02-19 09:55:52+00:00 |
Hack: set the coded frame PTS to the incoming PTS.
This is not correct, but libtheora does not seem to provide a way
to get the correct value, and this is necessary to make encoding
produce sensible time stamps when encoded content is variable
FPS or the time base is simply different from FPS.
Somewhat fixes issue 1197.
Originally committed as revision 20199 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3bb984987ccfb877a30d2e2daceb1f4c0a618178 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3bb984987ccfb877a30d2e2daceb1f4c0a618178 | 2009-10-10 14:43:31+00:00 |
Update multiple inclusion guards to match filename.
Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk
| af28efa272f7d0b543db9c55fc28d61aa8da25d5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af28efa272f7d0b543db9c55fc28d61aa8da25d5 | 2009-02-14 16:54:53+00:00 |
Add required limits.h header.
Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ed0fd852a3a5cfb208a33f17fa9eb702573c57af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed0fd852a3a5cfb208a33f17fa9eb702573c57af | 2009-01-25 21:54:05+00:00 |
flacdec: Add a check for small buffer size. This ensures reading as
much of the frame header as possible without excluding the smallest
possible FLAC frame. It also fixes a false positive warning message
that was being emitted at the end of decoding.
Originally committed as revision 17816 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5ef4fa87b319ea33dc87c459cbd714f355824218 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5ef4fa87b319ea33dc87c459cbd714f355824218 | 2009-03-04 23:55:10+00:00 |
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu
Originally committed as revision 17094 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c33030bd7b81f7ef7d7ff9da9bfa1a3b4bfbafa1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c33030bd7b81f7ef7d7ff9da9bfa1a3b4bfbafa1 | 2009-02-09 08:11:08+00:00 |
Extend 'checkheaders' target to architecture-specific subdirectories.
Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7b5e8a274a69c7d826e0fb7efcceeb136d119ba8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7b5e8a274a69c7d826e0fb7efcceeb136d119ba8 | 2009-01-11 22:48:07+00:00 |
AAC: fix strict aliasing violation in parser
Originally committed as revision 16180 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cb56b440868269db68306a4fd35fa85953fb7ba4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cb56b440868269db68306a4fd35fa85953fb7ba4 | 2008-12-17 02:30:22+00:00 |
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
Originally committed as revision 16246 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 52476c1beeafbb31e3277e950ec175444ece05af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/52476c1beeafbb31e3277e950ec175444ece05af | 2008-12-20 17:33:35+00:00 |
ARM: NEON optimised H.264 loop filter
Originally committed as revision 16148 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ad74a0f8b30244eb72ad94dd563fc6af9efd21b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ad74a0f8b30244eb72ad94dd563fc6af9efd21b8 | 2008-12-15 22:12:44+00:00 |
mlp: initialize all CRC tables in a common function.
This way the decoder does not have to depend on the parser being initialized
before.
Patch by Laurent Aimar <fenrir at via dot ecp dot fr>.
Originally committed as revision 15986 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7a2efd2e447d5e7c7c0af61417a838b042fb7d0a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7a2efd2e447d5e7c7c0af61417a838b042fb7d0a | 2008-12-03 01:14:06+00:00 |
Make ffmpeg print in the error message the exact line of a preset file
containing an invalid syntax.
Originally committed as revision 15902 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b04665ac028d26747396eaf4dbf9188225a6f2a1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b04665ac028d26747396eaf4dbf9188225a6f2a1 | 2008-11-21 22:51:17+00:00 |
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
Patch by Andrew Savchenko, Bircoph at list dot ru
Originally committed as revision 15772 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9f0a705d46547ca0c3edab21f24cdb0fb3237185 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9f0a705d46547ca0c3edab21f24cdb0fb3237185 | 2008-11-04 06:54:42+00:00 |
Move VP3 loop filter to DSPContext
Originally committed as revision 15551 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9971331dfb6f4ef499b17f156bc0befc98b504b1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9971331dfb6f4ef499b17f156bc0befc98b504b1 | 2008-10-04 10:26:17+00:00 |
Add 'make checkheaders' to developer guidelines and patch checklist.
Originally committed as revision 15741 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2cdba8bfc43b818ca8037421c9a136fa89327c66 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2cdba8bfc43b818ca8037421c9a136fa89327c66 | 2008-10-29 06:48:59+00:00 |
unrolling the loops as per Michael's suggestion
Originally committed as revision 15580 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6a276c46b119d47e1d473e0813893820a9393562 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a276c46b119d47e1d473e0813893820a9393562 | 2008-10-07 15:52:20+00:00 |
strchr(string, '\0') returns non-NULL, and is thus not suited for use in
redir_isspace(char) to check if '\0' is a space or not. Therefore, we now
use memchr(), since then we can give the length of the string (i.e. the
length excluding the terminating '\0'). Fixes issue 919, see also the
follow-ups in the "[PATCH] rtsp.c small cleanups" mailinglist thread.
Originally committed as revision 18177 to svn://svn.ffmpeg.org/ffmpeg/trunk
| da1e126e0db3eda68153bb8130947adba8236034 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/da1e126e0db3eda68153bb8130947adba8236034 | 2009-03-24 03:24:59+00:00 |
Check output buffer size before decoding.
Originally committed as revision 15257 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 42fe17a0187051fb9f981a067f31a78c185841a6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/42fe17a0187051fb9f981a067f31a78c185841a6 | 2008-09-07 20:21:15+00:00 |
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
Originally committed as revision 15144 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4d951ef86d86418e667c36fe5a375f50a74ad410 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4d951ef86d86418e667c36fe5a375f50a74ad410 | 2008-09-01 15:28:15+00:00 |
Change headers' guardnames consistently with r15120.
Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 0eaf52354861995b646b6c261be2270fcec380df | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0eaf52354861995b646b6c261be2270fcec380df | 2008-08-31 07:42:11+00:00 |
matroskadec: remove useless levelup check
Originally committed as revision 14584 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dfde36a33e2807548ce5b0a0a4d1eda2f9e3924a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dfde36a33e2807548ce5b0a0a4d1eda2f9e3924a | 2008-08-05 00:41:37+00:00 |
Allocate 1 line more in the chroma plane for H.264, this avoids some
out of array reads with mmx/sse2 code.
Fixes issue327.
Originally committed as revision 15467 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ae4ffe9f643bb9f0d5f158dca39c468dd5994adf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ae4ffe9f643bb9f0d5f158dca39c468dd5994adf | 2008-09-30 01:45:53+00:00 |
Check number of bits so we do not try to use table entries which do not exist.
Originally committed as revision 13785 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 35d0e16ba12ab439c9155b9dd3bf8ba46c8bf517 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/35d0e16ba12ab439c9155b9dd3bf8ba46c8bf517 | 2008-06-16 23:16:44+00:00 |
redundant check--
Originally committed as revision 13474 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5e5c9086919952af197044a0bdd99bfb1cfec401 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5e5c9086919952af197044a0bdd99bfb1cfec401 | 2008-05-27 21:44:42+00:00 |
Remove mysterious ref->data[0] check.
What the standard calls non-existent is not related to the
value of the data[0] pointer.
Originally committed as revision 14402 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6edac8e1041499e301b05a86e953334b40c2c986 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6edac8e1041499e301b05a86e953334b40c2c986 | 2008-07-25 23:36:48+00:00 |
add checks for missing information in the first block
Originally committed as revision 13382 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 82a591d8d1d4cfec186c3616f44f4b9480413ea4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/82a591d8d1d4cfec186c3616f44f4b9480413ea4 | 2008-05-25 15:34:48+00:00 |
Prevent targaenc.c from outputting trash byte.
Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d010a2d5befcde4782c4498134bb380e9fb24af6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d010a2d5befcde4782c4498134bb380e9fb24af6 | 2008-05-04 20:04:00+00:00 |
fix checkheaders when libdirac not installed
Originally committed as revision 13044 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0852e30b5374d393a297fd6f6e8e6c83b94320bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0852e30b5374d393a297fd6f6e8e6c83b94320bd | 2008-05-03 13:29:44+00:00 |
Update regression test checksum for ffm.
Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3f8e1fc80c539f3f0d20731046b8de9f6fda1039 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3f8e1fc80c539f3f0d20731046b8de9f6fda1039 | 2008-02-14 09:20:53+00:00 |
Use frame_num and reference instead of poc for matching frames for direct
mode MBs, this seems to work better with field/frame mixes. POC of both
can be the same and can be different that makes its use tricky.
Originally committed as revision 14545 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 42de393dcb354c2981cdd39aa52992dc77594feb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/42de393dcb354c2981cdd39aa52992dc77594feb | 2008-08-05 00:08:32+00:00 |
Use check_cflags for -mdynamic-no-pic so third-party compilers will work on Darwin.
Originally committed as revision 13007 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f946a9a431f93492c08a1be0117a1f51e7429136 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f946a9a431f93492c08a1be0117a1f51e7429136 | 2008-04-27 16:12:24+00:00 |
Clarify comment that explains why this header lacks multiple inclusion guards.
Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9b1f04b08bfe47ad33db815cc14d0824705710c1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9b1f04b08bfe47ad33db815cc14d0824705710c1 | 2007-10-17 18:23:11+00:00 |
Sanitize altivec code so it can be built with runtime check properly
Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 89523beea45e265d985aace8be79b45e94f21e6b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/89523beea45e265d985aace8be79b45e94f21e6b | 2007-10-02 11:39:32+00:00 |
factorize code and add safety check to prevent memcpying negative amounts
Originally committed as revision 10722 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 211dd1e81f3cbf3e4dd0cfad810bb4ba1362956d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/211dd1e81f3cbf3e4dd0cfad810bb4ba1362956d | 2007-10-13 09:58:39+00:00 |
check forw_ptr CRC
Originally committed as revision 10017 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 47772399ec7e7cdcd8071e9bff24e1ad73e1d03f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/47772399ec7e7cdcd8071e9bff24e1ad73e1d03f | 2007-08-09 12:51:08+00:00 |
patch submission checklist
Originally committed as revision 8745 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dd597cd7b0f81b36be8c7f65af125f5247755198 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dd597cd7b0f81b36be8c7f65af125f5247755198 | 2007-04-17 13:07:31+00:00 |
make grayscale only decoding checks in inner loops compiletime killable
Originally committed as revision 9846 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cde9e7800128f5466d97279918e1d20fc250a33b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cde9e7800128f5466d97279918e1d20fc250a33b | 2007-08-01 00:39:39+00:00 |
Add a note about tabs + trailing whitespace to the patch submission checklist.
Originally committed as revision 8889 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e300ab4ed2373d3485bf8529699f00c9c9d9495f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e300ab4ed2373d3485bf8529699f00c9c9d9495f | 2007-05-04 19:39:51+00:00 |
Print a list of valid AMR bitrates if a wrong one is used.
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 8639 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 414425e0641bb29bd659bfaa31ee1a367214e994 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/414425e0641bb29bd659bfaa31ee1a367214e994 | 2007-04-07 11:57:35+00:00 |
oops, revert accidental checkin
Originally committed as revision 7840 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7ee829922b1053a2496e5f0849265c4cb9060baf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ee829922b1053a2496e5f0849265c4cb9060baf | 2007-02-05 21:18:11+00:00 |
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c9fdab0dabdf82546ff01f4903f15a615c5e25ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c9fdab0dabdf82546ff01f4903f15a615c5e25ca | 2007-03-23 22:01:37+00:00 |
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them
Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 75b213ed5425c7ca8be92c88d96effc73d0d9bbc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75b213ed5425c7ca8be92c88d96effc73d0d9bbc | 2007-03-05 17:54:49+00:00 |
Move libfaad2 check out of the GPL check.
patch by Ramiro Polla, ramiro lisha.ufsc br, simplifications by me
Originally committed as revision 7782 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a2234ceb6431d149d296e6b88df76b7abd44d8ab | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2234ceb6431d149d296e6b88df76b7abd44d8ab | 2007-01-31 11:52:47+00:00 |
cosmetic (prevent name clashes of variables in a macro with surrounding code)
Originally committed as revision 7191 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ac003d24615092670ee67b24d40b32ccfb51c583 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac003d24615092670ee67b24d40b32ccfb51c583 | 2006-12-01 09:46:52+00:00 |
more checks and error messages
Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk
| bd60e11bf44c0dc4fd6c5f36414e256325040831 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd60e11bf44c0dc4fd6c5f36414e256325040831 | 2006-11-14 20:35:15+00:00 |
prevent >16bit tags to be truncated and used in creating .wav files
Originally committed as revision 6568 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 92eb82325e8bddc56daa8dbd1308efd4896c6114 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/92eb82325e8bddc56daa8dbd1308efd4896c6114 | 2006-10-06 18:20:40+00:00 |
Don't check the return value of decode_cabac_residual since it always
returns 0. This leads to a 0.4% speed-up.
Patch by Alexander Strange astrange at_ ithinksw dot com
Original thread:
Date: Aug 11, 2007 11:44 PM
Subject: [FFmpeg-devel] [PATCH] h264: don't check decode_cabac_residual return
Originally committed as revision 10084 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 880003bbb915c28db5cfdf2cac79d9fe8838ef09 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/880003bbb915c28db5cfdf2cac79d9fe8838ef09 | 2007-08-12 00:07:29+00:00 |
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
make AMD64 compilation work and ICC can not handle "p".
Originally committed as revision 21341 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| e96da13bc753ef3081794d90fa0d9f6a777656d3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e96da13bc753ef3081794d90fa0d9f6a777656d3 | 2006-11-27 21:59:13+00:00 |
log stderr of test programs in check_exec()
Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk
| bd4700b1ca1fdec6fe7026b6680dd4254fe6921b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd4700b1ca1fdec6fe7026b6680dd4254fe6921b | 2006-07-11 18:09:57+00:00 |
fix infinite loop
Originally committed as revision 5102 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d00bff20b2b48796e4bd2d0b83819c159f60a25f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d00bff20b2b48796e4bd2d0b83819c159f60a25f | 2006-03-02 21:47:53+00:00 |
Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines
much better magic for floor, the first psychoacoustic in this encoder!
now creates valid, 175kbps audio, which sounds good! :)
Originally committed as revision 6494 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 68e75e4dec6b5f46a190118eecbba1e95c396e3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/68e75e4dec6b5f46a190118eecbba1e95c396e3d | 2006-10-02 06:08:55+00:00 |
-loop was renamed to -loop_input
Originally committed as revision 5078 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6310461b7f616edb5b2e256cd18fb03d76f76f48 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6310461b7f616edb5b2e256cd18fb03d76f76f48 | 2006-02-28 21:42:41+00:00 |
check MPV_frame_start() return value
Originally committed as revision 4682 to svn://svn.ffmpeg.org/ffmpeg/trunk
| af8aa846fa5b9f2c7dcde451c872426528b8b561 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af8aa846fa5b9f2c7dcde451c872426528b8b561 | 2005-11-09 11:29:29+00:00 |
Add an actual 3dnow intrinsinc so the configure script doesn't just check for the existence of the 3dnow header
Originally committed as revision 5383 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 41ae6ef9239c11947445996df38e24a3649763ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/41ae6ef9239c11947445996df38e24a3649763ad | 2006-05-15 19:53:55+00:00 |
fix CABAC+LOOP missmatch
Originally committed as revision 3628 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7b89e963e82005169910bec4cce4074ec018875c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7b89e963e82005169910bec4cce4074ec018875c | 2004-10-23 21:13:31+00:00 |
check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there
Originally committed as revision 3708 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6db2583c4f1013f2c1772507d0443dbe1c48b519 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6db2583c4f1013f2c1772507d0443dbe1c48b519 | 2004-11-24 00:15:49+00:00 |
1000l to myself for FFMIN(...,0) instead of ...,6)
some more checks
Originally committed as revision 3238 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cbf5374fc0f733cefe304fd4d11c7b0fa21fba61 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cbf5374fc0f733cefe304fd4d11c7b0fa21fba61 | 2004-06-19 01:25:02+00:00 |
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
sizes based on the image width instead of height.
patch by Alan Curry, pacman at world dot std dot com
Originally committed as revision 17558 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
| be9d060d0c4f7e548bdb6ce96789b22bfd09a704 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/be9d060d0c4f7e548bdb6ce96789b22bfd09a704 | 2006-02-08 08:16:53+00:00 |
oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
Originally committed as revision 3145 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5da42be1921604a97e6180f242c78c484a179314 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5da42be1921604a97e6180f242c78c484a179314 | 2004-05-21 14:29:25+00:00 |
h263 loop filter
fixed h263 modified quantization
CODEC_FLAG_OBMC
Originally committed as revision 2549 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 332f9ac4e31ce5e6d0c42ac9e0229d7d1b2b4d60 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/332f9ac4e31ce5e6d0c42ac9e0229d7d1b2b4d60 | 2003-12-01 15:23:14+00:00 |
checksum changed cuz of b frame segfault fix?
Originally committed as revision 1550 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 27efd8467a92a5ea2af49acabf451bf233d5184d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27efd8467a92a5ea2af49acabf451bf233d5184d | 2003-02-07 21:32:32+00:00 |
Hey, not everyone has usleep() ! (temporary fix, we should check for this in configure)
Originally committed as revision 1343 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9ca7cfc5c4abe50e4776dbc7c51a59e402c4273f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9ca7cfc5c4abe50e4776dbc7c51a59e402c4273f | 2002-12-20 00:25:24+00:00 |
This should fix the negative bandwidth in use in ffserver. Turned out that
when WMP reports in, then we didn't increment the bandwidth, but we did
decrement it.
Originally committed as revision 1619 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cb275dd9ebb5566ce38ccc66755ab597fd4cdad7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cb275dd9ebb5566ce38ccc66755ab597fd4cdad7 | 2003-03-04 02:56:51+00:00 |
* avoid negative numbers as well
Originally committed as revision 1134 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f408fc67c0bcd735ee2638d78cc4dcc3590bbb5b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f408fc67c0bcd735ee2638d78cc4dcc3590bbb5b | 2002-10-31 20:22:30+00:00 |
clip input motion vectors
be somewhat more tollerant on invalid input
return INT_MAX instead of -1 for unuseable mv/mb types as that ensures nicely that they arent used
initalize limits earlier for b frames
a few more asserts to check for out of picture vectors
Originally committed as revision 3213 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ae1dbde1cf6a9a96d802dc38b6741824857b24c5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ae1dbde1cf6a9a96d802dc38b6741824857b24c5 | 2004-06-10 22:56:43+00:00 |
Added a release function to free up the context. Also removed the dummy
declarations at the bottom of the file. This type checking is now handled by the
header file.
Originally committed as revision 1295 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6c11d48cabf127d254620a110e1deaa952b7f8f7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c11d48cabf127d254620a110e1deaa952b7f8f7 | 2002-11-30 17:17:58+00:00 |
aacenc_ltp: adjust and speed up autocorrelation calculations
There were some errors in the calculation as well as an entire
unnecessary loop to find the gain coefficient. Merge the
two loops.
Thanks to @ubitux for the suggestions and testing.
| 7303962f1467e302906561be53ca4d51abbe5522 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7303962f1467e302906561be53ca4d51abbe5522 | 2015-10-17 22:53:11+01:00 |
avfilter/vidstab: check bytesPerPixel only for packed formats.
libvidstab introduced this variable only for packed formats but in
vf_vidstab*.c, it's checked for all inputs. So the filter errors out for YUV422/444P streams.
Fixes #6736.
Signed-off-by: Michael Niedermayer <[email protected]>
| e1e89c0695b430ca1f0f869ac8a2b6b46be9e2fa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e1e89c0695b430ca1f0f869ac8a2b6b46be9e2fa | 2018-01-17 20:02:14+01:00 |
tcp: properly return EOF
There is no POSIX error code for EOF - recv() signals EOF by simply
returning 0. But libavformat recently changed its conventions and
requires an explicit AVERROR_EOF, or it might get into an endless retry
loop, consuming 100% CPU while doing nothing.
| 0e1f771d2200d14d298df09c91e14f51e418fd3a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0e1f771d2200d14d298df09c91e14f51e418fd3a | 2017-12-31 16:14:23+01:00 |
avformat/hls: hide misleading warning when http reconnect is required
AVERROR_EOF is an internal error which means the http socket is no longer
valid for new requests. It informs the caller that a new connection must
be established, and as such does not need to be surfaced to the user as
a warning.
Signed-off-by: Aman Gupta <[email protected]>
| 5f4a32a6e343d2683d90843506ecfc98cc7c8ed4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5f4a32a6e343d2683d90843506ecfc98cc7c8ed4 | 2017-12-22 16:41:41-08:00 |
configure: fix pkg-config check for libtls
This was not accounted for during merge and is required due to
the refactor in commit 93ccba96df6340249b0db227d5bc3297010797a4.
Signed-off-by: sfan5 <[email protected]>
Signed-off-by: James Almer <[email protected]>
| b178278c7b4b494d21bbd0cc59bb6a0df2c5ffa9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b178278c7b4b494d21bbd0cc59bb6a0df2c5ffa9 | 2017-12-19 14:19:03-03:00 |
checkasm/llviddsp: fix mixed code and declarations
Signed-off-by: James Almer <[email protected]>
| 1215889bc189e1787d7135dd628b9591d237d737 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1215889bc189e1787d7135dd628b9591d237d737 | 2017-12-10 00:51:35-03:00 |
nvenc: Include config.h before checking for D3D11 support
Reviewed-by: Timo Rothenpieler <[email protected]>
| 3fbd4fc47621a5ef0a814814ea0c931821ee074e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3fbd4fc47621a5ef0a814814ea0c931821ee074e | 2017-11-26 15:40:24+00:00 |
tests/checkasm/float_dsp: Increase allowed difference for float_dsp.vector_dmul
Tested for 10000 iterations on x86-32
Fixes: Ticket6848
Signed-off-by: Michael Niedermayer <[email protected]>
| 38f966b2222db4bfeeaca4642a63049253536c46 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/38f966b2222db4bfeeaca4642a63049253536c46 | 2017-11-27 03:31:53+01:00 |
avfilter/Makefile: skip building opencl.h when opencl is disabled
Fixes make checkheaders.
Signed-off-by: James Almer <[email protected]>
| ef8979f1992fd7753c2a236ac219a7147b7fe99a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ef8979f1992fd7753c2a236ac219a7147b7fe99a | 2017-11-23 19:11:17-03:00 |
checkasm/jpeg2000dsp: refactor rct_int test
Signed-off-by: James Almer <[email protected]>
| 20a93ea8d489304d5c522283d79ea5f9c8fdc804 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/20a93ea8d489304d5c522283d79ea5f9c8fdc804 | 2017-11-20 18:33:57-03:00 |
* Add code to pace sending a stream when it is being sent from a file.
We limit the datarate to twice the average datarate (however the first
few seconds are sent flat out to help with prebuffering).
* Add the initialization of the rc_eq fields and the like for VIDEO codecs.
* Add the missing get_arg calls for VideoQxxxx
Originally committed as revision 920 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a782f209df44c372545ecf8ef29d17fedaa8e75e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a782f209df44c372545ecf8ef29d17fedaa8e75e | 2002-09-12 02:31:11+00:00 |
avfilter/af_surround: add missing error check
Signed-off-by: Paul B Mahol <[email protected]>
| 200f497997a123066f18eafe0c706516da2f1d4c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/200f497997a123066f18eafe0c706516da2f1d4c | 2017-11-20 13:54:04+01:00 |
checkasm/llviddsp: fix warnings about mixed declaration and code
Signed-off-by: James Almer <[email protected]>
| 4cfb46f94f1d1dd0bb599cf2ddc3e7920bb4bf82 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4cfb46f94f1d1dd0bb599cf2ddc3e7920bb4bf82 | 2017-11-08 14:54:15-03:00 |
Change order of extensions and read_probe checking. This gives the read_probe
a higher priority than extensions. This gives FFM a chance of working. Note
that some of the other probe functions are bit optimistic, and can be
confused by binary data (such as 0x00 0x00 0x01 0xzz) for some values of zz.
This set of changes makes ffserver work again, and fixes the cannot open
video grab device message.
Originally committed as revision 581 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a8dbe9514f865f6a8efb304a720025cb1ef9ae3f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a8dbe9514f865f6a8efb304a720025cb1ef9ae3f | 2002-05-24 02:09:40+00:00 |
configure: add pkg-config checks for libcdio/cdparanoia
Should be more complete than the now fallback checks.
Signed-off-by: James Almer <[email protected]>
| 06558100727420f33186e8656936a9373fa647ee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/06558100727420f33186e8656936a9373fa647ee | 2017-10-14 21:36:14-03:00 |
Revert "flvdec: Check the avio_seek return value after reading a metadata packet"
This reverts commit ef7fe81b8554a2865d47a55edf47420878fa3d91.
| 171adca696ee1f507d698940a35ccf7a85c5d072 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/171adca696ee1f507d698940a35ccf7a85c5d072 | 2017-10-27 08:26:11+08:00 |
cosmetics: Reformat checkasm tests
| fc56868399213d3e9be19bdebeb64df233b39a7e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fc56868399213d3e9be19bdebeb64df233b39a7e | 2015-07-17 21:29:20+02:00 |
configure: switch the libzvbi check to pkg-config
The library has several dependencies that vary between systems.
Their pkg-config properly lists them all.
Signed-off-by: James Almer <[email protected]>
| 458783315b8fb84e0a06346184b3cf62314c9e2e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/458783315b8fb84e0a06346184b3cf62314c9e2e | 2017-10-13 20:22:44-03:00 |
configure: add missing pthreads extralib to the libilbc check
Debugged with the help of Reino Wijnsma.
Signed-off-by: James Almer <[email protected]>
| fa5e71a815ef559f8d2c63166e0f99ef1ab0b874 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fa5e71a815ef559f8d2c63166e0f99ef1ab0b874 | 2017-10-13 19:50:43-03:00 |
avcodec/mips: Improve avc avg mc 22, 11, 31, 13 and 33 msa functions
Remove loops and unroll as block sizes are known.
Load the specific destination bytes instead of MSA load and pack.
Remove unused macro and functions.
Signed-off-by: Kaustubh Raste <[email protected]>
Reviewed-by: Manojkumar Bhosale <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 1181d93231e9b807965724587d363c1cfd5a1d0d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1181d93231e9b807965724587d363c1cfd5a1d0d | 2017-10-30 21:32:26+01:00 |
avcodec/v4l2_m2m: add missing header inclusions
Should fix checkheaders on systems where v4l2_m2m is enabled.
Signed-off-by: James Almer <[email protected]>
| d1e7e4fbe2b07f191311cb56e82ef4c18fd0fda4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d1e7e4fbe2b07f191311cb56e82ef4c18fd0fda4 | 2017-09-23 18:13:01-03:00 |
build: cleanup audiotoolbox handling
*_at codecs only need the AudioToolbox framework, which is now checked
like the other Apple frameworks.
| 1cf23e3fddd1a804281b9ffc1b80c62151a46753 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1cf23e3fddd1a804281b9ffc1b80c62151a46753 | 2017-09-08 18:55:19+02:00 |
aviocat: Check for output write errors
Signed-off-by: Martin Storsjö <[email protected]>
| f19fbfbdc637e08ad5c980807ede2d023f20c049 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f19fbfbdc637e08ad5c980807ede2d023f20c049 | 2017-09-04 09:42:52+03:00 |
checkasm/vf_blend: rename addition128 and difference128 to grainmerge and grainextract
This was missing from f8d0689d3f.
Fixes checkasm.
| e51073fe00d2f7ae1c455d441b305e2b5c8251bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e51073fe00d2f7ae1c455d441b305e2b5c8251bc | 2017-08-24 23:39:09-03:00 |
checkasm: add a g722dsp test
Signed-off-by: James Almer <[email protected]>
| 823cc7e25f9790005574166ee7c5388527b5bb4a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/823cc7e25f9790005574166ee7c5388527b5bb4a | 2017-07-13 17:00:19-03:00 |
pixdesc: Improve scoring for opaque/unknown pixel formats
Hardware pixel formats do not tell you anything about their actual
contents, but should still score higher than formats with completely
unknown properties, which in turn should score higher than invalid
formats.
Do not return an AVERROR code as a score.
Fixes a hang in libavfilter where format negotiation gets stuck in a
loop because AV_PIX_FMT_NONE scores more highly than all other
possibilities.
| 8a442d7a8a687a469ca502a18a0c68f5302b15e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a442d7a8a687a469ca502a18a0c68f5302b15e0 | 2017-07-18 22:56:30+01:00 |
avcodec/me_cmp: Fix median_sad size
Fixes out of array read
Fixes: COV1396255
Signed-off-by: Michael Niedermayer <[email protected]>
| d9883ded3450e456df5b7214fe464b4b92e917ef | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d9883ded3450e456df5b7214fe464b4b92e917ef | 2016-11-27 14:34:57+01:00 |
lavf: Remove codec_tag from dashenc and smoothstreamingenc
Skip the codec_tag altogether here, to let the user (try to) set
whichever codec/tag is preferred; the individual chained muxer will
reject invalid codecs anyway.
(cherry picked from commit 61f589e31e84ae02d7ac6837f30f19c437b1fc2e)
Signed-off-by: Derek Buitenhuis <[email protected]>
| d086e40459abe96a0765ee7f29fc297bf446135d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d086e40459abe96a0765ee7f29fc297bf446135d | 2017-07-04 15:47:10-04:00 |
configure: Fix the msvcrt version check for mingw32
This was actually broken when committed in 46e3936fb04; the
test never succeeded, and thus, _aligned_malloc wasn't actually
used on legacy mingw.
Signed-off-by: Martin Storsjö <[email protected]>
(cherry picked from commit 427f7a1f9ec1977bcb57cb4d6e6f7228dc1e858b)
| 47c43ce36f0c48b800b5367674839c16f10dc597 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/47c43ce36f0c48b800b5367674839c16f10dc597 | 2017-05-31 12:57:22+02:00 |
movenc: Add an option for enabling negative CTS offsets
This reduces the need for an edit list; streams that start with
e.g. dts=-1, pts=0 can be encoded as dts=0, pts=0 (which is valid
in mov/mp4) by shifting the dts values of all packets forward.
This avoids the need for edit lists for such streams (while they
still are needed for audio streams with encoder delay).
This eases conformance with the DASH-IF interoperability guidelines.
Signed-off-by: Martin Storsjö <[email protected]>
| c380a0d7f7a2c7411aae60463e25d916541f0388 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c380a0d7f7a2c7411aae60463e25d916541f0388 | 2017-05-15 14:08:36+03:00 |
avcodec/golomb: Assert that k is valid in get_ur_golomb_jpegls()
Signed-off-by: Michael Niedermayer <[email protected]>
| 0884b1c5ffe07584984dadad29346c95c78fac19 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0884b1c5ffe07584984dadad29346c95c78fac19 | 2017-05-06 18:25:02+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.