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
⌀ |
---|---|---|---|---|---|---|---|
avformat/img2dec: Support -loop with pipes
Fixes Ticket3976
Signed-off-by: Michael Niedermayer <[email protected]>
| 684508ba15ca15d5d43f67bbed483ce5b6617f10 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/684508ba15ca15d5d43f67bbed483ce5b6617f10 | 2014-10-05 01:49:25+02:00 |
x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags
Previously there was a limit of two cpuflags.
Signed-off-by: Diego Biurrun <[email protected]>
| f629705b0239c80fddc1b0b15ed4bb9042c77d23 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f629705b0239c80fddc1b0b15ed4bb9042c77d23 | 2014-09-09 02:00:25-07:00 |
avformat/asfdec: Check av_new_packet()s return code
Fixes CID1041093
Signed-off-by: Michael Niedermayer <[email protected]>
| 207609554981be37db35e4390f49d38d68e890d9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/207609554981be37db35e4390f49d38d68e890d9 | 2014-08-20 18:32:59+02:00 |
avformat/matroskadec: fix handling of recursive SeekHead elements
When matroska_execute_seekhead() is called, it goes through the list of
seekhead entries and attempts to read elements not read yet. When doing
this, the parser can find further SeekHead elements, and will extend the
matroska->seekhead list. This can lead to a (practically) infinite loop
with certain broken files. (Maybe it can happen even with valid files.
The demuxer doesn't seem to check correctly whether an element has
already been read.)
Fix this by ignoring elements that were added to the seekhead field
during executing seekhead entries.
This does not fix the possible situation when multiple SeekHead elements
after the file header (i.e. occur after the "before_pos" file position)
point to the same elements. These elements will probably be parsed
multiple times, likely leading to bugs.
Fixes ticket #4162.
Signed-off-by: Michael Niedermayer <[email protected]>
| 6551acab6877addae815decd02aeca33ba4990c8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6551acab6877addae815decd02aeca33ba4990c8 | 2014-12-07 22:30:56+01:00 |
avpacket: Check for and return errors in ff_interleave_add_packet()
Signed-off-by: Diego Biurrun <[email protected]>
| 324ff59444ff5470bb325ff1e2be7c4b054fc944 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/324ff59444ff5470bb325ff1e2be7c4b054fc944 | 2014-07-17 03:18:46-07:00 |
Revert "lavc/utils: Do not require dimensions for PNG."
mplayer-specifc hacks should not be in our codebase. mplayer should fix
its own code. It is not our responsibility to work around their broken
code.
This reverts commit e8e575633faf19711910cf9caf59f7db300a9ccd.
Signed-off-by: Derek Buitenhuis <[email protected]>
| 43654a22c037a86c23e7aed90660c5ea3971e56d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/43654a22c037a86c23e7aed90660c5ea3971e56d | 2014-08-10 15:58:13+01:00 |
avcodec/mpegvideo_enc: check intra dc precission
Signed-off-by: Michael Niedermayer <[email protected]>
| 339d8fb3532a9c0ddd3d4902b798cd220f616919 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/339d8fb3532a9c0ddd3d4902b798cd220f616919 | 2014-07-15 19:56:23+02:00 |
x11grab: Check the XQueryPointer return value
The paint_mouse_pointer() code uses XFixes to retrieve the cursor
coordinates, but XFixes gives no information about which screen the
pointer is on; this results in always drawing the cursor on the
captured screen even if the mouse pointer was on another screen.
For example, when capturing from screen 1 (i.e. -f x11grab -i ":0.1")
the cursor was being drawn in the captured image even when the mouse
pointer was actually on screen 0, which is wrong and visually confusing.
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| 2a5ac99e6e06078713f684fee2466c91f677b303 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2a5ac99e6e06078713f684fee2466c91f677b303 | 2014-10-04 23:46:46+02:00 |
vc1test: Check malloc call
Signed-off-by: Diego Biurrun <[email protected]>
| 02a7a5e330ec4373a761f63c292220a1de13b968 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/02a7a5e330ec4373a761f63c292220a1de13b968 | 2014-07-06 09:25:52-07:00 |
avcodec/hevc_ps: more complete check for vps_max_dec_pic_buffering
Signed-off-by: Michael Niedermayer <[email protected]>
| 6935ae22ed818011cedb61b2d2aabdc01ceb991f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6935ae22ed818011cedb61b2d2aabdc01ceb991f | 2014-07-12 07:46:08+02:00 |
avcodec/dvdec: remove redundant null check
Fixes CID700682 again
Signed-off-by: Michael Niedermayer <[email protected]>
| 5307fa00a45b50897af3d5070e936fcaa82ae19e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5307fa00a45b50897af3d5070e936fcaa82ae19e | 2014-07-02 16:37:38+02:00 |
libx265: Remove unneeded bit depth check
This is no longer needed since the version bump.
Signed-off-by: Derek Buitenhuis <[email protected]>
| 7ed89addb7f6271d17c2ba21ec11204e37fa9917 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ed89addb7f6271d17c2ba21ec11204e37fa9917 | 2014-06-12 16:43:31+01:00 |
Fix overriden typos
Signed-off-by: Michael Niedermayer <[email protected]>
| 9341e9497b1162726f09c1ff73edc95364b3c21a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9341e9497b1162726f09c1ff73edc95364b3c21a | 2014-04-27 15:20:45+02:00 |
x86/swr: use lavu helper macros to check CPU extensions
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 9937362c54be085e75c90c55dad443329be59e69 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9937362c54be085e75c90c55dad443329be59e69 | 2014-07-04 02:12:16+02:00 |
avutil/mathematics/av_add_stable: check for the common case of inc=1
Signed-off-by: Michael Niedermayer <[email protected]>
| 4956d0e5a6a555d31345c913485bcc4e0a53481e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4956d0e5a6a555d31345c913485bcc4e0a53481e | 2014-06-02 18:02:27+02:00 |
avfilter/lut3d: move the scale calc out of the inner loop.
| bc2e39c4cc35e8b08ca2ba45496ab3048ae7a426 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bc2e39c4cc35e8b08ca2ba45496ab3048ae7a426 | 2014-05-14 07:51:10+02:00 |
avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe
Fixes miss detection of PCM as m4v
Fixes Ticket 3928
Signed-off-by: Michael Niedermayer <[email protected]>
| 7c1835c52a4be2e4e996f83c91a8d5a147b01100 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7c1835c52a4be2e4e996f83c91a8d5a147b01100 | 2014-09-07 16:39:39+02:00 |
swscale/utils: Add check that ensures that the hardcoded struct offsets are valid
Signed-off-by: Michael Niedermayer <[email protected]>
| c3417ed7fd9239b349921ea15228682586daba88 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c3417ed7fd9239b349921ea15228682586daba88 | 2014-05-14 01:32:11+02:00 |
avformat/utils: prevent r frame rate from being set larger than 1/tb
Signed-off-by: Michael Niedermayer <[email protected]>
| 1f249d2ca725c9ac06887116638b16be6b15f7dd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1f249d2ca725c9ac06887116638b16be6b15f7dd | 2014-04-28 15:49:51+02:00 |
dxva2_h264: set the correct ref frame index in the long slice struct
The latest H.264 DXVA specification states that the index in this
structure should refer to a valid entry in the RefFrameList of the picture
parameter structure, and not to the actual surface index.
Fixes H.264 DXVA2 decoding on recent Intel GPUs (tested on Sandy and Ivy)
Signed-off-by: Anton Khirnov <[email protected]>
| 2fcef90bee98bffeff1d95b7197738f50c450d86 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2fcef90bee98bffeff1d95b7197738f50c450d86 | 2014-04-28 20:12:44+02:00 |
libfdk-aacenc: Enable 7.1 channel encoding
7.1(wide) and 7.1(wide-side) channel layouts are supported in
fdk-aac since the 0.1.3 release.
The earlier versions of fdk-aac didn't include any library
version defines in the public headers, thus checking for
the AACENCODER_LIB_VL0 define is enough to know that we're
building against a new enough version of fdk-aac.
This change includes contributions by Tim Walker,
Michael Niedermayer and Timothy Gu.
Signed-off-by: Martin Storsjö <[email protected]>
| 15fa856b82ea7dbbf69edc1074eb13dd00b0fa84 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/15fa856b82ea7dbbf69edc1074eb13dd00b0fa84 | 2014-05-05 14:01:53+03:00 |
x86/dsputilenc: add missing guards to ff_pix_sum16_xop
XOP support was added in Yasm 1.0.0 and Nasm 2.06, and we still
support older versions.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 02a3e327f118efc118d30fc390e59c5119c6920d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/02a3e327f118efc118d30fc390e59c5119c6920d | 2014-05-29 22:31:28+02:00 |
avformat/hls: avoid unnecessary segment retrievals
Check if the playlist is still needed just before requesting the next
segment instead of after exhausting the previous segment.
Signed-off-by: Anssi Hannula <[email protected]>
| d549b0910c3471beb9ef268ce0d70d3ab9ed7bb3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d549b0910c3471beb9ef268ce0d70d3ab9ed7bb3 | 2014-04-06 17:55:03+03:00 |
replaygain: fix gain sign decoding
The gain sign was incorrectly decoded: since the FFSIGN() macro treats 0 as
negative, gain values starting with "0." were always decoded as negative.
Signed-off-by: Anton Khirnov <[email protected]>
| 25b6837f7cacd691b19cbc12b9dad1ce84a318a1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/25b6837f7cacd691b19cbc12b9dad1ce84a318a1 | 2014-04-04 17:04:37+02:00 |
lavf/http: return error from seek on invalid whence
Signed-off-by: Lukasz Marek <[email protected]>
| 1aa262f460c0814e71619a66a9652af4692a468a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1aa262f460c0814e71619a66a9652af4692a468a | 2014-03-06 00:32:24+01:00 |
lavd/pulse_audio_common: add context helper functions
Functions allow to connect and disconnect from server.
Helpfull to implement utility functions with nested loops.
Signed-off-by: Lukasz Marek <[email protected]>
| 176046d2b59c2042cd35a58848d4964563287f63 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/176046d2b59c2042cd35a58848d4964563287f63 | 2014-04-18 01:42:17+02:00 |
qt-faststart: Check fseeko() return codes
Signed-off-by: Martin Storsjö <[email protected]>
| 5612244351b2eb3cb4e6225861a0f55aa5d0c475 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5612244351b2eb3cb4e6225861a0f55aa5d0c475 | 2014-03-01 00:24:52+02:00 |
dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
| 5c1c6e82261b856214499b9fef3a08bf3ff6e0ae | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c1c6e82261b856214499b9fef3a08bf3ff6e0ae | 2014-02-08 13:38:36+01:00 |
avcodec/vp8dsp: add VP7 idct and loop filter
Signed-off-by: Peter Ross <[email protected]>
Reviewed-by: "Ronald S. Bultje" <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| b8664c929437d6d079e16979c496a2db40cf2324 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8664c929437d6d079e16979c496a2db40cf2324 | 2014-02-15 02:15:35+01:00 |
configure: Split x86 SIMD architecture extensions into separate list
This avoids checking inline/external assembly dependencies for x86
extensions that do not play a role in inline/external assembly.
| 84bf8817206126dab3c9abf6055b593389bcb241 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/84bf8817206126dab3c9abf6055b593389bcb241 | 2014-03-06 13:29:00+01:00 |
lavc: allow the caller to override dimensions in ff_get_buffer()
This will be useful for allocating edges in the encoders.
| f7e85ee996b3886c2b13e928b83277382311af96 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f7e85ee996b3886c2b13e928b83277382311af96 | 2014-01-20 12:49:47+01:00 |
arm: Use full filenames as multiple inclusion guards
| 7151c5d04aed3b496c21f713dcb603e2cbdb9c49 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7151c5d04aed3b496c21f713dcb603e2cbdb9c49 | 2014-01-14 00:04:52+01:00 |
doc/examples/filtering_audio: add more error checks
| 55c57658d212c0b7a194e8238297010b4595cd81 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/55c57658d212c0b7a194e8238297010b4595cd81 | 2013-12-02 14:35:39+01:00 |
configure: add version check for pkg libraries, and use it for vidstab
Also fix trac ticket #3296.
Signed-off-by: Georg Martius <[email protected]>
Signed-off-by: Stefano Sabatini <[email protected]>
| 7012a9dc10b9e26cdddf2fad0da28f4535b58a61 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7012a9dc10b9e26cdddf2fad0da28f4535b58a61 | 2014-01-16 12:35:04+01:00 |
avcodec/mpeg12dec: Revert Change to mpeg2_fast_decode_block_non_intra
This fixes the speed regression from 20626f53e9f41cb3db82329ed3db7d773cfa3a8f
and still checks sufficiently to prevent out of allocated memory accesses
due to the index
Before:
1823 decicycles in mpeg2_fast_decode_block_non_intra, 8388493 runs, 115 skips
After:
1808 decicycles in mpeg2_fast_decode_block_non_intra, 8388494 runs, 114 skips
Signed-off-by: Michael Niedermayer <[email protected]>
| 7667afffb8dd54595ef2a959c385babd4c9c94cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7667afffb8dd54595ef2a959c385babd4c9c94cf | 2014-01-26 02:57:40+01:00 |
avformat/oggdec: dont read timestamps from EOS pages of ogm videos
Some muxers store invalid timestamps there, which breaks seeking
Fixes Ticket2739
Signed-off-by: Michael Niedermayer <[email protected]>
| 5e0c7eab2a9d43e6e3be967ec1a6b04a3e0328da | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5e0c7eab2a9d43e6e3be967ec1a6b04a3e0328da | 2014-01-04 18:39:42+01:00 |
vp9: split x86 assembly in two files.
(And in future, loopfilter or intra pred could be put in their own
respective files also.)
| 8729964b996cc2590704108f7a432b8d10b63738 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8729964b996cc2590704108f7a432b8d10b63738 | 2013-12-07 12:39:35-05:00 |
avformat/utils: treat flv like mov with timestamp discarding
This prevents a regression when using an avparser with flv h264
Signed-off-by: Michael Niedermayer <[email protected]>
| f6cd447bf1059d468249259189ca6c0508e5d461 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f6cd447bf1059d468249259189ca6c0508e5d461 | 2013-12-15 04:18:13+01:00 |
version.sh: add preprocessing guards
Signed-off-by: Timothy Gu <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| c5806910918eb9adc3b3a821242cc4bc7647a50f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c5806910918eb9adc3b3a821242cc4bc7647a50f | 2013-11-30 21:42:03+01:00 |
vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3().
16662 decicycles in loop_filter_h_16_16_c, 8387355 runs, 1253 skips
17510 decicycles in loop_filter_v_16_16_c, 8387516 runs, 1092 skips
4941 decicycles in ff_vp9_loop_filter_h_16_16_ssse3, 8387887 runs, 721 skips
3899 decicycles in ff_vp9_loop_filter_v_16_16_ssse3, 8387980 runs, 628 skips
Overall decode time goes from:
./ffmpeg -v 0 -nostats -threads 1 -i ~/samples/vp9/ped1080p.webm -f null - 8.10s user 0.02s system 99% cpu 8.126 total
to:
./ffmpeg -v 0 -nostats -threads 1 -i ~/samples/vp9/ped1080p.webm -f null - 6.15s user 0.04s system 99% cpu 6.199 total
(46 to 61 fps)
| af68bd1c06ff9ea7379a95d39d5fde5fa1938cd3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af68bd1c06ff9ea7379a95d39d5fde5fa1938cd3 | 2014-01-12 20:20:24+01:00 |
avformat/aviobuf: return error from avio_put_str16le() for invalid input
Found-by: Stefano Sabatini
Signed-off-by: Michael Niedermayer <[email protected]>
| 269f5d902abfb16ee6aeac3817829fc7f2934a32 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/269f5d902abfb16ee6aeac3817829fc7f2934a32 | 2013-11-13 19:16:27+01:00 |
swscale/arm: fix build error with --enable-shared
use string comparison in assembler derivatives to prevents assembler from treating names in test expressions as imported symbols
Signed-off-by: Michael Niedermayer <[email protected]>
| af228a9f9f00746615baa4fb72b71a81930c5916 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af228a9f9f00746615baa4fb72b71a81930c5916 | 2013-12-28 14:28:25+01:00 |
doc/examples/demuxing: reset got_frame.
Fix infinite loop at flushing.
| 0c6bb53bb28c3dadb1cec97ebb587c49367a80ff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0c6bb53bb28c3dadb1cec97ebb587c49367a80ff | 2013-10-30 14:37:58+01:00 |
lavc: use buf[0] instead of data[0] in checks whether a frame is allocated
data[0] may be NULL for valid frames with hwaccel pixel formats.
| a553c6a347d3d28d7ee44c3df3d5c4ee780dba23 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a553c6a347d3d28d7ee44c3df3d5c4ee780dba23 | 2013-11-18 18:09:48+01:00 |
prores: Reject negative run and level values
Sample-Id: 00000611-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| c0de9a23c7080e2fac8f879b9d9a0ce2b64ea953 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c0de9a23c7080e2fac8f879b9d9a0ce2b64ea953 | 2013-10-10 21:02:10+02:00 |
x86: fdct: Initialize optimized fdct implementations in the standard way
| 258414d0771845d20f646ffe4d4e60f22fba217c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/258414d0771845d20f646ffe4d4e60f22fba217c | 2013-10-05 18:20:52+02:00 |
ffmpeg: add verbose consistency checks in case of filtering inconsistent options
In particular, warn in case -filter and streamcopy is used at the same
time, fix trac ticket #678.
| 535d58959dececb428cf73b308258de243c2c6f3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/535d58959dececb428cf73b308258de243c2c6f3 | 2013-11-03 18:05:43+01:00 |
avcodec/lagarith: check scaled probabilities
Prevents infinite loop
Fixes Ticket2988
Signed-off-by: Michael Niedermayer <[email protected]>
| 45f0623ae3fabfb4be18fe3e81390e78717f3cd0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/45f0623ae3fabfb4be18fe3e81390e78717f3cd0 | 2013-09-25 18:26:13+02:00 |
lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames
| 5f4b1b1cbd0604b74cacc0870b501659240b5b45 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5f4b1b1cbd0604b74cacc0870b501659240b5b45 | 2013-09-24 17:34:00+02:00 |
avformat/mpegenc: check, warn and clip VBV value to within syntactically possible values
Signed-off-by: Michael Niedermayer <[email protected]>
| 8c1253c9349cd68dfcf95298cef5e42f3be7dc14 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8c1253c9349cd68dfcf95298cef5e42f3be7dc14 | 2013-09-29 17:02:06+02:00 |
http: add hack to make streams served by MediaGateway not seekable
These streams are reported as seekable, but all tests show they are not,
and the server merely pretends the streams are seekable. The server
responds with:
content-range: bytes 0-1999999999/2000000000
Range requests seem to be correctly answered, but the actual data
returned at the same offset is different. Assume this is a bug in the
server software. The server identifies itself as:
Server: MediaGateway 3.5.2-001
Add a hack that checks the server name, and disables seeking in this
case.
Test URL: http://8283.live.streamtheworld.com:80/CBC_R1_VCR_H_SC
Signed-off-by: Michael Niedermayer <[email protected]>
| 3220a894f794607efab96ec3837e4c64f19f75ea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3220a894f794607efab96ec3837e4c64f19f75ea | 2013-11-03 22:57:56+01:00 |
avcodec/jpeg2000dec: move "missing SIZ" check up
Signed-off-by: Michael Niedermayer <[email protected]>
| 2dd38a1d486a1abc3ccb76c963424f23d162be51 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2dd38a1d486a1abc3ccb76c963424f23d162be51 | 2013-09-18 10:04:43+02:00 |
avformat/smacker: check avformat_new_stream() return value
Signed-off-by: Paul B Mahol <[email protected]>
| 9e505485f33503168c476465396843f0894001f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e505485f33503168c476465396843f0894001f0 | 2013-09-11 11:12:35+00:00 |
avcodec/x86/lpc: Fix cpu flag checks so they work
Broken by 6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0
Signed-off-by: Michael Niedermayer <[email protected]>
| 7fb758cd8ed08e4a37f10e25003953d13c68b8cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7fb758cd8ed08e4a37f10e25003953d13c68b8cd | 2013-08-30 12:34:52+02:00 |
ffplay: check for filter EOF return codes
Fixes ticket #2800.
Signed-off-by: Marton Balint <[email protected]>
| 18be3fac1d04e02bace8fe6e6375b6d14f411514 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/18be3fac1d04e02bace8fe6e6375b6d14f411514 | 2013-08-09 00:16:13+02:00 |
avcodec/ffv1enc: encode slice as raw PCM in 1.4 when the buffer is too small.
This limits the maximum size of encoded slices more tightly
Signed-off-by: Michael Niedermayer <[email protected]>
| 3576b564ec4ffa98402b02b3a69171cefd103eb0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3576b564ec4ffa98402b02b3a69171cefd103eb0 | 2013-09-09 20:20:21+02:00 |
movenc: Check that tracks->enc exists before trying to free extradata
Signed-off-by: Martin Storsjö <[email protected]>
| 3559fb97c459c88b4f1d0eef80d55933d3b7fabe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3559fb97c459c88b4f1d0eef80d55933d3b7fabe | 2013-08-27 10:26:07+03:00 |
lavf/movenc: remove useless checks on AVOutputFormat
Signed-off-by: Michael Niedermayer <[email protected]>
| ee4ef139e36193a6aa48e0d251f71dfb95e5c2cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ee4ef139e36193a6aa48e0d251f71dfb95e5c2cd | 2013-07-28 17:05:01+02:00 |
8bps: Bound-check the input buffer
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| bd7b4da0f4627bb6c4a7c2575da83fe6b261a21c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd7b4da0f4627bb6c4a7c2575da83fe6b261a21c | 2013-07-23 23:03:37+02:00 |
doc/ffmpeg: document -override_ffserver
Signed-off-by: Michael Niedermayer <[email protected]>
| e9be4675b88ac9c9c69f452d89b2d0f4d626cb70 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e9be4675b88ac9c9c69f452d89b2d0f4d626cb70 | 2013-07-09 22:19:10+02:00 |
compat: wrap math.h to avoid AIX-specific clashes
AIX defines a class() function in its math.h header without any
guard.
| d3635f3ab0a234c830dfb4ddb9c6a4ea2677dace | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d3635f3ab0a234c830dfb4ddb9c6a4ea2677dace | 2013-07-04 21:54:32+02:00 |
jpeg2000: Check code-block size
Signed-off-by: Luca Barbato <[email protected]>
Signed-off-by: Nicolas Bertrand <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| fbcc03db8f3919e2ea46d6ad11a00906b1c0ef0e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fbcc03db8f3919e2ea46d6ad11a00906b1c0ef0e | 2013-07-02 20:05:43+02:00 |
avconv: distinguish between -ss 0 and -ss not being used
Using -ss 0 to drop frames with negative timestamps is a perfectly valid
use case.
| 56ee3f9de7b9f6090d599a27d33a392890a2f7b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/56ee3f9de7b9f6090d599a27d33a392890a2f7b8 | 2013-08-05 10:53:12+02:00 |
ff_gen_search: fix infinite loop
Fixes Ticket2639
Signed-off-by: Michael Niedermayer <[email protected]>
| f8ca8138f01d0a7d96d4e1ea65fecd1197f96206 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f8ca8138f01d0a7d96d4e1ea65fecd1197f96206 | 2013-06-18 22:53:00+02:00 |
sonic: cleanup/simplify num_taps check
Signed-off-by: Michael Niedermayer <[email protected]>
| 69d0a2922f76e4e121c9f434bdf29f55b26c0c66 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/69d0a2922f76e4e121c9f434bdf29f55b26c0c66 | 2013-06-23 19:44:24+02:00 |
postprocess_template: put rsp on the clobber list to prevent gcc from using it in "q"
Fixes Ticket2675
Signed-off-by: Michael Niedermayer <[email protected]>
| 78d2d1e0270cfbd38022f63f477381ed4294d22c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/78d2d1e0270cfbd38022f63f477381ed4294d22c | 2013-06-16 18:21:39+02:00 |
avcodec/smvjpegdec: copy palette too
Fixes out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 56abad0ee4a34789f8bc00ba236c7f6be982ce26 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/56abad0ee4a34789f8bc00ba236c7f6be982ce26 | 2013-06-08 01:20:55+02:00 |
lavu/hash: Fix CRC32 calculation
Initialize it with UINT32_MAX and xor the result with UINT32_MAX
as well.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 35188e91ef941a25be4734d6af58d5903badc476 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/35188e91ef941a25be4734d6af58d5903badc476 | 2013-05-15 23:53:40+02:00 |
aac: check the maximum number of channels
Broken bitstreams could report a larger than specified number of
channels and cause outbound writes.
CC:[email protected]
| a943a132f36f4df8fe2f749744677b71984abce7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a943a132f36f4df8fe2f749744677b71984abce7 | 2013-04-28 00:40:33+02:00 |
evrcdec: fix sign error
The specification wants round(abs(x))) * sign(x) which is
equivakent to round(x)
Fixes out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| f18d2dff1194b34b79dc7641aafe54d1df349e40 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f18d2dff1194b34b79dc7641aafe54d1df349e40 | 2013-05-04 02:50:30+02:00 |
matroskadec: Check EBML lace sizes.
Signed-off-by: Michael Niedermayer <[email protected]>
| 3b93bea9e3cad046779b05b065d8566be303bea0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3b93bea9e3cad046779b05b065d8566be303bea0 | 2013-04-04 15:51:04+02:00 |
configure: Add check_builtin convenience function
| 9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35 | 2013-03-05 11:04:37+01:00 |
xmv: check audio track parameters validity.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| d1016dccdcb10486245e5d7c186cc31af54b2a9c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d1016dccdcb10486245e5d7c186cc31af54b2a9c | 2013-04-04 07:54:35+02:00 |
gmc: Always use edge emu
The gmc functions access more pixels than there is allocated memory.
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3969b4b861ce8152e3195e8f8c3437abd273b90a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3969b4b861ce8152e3195e8f8c3437abd273b90a | 2013-03-28 22:24:33+01:00 |
lavfi: support multiple rounds of format negotiation.
Remove the temporary hack for amerge and replace it with a
generic solution.
| 125acd215250ead008938266efcacd56743f3a2a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/125acd215250ead008938266efcacd56743f3a2a | 2013-03-24 23:17:47+01:00 |
avplay: remove the -debug option.
It just shadows the corresponding AVOption and prevents using named
constants.
| e5c32d6da7836c7c9bb8393cb4de7e0997a4363b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e5c32d6da7836c7c9bb8393cb4de7e0997a4363b | 2013-03-19 11:12:13+01:00 |
cook: check js_subband_start for validity
Fixes out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| c69315a5deb0f8095e6b4746b69171d6f3059b2f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c69315a5deb0f8095e6b4746b69171d6f3059b2f | 2013-02-20 00:20:03+01:00 |
af_biquad: avoid subtraction in loop
17% faster
Note the speedup is smaller if its done before
storing in the context (gcc 4.6.3 core i7)
Signed-off-by: Michael Niedermayer <[email protected]>
| a00c4b4db044b54296af14eeffe7989ac67e4197 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a00c4b4db044b54296af14eeffe7989ac67e4197 | 2013-02-07 19:46:02+01:00 |
atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize
Not all gcc configurations have an implementation of all the atomic
operations, and some gcc configurations have some atomic builtins
implemented but not all.
Thus check for the most essential function, whose presence should
indicate that all others are present as well, since it can be used
to implement all the other ones.
Signed-off-by: Martin Storsjö <[email protected]>
| e460aa3282962aa3e89f19e207ec13b501187949 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e460aa3282962aa3e89f19e207ec13b501187949 | 2013-03-08 14:55:08+02:00 |
dpx: include offset in the total_size calculation
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| cb85779d459c6486acbbf060b3f169779424583e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cb85779d459c6486acbbf060b3f169779424583e | 2013-02-10 17:54:00+01:00 |
movtextenc: fix pointer messup and out of array accesses
Fixes Ticket2187
Signed-off-by: Michael Niedermayer <[email protected]>
| b0635e2fcf80717dd618ef75d3317d62ed85c300 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b0635e2fcf80717dd618ef75d3317d62ed85c300 | 2013-02-05 21:54:02+01:00 |
nutdec: print error on invalid/unsupported fourcc style
Signed-off-by: Michael Niedermayer <[email protected]>
| 7ccc0ed6a0cedbe80443779a805ec90335cd832f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ccc0ed6a0cedbe80443779a805ec90335cd832f | 2013-03-04 16:49:17+01:00 |
motionpixels: Check that the vlc table has been fully inited
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| b5fc95e77f9e154978d914548b86a8bc9fd1d0f2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b5fc95e77f9e154978d914548b86a8bc9fd1d0f2 | 2013-02-09 18:44:01+01:00 |
h264: Fix handling of changing reference counts between slices
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| da7672b20a746643bb13899dc7f934d7f5db466f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/da7672b20a746643bb13899dc7f934d7f5db466f | 2013-02-20 19:53:54+01:00 |
vp3dec: move threads check out of header packet type check
Prevents reconfiguration with threads which is unsupported
and would bring the contexts into an inconsistent state.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 14c8ee00ffd9d45e6e0c6f11a957ce7e56f7eb3a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/14c8ee00ffd9d45e6e0c6f11a957ce7e56f7eb3a | 2013-01-28 22:46:48+01:00 |
atrac3: use correct loop variable in add_tonal_components()
Signed-off-by: Michael Karcher <[email protected]>
Signed-off-by: Justin Ruggles <[email protected]>
CC:[email protected]
| 0e3afacd4d8fbe1c21e0bc16bd707809cd87380f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0e3afacd4d8fbe1c21e0bc16bd707809cd87380f | 2013-01-25 16:16:24-05:00 |
rv34_parser: Adjust #if for disabling individual parsers
As CONFIG_ values are always defined, they have to be checked via #if.
| 0b22107d95042793a897b6a8823fe43bd55d68de | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0b22107d95042793a897b6a8823fe43bd55d68de | 2013-01-15 16:20:14+01:00 |
h264/cabac: check loop index
fix out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| cdf0877bc341684c56ac1fe057397adbadf329ee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cdf0877bc341684c56ac1fe057397adbadf329ee | 2013-01-31 04:21:26+01:00 |
img2dec: fix -loop
This fixes a infinite loop with -loop and -vframes
Signed-off-by: Michael Niedermayer <[email protected]>
| 252316c88598420df1120696f46a532a5ae502a4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/252316c88598420df1120696f46a532a5ae502a4 | 2013-01-08 20:07:16+01:00 |
swr: fix handling of timestamps that cause multiple drops or silence injections
Signed-off-by: Michael Niedermayer <[email protected]>
| d676598f879ba01ddb62f9abe8e17b2e94cb91cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d676598f879ba01ddb62f9abe8e17b2e94cb91cd | 2013-01-13 18:39:06+01:00 |
svq1dec: check that the reference frame matches in size before using it.
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3b57bb478ff4455773378355e285877d757e151e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3b57bb478ff4455773378355e285877d757e151e | 2013-01-08 00:28:35+01:00 |
mpegpsenc: avoid shifting dts/pts
Only shift if needed to avoid negative scr when requested
or for dvd.
Signed-off-by: Michael Niedermayer <[email protected]>
| fa11f368764f0e4a562d4d8e45da01132c9abf74 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fa11f368764f0e4a562d4d8e45da01132c9abf74 | 2013-01-04 20:58:59+01:00 |
Fix "bistream" typo and add a check in tools/patcheck.
| 8b63744f483e1f5a5d4f439fc1bbd858232ed581 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8b63744f483e1f5a5d4f439fc1bbd858232ed581 | 2012-12-18 02:47:34+01:00 |
lavf/hlsenc: provide some feedback in case of invalid basename
| 340b7caf5457b2988bfd53709a00cedc2fcd73b7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/340b7caf5457b2988bfd53709a00cedc2fcd73b7 | 2012-12-21 00:07:21+01:00 |
http: dont null check p, its unneeded
Fixes CID747740
Signed-off-by: Michael Niedermayer <[email protected]>
| 0a60f83075883f5d73c7f7f20d00ad31897178c2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0a60f83075883f5d73c7f7f20d00ad31897178c2 | 2012-12-11 00:03:23+01:00 |
lavf/pcm: check size, do not produce invalid packets
Inspired by 92b8c9d89e7ae86bffa05393bb230d5a165b0148.
Signed-off-by: Paul B Mahol <[email protected]>
| 8ca8b43d7108b9d7e6887fd553d13a71afa670c6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8ca8b43d7108b9d7e6887fd553d13a71afa670c6 | 2012-12-07 13:05:43+00:00 |
vp56: Ignore reconfiguration from the alpha plane.
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 9c208b404cbd56ee4e217aa20e7e09ebfa21cfd5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9c208b404cbd56ee4e217aa20e7e09ebfa21cfd5 | 2012-12-03 01:37:40+01:00 |
gifdec: rudimentary seeking
With this ffplay -loop X successfully seeks to start.
Signed-off-by: Paul B Mahol <[email protected]>
| 9d5cfce85540a862f51e4744cbbc2a7f960ed4b3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9d5cfce85540a862f51e4744cbbc2a7f960ed4b3 | 2012-12-01 11:43:50+00:00 |
lavd/v4l2: read the correct time per frame from devices that support a standard
Generally speaking, there are two types of v4l2 devices [1]:
1) devices that support a standard, like PAL or NTFS (tv cards, for example). For
this class of devices the framerate is fixed by the standard (for example PAL uses
25 fps) and the v4l2 driver cannot usually negotiate a different framerate (unless
it can skip frames on the driver side, to save I/O bandwidth).
2) devices for which the notion of standard does not make sense (webcams, for example).
For these devices it is usually possibile to request a desidered framerate.
In either case, the desidered frame rate can be requested when the VIDIOC_G_PARM
ioctl returns the V4L2_CAP_TIMEPERFRAME flag in the capability field.
Currently the code does not check for V4L2_CAP_TIMEPERFRAME and supports only the
second category of devices, returning a time per frame of 0/0 for devices in the
first group that do not permit to negotiate the framerate.
This patch adds support to read the correct framerate in all cases.
[1] http://linuxtv.org/downloads/v4l-dvb-apis/standard.html
Signed-off-by: Stefano Sabatini <[email protected]>
| 514216d8a928cf80980ca8dc5daea46e9d41cad9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/514216d8a928cf80980ca8dc5daea46e9d41cad9 | 2013-01-31 15:29:53+01:00 |
lavc: check dimensions for video encoders
Signed-off-by: Michael Niedermayer <[email protected]>
| 419ade4b6193c6eb626cda01b21e7091f42b2cc2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/419ade4b6193c6eb626cda01b21e7091f42b2cc2 | 2012-12-07 22:58:13+01:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.