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/rtsp: Fix dereference after null check
This fixes CID 732219
Reviewed-by: Thomas Volkert <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| f03dfe118b6426a2348d4f8db2daa9cd506b34fb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f03dfe118b6426a2348d4f8db2daa9cd506b34fb | 2015-04-12 23:31:55+02:00 |
Implement shared parsing of INFO tag in Canopus family
Add some bounds checking to CLLC; reduce HQX variable scoping,
add an error message.
| e6fb844f7b736e72da364032d251283bce9e63ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e6fb844f7b736e72da364032d251283bce9e63ad | 2015-04-19 22:37:02+01:00 |
ffmdec: make sure the time base is valid
A negative time base can trigger assertions.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 4c91d81be23ffacfa3897b2bcfa77445bb0c2f89 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4c91d81be23ffacfa3897b2bcfa77445bb0c2f89 | 2015-03-09 13:40:20+01:00 |
avformat/xwma: Use ff_alloc_extradata()
This prevents the fields from potentially becoming inconsistent in case of errors
Signed-off-by: Michael Niedermayer <[email protected]>
| b9fbd034bfd4b323d57bc2ac888301c93fcfd4ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b9fbd034bfd4b323d57bc2ac888301c93fcfd4ca | 2015-04-01 18:25:34+02:00 |
avcodec/dnxhddec: Check that the frame is interlaced before using cur_field
Fixes Ticket4227
Signed-off-by: Michael Niedermayer <[email protected]>
| 2c660e34cf3c2b77cd2bef6f292920334dfd9192 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2c660e34cf3c2b77cd2bef6f292920334dfd9192 | 2015-03-19 23:28:39+01:00 |
avformat/dtsdec: Extend DTS core sync word
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.
This follows up the similar change in avcodec/dca_parser.
Signed-off-by: Michael Niedermayer <[email protected]>
| 191dd219d9c955a379cf52b18731c334ae70e475 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/191dd219d9c955a379cf52b18731c334ae70e475 | 2015-04-28 19:29:47+02:00 |
avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer
Fixes out of array access
Fixes: da14e86d8462be6493eab16bc2d40f88/asan_heap-oob_204cfd2_528_cov_340150052_COMPRESS.BMP
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| f7e1367f58263593e6cee3c282f7277d7ee9d553 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f7e1367f58263593e6cee3c282f7277d7ee9d553 | 2015-03-24 16:07:26+01:00 |
ffmdec: fix infinite loop at EOF
If EOF is reached, while skipping bytes, avio_tell(pb) won't change
anymore, resulting in an infinite loop.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 6fa98822eba501a4898fdec5b75acd3026201005 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6fa98822eba501a4898fdec5b75acd3026201005 | 2015-03-09 03:14:16+01:00 |
ffmdec: limit the backward seek to the last resync position
If resyncing leads to the same position as previously, it will again
lead to a resync attempt, resulting in an infinite loop.
Thus don't seek back beyond the last syncpoint.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 6b8263b03ab3d16d70525ae1893cb106be7852f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6b8263b03ab3d16d70525ae1893cb106be7852f1 | 2015-03-09 15:19:34+01:00 |
avpacket: Check buffer reference
CC: [email protected]
Bug-Id: CID 1267889
| fe0f4e56577a2dbd373bb50b0ae2d49e69d822fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fe0f4e56577a2dbd373bb50b0ae2d49e69d822fc | 2015-02-17 12:16:43-05:00 |
graphparser: Check av_get_token() memory error
CC: [email protected]
Bug-Id: CID 1267891
| 9d3b752fceb0f2a42cac7c2a1109b0629823c99f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9d3b752fceb0f2a42cac7c2a1109b0629823c99f | 2015-02-17 11:27:41-05:00 |
avcodec/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: Michael Niedermayer <[email protected]>
| 2578a546183da09d49d5bba8ab5e982dece1dede | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2578a546183da09d49d5bba8ab5e982dece1dede | 2015-03-03 12:36:36+01:00 |
avformat/nsvdec: Check av_get_packet() return value
Signed-off-by: Michael Niedermayer <[email protected]>
| edf1cb7aeea0f8fe0e3e785648a30a7ed99defd0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/edf1cb7aeea0f8fe0e3e785648a30a7ed99defd0 | 2015-01-17 16:27:18+01:00 |
swscale: check memory allocations
CC: [email protected]
Bug-Id: CID 1257779
| 1dd797e3c9f179f957316a0becbec048b42df8aa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1dd797e3c9f179f957316a0becbec048b42df8aa | 2015-01-05 15:35:39+01:00 |
a64multi: check elbg return values
| c63dd3f0a48a9f6389d253597ab51caddc0118db | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c63dd3f0a48a9f6389d253597ab51caddc0118db | 2014-12-18 23:22:59+01:00 |
shorten: check for return value
Avoid a possible negative bitshift.
CC: [email protected]
Bug-Id: CID 1194400
| 8e104619a627fcf5f4c2bd3c09d0c2d323aae745 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8e104619a627fcf5f4c2bd3c09d0c2d323aae745 | 2014-11-13 01:41:26+01:00 |
movenc: Get rid of a hack for updating the dvc1 atom
Use the more generic approach with the delay_moov flag, instead of
having a update mechanism specific to this one single atom.
Signed-off-by: Martin Storsjö <[email protected]>
| b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe | 2015-01-03 01:20:40+02:00 |
hevc_mvs: prevent unitialized use
CC: [email protected]
Bug-Id: CID 1244202
| 9e9be5a20c0b36dce1cae11f5f5957886231a764 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e9be5a20c0b36dce1cae11f5f5957886231a764 | 2014-11-11 11:49:47+01:00 |
vc1: Simplify a little setting the intra variables
The code currently set the information in at least 4 places, spare
some pointless loops.
Make the code in the loop a little uniform to make easier factorize
it out later.
| b67138598ce158e3083f6295a27b63e2065d5ecb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b67138598ce158e3083f6295a27b63e2065d5ecb | 2014-11-25 02:00:06+00:00 |
avcodec/aacenc: check input for NaN
Fixes Ticket3762
Signed-off-by: Michael Niedermayer <[email protected]>
| f9fa560597cf5e3e637d0f8e9bfd02cd0b91634c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f9fa560597cf5e3e637d0f8e9bfd02cd0b91634c | 2014-11-08 23:32:39+01:00 |
lavf: Add an option for avoiding negative timestamps
This is the same logic as is invoked on AVFMT_TS_NEGATIVE,
but which can be enabled manually, or can be enabled
in muxers which only need it in certain conditions.
Also allow using the same mechanism to force streams to start
at 0.
Signed-off-by: Martin Storsjö <[email protected]>
| 1384df641994bf3d6cb51084290aa94752737bae | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1384df641994bf3d6cb51084290aa94752737bae | 2014-11-07 12:11:35+02:00 |
avcodec/sgidec: fix linesize for 16bit
Fixes: asan_heap-oob_22b30d4_39_038.sgi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3b20ed85489a14cb5028c873d06960dbc5eef88a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3b20ed85489a14cb5028c873d06960dbc5eef88a | 2014-10-27 20:49:47+01:00 |
avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.
Fixes: out of array accesses
Fixes: asan_heap-oob_112c6b3_13_012.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| df74811cd53e45fcbbd3b77a1c42416816687c5c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df74811cd53e45fcbbd3b77a1c42416816687c5c | 2014-10-29 14:16:54+01:00 |
avfilter: check filter link validity
Remove now redundant check.
CC: [email protected]
Bug-Id: CID 700371
| ac84c1ce24a285f9cf16d4297bce73b1c4a6e435 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac84c1ce24a285f9cf16d4297bce73b1c4a6e435 | 2014-10-24 23:42:19+01:00 |
vf_format: check input validity
CC: [email protected]
| d1afd3e1d6e43f4d37ae147091f270124ac48e04 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d1afd3e1d6e43f4d37ae147091f270124ac48e04 | 2014-10-20 10:38:38+01:00 |
lavc/x86/idctdsp.h: Fix make checkheaders.
| c0f9df30dd025acf7c9855cb2c742e185a2ec8db | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c0f9df30dd025acf7c9855cb2c742e185a2ec8db | 2014-09-25 22:18:25+02:00 |
avcodec/mpl2dec: add some memory checks
| 27a9bee243c7990ad0c6f9d6bd9ae34d2000f1dd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27a9bee243c7990ad0c6f9d6bd9ae34d2000f1dd | 2014-09-21 18:41:45+02:00 |
avcodec/tiff: more completely check bpp/bppcount
Fixes pixel format selection
Fixes out of array accesses
Fixes: asan_heap-oob_1766029_6_asan_heap-oob_20aa045_332_cov_1823216757_m2-d1d366d7965db766c19a66c7a2ccbb6b.tif
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| e1c0cfaa419aa5d320540d5a1b3f8fd9b82ab7e5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e1c0cfaa419aa5d320540d5a1b3f8fd9b82ab7e5 | 2014-10-03 16:33:06+02:00 |
movenc: Remove an unnecessary condition when flushing fragments
If fragments == 0 it means we haven't written any moov atom yet.
If the empty_moov flag is set, we already have written an empty moov
atom at startup. Thus, the check for empty_moov is redundant.
This is in preparation for allowing writing the moov atom later,
even when using the empty moov flag.
Signed-off-by: Martin Storsjö <[email protected]>
| 724cbea7193945fe5a5b4dea8ede344803572844 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/724cbea7193945fe5a5b4dea8ede344803572844 | 2015-01-03 01:18:38+02:00 |
rmdec: stricter error check to avoid theoretical unitialized use
CC: [email protected]
Bug-Id: CID 90558
| be42c0b8d57fe2ea769892d102ffd5561dc18709 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/be42c0b8d57fe2ea769892d102ffd5561dc18709 | 2014-10-21 14:37:48+01:00 |
mpegenc: limit the maximum muxrate
It is written to the file as a 22-bit value.
CC: [email protected]
| 75bbaf2493a71ee66eaabe3c21fadd84d07888de | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75bbaf2493a71ee66eaabe3c21fadd84d07888de | 2014-08-27 06:21:54+00:00 |
cabac: initialize all of ff_h264_cabac_tables programmatically.
Moves it from .data to .bss, slightly reducing binary size.
Signed-off-by: Reimar Döffinger <[email protected]>
| 0f1281b2b8ac6f7d2a0b8d18f6fbba9ed7a1bd08 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f1281b2b8ac6f7d2a0b8d18f6fbba9ed7a1bd08 | 2014-09-06 20:59:20+02:00 |
wavpackenc: fix number of samples per block
Currently, the encoder will try to reduce it down to 150000, but the
decoder will complain starting at 131072 (WV_MAX_SAMPLES). Therefore,
change the loop limit.
Fixes ticket #3881.
Signed-off-by: Michael Niedermayer <[email protected]>
| ddad09397247f523d7cc66c7f4ed7ea6894cc40e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ddad09397247f523d7cc66c7f4ed7ea6894cc40e | 2014-08-22 12:18:08+02:00 |
doc: mention in APIChanges that AVProbeData must be initialized due to the new mime_type field
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 8f537420ae719d3b8f3b4643540b10b434458dcb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8f537420ae719d3b8f3b4643540b10b434458dcb | 2014-09-14 01:13:25+02:00 |
lavf/matroskadec: Ensure cues_end is initialized
Ensure that cues_start and cues_end are always initialized and
the webm_dash_manifest_cues function returns appropriate error if
they are not computed correctly.
This fixes coverity defect CID1231991.
Signed-off-by: Vignesh Venkatasubramanian <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 080acf7771e1ca7ab1b20a3c8f20f0ef1150e285 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/080acf7771e1ca7ab1b20a3c8f20f0ef1150e285 | 2014-08-25 18:25:39+02:00 |
cafdec: check for eof in read_info_chunk()
Fixes Ticket #3864
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
| 90b2f3136778311fb5e097b8ee1f527518231c23 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/90b2f3136778311fb5e097b8ee1f527518231c23 | 2014-08-18 10:32:57+00:00 |
avformat/movenc: check that reel_name length doesn't exceed UINT16_MAX
Signed-off-by: Michael Niedermayer <[email protected]>
| cab39afb1a9c8a86a00485fbba12a9ba26bea57d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cab39afb1a9c8a86a00485fbba12a9ba26bea57d | 2014-08-10 21:32:05+02:00 |
avcodec/tiff: Check that pix_fmt is a yuv variant for TIFF_PHOTOMETRIC_YCBCR
Signed-off-by: Michael Niedermayer <[email protected]>
| f0c0ae37c66913c8a26ab25718c22f105dd28b82 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f0c0ae37c66913c8a26ab25718c22f105dd28b82 | 2014-08-19 21:09:07+02:00 |
lavd/x11grab: check 32-bits color masks.
The X11 servers by VNC, at 32-bits depths, has the following masks:
R:0x000007ff G:0x003ff800 B:0xffc00000
This is not compatible with AV_PIX_FMT_0RGB32, and the result
is success with completely wrong colors.
| 16c6795465fd7663792fe535256c760560714863 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/16c6795465fd7663792fe535256c760560714863 | 2014-07-17 18:11:56+02:00 |
avcodec/qtrleenc: Check that width is a multiple of 4 for grayscale
grayscale is coded as 4 pixels at a time, the encoder lacks support
for the case where width%4 != 0, and will simply encode less data
leaving random data after decoding at the right side
Signed-off-by: Michael Niedermayer <[email protected]>
| c69defd4d014e27cbcf207fe6facaebb02ba1285 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c69defd4d014e27cbcf207fe6facaebb02ba1285 | 2014-06-11 04:02:53+02:00 |
avcodec/diracdec: move mc buffer allocation to per frame
Fixes out of array accesses for non default buffers with large strides
Signed-off-by: Michael Niedermayer <[email protected]>
| 4a30f08505a4e85718896ff233c97be41a9754ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4a30f08505a4e85718896ff233c97be41a9754ca | 2014-05-19 06:41:32+02:00 |
libmpcodecs/vf_uspp: check avcodec_open() return code
Fixes CID1135747
Signed-off-by: Michael Niedermayer <[email protected]>
| 04e140daa21c1e4e7c61009fadd211c19e080863 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/04e140daa21c1e4e7c61009fadd211c19e080863 | 2014-05-11 02:13:28+02:00 |
x86/motion_est: enable sad16_sse2 on k10 CPUs
The check is meant for k8 CPUs. sad16_sse2 is ~20% faster than sad16_mmxext on k10.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| e1bd40fe6beb74a942b7b0cff2d077750a7e733e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e1bd40fe6beb74a942b7b0cff2d077750a7e733e | 2014-06-01 02:10:32+02:00 |
avformat/h263dec/h263_probe: Check PSC bit 9 and 13 in
Signed-off-by: Michael Niedermayer <[email protected]>
| 3ad21c50af042ab17bedf755ff8245392425c259 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ad21c50af042ab17bedf755ff8245392425c259 | 2014-05-07 03:20:13+02:00 |
hwaccel: fix dxva2 & vaapi loop filter parameters
Signed-off-by: Anton Khirnov <[email protected]>
| b2b4afe8115fe3c8b005d663610e5af06f110165 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b2b4afe8115fe3c8b005d663610e5af06f110165 | 2014-04-28 20:23:17+02:00 |
lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets
| a88e1d1c598e641eecd5d43730211d91c82787c6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a88e1d1c598e641eecd5d43730211d91c82787c6 | 2014-04-24 18:28:26+02:00 |
replaygain: remove unused variable
Signed-off-by: Anton Khirnov <[email protected]>
| b97f2c7c49e35724f3963677f8aeee28089dc64e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b97f2c7c49e35724f3963677f8aeee28089dc64e | 2014-04-04 17:40:51+02:00 |
avcodec/fic: Fix return value check
Fixes part of Ticket3466
Found-by: Andrey_Karpov / PVS-Studio
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Derek Buitenhuis <[email protected]>
| 6f243b17c537646b894857d43dfdac65f85ab377 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6f243b17c537646b894857d43dfdac65f85ab377 | 2014-04-21 14:56:17-04:00 |
Rewrite main resampling loop (common and linear).
This removes a branch at a performance-sensitive point (in the middle
of the loop). In fate-swr-resample-s32p-8000-2626, this makes the code
about 10% faster. It also simplifies the loops, allowing us to rewrite
it in yasm at some later point.
The compensation_distance != 0 code and index < 0 code are still kind
of hairy. For compensation_distance != 0, this should likely be handled
in the caller, so that it calls swri_resample twice (once until the
dst_incr switch-point, and once with the remainder of the samples). For
index < 0, the code should probably be rewritten to break out of the
loop once sample_index >= 0, and then resume (e.g. as a tail-call) to
the common or linear resampling loops.
Signed-off-by: Michael Niedermayer <[email protected]>
| 9b53853756f7e7535b4178054757fc2cb90408f3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9b53853756f7e7535b4178054757fc2cb90408f3 | 2014-06-02 00:47:54+02:00 |
Fix http authentication.
Add parenthesis around "MD5" in the request string as required by
RFC 2069.
Fixes ticket #3417.
Reported and tested by Haarman
Analyzed-by: Eugen-Andrei Gavriloaie
| 3ba056017f978ba69ea933c593f0e616b3632261 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ba056017f978ba69ea933c593f0e616b3632261 | 2014-02-27 16:56:30+01:00 |
avformat/oggparsevorbis: check packet size before reading new_len from it
Fixes out of array read
Fixes: 34260c7981118fb38fba61809bf4dd5a-asan_heap-oob_93b923_1508_cov_951051643_DivX640x480_oggvorbis.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| f5d1d1e4667ba346ea7e0f97e6d2756bc9d4abde | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f5d1d1e4667ba346ea7e0f97e6d2756bc9d4abde | 2014-03-02 05:13:29+01:00 |
avcodec/wmadec: initialize max_exponent to valid values
Fixes generation of NaN output
Fixes: nan_example.wma
Signed-off-by: Michael Niedermayer <[email protected]>
| d1122b7ce5f5d9bb9bcdf5efe67e76778cd4260a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d1122b7ce5f5d9bb9bcdf5efe67e76778cd4260a | 2014-03-08 01:46:22+01:00 |
avcodec/alsdec: check predictor order against block length
Fixes out of array access
Fixes: abd3c041acbcb816be113455d138166b-asan_heap-oob_b11634_3707_cov_1707137151_als_05_2ch48k16b.mp4
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 18f94df8af04f2c02a25a7dec512289feff6517f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/18f94df8af04f2c02a25a7dec512289feff6517f | 2014-02-16 13:13:34+01:00 |
x86/lossless_videodsp: use common macro for add and diff int16 loop.
| 5267e850563d8c4cbb417fc5f98e140e758a51cf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5267e850563d8c4cbb417fc5f98e140e758a51cf | 2014-01-25 14:27:37+01:00 |
vp9/x86: make STORE_2X2 macro local.
Prevents this assembler warning:
libavcodec/x86/vp9itxfm.asm:1208: warning: (VP9_IDCT32_1D:309)
redefining multi-line macro `STORE_2X2'
Signed-off-by: Michael Niedermayer <[email protected]>
| c6fe984f2ff048ae31f2acc8ddaf0449cb0c4aea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c6fe984f2ff048ae31f2acc8ddaf0449cb0c4aea | 2014-01-08 14:07:15+01:00 |
Add Win32 GDI-based screen grabbing
Based on original code by Christophe Gisquet in 2010, updated to work
with current ffmpeg APIs.
Supports grabbing a single window or an area of the screen, including
support for multiple monitors (Windows does funky stuff with negative
coordinates here).
I've moved most of the configuration to AVOptions; the input file name
is now only the string "desktop", or "title=<windowname>" to select a
single window. The AVOptions are the same as x11grab where possible.
Code has been added to support a "show_region" mode, like x11grab, which
will draw a rectangle on the screen around the area being captured.
Instead of duplicating code for paletted image handling, I make use of
the GDI API's ability to output DIB (BMP) images, which can be run
through ffmpeg's existing BMP decoder.
Signed-off-by: Calvin Walton <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 08909fb56b4f50ed82534a9e56c56ad02d72a45e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/08909fb56b4f50ed82534a9e56c56ad02d72a45e | 2014-04-03 00:41:45+02:00 |
lavf/file: file_check: Handle file URLs that start with "file:"
Handle the URL analog to file_open, it may contain a "file:"
prefix. Skip it. Make access checks to file URLs starting
with "file:" work.
Fix part of ticket #3249.
Signed-off-by: Alexander Strasser <[email protected]>
| 77015443a84bb5dbed38eafc2ea26a2bf2641ed6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/77015443a84bb5dbed38eafc2ea26a2bf2641ed6 | 2014-01-04 23:19:37+01:00 |
avformat/mux: fix "no tag found" check in validate_codec_tag()
Signed-off-by: Michael Niedermayer <[email protected]>
| e9a26dc5bf66e106dbe3b81b2d59367f7e971e5c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e9a26dc5bf66e106dbe3b81b2d59367f7e971e5c | 2014-01-01 22:30:31+01:00 |
hevc: don't check for errors in PTL code
According to the spec, the value of XXX_reserved_zero_44bits should be
ignored, so don't report an error when it's not zero.
Signed-off-by: Anton Khirnov <[email protected]>
| 67bbaed5c498212bdd70b13b4fdcb37f4c9c77f5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/67bbaed5c498212bdd70b13b4fdcb37f4c9c77f5 | 2013-12-20 19:36:44+01:00 |
avcodec/lagarith: check and propagate return value from init_get_bits8()
Signed-off-by: Michael Niedermayer <[email protected]>
| 61d43a265176e8e724301b7721affbe9f61729d5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/61d43a265176e8e724301b7721affbe9f61729d5 | 2013-12-30 14:27:33+01:00 |
rtpdec_h264: Check the return value of functions doing allocations
Signed-off-by: Martin Storsjö <[email protected]>
| 9aba0a6f7b3de9381930300f49a30eadfcb63bc6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9aba0a6f7b3de9381930300f49a30eadfcb63bc6 | 2013-12-14 17:48:46+02:00 |
hevc: Bound check cu_qp_delta
The T-REC-H.265-2013044 page 91 states it has to be in the range
[-(26 + s->sps->qp_bd_offset / 2), (25 + s->sps->qp_bd_offset / 2)].
| e22ebd04bcab7f86548794556c28ecca46d9c2ac | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e22ebd04bcab7f86548794556c28ecca46d9c2ac | 2014-01-21 11:59:54+01:00 |
avcodec/h263dec: move call to ff_mpeg4_workaround_bugs() under codec_id check
Signed-off-by: Michael Niedermayer <[email protected]>
| b239f3f69d1c10a7d12354a9038c5b109661324e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b239f3f69d1c10a7d12354a9038c5b109661324e | 2013-11-30 02:35:13+01:00 |
ffprobe: use designated initializer for AVClass
Signed-off-by: Paul B Mahol <[email protected]>
| 638d79a9d0805e4863f6cd6cce146e3121a26071 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/638d79a9d0805e4863f6cd6cce146e3121a26071 | 2013-11-23 22:23:52+00:00 |
avcodec/error_resilience: check that er is supported before attempting to read the status of the previous slice
Fixes incorrectly set error_occured and improves speed
Signed-off-by: Michael Niedermayer <[email protected]>
| 90539cea336fd513c47295a03c164cb4a851166f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/90539cea336fd513c47295a03c164cb4a851166f | 2013-12-06 16:49:35+01:00 |
avformat/mov: Check that we have a stream before accessing it in mov_read_ares()
Fixes out of array read
Fixes: signal_sigsegv_6f1855_3910_avid_test_alpha.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| a7f27453f64d9020b92b01687baeb5909c6cdad0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a7f27453f64d9020b92b01687baeb5909c6cdad0 | 2013-11-22 22:04:03+01:00 |
avcodec/ivi_common: make while get_bits loop more robust by checking bits left
Signed-off-by: Michael Niedermayer <[email protected]>
| 489c575bd6f8d5e6ac2e9106b7efa7e25a68f478 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/489c575bd6f8d5e6ac2e9106b7efa7e25a68f478 | 2013-10-30 14:59:00+01:00 |
avcodec/audioconvert: deprecate API
Note, the header was not installed so useage of this should be limited
but its not 0, there are some random pieces of code using it according
to google.
Signed-off-by: Michael Niedermayer <[email protected]>
| e36231969af5d0b3ddccaccc2f36715d65307d5a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e36231969af5d0b3ddccaccc2f36715d65307d5a | 2013-10-29 10:48:57+01:00 |
hevc: add irap checks
(cherry picked from commit 3d3bbe35541a308937d0fe72b20a1c29d1c4100d)
Signed-off-by: Michael Niedermayer <[email protected]>
| 4db81f081743aeed366e8af7a748667818a27e0f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4db81f081743aeed366e8af7a748667818a27e0f | 2013-10-28 10:37:09+01:00 |
avcodec/takdec: also do crc check when er compliant is set
Signed-off-by: Michael Niedermayer <[email protected]>
| 2886d6cbb71b9fc79b584fda201d55aad616b237 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2886d6cbb71b9fc79b584fda201d55aad616b237 | 2013-10-27 21:18:40+01:00 |
cavs: Check for negative cbp
Sample-Id: 00000647-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 39185ec4faa9ef33954dbf2394444e045b632673 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39185ec4faa9ef33954dbf2394444e045b632673 | 2013-10-13 17:52:53+02:00 |
avcodec/error_resilience check error_concealment, not err_recognition.
err_recognition is supposed to trigger detecting and reporting errors,
not trying to fix them.
Signed-off-by: Michael Niedermayer <[email protected]>
| 346e09638cc159a3c3e4cf971a5b795644faac16 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/346e09638cc159a3c3e4cf971a5b795644faac16 | 2013-10-27 09:51:21+01:00 |
ffplay: add smarter method for determining video picture duration
- consider it an invalid PTS when the next PTS value is the same as the current one
- in case of invalid or unknown PTS, return vp->duration
This fixes ffplay part of ticket #3005.
Signed-off-by: Marton Balint <[email protected]>
| 5ecfcc7dff04ff0e86d8b6b3a33709ae956dfef7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5ecfcc7dff04ff0e86d8b6b3a33709ae956dfef7 | 2013-11-05 21:27:07+01:00 |
avfilter/vf_frei0r: fix out of array read
Signed-off-by: Michael Niedermayer <[email protected]>
| 02a6ee51685eb74f7a878dd49553ecc1f8da9fb2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/02a6ee51685eb74f7a878dd49553ecc1f8da9fb2 | 2013-10-04 11:16:35+02:00 |
lxf: remove deplanarization hack
Signed-off-by: Luca Barbato <[email protected]>
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| a529fa2f4dd3292ba7d9cd3e6ba76425b1ba7aef | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a529fa2f4dd3292ba7d9cd3e6ba76425b1ba7aef | 2013-09-27 01:33:46+02:00 |
h263dec: Remove a hack that can cause infinite loops
The actual usefulness of the hack is not known, and it does cause
infinite loops with some broken input files.
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 8812a8057f539845f6801cafdf6c481a59e96b48 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8812a8057f539845f6801cafdf6c481a59e96b48 | 2013-09-23 23:14:49+03:00 |
rtpdec_qt: Add an accidentally removed allocation return value check
This check was mistakenly removed in 5626f994f.
Signed-off-by: Martin Storsjö <[email protected]>
| 1af78b865b66acb8020c54262f12aa41ad47e05c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1af78b865b66acb8020c54262f12aa41ad47e05c | 2013-09-26 23:13:50+03:00 |
avformat/matroskadec: use av_malloc_array() and check for allocation error
Signed-off-by: Paul B Mahol <[email protected]>
| 3e2a5b33f0355eeb80b6b2805be7f1b4fa1d1a46 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3e2a5b33f0355eeb80b6b2805be7f1b4fa1d1a46 | 2013-09-19 22:28:25+00:00 |
rtmpproto: Check for the right return code
Signed-off-by: Martin Storsjö <[email protected]>
| 0d3784396b736374a61fea26268febdabd803a59 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0d3784396b736374a61fea26268febdabd803a59 | 2013-09-17 20:09:22+03:00 |
segafilm: Validate the number of audio channels
This avoids divisions by zero later.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 82e266c6d3fbf3cc74e515b883e66543381a0f2c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/82e266c6d3fbf3cc74e515b883e66543381a0f2c | 2013-09-19 22:45:40+03:00 |
rv34: Check the return value from ff_rv34_decode_init
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 711c970168297683860422e95d6b7e37ee3c8367 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/711c970168297683860422e95d6b7e37ee3c8367 | 2013-09-17 11:33:37+03:00 |
mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0
This fixes breakage in a few fate tests on certain setups
(that for some reason didn't break on OS X) after the previous
commit (8812a8057). Currently, some video streams are initialized
in ff_MPV_common_init with width/height set at 0 and only changed
to a proper video size with ff_MPV_common_frame_size_change later.
The breakage was diagnosed by Anton Khirnov.
Signed-off-by: Martin Storsjö <[email protected]>
| 5f24fe82e5fcf227abb5ebf62aa9bc246fda8c0d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5f24fe82e5fcf227abb5ebf62aa9bc246fda8c0d | 2013-09-24 14:02:23+03:00 |
eacmv: Make sure a reference frame exists before referencing it
This is similar to an existing check for the second-last frame
from 062421e3.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| ea78a348d86a3a733f6c1e0a65cfdd8283d924b9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea78a348d86a3a733f6c1e0a65cfdd8283d924b9 | 2013-09-17 11:33:38+03:00 |
avformat/avidec: use av_calloc() and check for allocation error
Signed-off-by: Paul B Mahol <[email protected]>
| c051d668b5dbf040f92551f78b1b13635b8fcfb8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c051d668b5dbf040f92551f78b1b13635b8fcfb8 | 2013-09-16 18:53:28+00:00 |
avcodec/smacker: remove check that has become redundant
Signed-off-by: Michael Niedermayer <[email protected]>
| fbab9a7c226792fbbd4cd8c636782b62514f760c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fbab9a7c226792fbbd4cd8c636782b62514f760c | 2013-09-12 16:17:32+02:00 |
Fix make checkheaders for vdpau_internal.h
| e7da19e9fa456d77031d3ba8e1e7c596f858f83d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e7da19e9fa456d77031d3ba8e1e7c596f858f83d | 2013-08-31 13:32:13+02:00 |
swscale/utils: use memcpy instead of loop in sws_cloneVec()
Signed-off-by: Michael Niedermayer <[email protected]>
| c914c99d4b8159d6be7c53c21f63d84f24d5ffeb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c914c99d4b8159d6be7c53c21f63d84f24d5ffeb | 2013-09-08 16:39:38+02:00 |
avformat/mpegts: print packet size warning only if new size differs from old
No case is known to have triggered this, but its more correct to check that the
new size differs.
Signed-off-by: Michael Niedermayer <[email protected]>
| ee7f2609a0dcac4008759f20ab9558a68d759821 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ee7f2609a0dcac4008759f20ab9558a68d759821 | 2013-08-18 22:45:39+02:00 |
lavf/wavdec: Fix seeking in files with unaligned offsets
A file with a prepended ID3 tag of an uneven length was found
in the wild.
Check if the wav data starts at an uneven offset and use that
information to correct the seeking calculation in wav_seek_tag,
which used to only seek to even byte positions.
Regression since ac87eaf856e0fb51917266b899bb15d19b907baf
Signed-off-by: Alexander Strasser <[email protected]>
| dc2e4c2e532b80565f5fbacd3a24a6db7567c257 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc2e4c2e532b80565f5fbacd3a24a6db7567c257 | 2013-08-14 22:05:41+02:00 |
rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf
Signed-off-by: Martin Storsjö <[email protected]>
| 62572435d4106098c090fb8f129a9090e41ff1eb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/62572435d4106098c090fb8f129a9090e41ff1eb | 2013-08-07 11:37:13+03:00 |
configure: Check for GCC diagnostic pragma support inside of functions
The actual usage of the pragma is within functions and older versions
of gcc only support the pragma outside of functions.
| 038c4f65ee6c72f9d1ee4d4e46c74073992fabc8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/038c4f65ee6c72f9d1ee4d4e46c74073992fabc8 | 2013-08-03 10:08:04+02:00 |
file: Move win32 utf8->wchar open wrapper to libavutil
When libavformat was changed to use the new avpriv_open function
in 51eb213d001, this silently bypassed the existing wrapper for
win32. Move the win32 wrapper into libavutil/file.c to make sure
it gets called everywhere (not just in the libavformat case).
This makes sure that non-ascii file names gets opened properly
(where file names internally are stored as utf8, but they get
converted to wchar_t and opened with _wsopen).
Signed-off-by: Martin Storsjö <[email protected]>
| dfc6b5c81491abf7effb97b23af17ccf7adcd132 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dfc6b5c81491abf7effb97b23af17ccf7adcd132 | 2013-08-08 16:41:33+03:00 |
avopt: Check whether the object actually has got an AVClass
AVIOContext has got an av_class member that only gets set if
opening the context using avio_open2, but not if allocating a
custom IO context. A caller that wants to read AVOptions from
an AVIOContext (recursively using AV_OPT_SEARCH_CHILDREN) may
not know if the AVIOContext actually has got a class set or not.
Signed-off-by: Martin Storsjö <[email protected]>
| c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b | 2013-07-31 21:31:14+03:00 |
cmdutils: Only do the windows-specific commandline parsing on _WIN32
Fixes commandline parsing on Cygwin (on 64 bit, and on very recent
32 bit), where the configure check does find the CommandLineToArgvW
function (since it exists in the link libraries and in the headers),
but whose GetCommandLineW() only returns the application's path.
(This is due to a cygwin internal optimization, see
http://cygwin.com/ml/cygwin/2013-07/msg00538.html for details.)
Arguments are only given through main's argc/argv, and they're already
UTF-8.
Signed-off-by: Martin Storsjö <[email protected]>
| e8edf4e1cf6051802ad717dcf8a454d4661929af | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e8edf4e1cf6051802ad717dcf8a454d4661929af | 2013-08-08 10:59:03+03:00 |
hls: Set stream offset before opening a chained demuxer
This makes sure we don't accidentally check discard flags
for the wrong stream.
Signed-off-by: Martin Storsjö <[email protected]>
| c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622 | 2013-07-29 09:50:06+03:00 |
ffplay: simplify audio decoding
Also use negative stream_index for signaling obsolete audio packets. Using the
size alone is not enough, because size is 0 for null packets as well.
Signed-off-by: Marton Balint <[email protected]>
| 782e06e292c59abc8528484bd1cb253a42d7f53e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/782e06e292c59abc8528484bd1cb253a42d7f53e | 2013-07-20 02:32:43+02:00 |
dsicinav: Bound-check the source buffer when needed
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| dd0bfc3a6a310e3e3674ce7742672d689a9a0e93 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dd0bfc3a6a310e3e3674ce7742672d689a9a0e93 | 2013-07-19 22:14:07+02:00 |
dca: Respect the current limits in the downmixing capabilities
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 3802833bc1f79775a1547c5e427fed6e92b77e53 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3802833bc1f79775a1547c5e427fed6e92b77e53 | 2013-07-12 04:34:49+02:00 |
pthread: Rename thread_init to avoid symbol collision
The AIX threads library exposes a function with the same name.
Signed-off-by: Martin Storsjö <[email protected]>
| 50612484e058e8b241f0528584d64d9d2ccebf12 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/50612484e058e8b241f0528584d64d9d2ccebf12 | 2013-07-17 00:13:31+03:00 |
avformat/gif: Do not write GIF89a header if loop is set to -1.
Signed-off-by: Michael Niedermayer <[email protected]>
| 09f59d6adfa19d1ad5049416c1d0fbc996f509fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/09f59d6adfa19d1ad5049416c1d0fbc996f509fd | 2013-07-10 01:18:59+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.