90850 Commits (081874a050d1cdb081df7feb7e6cc99a7d25641e)
 

Author SHA1 Message Date
  Michael Niedermayer 081874a050 avcodec/shorten: Fix multiple integer overflows 7 years ago
  Michael Niedermayer 028a0c9148 avcodec/shorten: Fix undefined shift in fix_bitshift() 7 years ago
  Michael Niedermayer 9a53e8572a avcodec/shorten: Fix a negative left shift in shorten_decode_frame() 7 years ago
  Michael Niedermayer 3aa3b05d64 avcodec/shorten: Sanity check nmeans 7 years ago
  Michael Niedermayer 7a5ddf731b avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header() 7 years ago
  Michael Niedermayer 4b12afccb2 avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan() 7 years ago
  Michael Niedermayer b55c824ee7 avcodec/truemotion2: Fix overflow in tm2_apply_deltas() 7 years ago
  Michael Niedermayer a90497c183 avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c 7 years ago
  Michael Niedermayer 65b2b0d98a avcodec/amrwbdec: Fix division by 0 in find_hb_gain() 7 years ago
  Michael Niedermayer 0097cc0ea3 avcodec/h263dec: Reinitialize idct context if it has not been setup for the active profile 7 years ago
  Michael Niedermayer 07767c704b avcodec/idctdsp: Clear idct/idct_add for studio profile 7 years ago
  Michael Niedermayer 2e7830e5ff avformat/mov: replace a value error by clipping into valid range in mov_read_stsc() 7 years ago
  Michael Niedermayer 4f644b2632 avformat/bintext: Reduce detection for random .bin files as it more likely is not a multimedia related file 7 years ago
  Michael Niedermayer 1d01a3b34c avformat/mov: Break out early if chunk_count is 0 in mov_build_index() 7 years ago
  Michael Niedermayer 2742cb10c7 avcodec/fic: Avoid some magic numbers related to cursors 7 years ago
  Michael Niedermayer 8229afc3a9 avcodec/mpeg4video: Detect reference studio streams as studio streams 7 years ago
  Michael Niedermayer 76f8c8cd05 avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sample 7 years ago
  Michael Niedermayer 786834a693 avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio profile 7 years ago
  Michael Niedermayer f2c253f083 avcodec/g2meet: ask for sample with overflowing RGB 7 years ago
  Michael Niedermayer e26be20a27 avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecContext profile 7 years ago
  Michael Niedermayer 7b7c582c15 avcodec/ac3dec: Check that the number of channels with dependant streams is valid 7 years ago
  Michael Niedermayer 06b84f7271 avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame() 7 years ago
  Michael Niedermayer f974cc9830 avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed() 7 years ago
  Michael Niedermayer af0ba288e7 oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behavior 7 years ago
  Michael Niedermayer c98d84e229 avcodec/g723_1dec: Clip bits2 in both directions 7 years ago
  Michael Niedermayer b3d740263c avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header() 7 years ago
  Michael Niedermayer 6edf0ecab0 avcodec/mlpdec: Only change noise_type if the related fields are valid 7 years ago
  Michael Niedermayer b2aaf5de42 indeo4: Decode all or nothing of a band header. 7 years ago
  Michael Niedermayer 217367b5eb avcodec/ac3dec: Use frame_size if superframe_size is 0 7 years ago
  Michael Niedermayer c97f9ed53f avformat/mov: Only fail for STCO/STSC contradictions if both exist 7 years ago
  Michael Niedermayer 05ac7fdeeb avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0 7 years ago
  Michael Niedermayer c071618ba6 avcodec/fic: Check available input space for cursor 7 years ago
  Michael Niedermayer b367c23da1 avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profile 7 years ago
  Michael Niedermayer 58a03420be avcodec/g2meet: Check RGB upper limit 7 years ago
  Michael Niedermayer cbe442048f avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_iteration() CPRL case 7 years ago
  Michael Niedermayer 87e9f5e118 avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be done 7 years ago
  Michael Niedermayer 2cffce26a7 avcodec/g2meet: Change order of operations to avoid undefined behavior 7 years ago
  Michael Niedermayer c26e101654 avcodec/flac_parser: Fix infinite loop 7 years ago
  Michael Niedermayer 60e408f252 avcodec/mpeg4videodec: Split decode_studio_vol_header() out of decode_studiovisualobject() 7 years ago
  Michael Niedermayer e61dcd2c86 avcodec/mpeg4videodec: Move decode_studiovisualobject() parsing in the branch for visual object parsing 7 years ago
  Michael Niedermayer dd3914c5b5 avcodec/mpeg4video_parser: Avoid litteral 0x1B6, use named constant instead 7 years ago
  Michael Niedermayer 90c4c076c7 avcodec/mpeg4video_parser: Fix incorrect spliting of MPEG-4 studio frames 7 years ago
  Michael Niedermayer d976855c00 avformat/m4vdec: Use the same constant names as libavcodec 7 years ago
  Michael Niedermayer 7bc5d49c60 avformat/m4vdec: Fix detection of raw MPEG-4 ES Studio 7 years ago
  Michael Niedermayer 36c4995428 avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED() 7 years ago
  Michael Niedermayer 57bb78d980 avcodec/wavpack: Fix integer overflow in wv_unpack_stereo() 7 years ago
  Michael Niedermayer b2cb42f1c3 avcodec/error_resilience: Fix integer overflow in filter181() 7 years ago
  Michael Niedermayer fe7f2a77c7 avcodec/h263dec: Check slice_ret in mspeg4 slice loop 7 years ago
  Michael Niedermayer 9dfe36616f avcodec/elsdec: Fix memleaks 7 years ago
  Michael Niedermayer 4ace1597a2 avcodec/vc1_block: simplify ac_val computation 7 years ago