90877 Commits (bf3e331b7633ca9cc28e8b90db357221d0481abc)
 

Author SHA1 Message Date
  Michael Niedermayer bf3e331b76 avcodec/ra144: Fix integer overflow in ff_eval_refl() 7 years ago
  Michael Niedermayer 21732c1adc avcodec/cscd: Check output buffer size for lzo. 7 years ago
  Michael Niedermayer d00548f2c1 avcodec/escape124: Check buf_size against num_superblocks 7 years ago
  Michael Niedermayer 10e5302db4 avcodec/h264_parser: Reduce needed history for parsing mb index 7 years ago
  Michael Niedermayer 84280dc7cf avcodec/magicyuv: Check bits left in flags&1 branch 7 years ago
  Michael Niedermayer 2c404cc11a avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan() 7 years ago
  Marton Balint acb7907319 ffmpeg: fix -stream_loop with multiple inputs 7 years ago
  Marton Balint 2c138c2d8c ffmpeg: factorize input thread creation and destruction 7 years ago
  Aman Gupta b5106c5aa2 avformat/mpegts: parse large PMTs with multiple tables 7 years ago
  Aman Gupta 789bac72ed Revert "avcodec/mediacodecdec: wait on first frame after input buffers are full" 7 years ago
  Thomas Guillem 33fcbb4372 avcodec/videotoolboxenc: fix invalid session on iOS 7 years ago
  Thomas Guillem a56eb4d56c avcodec/videotoolboxenc: split initialization 7 years ago
  Thomas Guillem 70799fae35 avcodec/videotoolboxenc: fix mutex/cond leak in error path 7 years ago
  Michael Niedermayer e049f7c24f Update for 4.0.1 7 years ago
  Michael Niedermayer 83a737aa70 avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed() 7 years ago
  Michael Niedermayer 2deeb2eaef avcodec/dirac_dwt_template: Fix undefined behavior in interleave() 7 years ago
  Michael Niedermayer 9eaf908897 avutil/common: Fix undefined behavior in av_clip_uintp2_c() 7 years ago
  Michael Niedermayer 1ca157b026 fftools/ffmpeg: Fallback to duration if sample rate is unavailable 7 years ago
  Michael Niedermayer f36128518b avformat/mov: Only set pkt->duration to non negative values 7 years ago
  Michael Niedermayer 897524954b avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a previous instance 7 years ago
  Timo Teräs f0e4bc61e3 avformat/movenc: fix recognization of cover image streams 7 years ago
  Timo Teräs 36628bd215 avformat/movenc: properly handle cover image codecs 7 years ago
  Michael Niedermayer e42ab0115e avcodec/h264_slice: Fix overflow in recovery_frame computation 7 years ago
  Michael Niedermayer 10f68641ae avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h264_sei 7 years ago
  Michael Niedermayer f0a10f6376 avcodec/h264_mc_template: Only prefetch motion if the list is used. 7 years ago
  Michael Niedermayer 0b4d76d891 avcodec/xwddec: Use ff_set_dimensions() 7 years ago
  Michael Niedermayer 4fa2078217 avcodec/wavpack: Fix overflow in adding tail 7 years ago
  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