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
⌀ |
---|---|---|---|---|---|---|---|
rv10: check size of s->mb_width * s->mb_height
If it doesn't fit into 12 bits it triggers an assertion.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
| 66624ed6319cb1a959256fe1a717fec5b748fbfa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/66624ed6319cb1a959256fe1a717fec5b748fbfa | 2015-03-05 14:49:16+01:00 |
avcodec/dca_parser: Extend DTS core sync word and fix existing check
Check extended sync word for 16-bit LE and BE core streams to reduce
probability of alias sync detection. Previously sync word extension was
checked only for 14-bit streams (and this check did not properly work
across buffer boundary).
Use 64-bit parser state to make extended sync word detection work across
buffer boundary.
This is sufficient to make the sample in ticket #4492 parse
successfully.
Signed-off-by: Michael Niedermayer <[email protected]>
| e80b2b9c81716a5d9f559c04cfe69d76b04e4cd3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e80b2b9c81716a5d9f559c04cfe69d76b04e4cd3 | 2015-04-29 17:08:48+02:00 |
avcodec/aacenc: Fix sample rate check
Fixes out of array read
Fixes CID1257803, CID1257797, CID1257789, CID1257786
Signed-off-by: Michael Niedermayer <[email protected]>
| 704c980294aa8d442636e3a51121b74a6eb366bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/704c980294aa8d442636e3a51121b74a6eb366bf | 2015-02-22 22:29:09+01:00 |
swscale/utils: add asserts to check filterpos
Signed-off-by: Michael Niedermayer <[email protected]>
| fb8e5044b420d4f7409a3bf2cc5498e8302882be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fb8e5044b420d4f7409a3bf2cc5498e8302882be | 2015-02-24 01:00:24+01:00 |
Revert "avformat/mov: Bypass av_add_index_entry()"
Next commit will revert the PTS seeking so this is not needed anymore
This reverts commit 38e641a060e0c00930851a8053ca96250b3ecccc.
Signed-off-by: Michael Niedermayer <[email protected]>
| 82fe4072ea4251d47167017b3223928279a5abab | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/82fe4072ea4251d47167017b3223928279a5abab | 2015-03-02 20:46:17+01:00 |
avutil/sha: Protect macro arguments with ()
Signed-off-by: Michael Niedermayer <[email protected]>
| e0be5c4fbedd3c27ef784807e0981b1085c656bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e0be5c4fbedd3c27ef784807e0981b1085c656bd | 2015-02-18 22:50:41+01:00 |
avcodec/ac3: add () to protect the macro arguments
Signed-off-by: Michael Niedermayer <[email protected]>
| cb9d40451cb2f9d863355f76aa62ef8e5fcf4960 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cb9d40451cb2f9d863355f76aa62ef8e5fcf4960 | 2015-02-16 23:59:39+01:00 |
avcodec/bmvvideo: Add () to protect NEXT_BYTE() argument
Signed-off-by: Michael Niedermayer <[email protected]>
| 17a62cbcb9ee98774797334095ed46780406752e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/17a62cbcb9ee98774797334095ed46780406752e | 2015-02-16 23:09:09+01:00 |
ogg: check memory allocations
Bug-Id: CID 1257795
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| b4cda0a999facbddacb95861a67ff61074edc39b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b4cda0a999facbddacb95861a67ff61074edc39b | 2015-02-15 18:20:54+01:00 |
rtpdec_h264: Remove an unnecessary check
If src_len is too small for nal_size, we already print a warning
above, and the next step is to check the while loop condition
anyway, so this one serves no purpose.
Signed-off-by: Martin Storsjö <[email protected]>
| a335ed767161c6da2815371177cfd5e40f78e5b7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a335ed767161c6da2815371177cfd5e40f78e5b7 | 2015-02-20 19:29:58+02:00 |
audioconvert: Add missing include for FF_API_AUDIO_CONVERT
Fixes warning in `make checkheaders`.
Signed-off-by: Michael Niedermayer <[email protected]>
| 5081012eb88b061f77b319f9121d0670da99af54 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5081012eb88b061f77b319f9121d0670da99af54 | 2015-02-06 19:07:29+01:00 |
avcodec/svq1enc: Check memory allocations
Signed-off-by: Michael Niedermayer <[email protected]>
| 2a3af77284412b56eb0085f4b97d9db5aa04a64f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2a3af77284412b56eb0085f4b97d9db5aa04a64f | 2015-01-18 21:21:44+01:00 |
avformat/hlsenc: more robust error tests
errors are negative throughout ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
| aa6545e1f30e6f0aa7ad7498f524190b978b4e02 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aa6545e1f30e6f0aa7ad7498f524190b978b4e02 | 2015-01-11 05:17:44+01:00 |
mov: Do not compute negative SAR values
This partially reverts cf70ba37ba74089a18295b29e77dead0a3222c9e, since
it didn't take into account when rotation is 0, but there is another
valid operation (eg. translation) in the matrix.
Found-by: Michael Niedermayer <[email protected]>
| 4c5fa628da099dbb598c93bc4555b8733d2c3035 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4c5fa628da099dbb598c93bc4555b8733d2c3035 | 2015-01-23 14:54:59+00:00 |
takdec: check av_samples_get_buffer_size() return value
CC: [email protected]
Bug-Id: CID 747734
| 5ac06633cb63fcc51f2471a3478b44d3f010b16b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5ac06633cb63fcc51f2471a3478b44d3f010b16b | 2014-12-18 23:27:14+01:00 |
avformat/asfenc: replace != 0 error check by <0
Signed-off-by: Michael Niedermayer <[email protected]>
| 4b45aa517c30091c20b75f1fd12f3607a679b841 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b45aa517c30091c20b75f1fd12f3607a679b841 | 2014-12-20 01:48:26+01:00 |
Include config.h from huffyuvdsp.h.
Fixes a warning about undefined HAVE_BIGENDIAN when running make checkheaders.
| 20f3cdf0c894a874fad5d76358fde6294acedeed | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/20f3cdf0c894a874fad5d76358fde6294acedeed | 2014-11-25 02:00:27+01:00 |
avcodec/pngdec: use memcpy instead of byte loops for P frames.
Rely on the way memcpy is optimized for one's system instead of looping
on a byte buffer for buffer copies to handle P frames.
Tested-by: Christophe Gisquet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 0f6931f4b60cf1e65fd9a5da791c8ee913053f52 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f6931f4b60cf1e65fd9a5da791c8ee913053f52 | 2014-12-04 17:01:04+01:00 |
ffserver_config: set defaults basing on absence of set value
This prevents the situation when user set option to 0 and ffserver
threats it as not set value, so applies the default.
Signed-off-by: Lukasz Marek <[email protected]>
| 2f4233614a7fbe176b81de0ef14bf38bad8e6693 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2f4233614a7fbe176b81de0ef14bf38bad8e6693 | 2014-12-02 21:58:34+01:00 |
swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()
This avoids out of array accesses
Should fix Ticket3451
Signed-off-by: Michael Niedermayer <[email protected]>
| 4388e78a0f022c8572996f9ab568a39b5f716f9d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4388e78a0f022c8572996f9ab568a39b5f716f9d | 2014-11-20 01:20:31+01:00 |
ansi: check ff_set_dimensions return value
CC: [email protected]
Bug-Id: CID 1135737
| 994ab1804b8bf532f44876927b07b51f1f63247f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/994ab1804b8bf532f44876927b07b51f1f63247f | 2014-11-13 01:41:27+01:00 |
dcadec: initialize variables before use
CC: [email protected]
Bug-Id: CID 700751 / CID 700752
| d5d2d6c3b8cff61eb26c18bbd977881cf6d5524a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d5d2d6c3b8cff61eb26c18bbd977881cf6d5524a | 2014-11-13 01:41:26+01:00 |
ffserver: drop pointless explicit !=0 checks
Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
| 33d6f90e3e0241939ea0be9ca9e1f335942081c8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/33d6f90e3e0241939ea0be9ca9e1f335942081c8 | 2014-11-16 20:25:55-03:00 |
oggenc: remove unneeded null check
The code would have segfaulted before if oggstream were NULL.
CC: [email protected]
Bug-Id: CID 732218
| b3d11437ca55d81eeb10c923343ad69b73895fa8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b3d11437ca55d81eeb10c923343ad69b73895fa8 | 2014-10-29 16:54:37+00:00 |
rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess
Currently, when streaming to an RTMP server, any time a packet of type
RTMP_PT_NOTIFY is encountered, the packet is prepended with @setDataFrame
before it gets sent to the server. This is incorrect; only packets for
onMetaData and |RtmpSampleAccess should invoke @setDataFrame on the RTMP
server. Specifically, the current bug manifests itself when trying to
stream onTextData or onCuePoint invocations.
This fix addresses that problem and ensures that the @setDataFrame is
only prepended for onMetaData and |RtmpSampleAccess.
Since data is fed to the rtmp_write function in smaller pieces (depending
on the calling IO buffer size), we can't generally assume that the
whole packet (or even the whole command string) is available at once,
therefore we can only check the command string once the full packet
has been transferred to us for sending.
Based on a patch by Jeffrey Wescott.
Signed-off-by: Martin Storsjö <[email protected]>
| 01eac895ab350027467ffbe7278740f89ae8be75 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/01eac895ab350027467ffbe7278740f89ae8be75 | 2014-11-28 09:59:29+02:00 |
mxfdec: reduce loop bound in mxf_read_pixel_layout()
Makes coverity less confused and code more readable.
Bug-Id: CID 732262
| 11467ecf519788f2e2f49c63a17eb600e618489e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11467ecf519788f2e2f49c63a17eb600e618489e | 2014-10-27 19:08:02+00:00 |
mxfdec: Parse PreviousPartition in mxf_seek_to_previous_partition()
Without this patch the demuxer can get stuck in a loop if PreviousPartition
points somewhere where there's no PartitionPack, or if klv_read_packet() syncs
back up to the current partition.
This should fix Ticket3278 properly and unbreak Ticket4040.
Signed-off-by: Michael Niedermayer <[email protected]>
| 37c36861550f2a30f5bc6b9a4b18d34cb75da460 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/37c36861550f2a30f5bc6b9a4b18d34cb75da460 | 2014-10-28 18:58:59+01:00 |
avformat/mpegts: Continue parsing PMTs during duration estimation
This way if we by chance run into a valid PMT we have a more complete
set of streams, also do not reset streams in case we run into a worse
PMT
Fixes Ticket4046
alternatively Ticket4046 could be closed as invalid or wontfix as it contains
some PMTs which lack the 2 subtitle streams
Signed-off-by: Michael Niedermayer <[email protected]>
| db0471c40f0fb30355c07cca5fe7317ab6778b5a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/db0471c40f0fb30355c07cca5fe7317ab6778b5a | 2014-11-03 22:55:07+01:00 |
lavf: Don't drop both pts and dts if timestamps are invalid
In these cases, only drop dts. Because if we drop both we have no
timestamps at all for some files.
This improves playback of HLS streams from GoPro cameras.
Signed-off-by: Martin Storsjö <[email protected]>
| bd239c9a2e151c0aeeb653a571f130aae7320894 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd239c9a2e151c0aeeb653a571f130aae7320894 | 2014-10-12 01:32:52+03:00 |
hevc_mvs: initialize the temporal MV in case of missing ref
The caller expects the MV to always be initialized.
| 79a60c8e779242b5ba4c531b2c706c871e8e6420 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/79a60c8e779242b5ba4c531b2c706c871e8e6420 | 2014-10-07 07:12:55+00:00 |
avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks
Fixes out of array access
Fixes: asan_heap-oob_4da4f3_8_asan_heap-oob_4da4f3_419_scene1a.mm
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 8b0e96e1f21b761ca15dbb470cd619a1ebf86c3e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8b0e96e1f21b761ca15dbb470cd619a1ebf86c3e | 2014-10-03 14:46:43+02:00 |
avcodec/mjpegdec: check bits per pixel for changes similar to dimensions
Fixes out of array accesses
Fixes: asan_heap-oob_16668e9_2_asan_heap-oob_16668e9_346_miss_congeniality_pegasus_mjpg.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 5c378d6a6df8243f06c87962b873bd563e58cd39 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c378d6a6df8243f06c87962b873bd563e58cd39 | 2014-10-03 02:18:13+02:00 |
matroskaenc: write correct Display{Width, Height} in stereo encoding
should be the raw amount of pixels (for example 3840x1080 for full HD side by
side) and the DisplayWidth/Height in pixels should be the amount of pixels for
one plane (1920x1080 for that full HD stream)."
So, move the aspect ratio check in the mkv_write_stereo_mode() function
and always write the embl when stereo format and/or aspect ration is set.
Also add a few comments to that function.
CC: [email protected]
Found-by: Asan Usipov <[email protected]>
| 090c67d586e3916f9acc49e010b6389d07f97153 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/090c67d586e3916f9acc49e010b6389d07f97153 | 2014-10-27 18:21:35+00:00 |
hlsenc: Add parameter -hls_allow_cache
The -hls_allow_cache parameter enables explicitly setting the
EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates
whether the client MAY or MUST NOT cache downloaded media
segments for later replay.
Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE
will not show in the manifest for other values (or if
-hls_allow_cache is not used.
Signed-off-by: Martin Storsjö <[email protected]>
| 55f03d872640175a00bfa262da4652b7312b905f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/55f03d872640175a00bfa262da4652b7312b905f | 2014-10-03 20:20:28+03:00 |
avformat/img2dec: initialize pkt->pos for image pipes
Signed-off-by: Michael Niedermayer <[email protected]>
| 6d35aba167a2333367298fced3724b16261dcdf9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6d35aba167a2333367298fced3724b16261dcdf9 | 2014-09-25 17:16:14+02:00 |
ffmpeg: Copy extradata if it has been initialized later from the encoder
Fixes Ticket3909
Signed-off-by: Michael Niedermayer <[email protected]>
| ab84effdeda931a74d8503891488ed538619a5d3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ab84effdeda931a74d8503891488ed538619a5d3 | 2014-09-07 03:13:44+02:00 |
a64: Return correct error code on invalid data stream
Signed-off-by: Diego Biurrun <[email protected]>
| 0528226a05cc08b74197547fba0b1939bf68990d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0528226a05cc08b74197547fba0b1939bf68990d | 2014-08-14 01:22:47-07:00 |
ffmpeg: remove 32 channel limit from audio_channels_map
Signed-off-by: Michael Niedermayer <[email protected]>
| d3a22491c736588ee1e94a240bbe9e35bbb8d88a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d3a22491c736588ee1e94a240bbe9e35bbb8d88a | 2014-08-15 05:38:47+02:00 |
ffserver: initialize pbuffer in prepare_sdp_description()
also check pbuffer before use
Found-by: CSA
Reviewed-by: Stefano Sabatini <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 1d8d21b90ab91aa471f369e0f9d1ea20fb40733b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1d8d21b90ab91aa471f369e0f9d1ea20fb40733b | 2014-08-02 18:32:37+02:00 |
rtpdec_hevc: do not print an error message if the received packet has a valid header but lacks additional bytes as payload
Signed-off-by: Michael Niedermayer <[email protected]>
| dcdc1cbf4321071b933e14d59afc518321d2450a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dcdc1cbf4321071b933e14d59afc518321d2450a | 2014-09-21 15:07:26+02:00 |
configure: Check for nanosleep in headers as well, not only in libs
On mingw64 with c++11 support, the link libraries do contain a
nanosleep function, while it isn't exposed via the headers. Using
check_func_headers instead of a plain check_func fixes this
misdetection.
Suggested-by: Hendrik Leppkes <[email protected]>
See: [FFmpeg-devel] [PATCH] fix: 'make' with mingw32
Signed-off-by: Michael Niedermayer <[email protected]>
| 223c374a9d977fdfe9af94858693c632f644aac7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/223c374a9d977fdfe9af94858693c632f644aac7 | 2014-08-12 11:25:05+02:00 |
build: Support executable only ldflags
The options is useful to build position-independent executables on
hardened systems (e.g. Android L and Gentoo Hardened).
| bb0babd7054bed7edfd9f4d6b20cdba864de1830 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bb0babd7054bed7edfd9f4d6b20cdba864de1830 | 2014-07-21 22:18:35+02:00 |
Fix make checkheaders for libavcodec/proresdsp.h.
| 5dcd43cd86668c8a97b1b3220737fe1b75ffaf72 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5dcd43cd86668c8a97b1b3220737fe1b75ffaf72 | 2014-07-18 19:05:07+02:00 |
stereo3d: add missing include guards
| 440842c4eb1d7709654ec97cd687663d11ef499c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/440842c4eb1d7709654ec97cd687663d11ef499c | 2014-06-19 17:31:49-04:00 |
avformat/nutenc: change check to match comment
The code appears to assume STABLE will never change
Signed-off-by: Michael Niedermayer <[email protected]>
| 45daae06fd6f05baddb897686a6fa90cda3abb49 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/45daae06fd6f05baddb897686a6fa90cda3abb49 | 2014-05-29 01:41:56+02:00 |
Check mp3 header before calling avpriv_mpegaudio_decode_header().
As indicated in the function documentation, the header MUST be
checked prior to calling it because no consistency check is done
there.
CC:[email protected]
| f2f2e7627f0c878d13275af5d166ec5932665e28 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f2f2e7627f0c878d13275af5d166ec5932665e28 | 2014-06-22 20:31:58-04:00 |
Do not allow writing invalid wav channel layouts by default.
Neither WMP nor QT play wav files with too large channel layouts.
Fixes ticket #3543.
| bf87d582b1cbbb5604d4e1521c4b674206e605a0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bf87d582b1cbbb5604d4e1521c4b674206e605a0 | 2014-04-09 23:21:38+02:00 |
avformat/utils: limit probe score in the id3 case only if there is a chance that data after the id3 tag will become available
Fixes ticket3327 (sample.mp3)
Signed-off-by: Michael Niedermayer <[email protected]>
| d05588e21e4744ae6a47192dc2da2844d6934a5d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d05588e21e4744ae6a47192dc2da2844d6934a5d | 2014-05-12 20:45:03+02:00 |
avcodec/jpeglsdec/ff_jpegls_decode_lse: check len field validity
Signed-off-by: Michael Niedermayer <[email protected]>
| 2773ab36cc6480ce77845df0b1d1e2f790c59cde | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2773ab36cc6480ce77845df0b1d1e2f790c59cde | 2014-04-09 23:12:44+02:00 |
sgi: check maximum supported resolution
Signed-off-by: Vittorio Giovara <[email protected]>
| e7cd53bf662a93330810981f1d057bdf2ead669e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e7cd53bf662a93330810981f1d057bdf2ead669e | 2014-04-01 01:13:18+02:00 |
configure: Always use -DOPJ_STATIC when checking for openjpeg
Unbreaks windows systems not providing pkgconf files.
Reported-By: Rafaël Carré <[email protected]>
| 0f0d1d056e1a3ad3db32b7d1a06286b2841e91b1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f0d1d056e1a3ad3db32b7d1a06286b2841e91b1 | 2014-03-23 01:14:31+01:00 |
avcodec/utils: check sar only when width/height are set
This fixes loosing the perfectly valid SAR when width=height=0
Signed-off-by: Michael Niedermayer <[email protected]>
| fe43facd659f4bf04871d7736701011ebad98932 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fe43facd659f4bf04871d7736701011ebad98932 | 2014-06-20 23:02:52+02:00 |
ffmpeg_opt: check that a subtitle encoder is available before auto mapping streams
Fixes Ticket3470
Signed-off-by: Michael Niedermayer <[email protected]>
| 25bcf24d4d0faf0191923be8afac8f67ca98b500 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/25bcf24d4d0faf0191923be8afac8f67ca98b500 | 2014-03-16 15:15:02+01:00 |
x86/dsputil: fix VECTOR_CLIP_INT32 macro
The inline loop was incrementing and using the value of %%i
the wrong way.
Disassembly of ff_vector_clip_int32_sse2 before and after
this patch:
movdqa (%rdx),%xmm0 | movdqa (%rdx),%xmm0
movdqa 0x10(%rdx),%xmm1 | movdqa 0x10(%rdx),%xmm1
movdqa 0x20(%rdx),%xmm2 | movdqa 0x20(%rdx),%xmm2
movdqa 0x30(%rdx),%xmm3 | movdqa 0x30(%rdx),%xmm3
[...] |
movdqa %xmm0,(%rcx) | movdqa %xmm0,(%rcx)
movdqa %xmm1,0x10(%rcx) | movdqa %xmm1,0x10(%rcx)
movdqa %xmm2,0x20(%rcx) | movdqa %xmm2,0x20(%rcx)
movdqa %xmm3,0x30(%rcx) | movdqa %xmm3,0x30(%rcx)
movdqa (%rdx),%xmm0 | movdqa 0x40(%rdx),%xmm0
movdqa 0x20(%rdx),%xmm1 | movdqa 0x50(%rdx),%xmm1
movdqa 0x40(%rdx),%xmm2 | movdqa 0x60(%rdx),%xmm2
movdqa 0x60(%rdx),%xmm3 | movdqa 0x70(%rdx),%xmm3
[...] |
movdqa %xmm0,(%rcx) | movdqa %xmm0,0x40(%rcx)
movdqa %xmm1,0x20(%rcx) | movdqa %xmm1,0x50(%rcx)
movdqa %xmm2,0x40(%rcx) | movdqa %xmm2,0x60(%rcx)
movdqa %xmm3,0x60(%rcx) | movdqa %xmm3,0x70(%rcx)
add $0x80,%rdx | add $0x80,%rdx
add $0x80,%rcx | add $0x80,%rcx
Other versions were unaffected.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 518cbf9b4a0a5d17e61fa9ee71330c02bd339f32 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/518cbf9b4a0a5d17e61fa9ee71330c02bd339f32 | 2014-05-23 22:59:55+02:00 |
avformat/movenc: assert that get_cluster_duration() value is valid
Signed-off-by: Michael Niedermayer <[email protected]>
| 20fa3fb93d0f3d3eab2b1f63a03168f492fae047 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/20fa3fb93d0f3d3eab2b1f63a03168f492fae047 | 2014-02-21 04:41:21+01:00 |
h264: Lower bound check for slice offsets
And use the value from the specification.
Sample-Id: 00000451-google
Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| f777504f640260337974848c7d5d7a3f064bbb45 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f777504f640260337974848c7d5d7a3f064bbb45 | 2014-02-20 18:58:38+01:00 |
configure: Group and sort function/struct/type checks
Group checks into logical groups and sort alphabetically within those groups
unless checks have close coupling. Keep closely coupled checks together.
| 07ea8a7e943ea6a7bdcd736e2fc3ed357dc15c57 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/07ea8a7e943ea6a7bdcd736e2fc3ed357dc15c57 | 2014-03-14 13:45:40+01:00 |
hevc: Reject impossible slice segment
A dependent slice cannot have address 0.
Prevent an out of array bound load in ff_hevc_cabac_init().
Sample-Id: 00001406-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 816e5b997028c8215c804b1e58b2388592ed612b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/816e5b997028c8215c804b1e58b2388592ed612b | 2014-02-01 17:04:49+01:00 |
avcodec/vmnc: Check that rectangles are within the picture
Prevents out of array accesses with CODEC_FLAG_EMU_EDGE
Signed-off-by: Michael Niedermayer <[email protected]>
| 6ba02602aa7fc7d38db582e75b8b093fb3c1608d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6ba02602aa7fc7d38db582e75b8b093fb3c1608d | 2014-01-20 18:46:37+01:00 |
ffmpeg: check ost->finished in reap_filters()
This avoids finished output streams continuing to receive frames
Signed-off-by: Michael Niedermayer <[email protected]>
| 7d91fb305e5468e0d911eb12e9b4ba65fbbb99ab | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7d91fb305e5468e0d911eb12e9b4ba65fbbb99ab | 2014-01-17 23:47:36+01:00 |
avcodec/hevc: make check for previous slice segment tighter
This ensures the previous one is matching the curent and not just any
Signed-off-by: Michael Niedermayer <[email protected]>
| 1a3ed056c523b4670e192301be15dbc521ec8353 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1a3ed056c523b4670e192301be15dbc521ec8353 | 2014-02-08 00:22:49+01:00 |
cavsdec: check ff_get_buffer() return value
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
| 4736d003fac30af4afd8390182f12f480ad78801 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4736d003fac30af4afd8390182f12f480ad78801 | 2014-01-06 08:22:48+01:00 |
arm: Allow overriding the alignment set in the function macro
The function macro always sets .align 2 before declaring the
function label (since 5c5e1ea3) and always sets the section to
.text (since 278caa6a).
The .align 5 before certain functions, added in fc252eba, were added
before .text and .align were added to the function macro and thus
became useless/unused when the function macro got them.
This restores the original intention, to align the loop entry
points.
Signed-off-by: Martin Storsjö <[email protected]>
| 5dae4872357613a0b51120b54a4c5221e0ec3f69 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5dae4872357613a0b51120b54a4c5221e0ec3f69 | 2014-01-07 19:29:56+02:00 |
avformat/mpegts: Continue parsing PMTs until at least 2 streams are found or 100kb are reached
This (ugly) hack fixes Ticket3348
If someone has an idea on how to fix this nicer, that would be very welcome
but the stream contains several PMTs with just one of the 2 streams at the start
Signed-off-by: Michael Niedermayer <[email protected]>
| 29986885ef7d87b009ed923fe721fbb6ccb9e398 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/29986885ef7d87b009ed923fe721fbb6ccb9e398 | 2014-01-29 05:44:03+01:00 |
vf_interlace: check one av_frame_clone allocation
| 3a16ec19d2426457419cb8a7304f97982699efda | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3a16ec19d2426457419cb8a7304f97982699efda | 2013-11-19 14:48:36+01:00 |
gifdec: check that the image dimensions are non-zero
Also add an error message an return a more suitable error code
(INVALIDDATA, not EINVAL);
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
| c453723ad7d14abc5e82677eebaa6025fa598f08 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c453723ad7d14abc5e82677eebaa6025fa598f08 | 2013-11-21 20:52:42+01:00 |
vorbisdec: Add missing checks
Rate and order must not be 0 even if the specification does not say that
explicitly.
| 5b47c19bfda92273ae49e83db26a565afcaed80a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b47c19bfda92273ae49e83db26a565afcaed80a | 2013-02-25 07:34:00+01:00 |
lavf/mux: Don't write "encoder" metadata tag when bitexact is requested
Since we don't write lavf's string when bitexact is requested, this will
prevent the tag from being copied from the source stream.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 618bdb7f580003012568573b3ce0551a789d2f60 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/618bdb7f580003012568573b3ce0551a789d2f60 | 2013-12-06 19:33:41+01:00 |
avcodec/ituh263dec: make while get_bits loop more robust by checking bits left
Signed-off-by: Michael Niedermayer <[email protected]>
| 810f9c5eaac277613cd855ae9b4b6e7977cda742 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/810f9c5eaac277613cd855ae9b4b6e7977cda742 | 2013-10-30 15:00:38+01:00 |
avcodec/vc1_parser: check ff_vc1_parse_frame_header*() return value
Fixed CID739860
Signed-off-by: Michael Niedermayer <[email protected]>
| 7eda2e524b8e2b645e0c62ccbe819594c03824cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7eda2e524b8e2b645e0c62ccbe819594c03824cd | 2013-10-27 13:28:08+01:00 |
lavd/pulse_audio_enc: more stream validation restrictive
So far pulse device picked up first audio stream and ignored others.
It is required to provide exactly one audio stream now.
Signed-off-by: Lukasz Marek <[email protected]>
| 7f5e75eea94020aaddeda1960186ceee73ca1c36 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7f5e75eea94020aaddeda1960186ceee73ca1c36 | 2013-10-27 21:45:32+01:00 |
h264_parser: Fix POC parsing for the case where MMCO_RESET is present.
Signed-off-by: Anton Khirnov <[email protected]>
| 4baba6c813b7a1f27370e20fb1a87b05fcb39208 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4baba6c813b7a1f27370e20fb1a87b05fcb39208 | 2013-10-15 20:02:55+02:00 |
movenc: Return a proper error code for invalid combinations
Signed-off-by: Martin Storsjö <[email protected]>
| f2b00a5372bfa1d82a8ab99cb8eafac8a9473494 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f2b00a5372bfa1d82a8ab99cb8eafac8a9473494 | 2013-09-22 21:02:52+03:00 |
http: Add an option for forcing basic authentication
The default is to autodetect the auth method. This does require one
extra request (and also closing and reopening the http connection).
For some cases such as HTTP POST, the autodetection is not handled
properly (yet).
No option is added for digest, since this method requires getting
nonce parameters from the server first and can't be used straight
away like Basic.
Signed-off-by: Martin Storsjö <[email protected]>
| eb8b05a3824a9fa85e20d603595ac8a3b83505d4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb8b05a3824a9fa85e20d603595ac8a3b83505d4 | 2013-10-13 12:59:03+03:00 |
avcodec/escape124: fix infinite loop
Remove can_safely_read() as its not really needed with
checked bitstream reader.
Fixes #2984.
Reported-by: Piotr Bandurski <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
| e494f44c051d7dccc038a603ab22532b87dd1705 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e494f44c051d7dccc038a603ab22532b87dd1705 | 2013-09-23 00:19:05+00:00 |
vqf: Make sure sample_rate is set to a valid value
This avoids divisions by zero later (and possibly assertions in
time base scaling), since an invalid rate_flag combined with an
invalid bitrate below could pass the mode combination test.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 9277050e2918e0a0df9689721a188a604d886616 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9277050e2918e0a0df9689721a188a604d886616 | 2013-09-29 18:46:21+03:00 |
avfilter/vf_psnr: avoid 64bit arithmetic in the inner loop
Signed-off-by: Michael Niedermayer <[email protected]>
| 68f328fcdd147a56c228abd6794a923f534138fb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/68f328fcdd147a56c228abd6794a923f534138fb | 2013-09-21 03:11:02+02:00 |
lavf: Avoid setting avg_frame_rate if delta_dts is negative
This avoids setting avg_frame_rate to invalid (negative)
values.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| ce67f442be0f6c4a8794272873852e256b5b8ee4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce67f442be0f6c4a8794272873852e256b5b8ee4 | 2013-09-22 21:02:52+03:00 |
mpegaudiodec: Validate that the number of channels fits at the given offset
This is similar to the fix in 35cbc98b.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| e9d61de96c113ee0ef8082833c7e682df0e23eec | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e9d61de96c113ee0ef8082833c7e682df0e23eec | 2013-09-19 22:44:18+03:00 |
avfilter/vidstabtransform: allow negative zoom.
This is useful in addition to crop=black.
Signed-off-by: Clément Bœsch <[email protected]>
| ad96482d67b24bbbf9808a30460e0d6c93d259dc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ad96482d67b24bbbf9808a30460e0d6c93d259dc | 2013-09-13 11:46:44+02:00 |
rv10: Validate the dimensions set from the container
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 5372cda67109848d22146289e401669266217e80 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5372cda67109848d22146289e401669266217e80 | 2013-09-19 11:08:54+03:00 |
vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 5e25fdbfe01635cfc650ac4adc27d434b2df0d64 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5e25fdbfe01635cfc650ac4adc27d434b2df0d64 | 2013-09-22 21:02:52+03:00 |
mxfenc: switch to av_reallocp_array() and check allocation errors
Signed-off-by: Anton Khirnov <[email protected]>
| 7684a36113fa12c88ba80b5498f05849a6b58632 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7684a36113fa12c88ba80b5498f05849a6b58632 | 2013-08-04 16:49:04+02:00 |
ff_flac_parse_picture: assert that len is within the array
The check that gurantees this isnt recognized by coverity for
example
Signed-off-by: Michael Niedermayer <[email protected]>
| 731f7eaaade4c0cf91f8008cc30c0342caa64df1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/731f7eaaade4c0cf91f8008cc30c0342caa64df1 | 2013-08-07 17:18:05+02:00 |
rtmpproto: Fix limelight authentication with abbreviated app names
When streaming to limelight, the app name is either a full
"appname/subaccount" or "appname/_definst_". In the latter case,
the app name can be simplified into simply "appname", but the
authentication hashing assumes the /_definst_ still to be present.
Signed-off-by: Martin Storsjö <[email protected]>
| 6454c44f9f74dbaed17d32cf0eaec185386c27fa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6454c44f9f74dbaed17d32cf0eaec185386c27fa | 2013-08-28 17:54:51+03:00 |
lavc: do not override format if neither text nor bitmap codec prop is set
Some decoders may output both, this way the decoder can set it.
Signed-off-by: Marton Balint <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 63c0113588d61d5ed045e1937c473770453c53be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/63c0113588d61d5ed045e1937c473770453c53be | 2013-07-27 23:03:00+02:00 |
avformat/matroskaenc: Only change chapter ids if needed.
This also fixes the case where negative chapter ids where input
And fixes the case where remuxing from mkv changed chapter ids
Found-by: Luca Barbato
Signed-off-by: Michael Niedermayer <[email protected]>
| 07704c61dd70daaa4c1a5dec7892f127881106b6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/07704c61dd70daaa4c1a5dec7892f127881106b6 | 2013-07-19 23:32:04+02:00 |
avcodec/qdm2: initialize sign_bits
Fixes non deterministic output
Signed-off-by: Michael Niedermayer <[email protected]>
| 8f09957194b8d7a3ea909647e22eaf1389b6f5c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8f09957194b8d7a3ea909647e22eaf1389b6f5c4 | 2013-07-10 16:21:33+02:00 |
retry_transfer_wrapper(): check for interrupt before operation
Signed-off-by: Michael Niedermayer <[email protected]>
| 34fd21120d8672357293cb83d8c9b770850db516 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/34fd21120d8672357293cb83d8c9b770850db516 | 2013-07-12 21:27:27+02:00 |
rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url
A separate rtcp port can already be set when opening the rtp
protocol normally, but when doing port setup as in RTSP (where
we first need to open the local ports and pass them to the peer,
and only then receive the remote peer port numbers), we didn't
check the same url parameter as in the normal open routine.
Signed-off-by: Martin Storsjö <[email protected]>
| ee37d5811caa8f4ad125a37fe6ce3f9e66cd72f2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ee37d5811caa8f4ad125a37fe6ce3f9e66cd72f2 | 2013-08-01 10:26:17+03:00 |
sonicenc: fix off by 1 error
Fixes out of array accesses
Signed-off-by: Michael Niedermayer <[email protected]>
| ddefb80c95d88e88aeb7bc938d58c0389bb83b78 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ddefb80c95d88e88aeb7bc938d58c0389bb83b78 | 2013-06-19 10:06:38+02:00 |
apetag: do not create invalid APE tags
APEv2 specifications forbids non-ascii keys.
Signed-off-by: Paul B Mahol <[email protected]>
| be5a55535edd96034ba012dae328075d10107b20 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/be5a55535edd96034ba012dae328075d10107b20 | 2013-05-29 14:01:15+00:00 |
mathops/x86: work around inline asm miscompilation with GCC 4.8.1
The volatile is not required here, and prevents a miscompilation with GCC
4.8.1 when building on x86 with --cpu=i686
Signed-off-by: Michael Niedermayer <[email protected]>
| 659df32a9d8984081ccd54adc3aee7daeb33388d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/659df32a9d8984081ccd54adc3aee7daeb33388d | 2013-06-21 12:47:03+02:00 |
lavc/pthread: remove obsolete checks
Those were useful when avcodec_thread_init() was a public functions. It
was deprecated and removed some time ago, so those checks are not needed
anymore.
| 30e256430eb88c6d4c382581b89bca171d79fbc0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/30e256430eb88c6d4c382581b89bca171d79fbc0 | 2013-05-17 07:44:40+02:00 |
lavfi: add two opencl headers to SKIPHEADERS.
Fix make checkheaders.
| d558e46469e031cbe08fb16dc200a8df9db6e143 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d558e46469e031cbe08fb16dc200a8df9db6e143 | 2013-04-30 00:34:58+02:00 |
ape_decode_value_3860: check k before using it in get_bits()
Signed-off-by: Michael Niedermayer <[email protected]>
| 60ab4480423769ac3db487aba5232b187036c7ea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/60ab4480423769ac3db487aba5232b187036c7ea | 2013-05-02 17:24:02+02:00 |
vc1dec: fieldtx is only valid for interlaced frame pictures
The fieldtx_plane is not cleared for interlaced fields.
Signed-off-by: Martin Storsjö <[email protected]>
| 1bd57a850a659ac0fcd235efe2191d0b3f1b5d54 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1bd57a850a659ac0fcd235efe2191d0b3f1b5d54 | 2013-05-14 12:44:09+03:00 |
rv10: check that extradata is large enough
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
| 01d376f598fe95478036f5d1e3e5e14ffe32d4bf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/01d376f598fe95478036f5d1e3e5e14ffe32d4bf | 2013-04-17 11:01:52+02:00 |
matroska: fix a corner case in ebml-lace parsing
Make sure we notice when the lace_size[n] is a negative value.
CC: [email protected]
| 8a96df7b70be509dae9ceec82d2c10a20361356d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a96df7b70be509dae9ceec82d2c10a20361356d | 2013-04-03 12:33:15+02:00 |
Revert "asfenc: return error on negative timestamp"
This reverts commit d1bec33b46091546c5b2e6815210e73f87abf413, it breaks
FATE.
| 3cd93cc7b898f83cc0c7ae35804dbe2cb6586af2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3cd93cc7b898f83cc0c7ae35804dbe2cb6586af2 | 2013-03-19 11:04:55+01:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.