• Michael Niedermayer's avatar
    Merge branch 'release/0.8' into release/0.7 · 7fc85451
    Michael Niedermayer authored
    
    
    * release/0.8: (185 commits)
      h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.
      h264: check for invalid bit depth value.
      h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]
      h264: fix the check for invalid SPS:num_ref_frames.
      h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_list_reordering() errors.
      Reject video with non multiple of 16 width/height in the 4xm decoder.
      4xm decoder: fix data size for i2 frames.
      4xm decoder: print some error messages in case of errors.
      Check for out of bound accesses in the 4xm decoder.
      Prevent block size from inreasing in the shorten decoder.
      Check for out of bound reads in PTX decoder.
      Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers used in 4xm decoder.
      Fix the check for missing references in ff_er_frame_end() for H264.
      Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.
      Fix use of uninitialized memory in 4X Technologies demuxer.
      h264: increase ref_poc size to 32 as it can be per field.
      h264: set unused ref_counts to 0 as a precautionary meassure.
      Remove Chnagelog it has nothing to do with reality
      fate: fix motion pixels checksum change caused by backported bugfix
      avienc: Add a limit on the number of skiped frames muxed in a row.
      ...
    
    Conflicts:
    	Doxyfile
    	RELEASE
    	VERSION
    	libavformat/utils.c
    
    Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
    7fc85451