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
⌀ |
---|---|---|---|---|---|---|---|
avio: add detail to avio_printf() size warning
Previous "currently size is limited" didn't give away
much in terms of useful info.
Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
| baf4c489e5f468a208596cd128a6f1c49e6ae35b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/baf4c489e5f468a208596cd128a6f1c49e6ae35b | 2015-12-27 00:09:16-08:00 |
checkasm: x86: post commit review fixes
Check the full FPU tag word instead of only the lower half and simplify
the comparison.
Use upper-case function base name as macro name to instantiate both
checked_call variants.
| f0f54117c8f206e8045d301c2eb975b26e9f263d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f0f54117c8f206e8045d301c2eb975b26e9f263d | 2015-12-29 12:50:38+01:00 |
checkasm: Check register clobbering on arm
Use two separate functions, depending on whether VFP/NEON is available.
This is set to require armv5te - it uses blx, which is only available
since armv5t, but we don't have a separate configure item for that.
(It also uses ldrd, which requires armv5te, but this could be avoided
if necessary.)
Signed-off-by: Martin Storsjö <[email protected]>
| 26ec75aec3576daea691dee53a78ec67c0dc4040 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/26ec75aec3576daea691dee53a78ec67c0dc4040 | 2016-01-07 09:33:24+02:00 |
avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positive) before use
Fixes: 1536b9b096a8f95b742bae9d3d761cc6/signal_sigsegv_294aaed_7322_4fad88a38dc8952dc20dcb60c1895758.ogg
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 0c1d62ab9d757d546fafca366d776524e7bb9893 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0c1d62ab9d757d546fafca366d776524e7bb9893 | 2015-12-04 13:47:58+01:00 |
avcodec/smacker: Check that the data size is a multiple of a sample vector
Fixes out of array access
Fixes: ce19e41f0ef1e52a23edc488faecdb58/asan_heap-oob_2504e97_4202_ffa0df1baed14022b9bfd4f8ac23d0cb.smk
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 4a9af07a49295e014b059c1ab624c40345af5892 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4a9af07a49295e014b059c1ab624c40345af5892 | 2015-11-15 15:25:51+01:00 |
avcodec/mpegaudio: use predefined M_SQRT2
M_SQRT2 is defined in math.h, or in avutil/mathematics.h for
compatibility hacks. This uses this value instead of an ad-hoc define.
Fixed point values produced by FIX() remain identical.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 11f0acf829e26279c5f2a414c6860bd4933f29af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11f0acf829e26279c5f2a414c6860bd4933f29af | 2015-11-14 10:58:39-05:00 |
mpegts: Make the sdt_period a double
Having it as a float didn't even allow enough precision to check
for INT_MAX/2.
Signed-off-by: Derek Buitenhuis <[email protected]>
| 4ffdba2418abe25562f7c17a7b62e2588d7a3a5f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ffdba2418abe25562f7c17a7b62e2588d7a3a5f | 2015-10-17 15:02:40-04:00 |
avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING types
Signed-off-by: Michael Niedermayer <[email protected]>
| 4d76e89c1818ea4ffcbc203a84091096e8927cd1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4d76e89c1818ea4ffcbc203a84091096e8927cd1 | 2015-10-31 22:37:53+01:00 |
lavfi/vf_alphamerge: remove looping on request_frame().
| a45e96a54fc408bc1ea5b09572354f63b1c4b523 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a45e96a54fc408bc1ea5b09572354f63b1c4b523 | 2015-10-07 19:00:22+02:00 |
avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
Fixes: 04715144ba237443010554be0d05343f/asan_heap-oob_1eafc76_1737_c685b48041a563461839e4e7ab97abb8.jpg
Fixes out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| d24888ef19ba38b787b11d1ee091a3d94920c76a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d24888ef19ba38b787b11d1ee091a3d94920c76a | 2015-11-04 19:33:33+01:00 |
ffserver_config: check for INT_MIN before doing FFABS
FFABS(INT_MIN) is not safe. Alternative of using FFNABS is not as
readable.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 4c8ca76965b1c29758246624940cbc529e7141f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4c8ca76965b1c29758246624940cbc529e7141f0 | 2015-10-13 19:40:09-04:00 |
motion_est_template: Fix undefined left shift of negative number
This fixes a -Wshift-negative-value warning reported with clang 3.7+.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 4885bde3187a2bb0cae85b67796e07db233bf77f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4885bde3187a2bb0cae85b67796e07db233bf77f | 2015-09-29 14:33:00+02:00 |
lavc/lavf: remove incompatible abi checks for the new 64bit fields
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 655b6dcb34b25d591e15ede17673ea6cb8074711 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/655b6dcb34b25d591e15ede17673ea6cb8074711 | 2015-09-17 11:36:16-03:00 |
avcodec/apedec: fix undefined left shifts of negative numbers
This fixes -Wshift-negative-value reported with clang 3.7+, e.g
http://fate.ffmpeg.org/log.cgi?time=20150919172459&log=compile&slot=x86_64-darwin-clang-polly-notiling-3.7.
Note that the patch crucially depends on int >= 32 bits,
an assumption made in many places in the codebase.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| d3e5fbb1406995e07fccbff3ca8c1e24f57a1f7b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d3e5fbb1406995e07fccbff3ca8c1e24f57a1f7b | 2015-09-29 15:05:38+02:00 |
swscale/swscale: silence unused function warning
gamma_convert is only used with the old code. Thus, it is
placed under a header guard. This patch silences a -Wunused-function
observed on GCC 5.2.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 80d23d9d32d0a310f85d9623337d8681be080aa8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/80d23d9d32d0a310f85d9623337d8681be080aa8 | 2015-09-16 16:31:29-07:00 |
avcodec/motion_est_template: fix undefined left shift of negative number
This fixes -Wshift-negative-value reported with clang 3.7+, e.g
http://fate.ffmpeg.org/log.cgi?time=20150918181527&log=compile&slot=x86_64-darwin-clang-polly-vectorize-stripmine-3.7.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 11b563ed8f7c1a9183ba77680d9040fc384733d5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11b563ed8f7c1a9183ba77680d9040fc384733d5 | 2015-09-19 23:52:16+02:00 |
avformat/flvdec: Check that sizes match and resync if not
Signed-off-by: Michael Niedermayer <[email protected]>
| cbbd906be6150be38dfc14b6bc67dcac8da8aea4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cbbd906be6150be38dfc14b6bc67dcac8da8aea4 | 2015-09-16 03:43:21+02:00 |
vp9: re-initialize internal buffers on bpp change also.
| 2563a33856eb597c9d53b4c7cab07b6f18417740 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2563a33856eb597c9d53b4c7cab07b6f18417740 | 2015-09-12 07:01:47-04:00 |
checkasm: Use a self-balancing tree
Tested functions are internally kept in a binary search tree for efficient
lookups. The downside of the current implementation is that the tree quickly
becomes unbalanced which causes an unneccessary amount of comparisons between
nodes. Improve this by changing the tree into a self-balancing left-leaning
red-black tree with a worst case lookup/insertion time complexity of O(log n).
Significantly reduces the recursion depth and makes the tests run around 10%
faster overall. The relative performance improvement compared to the existing
non-balanced tree will also most likely increase as more tests are added.
Signed-off-by: Anton Khirnov <[email protected]>
| 5405584b7b54ca889c341743de1d58792449830d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5405584b7b54ca889c341743de1d58792449830d | 2015-09-28 11:16:33+02:00 |
avformat/file: Check for lstat() instead of dirent.h
Fixes build on mingw
Signed-off-by: Michael Niedermayer <[email protected]>
| d65b9114f35c1afe2a7061f0a1ec957d33ba02b5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d65b9114f35c1afe2a7061f0a1ec957d33ba02b5 | 2015-08-25 13:08:44+02:00 |
vp7: bound checking in vp7_decode_frame_header
CC: [email protected]
| 7bf9647264308d2df74b2b50669f2d02a7ecc90b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7bf9647264308d2df74b2b50669f2d02a7ecc90b | 2015-08-16 19:02:16+02:00 |
checkasm: Remove unnecessary include
| 5e8e121fccc247942a42b609f1e32060950c1a65 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5e8e121fccc247942a42b609f1e32060950c1a65 | 2015-08-05 23:21:28+02:00 |
checkasm: x86: properly save rdx/edx in checked_call()
If the return value doesn't fit in a single register rdx/edx can in some
cases be used in addition to rax/eax.
Doesn't affect any of the existing checkasm tests but might be useful later.
Also comment the relevant code a bit better.
Signed-off-by: Anton Khirnov <[email protected]>
| e13da244f41610ee073b2f72bcf62b60fa402bb5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e13da244f41610ee073b2f72bcf62b60fa402bb5 | 2015-08-20 19:22:06+02:00 |
ffmpeg_vdpau: Ignore decoder's max supported level
The h264 decoder reports 4.1 as its maximum level, but it will decode
5.1 4K video just fine. In practice, the published level limits in
vdpau do not communicate anything that's actually useful.
| d3eb317b862c3f5653f0ae8dfcb22edf1713ab5b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d3eb317b862c3f5653f0ae8dfcb22edf1713ab5b | 2015-08-16 15:02:33-07:00 |
checkasm: test all architectures with optimisations
| 82e6ac85ff9aa7631b8c01521b3d6b5ca0bc8014 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/82e6ac85ff9aa7631b8c01521b3d6b5ca0bc8014 | 2015-07-18 01:06:45+02:00 |
configure: make assignment of variable to '=' explicit
op== is confusing, as it may easily be mistook for an equality check,
while in reality it is doing an assigment to '='.
This patch has the additional benefit of cleaning up 2 warnings from shellcheck.net.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 6d1801b5aaf9b384e13adffff4ab5886dae65693 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6d1801b5aaf9b384e13adffff4ab5886dae65693 | 2015-09-15 14:58:48-07:00 |
checkasm: Add unit tests for bswapdsp
Signed-off-by: Luca Barbato <[email protected]>
| d37f23263584774e1798e9ac909a398304a05091 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d37f23263584774e1798e9ac909a398304a05091 | 2015-07-17 20:03:55+02:00 |
h263: Always check both dimensions
CC: [email protected]
Found-By: [email protected]
| 0a49a62f998747cfa564d98d36a459fe70d3299b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0a49a62f998747cfa564d98d36a459fe70d3299b | 2015-06-30 15:34:38+02:00 |
avcodec/h264_slice: Fix container cropping
Fixes out of array read
Fixes: asan_heap-oob_394322e_138_cov_4265020547_CVPCMNL1_SVA_C.264
Found-by: Samuel Groß, Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3c63d06d81e7b4ff8f37c0a3cc344d6a80f72928 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3c63d06d81e7b4ff8f37c0a3cc344d6a80f72928 | 2015-07-08 17:50:05+02:00 |
vc1dec: use get_bits_long and limit the read bits to 32
get_bits should not be used with more than 25 bits.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 1f1e0a2971b2a01f275bb5088c2e36166514be64 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1f1e0a2971b2a01f275bb5088c2e36166514be64 | 2015-06-26 19:20:00+02:00 |
avcodec/pngdec: Only allow one IHDR chunk
Multiple IHDR chunks are forbidden in PNG
Fixes inconsistency and out of array accesses
Fixes: asan_heap-oob_4d5c5a_1738_cov_2638287726_c-m2-8f2b481b7fd9bd745e620b7c01a18df2.png
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 47f4e2d8960ca756ca153ab8e3e93d80449b8c91 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/47f4e2d8960ca756ca153ab8e3e93d80449b8c91 | 2015-06-29 21:30:57+02:00 |
ivfenc: write duration at end-of-stream.
At the beginning, the value is not initialized.
Signed-off-by: Michael Niedermayer <[email protected]>
| 3a18d3fa047535980aa5368ebfda30ee0f1579cc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3a18d3fa047535980aa5368ebfda30ee0f1579cc | 2015-07-12 13:56:50+02:00 |
avcodec/jpeg2000dec: Fix term_cnt check
Signed-off-by: Michael Niedermayer <[email protected]>
| 36241c4055411355a898920f82ac68e1506c5540 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/36241c4055411355a898920f82ac68e1506c5540 | 2015-06-16 18:31:59+02:00 |
segafilm: Remove deplanarization hack
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Vittorio Giovara <[email protected]>
| ded5957d75def70d2f1fc1c1eae079230004974b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ded5957d75def70d2f1fc1c1eae079230004974b | 2015-06-24 14:45:09+01:00 |
avcodec/jpeg2000dwt: Use a tighter check threshold for the 9/7f DWT test
Signed-off-by: Michael Niedermayer <[email protected]>
| 19dc1ed4ada333390e8ea12c4e969b916320c67b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/19dc1ed4ada333390e8ea12c4e969b916320c67b | 2015-06-22 23:06:55+02:00 |
avcodec/jpeg2000dec: Increase tile part limit to 256
This is the maximum that the syntax of jpeg2000 is capable to store
Fixes Ticket4639
Signed-off-by: Michael Niedermayer <[email protected]>
| 5ba9ec824aa6d63fcec8f3c61e720ec8ee1b22ee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5ba9ec824aa6d63fcec8f3c61e720ec8ee1b22ee | 2015-06-20 14:26:34+02:00 |
avcodec/s302m: Check for non PCM Streams
Allow the user to choose what to do with the non PCM data through AVOptions
Signed-off-by: Michael Niedermayer <[email protected]>
| 51080dfa0843c77002df9e5e4dbd20693f5dd813 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/51080dfa0843c77002df9e5e4dbd20693f5dd813 | 2015-06-06 00:54:51+02:00 |
ffserver: check return code of avio_alloc_context()
Signed-off-by: Michael Niedermayer <[email protected]>
| cea3c9b281246f5ff5d27b1a02e3434b3ee178a6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cea3c9b281246f5ff5d27b1a02e3434b3ee178a6 | 2015-06-02 14:45:08+02:00 |
jpegls: Check memory allocation
| 7ca603f96f93d988e01d161d611f69a4ecaa3f02 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ca603f96f93d988e01d161d611f69a4ecaa3f02 | 2015-05-31 15:03:31+02:00 |
avcodec/jpeg2000dec: Fix Selective arithmetic coding bypass and Multiple codeword segments
These 2 are highly related so they are in the same commit
Fixes part of Ticket4605
Fixes p0_04.j2k
Signed-off-by: Michael Niedermayer <[email protected]>
| dc73c7adc0284871af34100a6062378c07a63569 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc73c7adc0284871af34100a6062378c07a63569 | 2015-06-12 03:12:54+02:00 |
ffmpeg: Remove another unneeded ost->filter_graph check
Fixes CID1241508
Signed-off-by: Michael Niedermayer <[email protected]>
| 3a91a07f15e89633c49ab8f6ea08f9ea4a2696d0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3a91a07f15e89633c49ab8f6ea08f9ea4a2696d0 | 2015-05-15 23:46:10+02:00 |
vp9: merge uv loopfilter code into generic filter_plane_rows/cols().
| afa9d00b433f9559f7a5f52c2210fa7ac63275cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/afa9d00b433f9559f7a5f52c2210fa7ac63275cd | 2015-05-01 08:45:53+02:00 |
avutil/hmac: Check av_hmac_alloc() return code
Signed-off-by: Michael Niedermayer <[email protected]>
| 21ee6da70c4e5a56ea74aec0f8d21465a873b874 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/21ee6da70c4e5a56ea74aec0f8d21465a873b874 | 2015-03-30 23:24:33+02:00 |
dashenc: replace attribute id with contentType for the AdaptationSet element
id should be an integer, not a string. It is also optional, so use
contentType instead which is the proper attribute for these values.
This fixes an MPD validation error.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
| ac1a1cb948fe29975424e367173b88db48792144 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac1a1cb948fe29975424e367173b88db48792144 | 2015-05-10 22:57:20+03:00 |
mpegvideo_enc: Check AVCodecContext allocation
| a72d93daa09ffbad2771f1450820941055eaf210 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a72d93daa09ffbad2771f1450820941055eaf210 | 2015-03-12 15:29:59+00:00 |
x86/xvididct: add some yasm guards
Should fix compilation on compilers with less-than-ideal dead code elimination
Signed-off-by: James Almer <[email protected]>
| 6b940b8c998cd8205a9cd2ebcedb9e34d0a8af45 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6b940b8c998cd8205a9cd2ebcedb9e34d0a8af45 | 2015-03-20 02:38:20-03:00 |
configure: remove loongson check inline asm and mips dependent
1.Loongson now have two series CPU supported MMI(Multi-Media Instruct).
Loongson-3 designed multi-core have good performance in decoding.
Loongson-2's support is comming soon.
2.Replaced loongson with loongson2 and loongson3.
Signed-off-by: ZhouXiaoyong <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| ba1f56ae9bac5110e437902dab0466e8ae00f319 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ba1f56ae9bac5110e437902dab0466e8ae00f319 | 2015-05-08 14:33:40+02:00 |
avfilter/avfiltergraph: assert that the heap_bubble index is valid
This might help coverity
Signed-off-by: Michael Niedermayer <[email protected]>
| a76e91bf6708f8a4d17a69b157c4a860ccdcda95 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a76e91bf6708f8a4d17a69b157c4a860ccdcda95 | 2015-02-18 12:31:02+01:00 |
avutil/intmath: Add () to protect the ff_log2() argument
Signed-off-by: Michael Niedermayer <[email protected]>
| f8607cfb0a8276de31512c6fabc2be17feff32a2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f8607cfb0a8276de31512c6fabc2be17feff32a2 | 2015-02-17 00:20:49+01:00 |
avconv: Check rc_override memory allocation
CC: [email protected]
Bug-Id: CID 1265719
| 81688e68f93f3142e2093f1a3d226edaeb179992 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/81688e68f93f3142e2093f1a3d226edaeb179992 | 2015-02-17 11:27:41-05:00 |
ffmdec: initialize f_cprv, f_stvi and f_stau
They are used in a switch statement, but it is not guaranteed that the
COMM case (where they are set to 0) is reached before the other cases.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 66879ee125944b0efde673d9fbebbe9489853e59 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/66879ee125944b0efde673d9fbebbe9489853e59 | 2015-03-09 02:19:03+01:00 |
wmalossless: reset lms_update
It may contain garbage at the end, and zeroing allows using DSP
with longer loops.
Signed-off-by: Michael Niedermayer <[email protected]>
| 46e2afa4dcb5ed6b4a6aa7aacbce2df74ed09c03 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/46e2afa4dcb5ed6b4a6aa7aacbce2df74ed09c03 | 2015-02-07 15:14:32+01:00 |
avcodec/mpegvideo_enc: correctly initialize chroma_intra_matrix for MPEG1/2
Signed-off-by: Michael Niedermayer <[email protected]>
| 98437465704ddd2145cb9b41f683a36d3cefede6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/98437465704ddd2145cb9b41f683a36d3cefede6 | 2015-02-12 00:19:22+01:00 |
avcodec/parser: Check that the parser return code is valid
Signed-off-by: Michael Niedermayer <[email protected]>
| e7d85186d639a53a4563c5f65322190ae9ad8a83 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e7d85186d639a53a4563c5f65322190ae9ad8a83 | 2015-01-15 20:58:58+01:00 |
avcodec/mpegvideo_parser: Check the ff_set_dimensions() return code
Signed-off-by: Michael Niedermayer <[email protected]>
| dff6c9250ba8de073955ce223276ca88ddd3ae8b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dff6c9250ba8de073955ce223276ca88ddd3ae8b | 2015-01-18 05:08:30+01:00 |
matroska: don't complain about unknown elements
Matroska is an extensible format - unknown elements must be expected. It
shouldn't complain about such elements to the user either; it'll just
generate noise. The "error_recognition & AV_EF_EXPLODE" is completely,
wrong why would it explode on valid files?
It's still useful for debugging, so the message is left in place with a
higher log level.
Signed-off-by: Michael Niedermayer <[email protected]>
| 6938a095cb02dddb295f8340fd12f3c13139b5c8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6938a095cb02dddb295f8340fd12f3c13139b5c8 | 2015-02-09 21:33:33+01:00 |
msmpeg4: check memory allocations and propagate errors
Bug-Id: CID 1257781
| 1c6183233d56fb27a4a154e7e64ecab98bd877f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c6183233d56fb27a4a154e7e64ecab98bd877f1 | 2015-01-06 16:43:54+01:00 |
x86/swr: load constants outside the loop in pack_6ch functions
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 6abf00d615d2098d67faeb9b034265c9983bbefd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6abf00d615d2098d67faeb9b034265c9983bbefd | 2015-01-11 01:11:46-03:00 |
vp9/x86: save one register in loopfilter surface coverage.
| c013ca58c5349e34610e94336d0fae6ef7a403a0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c013ca58c5349e34610e94336d0fae6ef7a403a0 | 2014-12-27 16:55:11-05:00 |
xcbgrab: Move NULL check before pointer dereference
Bug-Id: CID 1254668
| 9e06327ecb8f73c7904d10af7ad339c57cdaa788 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e06327ecb8f73c7904d10af7ad339c57cdaa788 | 2014-12-18 23:27:14+01:00 |
lavfi: always check av_expr_parse_and_eval() return value
CC: [email protected]
Bug-Id: CID 703624
| 63be97ec403023fb664798432acedaf6e6922527 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/63be97ec403023fb664798432acedaf6e6922527 | 2014-12-18 23:27:14+01:00 |
imgutils: create misc functions for dealing with buffers
Move the lavc/imgconvert functions and rename them as follows:
avpicture_get_size -> av_image_get_buffer_size()
avpicture_fill -> av_image_fill_arrays()
avpicture_layout -> av_image_copy_to_buffer()
The new functions have an align parameter, which allows to define the
linesize alignment assumed in the buffer (which is set or read).
The names of the functions are consistent with the lavu/samples API
(av_samples_get_buffer_size(), av_samples_fill_arrays()).
A redundant check has been dropped from av_image_fill_arrays().
Signed-off-by: Vittorio Giovara <[email protected]>
| e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8 | 2015-01-14 17:17:24+01:00 |
avcodec/hevc_ps: More complete window reset
Fixes out of array read
Fixes: signal_sigsegv_35bcf26_471_cov_2806540268_CAINIT_A_SHARP_4.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 57e5812198aada016e9ba4149123c541f8c8a7ec | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/57e5812198aada016e9ba4149123c541f8c8a7ec | 2014-11-27 15:47:49+01:00 |
avformat/apetag: More completely check avio_get_str() return value
This is not needed but its more proper to check the return value
Fixes CID1041122
Signed-off-by: Michael Niedermayer <[email protected]>
| c149f67e9b5b4e3b9061e271e75d441bacfa81c6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c149f67e9b5b4e3b9061e271e75d441bacfa81c6 | 2014-12-06 17:12:49+01:00 |
libopusenc: check return value
CC: [email protected]
Bug-Id: CID 739870
| b09cf8afc5199d359ac985ad7cea72a6a9f20e4e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b09cf8afc5199d359ac985ad7cea72a6a9f20e4e | 2014-11-13 01:41:25+01:00 |
avcodec/xface: correct the XFACE_MAX_* values
Fixes out of array access
Fixes: asan_stack-oob_32c12e5_2536_cov_2442316831_lena.xface
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 93a5a16f136d095d23610f57bdad10ba88120fba | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/93a5a16f136d095d23610f57bdad10ba88120fba | 2014-12-16 19:19:28+01:00 |
configure: Prevent icl being incorrectly detected as msvc.
Signed-off-by: Michael Niedermayer <[email protected]>
Reviewed-by: Benoit Fouet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| e39f8fad321fb1e0bc34dc223f915c2a17edacf1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e39f8fad321fb1e0bc34dc223f915c2a17edacf1 | 2014-11-20 12:12:20+01:00 |
error_resilience: initialize prev_* variables
CC: [email protected]
Bug-Id: CID 732293 / CID 732294
| c442190a6bfd8036f6c32b78e1e96ff3b830f8f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c442190a6bfd8036f6c32b78e1e96ff3b830f8f0 | 2014-11-03 12:45:09-05:00 |
avcodec/flacdec: Call ff_flacdsp_init() unconditionally
Fixes out of array access
Fixes: signal_sigsegv_324b135_3398_cov_246853371_short.flac
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| e5c01ccdf5a9a330d4c51a9b9ea721fd8f1fb70b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e5c01ccdf5a9a330d4c51a9b9ea721fd8f1fb70b | 2014-11-26 04:11:08+01:00 |
idcin: fix return check
CC: [email protected]
Bug-Id: CID 732198
| 8ab3b71e4b343cec3fa369a880ab4496d7345154 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8ab3b71e4b343cec3fa369a880ab4496d7345154 | 2014-10-20 10:38:37+01:00 |
Fix read-after-free in matroska_read_seek().
In matroska_read_seek(), |tracks| is assigned at the begining of the function.
However, functions like matroska_parse_cues() could reallocate the tracks so
that |tracks| can get invalidated.
This CL assigns |tracks| only before we use it so that it won't be invalidated.
BUG=427266
TEST=Test case in associated bug passes now.
Change-Id: I9c7065fe8f4311ca846076281df2282d190ed344
Signed-off-by: Michael Niedermayer <[email protected]>
| 33301f001747d7a542073c634cc81da5eff051cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/33301f001747d7a542073c634cc81da5eff051cf | 2014-11-08 01:33:13+01:00 |
ffmpeg_opt: Check the return code from strftime()
Signed-off-by: Michael Niedermayer <[email protected]>
| c0002ddb019d7f2f22da301b2855f86d697d37bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c0002ddb019d7f2f22da301b2855f86d697d37bd | 2014-10-26 17:07:29+01:00 |
avcodec/svq1dec: zero terminate embedded message before printing
Fixes out of array access
Fixes: asan_stack-oob_49b1e5_10_009.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| e91ba2efa949470e9157b652535d207a101f91e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e91ba2efa949470e9157b652535d207a101f91e0 | 2014-10-30 18:23:09+01:00 |
hlsenc.c, segment.c: propagate defaults to mpegts
This fixes the abnormally high ts overhead in the files produced by the
HLS and segments muxers. See https://trac.ffmpeg.org/ticket/2857 . For
example makes it much more likely that it can produces streams that fit
under the 64kb App store limit.
Signed-off-by: Michael Niedermayer <[email protected]>
| 75c8d7c2b4972f6ba2cef605949f57322f7c0361 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75c8d7c2b4972f6ba2cef605949f57322f7c0361 | 2014-10-17 21:31:25+02:00 |
avcodec/pngdec: Check bits per pixel before setting monoblack pixel format
Fixes out of array accesses
Fixes: asan_heap-oob_14dbfcf_4_asan_heap-oob_1ce5767_179_add_method_small.png
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3e2b745020c2dbf0201fe7df3dad9e7e0b2e1bb6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3e2b745020c2dbf0201fe7df3dad9e7e0b2e1bb6 | 2014-10-03 17:37:15+02:00 |
avcodec/hevc_ps: Always initialize backup in decode_vui()
Fixes CID1237283
Reviewed-by: Christophe Gisquet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| cbb277988afc7032e632393e2c96a70d4389ac4f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cbb277988afc7032e632393e2c96a70d4389ac4f | 2014-09-06 21:36:56+02:00 |
h264: fully check cropping amount from sps
Even if sps.crop is true, the cropping amount may be zero.
Fixes a sample with a valid but broken container cropping.
| e87f5e4e5f2e2e36b0b7826d708cda7049877af0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e87f5e4e5f2e2e36b0b7826d708cda7049877af0 | 2014-08-26 13:31:29-04:00 |
lavr: Update the planar check in ff_audio_convert
Leftover from fbc0b8659967ea54a8472b5f795270d38bb085dd.
Signed-off-by: Luca Barbato <[email protected]>
| 11db644a8e54f02e54d2eaad343a87fcb697c15e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11db644a8e54f02e54d2eaad343a87fcb697c15e | 2014-08-17 16:11:02+02:00 |
movenc: Adjust edit lists to trim out parts of tracks with negative pts
This makes sure that audio preroll for e.g. AAC is signaled correctly.
Previously we only wrote the edit list correctly if we had negative
dts but started with pts == 0 (e.g. for video with B-frames).
Signed-off-by: Martin Storsjö <[email protected]>
| 72f801619a1ae91969fee9a7d72519422433c998 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/72f801619a1ae91969fee9a7d72519422433c998 | 2014-10-12 17:45:55+03:00 |
stereo3d: initialize AVStereo3D to zero
Signed-off-by: Anton Khirnov <[email protected]>
| 159a06dfc83d189f753c4583583ddfb571552ff5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/159a06dfc83d189f753c4583583ddfb571552ff5 | 2014-08-13 17:24:18+00:00 |
configure: Check if libwebp compilation will succeed.
| e4d983e2db0e73e711ae63dc9495316e121ec3da | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e4d983e2db0e73e711ae63dc9495316e121ec3da | 2014-08-08 16:06:10+02:00 |
x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2
Should fix compilation with old Yasm/Nasm versions.
Signed-off-by: James Almer <[email protected]>
| 52ec81c67d112ca8f1a0ae779a4b6e0f27f47ba3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/52ec81c67d112ca8f1a0ae779a4b6e0f27f47ba3 | 2014-09-04 23:34:01-03:00 |
hevc: do generic validation of bitstream
After finishing parsing VPS/SPS/PPS/slice header, check remaining bits,
and if an overconsumption occurred, report invalid data.
Liked-by: BBB
Signed-off-by: Michael Niedermayer <[email protected]>
| 5ec85c9750f0770383b781acd6362a8bebbf4db6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5ec85c9750f0770383b781acd6362a8bebbf4db6 | 2014-08-11 02:47:05+02:00 |
avcodec/x86/hevcdsp_init: fix SSE4 checks
Found-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| fc7d0d82017d67a1bbc0c1664144b756dc4ba6e3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fc7d0d82017d67a1bbc0c1664144b756dc4ba6e3 | 2014-05-06 18:27:49+02:00 |
avformat/dtsdec: check more of the dca headers in dts_probe()
Fixes misdetection of 664461_flac_16_44100_2.wav
Fixes Ticket3830
Signed-off-by: Michael Niedermayer <[email protected]>
| 6a44699746501332207d967e27297cc6cfa987dd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a44699746501332207d967e27297cc6cfa987dd | 2014-08-06 22:28:46+02:00 |
avfilter/f_select: avoid using doubles for equals checks and casts to enums
This might silence some warnings.
Issue found from: a8d803a320fb08b3ad5db4fffc79abd401206905
Signed-off-by: Michael Niedermayer <[email protected]>
| 887d8d293fc31c949427f971f37c126b3812b451 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/887d8d293fc31c949427f971f37c126b3812b451 | 2014-07-30 17:37:09+02:00 |
Print a warning instead of requesting a sample for an invalid exif tag.
Fixes ticket #3792.
Reviewed-by: Thilo Borgmann
| badcd3da81ac447d71c8d6d91bfaa3f49cd5ed6b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/badcd3da81ac447d71c8d6d91bfaa3f49cd5ed6b | 2014-07-24 11:58:11+02:00 |
configure: Extend the neon intrinsics check
Check for an instruction that causes the (very old) Apple GCC 4.2
to error out ("unrecognizable insn").
Signed-off-by: Martin Storsjö <[email protected]>
| 06a1d1323bc8afd03f085ae98d9b74e431b3534e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/06a1d1323bc8afd03f085ae98d9b74e431b3534e | 2014-07-22 23:57:23+03:00 |
hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions
cherry picked from commit f7843356253459e6010320292dbbc1e888a5249b
Signed-off-by: Michael Niedermayer <[email protected]>
| b435043abb3653004e5ffa8f66d686f227d07cfe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b435043abb3653004e5ffa8f66d686f227d07cfe | 2014-07-22 16:17:29+02:00 |
configure: Include the armcc build number in the compiler identification
This tries to find the most expressive part of the output of
armcc --vsn to include, giving a compiler identification of
"ARM Compiler 5.04 update 2 (build 82)" instead of just
"ARM Compiler 5.04" for armcc 5.0.
4.x versions of armcc output the following, for "armcc --vsn":
ARM C/C++ Compiler, RVCT4.0 [Build 925]
For evaluation purposes only
Software supplied by: ARM Limited
ARM C/C++ Compiler, 4.1 [Build 894]
For evaluation purposes only
Software supplied by: ARM Limited
5.0 versions output this:
Product: ARM Compiler 5.04
Component: ARM Compiler 5.04 update 2 (build 82)
Tool: armcc [5040081]
For evaluation purposes only
Software supplied by: ARM Limited
Signed-off-by: Martin Storsjö <[email protected]>
| ed6d9ce914d552eeda16af857da97c4b1aea1e3f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed6d9ce914d552eeda16af857da97c4b1aea1e3f | 2014-08-06 19:15:59+03:00 |
avcodec/hevc_ps: Check layer_id_included_flags count
Signed-off-by: Michael Niedermayer <[email protected]>
| 66558fe715bf284467d13971a57ed492aa61bff4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/66558fe715bf284467d13971a57ed492aa61bff4 | 2014-07-12 07:46:08+02:00 |
ffmpeg: check av_opt_set_dict() return
Fixes CID1224275
Signed-off-by: Michael Niedermayer <[email protected]>
| 4930cd13d634d5f4e284de3a955d5c6a84fd65e2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4930cd13d634d5f4e284de3a955d5c6a84fd65e2 | 2014-07-02 05:53:13+02:00 |
rtpenc_jpeg: check for color_range too
| 39975acc699c83af0a87a7318c0f41e189142938 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39975acc699c83af0a87a7318c0f41e189142938 | 2014-06-28 01:51:14-04:00 |
swr: initialize only the necessary resample dsp functions
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 857cd1f33bcf86005529af2a77f861f884327be5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/857cd1f33bcf86005529af2a77f861f884327be5 | 2014-07-04 01:37:41+02:00 |
nut: Use nut->version in the version range check
It was wrongly left unchanged when the version field had been
introduced. (c94e2e85cb6af8a570d8542a830556243bd32873)
| 52a1c32c0a86e84d43f977c5148e62975a0c6917 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/52a1c32c0a86e84d43f977c5148e62975a0c6917 | 2014-07-08 19:04:09+02:00 |
build: Add missing replaygain object file for CAF demuxer
| 49470b9404583ab3aff6835f78a759349d331696 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/49470b9404583ab3aff6835f78a759349d331696 | 2014-06-22 06:28:45-07:00 |
libavformat/segment: change segment_list_size behavior to match hls_list_size behavior.
Make the segment muxer keep segment_list_size segments instead of
segment_list_size + 1 segments. This patch also changes the
documentation for segment_list_size to reduce possible confusion over
how many segments are kept.
this allows the segment list to
be limited to containing only one segment which used to be impossible
because a segment_list_size of 0 kept all the segments and a
segment_list_size of 1 kept 2 segments.
Signed-off-by: Simon Thelen <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| fa6716c66d31385a0f306c2a3f46f44e0d928ff9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fa6716c66d31385a0f306c2a3f46f44e0d928ff9 | 2014-07-17 02:35:56+02:00 |
indeo45: use is_indeo4 context flag instead of checking codec ID
Signed-off-by: Kostya Shishkov <[email protected]>
| e121ac634ba324a318f4a97f978dcfb48da6b735 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e121ac634ba324a318f4a97f978dcfb48da6b735 | 2014-06-23 09:29:39+02:00 |
Fix make checkheaders if VDA is not available.
| beeb7551d6ab44bc6a1125e6d537508bff3694fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/beeb7551d6ab44bc6a1125e6d537508bff3694fc | 2014-05-15 19:09:36+02:00 |
Do not limit blocksize when reading PCM from aiff.
Fixes ticket #3695.
| 763e714442e07f6430b003c8a9f4b62deaa7b3a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/763e714442e07f6430b003c8a9f4b62deaa7b3a5 | 2014-06-03 03:07:55+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.