92870 Commits (f7745edeaaeeb3f4f9cc0a4f545d538cd86fa418)
 

Author SHA1 Message Date
  Michael Niedermayer 87eb374970 avcodec/eac3dec: Fix runtime error: left shift of negative value -3 9 years ago
  Michael Niedermayer aff8cf18cb avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2 9 years ago
  Michael Niedermayer 0716bcce5b avcodec/ituh263dec: Check for the bitstream end in ff_h263_decode_mb() 9 years ago
  Micah Galizia 489c09ad4b add locale month names to av_small_strptime 9 years ago
  Paul B Mahol 3a003cc381 fate: update ffprobe stuff after dbc7f02a72 9 years ago
  Michael Niedermayer 7e4f32f4e4 avutil/frame: Disallow zero sized frame side data 9 years ago
  Michael Niedermayer 5804201cba avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case 9 years ago
  Michael Niedermayer 58f3469cc6 avcodec/wavpack: Fix 280:22: runtime error: left shift of negative value -1 9 years ago
  Michael Niedermayer 5eb04570f6 avcodec/wavpack: Check post_shift 9 years ago
  Paul B Mahol dbc7f02a72 avfilter/aeval: trim last frame's number of samples to match requested duration 9 years ago
  Carl Eugen Hoyos 353f509ee3 lswr/rematrix: Remove an aggressive loop optimization. 9 years ago
  Michael Niedermayer d34bf886e9 avcodec/vp56: Implement very basic error concealment 9 years ago
  Anton Khirnov 984736dd9e lavc: make sure not to return EAGAIN from codecs 9 years ago
  James Almer 4cc0227040 apetag: account for header size if present when returning the start position 9 years ago
  Anton Khirnov b2788fe934 svq3: fix the slice size check 9 years ago
  James Almer 3f258f5ee0 apetag: fix flag value to signal footer presence 9 years ago
  Hendrik Leppkes 3aef2fceff avformat/hlsenc: don't use %s for strftime on msvc 9 years ago
  Steven Liu f73ef3748e avformat/hlsenc: fix hls_flags temp_file bug 9 years ago
  Michael Niedermayer 6bd79ba59f avcodec/amrwbdec: Fix 2 runtime errors: left shift of negative value -1 9 years ago
  Michael Niedermayer 310d2af319 avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be represented in type 'int' 9 years ago
  Michael Niedermayer 513a349439 avcodec/vp56: Fix sign typo 9 years ago
  Michael Niedermayer 5d81616be3 avcodec/mpegaudiodec_template: Correct return code on id3 tag discarding 9 years ago
  Rostislav Pehlivanov 70259737cb opus_pvq: prevent division by 0 9 years ago
  Paul B Mahol e01c32f260 avcodec/scpr: remove 4 dead store 9 years ago
  John Stebbins cd7a2e1502 asfdec: fix reading files larger than 2GB 9 years ago
  John Stebbins 248dc5c164 h264dec: fix dropped initial SEI recovery point 9 years ago
  Paul B Mahol c583e701bd avcodec/fmvc: initialize opcode to 0 9 years ago
  Paul B Mahol 0a28c50506 avcodec/scpr: improve motion vectors checking for out of buffer write 9 years ago
  Michael Niedermayer c87ea47481 tools/target_dec_fuzzer: Fix misaligned read 9 years ago
  Michael Niedermayer 2b8b7921c5 avcodec/vp3dsp: Fix multiple signed integer overflow: 46341 * 47523 cannot be represented in type 'int' 9 years ago
  Michael Niedermayer 8696f25444 avcodec/rv34: Simplify and factor get_slice_offset() code 9 years ago
  Paul B Mahol 178cd50c47 avcodec/scpr: make sure that component value is <= 0x1F for 16 bpc 9 years ago
  Paul B Mahol fa3e49568d avcodec/aic: unbreak decoding of files with slice_width != 16 9 years ago
  Carl Eugen Hoyos 560f5188c6 lavc/utils: Make second parameter to apply_param_change() const. 9 years ago
  Diego Biurrun 8e4d4efc67 fate: Add another SVQ3 test to increase coverage 13 years ago
  Rostislav Pehlivanov f19442c069 opus_pvq: remove unneeded assert 9 years ago
  Rostislav Pehlivanov 22b8ada7b5 opus_pvq: improve PVQ search for low Ks 9 years ago
  Michael Niedermayer 0d85c7bb5a avcodec/ituh263dec: Fix runtime error: left shift of 1342177279 by 1 places cannot be represented in type 'int' 9 years ago
  Michael Niedermayer e98dfeb27c avcodec/jpeglsdec: check shift for values that cause overflow later 9 years ago
  Michael Niedermayer 76ba09d182 avcodec/mpeg4videodec: Check the other 3 sprite points for intermediate overflows 9 years ago
  Mark Thompson 359586f14f lavfi: Add VAAPI deinterlacer 9 years ago
  Martin Storsjö b8f66c0838 aarch64: vp9itxfm: Reorder iadst16 coeffs 9 years ago
  Martin Storsjö 08074c092d arm: vp9itxfm: Reorder iadst16 coeffs 9 years ago
  Martin Storsjö 09eb88a12e aarch64: vp9itxfm: Reorder the idct coefficients for better pairing 9 years ago
  Martin Storsjö de06bdfe6c arm: vp9itxfm: Reorder the idct coefficients for better pairing 9 years ago
  Martin Storsjö 65aa002d54 aarch64: vp9itxfm: Avoid reloading the idct32 coefficients 9 years ago
  Martin Storsjö 402546a172 arm: vp9itxfm: Avoid reloading the idct32 coefficients 9 years ago
  Paul B Mahol 20789372da avcodec/shorten: support decoding AIFF-C variant 9 years ago
  Martin Storsjö 575e31e931 arm: vp9lpf: Implement the mix2_44 function with one single filter pass 9 years ago
  Martin Storsjö 3bf9c48320 aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 9 years ago