112704 Commits (58475c6988cc51c3c49814aa60c90d37046b0aae)
 

Author SHA1 Message Date
Michael Niedermayer 58475c6988
avcodec/exr: Dont use 64bits to hold 6bits 9 months ago
Michael Niedermayer e85ea8baaa
avcodec/exr: Check for remaining bits in huf_unpack_enc_table() 9 months ago
Michael Niedermayer 72b27f4f70
avcodec/apedec: Use NABS to avoid undefined negation 9 months ago
Michael Niedermayer 2da196b39a
avformat/mpegts: Reset local nb_prg on add_program() failure 9 months ago
Michael Niedermayer 93d6513bbe
avformat/aiffdec: Check for previously set channels 9 months ago
Michael Niedermayer 27d48ddd8f
avformat/mxfdec: Make edit_unit_byte_count unsigned 9 months ago
Michael Niedermayer 56999f9353
avformat/movenc: Check that cts fits in 32bit 9 months ago
Michael Niedermayer 38261d8cbd
avformat/mxfdec: Check first case of offset_temp computation for overflow 9 months ago
Michael Niedermayer ab84c37d63
avcodec/jpeg2000htdec: warn about non zero roi shift 9 months ago
Michael Niedermayer 78e54e1361
avcodec/jpeg2000htdec: Check magp before using it in a shift 9 months ago
Michael Niedermayer 5bb9d8affe
avfilter/vf_signature: Dont crash on no frames 9 months ago
Michael Niedermayer 243359fc78
avformat/westwood_vqa: Fix 2g packets 9 months ago
Michael Niedermayer 41f9156856
avformat/matroskadec: Check timescale 9 months ago
Michael Niedermayer a42a5e692d
avformat/wavdec: satuarte next_tag_ofs, data_end 9 months ago
Michael Niedermayer 6d92f9a85e
avformat/wavdec: sanity check channels and bps before using them for block_align 9 months ago
Michael Niedermayer d492fc3e5e
avformat/sbgdec: Check for negative duration 9 months ago
Michael Niedermayer 4a618246cd
avformat/rpl: Use 64bit for total_audio_size and check it 9 months ago
Michael Niedermayer 7af16852cb
avformat/timecode: use 64bit for intermediate for rounding in fps_from_frame_rate() 9 months ago
Michael Niedermayer db7a80c3ca
avformat/mov: use 64bit for intermediate for rounding 9 months ago
Michael Niedermayer 6cc785c255
avformat/jacosubdec: Use 64bit for abs 9 months ago
Michael Niedermayer 0a64d77be9
avformat/concatdec: Check user_duration sum 9 months ago
Michael Niedermayer e709315488
avcodec/wavarc: avoid signed integer overflow in AC code 9 months ago
Michael Niedermayer 9062d89849
avcodec/wavarc: Avoid signed integer overflow in sample 9 months ago
Michael Niedermayer 4cbc9bb2c9
avcodec/truemotion1: Height not being a multiple of 4 is unsupported 9 months ago
Michael Niedermayer 9a5f191bfb
avcodec/rtv1: fix undefined FFALIGN 9 months ago
Michael Niedermayer aa4cf7a584
avcodec/hcadec: do not allow code to continue after failed init 9 months ago
Michael Niedermayer 30fe9d3511
avcodec/hcadec: do not set hfr_group_count to invalid values 9 months ago
Michael Niedermayer 435f172b5d
avformat/concatdec: clip outpoint - inpoint overflow in get_best_effort_duration() 9 months ago
Michael Niedermayer 21ff582aec
avcodec/osq: avoid several signed integer overflows 9 months ago
Michael Niedermayer f0c08506f5
avformat/jacosubdec: clarify code 9 months ago
Michael Niedermayer 356251d750
avformat/cafdec: Check that data chunk end fits within 64bit 9 months ago
Michael Niedermayer 9459a45036
avformat/iff: Saturate avio_tell() + 12 9 months ago
Michael Niedermayer 521347ee0b
avformat/dxa: Adjust order of operations around block align 9 months ago
Michael Niedermayer d66b1af8df
avformat/cafdec: dont seek beyond 64bit 9 months ago
Michael Niedermayer 19ea7b0409
avformat/id3v2: read_uslt() check for the amount read 9 months ago
Michael Niedermayer e2a58916b1
avcodec/vmixdec: Check shift before use 9 months ago
Michael Niedermayer b171edca3c
avformat/mov: Check sample_count and auxiliary_info_default_size to be 0 9 months ago
Michael Niedermayer 8464563b80
avformat/wady: Check >0 samplerate and channels 1 || 2. 9 months ago
Michael Niedermayer a2ceca5cf6
avcodec/cbs_h266_syntax_template: Check tile_y 9 months ago
Michael Niedermayer 24367ad563
avcodec/proresenc_kostya: Remove bug similarity text 9 months ago
Michael Niedermayer d2f57db3ab
avcodec/vorbisdec: Check remaining data in vorbis_residue_decode_internal() 9 months ago
Michael Niedermayer 13f0a85c2c
avformat/concatdec: Check in and outpoints to be to produce a positive representable duration 9 months ago
Michael Niedermayer ae0e91150c
avcodec/8bps: Consider width in the minimal size check 9 months ago
Michael Niedermayer abd835bec7
libswscale/utils: Fix bayer to yuvj 9 months ago
Michael Niedermayer b88210ba04
swscale/swscale: Check srcSliceH for bayer 9 months ago
Michael Niedermayer ce35590562
swscale/utils: Allocate more dithererror 9 months ago
Michael Niedermayer 7dbea8ef0b
avcodec/indeo3: Round dimensions up in allocate_frame_buffers() 9 months ago
Michael Niedermayer e976607831
avutil/rational: Document what is to be expected from av_d2q() of doubles representing rational numbers 9 months ago
Michael Niedermayer fdc5b25f19
avfilter/signature_lookup: Do not dereference NULL pointers after malloc failure 9 months ago
Michael Niedermayer c5dcf99399
avfilter/signature_lookup: dont leave uncleared pointers in sll_free() 9 months ago