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
⌀ |
---|---|---|---|---|---|---|---|
utils: check that parameters havnt changed in reget_buffer()
Fixes Ticket902
Signed-off-by: Michael Niedermayer <[email protected]>
| 44e191457a1268a8112ec7b35cf18de2957123b3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/44e191457a1268a8112ec7b35cf18de2957123b3 | 2012-01-14 04:55:15+01:00 |
sunrast: Add a check for experimental type.
Signed-off-by: Justin Ruggles <[email protected]>
| 1bbb173652605053ed9ed2fea20ee7205ea19e0e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1bbb173652605053ed9ed2fea20ee7205ea19e0e | 2012-01-27 11:35:39-05:00 |
bmpdec: proper check for alpha
Signed-off-by: Michael Niedermayer <[email protected]>
| bd36ec55bef7c446079e192655d065fd86483876 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd36ec55bef7c446079e192655d065fd86483876 | 2012-01-12 16:32:55+01:00 |
Deobfuscate ff_huff_build_tree.
I have no idea what the idea was behind the original code,
but the new code is equivalent to it.
In that loop that places the new node nodes[j] contains
always the data of the new node (since the steps are always
in order: FFSWAP copies node[j] to node[j-1], j is decremented).
Thus nodes[j].no == i and nodes[j].sym == HNODE.
make fate still passes and contains VP6 samples which use
FF_HUFFMAN_FLAG_HNODE_FIRST.
Signed-off-by: Reimar Döffinger <[email protected]>
| 6166bf3cbe99d687b15fc5a84bd6d399d6bab3fa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6166bf3cbe99d687b15fc5a84bd6d399d6bab3fa | 2012-01-30 18:39:08+01:00 |
bmpdec: support for rgb444 with bitfields compression
Do not display garbage for invalid/unsupported bitfields values.
| a6839c4e60635685aac95b81bb9782e06502121a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a6839c4e60635685aac95b81bb9782e06502121a | 2012-01-10 18:00:37+00:00 |
mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scan
Check explicitly if enough bits are left to prevent an infinite loop
when the bitstream buffer is not followed by zero-padding.
Based on patches by Michael Niedermayer <[email protected]>.
| e268a352af893e47bd3ea2aed90761cb0b4feca7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e268a352af893e47bd3ea2aed90761cb0b4feca7 | 2012-01-05 18:20:35+01:00 |
ljpeg: Check that lowres is 0 as lowres is not possible with ljpeg.
Signed-off-by: Michael Niedermayer <[email protected]>
| f129f593f70e0b922558fce21fc6ad819f7fe2e2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f129f593f70e0b922558fce21fc6ad819f7fe2e2 | 2011-12-14 22:50:49+01:00 |
cljr: return a more sensible value when encountering invalid headers
| 1c45c64c9d4dd52441300f0e17641e40864b53af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c45c64c9d4dd52441300f0e17641e40864b53af | 2011-12-08 20:28:27+01:00 |
lavc: add width and height fields to AVFrame
width and height are per-frame properties, setting these values in
AVFrame simplify the operation of extraction of that information,
since avoids the need to check the codec/stream context.
| 3a2ddf7c2c4d27b595a601c55af23129a5a8be0d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3a2ddf7c2c4d27b595a601c55af23129a5a8be0d | 2011-12-25 16:18:57+01:00 |
adtsenc: Check frame size.
Inspired by work from: Michael Niedermayer <[email protected]>.
Signed-off-by: Alex Converse <[email protected]>
| ac47e014bbaf5163871a8beb7522015e0bc27615 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac47e014bbaf5163871a8beb7522015e0bc27615 | 2011-11-28 11:22:40-08:00 |
ac3dec: update checked AV_EF flags.
A user who wishes to use default error concealment cannot set the
AV_EF_CRCCHECK flag because not every CRC in every format is a
reliable indicator of bitstream damage. In some formats crcrs
can be nonsensical in absence of any damage. We thus add the
AV_EF_CAREFUL flag in addition to the AV_EF_CRCCHECK flag to
allow a user to enable this reliable CRC check without having to
enable all CRC checks in all formats.
Signed-off-by: Michael Niedermayer <[email protected]>
| eda3758c87dafe8a6179b16e25e60b11746213ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eda3758c87dafe8a6179b16e25e60b11746213ad | 2011-12-14 00:39:58+01:00 |
cinepak: check strip_size
Signed-off-by: Michael Niedermayer <[email protected]>
| cea0c82d9b9771dfa2ac729c13c0d9e03ea352a7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cea0c82d9b9771dfa2ac729c13c0d9e03ea352a7 | 2011-11-16 20:47:05+01:00 |
h264: migrate poc gap based has_b_frames calculation into new has_b_frame calculation code.
Signed-off-by: Michael Niedermayer <[email protected]>
| 4f7ad4c3e460a7dfe4e3186c73ad73db29336488 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4f7ad4c3e460a7dfe4e3186c73ad73db29336488 | 2011-11-17 01:08:17+01:00 |
lavf: cdg has large non keyframe segments and should thus be exempt from the non keyframe check in seeking.
Improves seeking for cdg files.
Signed-off-by: Michael Niedermayer <[email protected]>
| 36a60fad6215db39e9cd9523e3425f64464046c7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/36a60fad6215db39e9cd9523e3425f64464046c7 | 2011-11-19 01:15:40+01:00 |
Put strings inside struct instead of extra indirection.
Saves a bit on space and relocations.
Also makes the (very hackish) lossless conversion check
in ffmpeg.c work reliably.
Signed-off-by: Reimar Döffinger <[email protected]>
| 5639793be90b1681e200b290fd93802dbcf84881 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5639793be90b1681e200b290fd93802dbcf84881 | 2011-11-05 11:30:46+01:00 |
mandelbrot: unroll the innermost loop once.
This allows us to remove a if() and a variable assignment.
Signed-off-by: Michael Niedermayer <[email protected]>
| 88166fc579772c881c21fa6f63faa2ad49ce38e8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/88166fc579772c881c21fa6f63faa2ad49ce38e8 | 2011-11-13 17:01:56+01:00 |
g726: pre-calculate the number of output samples.
Allows for checking output buffer size and simplification of decoding loop.
| c8d36d254e298a51ea569b2557451d26499d0f88 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c8d36d254e298a51ea569b2557451d26499d0f88 | 2011-11-01 21:23:03-04:00 |
mmsh: do not try to seek to negative tiimestamps, it does not work
Signed-off-by: Michael Niedermayer <[email protected]>
| 8af4ac5272e8eaff90c3102b9473bb09cc6f4201 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8af4ac5272e8eaff90c3102b9473bb09cc6f4201 | 2011-11-01 00:47:25+01:00 |
atrac3: check output buffer size before decoding
| 7e4881a2d074a7dfba7ee1990b3e17c9276f985d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7e4881a2d074a7dfba7ee1990b3e17c9276f985d | 2011-10-29 15:06:31-04:00 |
fmtconvert: check compile-time x86 instruction set flags
| 185142a5ea93ef723f70a3ea43797f6c8827eb79 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/185142a5ea93ef723f70a3ea43797f6c8827eb79 | 2011-10-21 10:13:05-04:00 |
shorten: validate block size
| cfa317f67d023443c8f097524b367ec9c48f5c81 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cfa317f67d023443c8f097524b367ec9c48f5c81 | 2011-10-20 13:09:25-04:00 |
cin audio: restructure decoding loop to avoid a separate counter variable
Also check output buffer size instead of truncating output.
| 405af431040a57c630716b3940d7240021e8b80c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/405af431040a57c630716b3940d7240021e8b80c | 2011-10-29 16:43:40-04:00 |
lavfi: add missing header mulitple-inclusion guard in transform.h
| 43fce2214b1c9d0d3cbcc84f06238a63081e07fb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/43fce2214b1c9d0d3cbcc84f06238a63081e07fb | 2011-10-20 15:59:20+02:00 |
flvenc: check packet duration in speex using timestamps
Using AVCodecContext.frame_size is not reliable.
| 4ee247a2bdf2fbe81026a428d4affc46c81f28db | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ee247a2bdf2fbe81026a428d4affc46c81f28db | 2011-10-20 13:06:16-04:00 |
utvideo: handle empty Huffman trees
If the frame is filled with the same colour, encoder may produce no data
and the fill value is indicated by zero code length (the rest of symbols
will have 0xFF for code length, meaning invalid). So such Huffman trees
should be treated specially.
Signed-off-by: Luca Barbato <[email protected]>
| 46e1af3b0f2c28936dfa88063cc5a35f466f5ac3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/46e1af3b0f2c28936dfa88063cc5a35f466f5ac3 | 2011-10-29 12:54:08-07:00 |
mem: fix memalign hack av_realloc()
Signed-off-by: Michael Niedermayer <[email protected]>
| fc11927890f38445a950b453d24928525da0e61a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fc11927890f38445a950b453d24928525da0e61a | 2011-10-11 22:03:19+02:00 |
qcelp: check output buffer size before decoding
| e43dd3d2a8e106169e707484090a2d973ece2184 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e43dd3d2a8e106169e707484090a2d973ece2184 | 2011-10-04 17:10:11-04:00 |
Only test-compile w32pthreads.h if W32THREADS are available.
This fixes 'make checkheaders' on non-W32THREADS systems.
| 26af0953c0ba800aae2d52cbdaeca7b387a317bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/26af0953c0ba800aae2d52cbdaeca7b387a317bc | 2011-10-20 00:18:29+02:00 |
mpegtsenc: Lift limit on PMT PID
Fixes Ticket518
| bf5c3bac51e422580aad011fcd927c818542f054 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bf5c3bac51e422580aad011fcd927c818542f054 | 2011-10-03 16:03:29+02:00 |
sipr: fix the output data size check and only calculate it once.
| 1b5a189f06879338088809b3049ea7620f4e7e78 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1b5a189f06879338088809b3049ea7620f4e7e78 | 2011-10-04 16:13:20-04:00 |
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
This will prevent seeking by bytes for formats that cannot handle this.
| b631fba936d2b353f3c2a76f746bc40a1a193b75 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b631fba936d2b353f3c2a76f746bc40a1a193b75 | 2011-10-13 16:31:15-04:00 |
bit: replace assert() by proper check.
Signed-off-by: Michael Niedermayer <[email protected]>
| 21922dc5aefa3b5a75420d6f444da6a14e352726 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/21922dc5aefa3b5a75420d6f444da6a14e352726 | 2011-09-25 05:31:49+02:00 |
tiffenc: initialize forgotten avctx.
| f7e797aa5c987c39b55666a2d41877ef2aec40bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f7e797aa5c987c39b55666a2d41877ef2aec40bc | 2011-09-23 23:39:51+02:00 |
avienc: Add a limit on the number of skiped frames muxed in a row.
Signed-off-by: Michael Niedermayer <[email protected]>
| 9cb9e39c41959961bdb5a1fd51cdd25e10c050f3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9cb9e39c41959961bdb5a1fd51cdd25e10c050f3 | 2011-10-01 03:48:33+02:00 |
rmdec: Reject invalid deinterleaving parameters
Signed-off-by: Martin Storsjö <[email protected]>
| f06068bbd6ed1f831dee0b0ee46e00ebe42ec1e2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f06068bbd6ed1f831dee0b0ee46e00ebe42ec1e2 | 2011-09-19 15:45:22+03:00 |
dshow: initialize variable to prevent releasing random data
Signed-off-by: Stefano Sabatini <[email protected]>
| d0da310317cae25c0c533f6862fb25dc81ec3d4b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d0da310317cae25c0c533f6862fb25dc81ec3d4b | 2011-09-16 11:02:26+02:00 |
avcodec: reject audio packets with NULL data and non-zero size
There is no valid reason the user should ever send such packets in the
first place, but the documentation for CODEC_CAP_DELAY states that the
codec is guaranteed not to get a NULL packet unless that capability is
set. That isn't true without preventing this case.
| 6326afd5e90cfed9df08b652a1cd6f6a948c239a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6326afd5e90cfed9df08b652a1cd6f6a948c239a | 2011-09-30 11:02:50-04:00 |
mpegts: make sure the "standard" code doesnt override the probing with NONE/DATA.
Fixes video stream detection in vid_0x80.ts
Signed-off-by: Michael Niedermayer <[email protected]>
| e78d1a594a0a4942b2c39170df10b9f36f9b8d08 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e78d1a594a0a4942b2c39170df10b9f36f9b8d08 | 2011-09-15 23:01:04+02:00 |
Revert "Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel."
This reverts commit 9104cd5161ec7cb31361f3dabd73a8a813d4f7d0.
Revert requested by ramiro
Conflicts:
configure
| 1294ae6f9409f26cc3df98b93281ed42a5da642b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1294ae6f9409f26cc3df98b93281ed42a5da642b | 2011-09-13 23:56:13+02:00 |
xan: Add some buffer checks
| 0872bb23b4bd2d94a8ba91070f706d1bc1c3ced8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0872bb23b4bd2d94a8ba91070f706d1bc1c3ced8 | 2011-09-12 11:18:57-07:00 |
Check for invalid packet size in the smacker demuxer.
Signed-off-by: Martin Storsjö <[email protected]>
| e055932f5636a82275837968eea9c8fcb5bca474 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e055932f5636a82275837968eea9c8fcb5bca474 | 2011-09-12 23:43:52+03:00 |
lavfi: complain and exit for invalid named values in ff_parse_packing_format()
| a7196795613f2cd416cf2c51c767a1125e27b057 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a7196795613f2cd416cf2c51c767a1125e27b057 | 2011-08-16 17:00:49+02:00 |
100l: fix parentheses placement when checking for ret < 0
| d5d74cf5307ba606182dbaac568f06bf20d76eff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d5d74cf5307ba606182dbaac568f06bf20d76eff | 2011-08-08 23:41:50-07:00 |
avconv: rescue poor abused limit_filesize global.
Keep a per-OutputFile instance of it, thus making -fs work with multiple
output files.
Signed-off-by: Alex Converse <[email protected]>
| f21f294e05a6f0a06910236707bdfc82b4432487 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f21f294e05a6f0a06910236707bdfc82b4432487 | 2011-08-19 15:34:24-07:00 |
lavfi: add avfilter_all_channel_layouts public symbol
This list is mainly useful to be directly used as a parameter by the
audio sink buffer, when there is no need to force a specific channel
layout.
The list of formats is generated programmatically, and avoids channel
layouts not supported by libavfilter (with more than 8 channels).
We preferred to avoid compile-time generation in order to avoid some
unnecessary complexity (build hacks, generating code maintainance
etc.).
A more compact way to express this list through the use of macros
should be possible when libavfilter will support more than 8 channels,
as there will be no need to filter out channel layouts with more than
8 channels.
See thread:
Subject: [FFmpeg-devel] [PATCH] lavfi: add ff_all_channel_layouts internal symbol
Date: Sat, 20 Aug 2011 15:33:16 +0200
| ea8de109af46ae8e6751217977ae8f7becf94ba5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea8de109af46ae8e6751217977ae8f7becf94ba5 | 2011-09-16 00:46:41+02:00 |
rv30: return AVERROR(EINVAL) instead of EINVAL
On some platforms EINVAL could be positive, ensure we return negative values.
| e5985185d2eda942333ebbb72bd7d043ffe40be7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e5985185d2eda942333ebbb72bd7d043ffe40be7 | 2011-07-21 14:26:06+02:00 |
mpeg1video: don't abort if thread_count is too high.
Instead, just decrease it to a valid value and use that.
Signed-off-by: Ronald S. Bultje <[email protected]>
| f98c9fb27de84dc4f6123537b754eb2fe1a80c02 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f98c9fb27de84dc4f6123537b754eb2fe1a80c02 | 2011-07-09 10:13:57-07:00 |
wav: refactor the 'fmt ' tag search and parsing.
Moving the search and parsing of the 'fmt ' info the main loop of
wav_read_header() allows tags that precede it to be parsed. Creating
wav_parse_fmt_tag() makes wav_read_header() easier to read.
Signed-off-by: Anton Khirnov <[email protected]>
| 7f84055e2d3814972a61515da7f1d2659b185ea0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7f84055e2d3814972a61515da7f1d2659b185ea0 | 2011-07-13 11:57:51+02:00 |
Revert "Do not decode RV30 files if the extradata is too small"
This commit is plain wrong, theres no reason to error out at this point nor is the
error value guranteed to be negative as it should be
This reverts commit 289c60001fb0a9a1d7a97c876d8a42b84c6874ac.
| fc096e2e861e821a743bf9c42abee0fb41fff5d6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fc096e2e861e821a743bf9c42abee0fb41fff5d6 | 2011-07-17 14:20:52+02:00 |
gif: add loop private option.
Deprecate AVFormatContext.loop_output.
| d31e3f7ccc5d1e198b3a582f4413ce7342928d8c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d31e3f7ccc5d1e198b3a582f4413ce7342928d8c | 2011-07-08 18:39:56+02:00 |
swscale: override the lack of the accurate rounding flag when needed for dither.
Signed-off-by: Michael Niedermayer <[email protected]>
| ba91bf58cd8bab4de55ec31ffcdf6cc71f7e5e42 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ba91bf58cd8bab4de55ec31ffcdf6cc71f7e5e42 | 2011-06-05 04:47:48+02:00 |
configure: report optimization for size separately
This removes an unsightly override of the 'optimizations' setting
only to make the configure report print 'small' when --enable-small
is used.
Signed-off-by: Mans Rullgard <[email protected]>
| f082a0fb420f0367bdd00219fd0fe8fe3caf7bc7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f082a0fb420f0367bdd00219fd0fe8fe3caf7bc7 | 2011-06-21 20:47:10+01:00 |
Add lavfi-pixfmts LE tests.
The corresponding lavfi-pixfmts BE tests are not yet added, as there
are some bugs in the scaler (scaling rgba, argb, bgra, abgr, yuva420p)
which result in differences with the LE reference, and I cannot
visually check the generated files on BE.
Originally committed as revision 24657 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 213a4cbb396ff610001a26052a652e3f68aa632a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/213a4cbb396ff610001a26052a652e3f68aa632a | 2010-08-01 23:20:46+00:00 |
nsv: Fix misdetection of MP3 files as NSV.
If an MP3 file contains the string NSVs, the NSV probe will confuse it for an
NSV file. Check for 0xBEEF after a Video/Audio chunk to achieve more accuracy.
Signed-off-by: Diego Biurrun <[email protected]>
| 45faf7fcd335b91e41b0e3ba4e397a9640d8c694 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/45faf7fcd335b91e41b0e3ba4e397a9640d8c694 | 2011-05-12 11:32:39+02:00 |
Fix bink audio playback outside of FFmpeg.
There are 2 known Bink audio codecs. Additionally they have
a different flavor if they are found inside Bink-b "BIKb" file.
In order to guess the correct flavor, the demuxer sets the audio
codec_tag to be the same as the file format tag.
This causes problem because same tag is used for both audio codecs.
The hack works in FFmpeg because audio codecs are identified by their
codec_id, but other players rely on standard behavior.
This fix removes the codec_tag hack and instead uses artificial
extradata format to signal the codec flavor. This would also
allow proper embedding of Bink audio in other containers.
Signed-off-by: Ivan Kalvachev <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 093768c9a4855b82c13124f835b655dd70883012 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/093768c9a4855b82c13124f835b655dd70883012 | 2011-06-20 23:28:55+02:00 |
DPX decoder: add buffer size checks.
| 3777ea13fbf690003f8b0d83a8bffb6e1d71c3df | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3777ea13fbf690003f8b0d83a8bffb6e1d71c3df | 2011-05-01 19:35:55+02:00 |
doc: Check standalone compilation before submitting new components.
| af1ca249e8eb685823dd0dade3aa3c1d119a61ec | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af1ca249e8eb685823dd0dade3aa3c1d119a61ec | 2011-05-04 21:12:42+02:00 |
Use av_set_pts_info to set time_base.
Also remove useless assignments of 0, the priv
context is initialized to 0.
| 3c10843f15badfb300b32e77cb476a851641a0be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3c10843f15badfb300b32e77cb476a851641a0be | 2011-04-16 17:51:00+02:00 |
If AVCodecContext.channel_layout and AVCodecContext.channels are both
non-zero, check to make sure they do not contradict eachother.
| 168f9e8c40cf383802c8c8059f283a6ea789ec1e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/168f9e8c40cf383802c8c8059f283a6ea789ec1e | 2011-04-27 12:57:43-04:00 |
rtp: Rename the open/close functions to alloc/free
This avoids clashes if we internally want to override the global
open function.
Signed-off-by: Martin Storsjö <[email protected]>
| 9261e6cf3fe579fa02a96761c8e81a77bb3d8b2e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9261e6cf3fe579fa02a96761c8e81a77bb3d8b2e | 2011-04-24 00:05:37+03:00 |
Only make buffer smaller in fill_buffer() if read_packet() is set.
Fixes a possible invalid free().
| 02fd687bbe15b6a3859532898c5d90bc7fa181d6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/02fd687bbe15b6a3859532898c5d90bc7fa181d6 | 2011-04-04 16:43:15+02:00 |
patch checklist:Remove pointless checkheaders comment, its just a waste of time
Signed-off-by: Michael Niedermayer <[email protected]>
| a3b718436510c0e0930431a8a5255bcf4d4b4068 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a3b718436510c0e0930431a8a5255bcf4d4b4068 | 2011-04-03 03:18:06+02:00 |
add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct
Call this new function before decode() to replace the custom and
inconsistant initialization in various decoders.
This function is equivalent to avcodec_get_frame_defaults() for AVFrame.
Signed-off-by: Aurelien Jacobs <[email protected]>
| 3ee8ca9b0894df3aaf5086c643283cb58ef9763d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ee8ca9b0894df3aaf5086c643283cb58ef9763d | 2011-04-11 23:27:50+02:00 |
libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed
Also rename the incorrectly named enc_bitrate to enc_mode, use the
enc_bitrate variable for storing the last chosen bitrate.
This avoids continuous warning log messages if not using an
exactly matching bitrate, while still allowing changing bitrate
at any point.
Signed-off-by: Martin Storsjö <[email protected]>
| 3dd82afc748df0f1c49b76e1cd4ea6e35b1001a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3dd82afc748df0f1c49b76e1cd4ea6e35b1001a5 | 2011-04-14 00:31:34+03:00 |
binkaudio: remove unnecessary loop
decode_init sets bands[0] == 2, so this loop always sets the band table
index (k) to zero.
Signed-off-by: Ronald S. Bultje <[email protected]>
(cherry picked from commit a304def1dca50d63bf2a39651f84792980db3508)
| 408ee5a90c4accae5f2dd522c8868a7a2056fa9a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/408ee5a90c4accae5f2dd522c8868a7a2056fa9a | 2011-02-26 03:16:06+01:00 |
VC1: merge idct8x8, coeff adjustments and put_pixels.
Merging these functions allows merging some loops, which makes the
results (particularly after SIMD optimizations) much faster.
(cherry picked from commit f8bed30d8b176fa030f6737765338bb4a2bcabc9)
| 6a786b15c34765ec00be3cd808dafbb041fd5881 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a786b15c34765ec00be3cd808dafbb041fd5881 | 2011-02-22 02:44:36+01:00 |
VC1: inline vc1_put_block() in vc1_decode_i_blocks().
Advantage is that it allows us to combine several loops into a single
one, and these can eventually be merged into the IDCT itself. Also, it
allows us to remove vc1_put_block(), and makes CODEC_FLAG_GRAY faster.
(cherry picked from commit bbfd2e7ab4e2ae0b934657fe51afdbbbaead52b7)
| 713f490467e0d4b64e4d2e8f5ee98034235d2010 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/713f490467e0d4b64e4d2e8f5ee98034235d2010 | 2011-02-22 02:44:35+01:00 |
Hack libmpcodecs to make it buildable.
| 3be78f7ecdbfaed8d4c9760676eb6d92ab600e38 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3be78f7ecdbfaed8d4c9760676eb6d92ab600e38 | 2011-01-20 00:59:30+01:00 |
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
6% faster SSE FFT on Conroe, 2.5% on Penryn.
Signed-off-by: Janne Grunau <[email protected]>
(cherry picked from commit e6b1ed693ae4098e6b9eabf938fc31ec0b09b120)
| 11ab1e409ff272c8c0bce62f48a3767546547c6c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11ab1e409ff272c8c0bce62f48a3767546547c6c | 2011-02-14 23:58:19+01:00 |
configure: better test for mktemp
Some variants of mktemp require a template, so provide one when
checking for the command. We already supply a template in the
subsequent uses of mktemp.
Thanks to Michael Kostylev.
Signed-off-by: Mans Rullgard <[email protected]>
(cherry picked from commit a210bce298281aa08516893580089d102afb2e4d)
| 727a20cb6087607fcf15119efd23378dbbce8698 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/727a20cb6087607fcf15119efd23378dbbce8698 | 2011-01-23 19:32:06+01:00 |
Make opt_audio_sample_fmt() abort in case of invalid sample format
name.
Originally committed as revision 26335 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6c18f1cda2e2b2471ebf75d30d552cb0cb61b6ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c18f1cda2e2b2471ebf75d30d552cb0cb61b6ad | 2011-01-14 20:58:51+00:00 |
Make mpeg4 encoder log a more explicit error message when the timebase
is not valid.
Originally committed as revision 26223 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2d777bb7a20041ac0564ffef85bf40619af8ccd1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2d777bb7a20041ac0564ffef85bf40619af8ccd1 | 2011-01-05 11:36:43+00:00 |
aacdec: remove checks for impossible error conditions
Originally committed as revision 24097 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 38b04109028fdeb4009f74e7467f90f3083a897a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/38b04109028fdeb4009f74e7467f90f3083a897a | 2010-07-07 20:23:56+00:00 |
Limit av_log repeat detection to terminals so as to avoid filling files with
lots of mess.
Originally committed as revision 25117 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c157fe63567450ac46f5110a5d2660f038551796 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c157fe63567450ac46f5110a5d2660f038551796 | 2010-09-14 00:17:58+00:00 |
psdec: IPD/OPD reset is no longer needed by the context initializer.
Originally committed as revision 23670 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e90e1f558a194ef75e396ac9ae5128be03e66362 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e90e1f558a194ef75e396ac9ae5128be03e66362 | 2010-06-20 22:13:43+00:00 |
matroskaenc: Check that tracks was allocated
Originally committed as revision 23477 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d06735a34a053160adbf1ae7f83e340c1628f2bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d06735a34a053160adbf1ae7f83e340c1628f2bf | 2010-06-04 22:41:06+00:00 |
Initialize the http connection in http_seek, too
This makes url_fsize return correct values for delay opened connections
that have not yet been initialized.
This fixes using the image2 demuxer with http sources.
Originally committed as revision 23546 to svn://svn.ffmpeg.org/ffmpeg/trunk
| bdb57a9198993a6c1fb9175d2e94083ad8ee0380 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bdb57a9198993a6c1fb9175d2e94083ad8ee0380 | 2010-06-09 08:29:51+00:00 |
cosmetics, rename loop to frame_available
Originally committed as revision 23092 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d21f58b52d8c901487baa796d8568cb31b3b56ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d21f58b52d8c901487baa796d8568cb31b3b56ca | 2010-05-11 17:25:18+00:00 |
Make two functions out of #define hackery.
Patch by Sebastian Vater, cdgs D basty A googlemail
Originally committed as revision 22970 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 687dc3555db2fef2d649374d421ea95eeab93078 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/687dc3555db2fef2d649374d421ea95eeab93078 | 2010-04-26 22:00:57+00:00 |
Split out http authentication handling into a separate file
This prepares for adding support for more authentication methods
Originally committed as revision 22660 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9405f733d90f64ee45f47a253056c09caa7bf838 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9405f733d90f64ee45f47a253056c09caa7bf838 | 2010-03-24 22:32:05+00:00 |
Use url_write(), not http_write(), for sending the HTTP headers. This prevents
them from being sent using chunked encoding (I don't think this ever happened,
but either way it would be wrong).
Originally committed as revision 23664 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f37246952a65c675c1e4a229ea95a0f82f32b084 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f37246952a65c675c1e4a229ea95a0f82f32b084 | 2010-06-20 21:38:16+00:00 |
oggdec: Check that we have a codec in gptopts (needed for skeleton)
Originally committed as revision 22456 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 296bdf9cf1ab6689a9db14ee53e29a10e94a6578 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/296bdf9cf1ab6689a9db14ee53e29a10e94a6578 | 2010-03-11 07:17:36+00:00 |
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
AVERROR_NOFMT in case of invalid / unknown packet size.
Originally committed as revision 22624 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e4445e9c788e15af50616a42106209a9dca60e96 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e4445e9c788e15af50616a42106209a9dca60e96 | 2010-03-21 16:34:01+00:00 |
Fix build on configurations without fast av_log2()
This is a bit hackish. I will try to think of something nicer, but
this will do for now.
Originally committed as revision 22366 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b90b1b4c3c519d66146cf8a3ae16ba4c245f0a72 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b90b1b4c3c519d66146cf8a3ae16ba4c245f0a72 | 2010-03-09 01:19:28+00:00 |
Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that
negative values, e.g. SAMPLE_FMT_NONE (-1), are read correctly also.
Originally committed as revision 22585 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a7a85dc4c2e3fa818573ab1adc547758fe95b539 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a7a85dc4c2e3fa818573ab1adc547758fe95b539 | 2010-03-17 15:14:18+00:00 |
Don't explicitly initialize networking in the tcp and udp protocols
Networking is always initialized when opening protocols.
Originally committed as revision 22227 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 814c56413dc1656d16bda75614e7b5c4fbbbcb9a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/814c56413dc1656d16bda75614e7b5c4fbbbcb9a | 2010-03-05 22:38:48+00:00 |
Use two separate memory arguments since 8+() is invalid gas syntax
Originally committed as revision 21360 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1f630b97178cdf1637c96f0eecd0975cde30bb7c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1f630b97178cdf1637c96f0eecd0975cde30bb7c | 2010-01-21 09:46:57+00:00 |
fix intra prediction modes with inter-MB neighbors,
the old sample clips are in violation of the 2006 spec
Originally committed as revision 21883 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3cc3581dc029b9a84df61ac8797fae0bf4a05a3f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3cc3581dc029b9a84df61ac8797fae0bf4a05a3f | 2010-02-18 18:23:48+00:00 |
configure: inlcude sys/types.h when checking sys/socket.h
Silly BSD systems need this despite POSIX requiring nothing of the
kind. Any system with sys/socket.h should also have sys/types.h,
so this is unlikely to break anything, and we already do this in
another place.
Originally committed as revision 21326 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ff6e82a968c02d01ff9c5fb891b56af12a0f650c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ff6e82a968c02d01ff9c5fb891b56af12a0f650c | 2010-01-19 15:59:04+00:00 |
Check for struct addrinfo availability. Patch by Martin Storsjö
<$firstname()$firstname,st>.
Originally committed as revision 21144 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c0018613513f283138e3afa7dc5438993d635bea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c0018613513f283138e3afa7dc5438993d635bea | 2010-01-11 17:17:01+00:00 |
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
Untested, i do not have a sample.
Originally committed as revision 20348 to svn://svn.ffmpeg.org/ffmpeg/trunk
| df84d7d9bdf6b8e6896c711880f130b72738c828 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df84d7d9bdf6b8e6896c711880f130b72738c828 | 2009-10-22 18:43:08+00:00 |
Reindent after removing the outer for loops in the execute2 patch
Originally committed as revision 20212 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b5ca9cd36fbfbbac95396c12e8e2d1e01cd7039f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b5ca9cd36fbfbbac95396c12e8e2d1e01cd7039f | 2009-10-12 14:46:53+00:00 |
Replace cabac checks in inline functions from h264.h with constants.
No benchmark because its just replacing variables with litteral constants
(so no risk for slowdown outside gcc silliness) and i need sleep.
Originally committed as revision 21237 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ddd60f28d8f4baaf70a21f44c07b6ceac00cea05 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ddd60f28d8f4baaf70a21f44c07b6ceac00cea05 | 2010-01-16 05:41:33+00:00 |
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
It is used by both encoders and decoders and should not be below
a CONFIG_ENCODERS preprocessor check.
Originally committed as revision 20980 to svn://svn.ffmpeg.org/ffmpeg/trunk
| df8d98c4dd0853d92a16b1715d4e8abf19feabd8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df8d98c4dd0853d92a16b1715d4e8abf19feabd8 | 2009-12-30 16:08:47+00:00 |
Move dnxhdenc to execute2 multithreading API.
This allows for some simplifications like removing some outer loops
and gives much better performance for thread_count > number of idle CPUs.
Originally committed as revision 20211 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2a1294b9784c9c88264de8eaf9804e17fefa085a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2a1294b9784c9c88264de8eaf9804e17fefa085a | 2009-10-12 14:43:57+00:00 |
Check for packet_length 0, it is already treated as invalid by the padding check,
but that resulted in a confusing/wrong error message.
Originally committed as revision 19361 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 96f0731a26cd417f4dc113fe7324c276e60a99bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/96f0731a26cd417f4dc113fe7324c276e60a99bd | 2009-07-06 17:08:32+00:00 |
mlpdec: Validate num_primitive_matrices.
Originally committed as revision 18650 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 309616b2490d5504fe95fc0d71d2001a5ac27768 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/309616b2490d5504fe95fc0d71d2001a5ac27768 | 2009-04-21 22:32:50+00:00 |
PPC: check for x-form asm constraint support
Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cc078b5d8f79a05f9475290323e0ea63ba7563d6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cc078b5d8f79a05f9475290323e0ea63ba7563d6 | 2009-04-18 13:57:30+00:00 |
mlpdec: Validate non-restart bit from the substream header.
Originally committed as revision 18336 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cc9c5126387a1d8093ca8cc1df6ab2c535c35dba | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cc9c5126387a1d8093ca8cc1df6ab2c535c35dba | 2009-04-05 20:46:53+00:00 |
Check combined depth and number of components in TIFF decoder, thus eliminating
additional checks for each depth (like 48-bit gray vs. 48-bit RGB)
Originally committed as revision 19076 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9706d1c766b609961bea44d475c84c01b7ee10a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9706d1c766b609961bea44d475c84c01b7ee10a5 | 2009-06-02 15:31:51+00:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.