vpx/vp9/decoder
James Zern b2b07755e0 vp9: check tile column count
the max is 6. there are assumptions throughout the decode regarding
this; fixes a crash with a fuzzed bitstream

$ zzuf -s 5861 -r 0.01:0.05 -b 6- \
  < vp90-2-00-quantizer-00.webm.ivf \
  | dd of=invalid-vp90-2-00-quantizer-00.webm.ivf.s5861_r01-05_b6-.ivf \
    bs=1 count=81883

Change-Id: I6af41bb34252e88bc156a4c27c80d505d45f5642
2014-06-24 19:26:11 -07:00
..
vp9_decodeframe.c vp9: check tile column count 2014-06-24 19:26:11 -07:00
vp9_decodeframe.h Removing decoded_key_frame flag. 2014-05-21 15:51:40 -07:00
vp9_decodemv.c Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_decodemv.h Removing vp9_onyxd_int.h file. 2014-03-05 10:39:29 -08:00
vp9_decoder.c Merge "Remove unused vp9_init_quant_tables function" 2014-06-23 09:37:30 -07:00
vp9_decoder.h Initially add frame_parallel_decode flag. 2014-06-11 17:29:29 -07:00
vp9_detokenize.c Renaming two members in MACROBLOCKD struct. 2014-04-01 17:46:40 -07:00
vp9_detokenize.h Renaming vp9_onyxd.h and vp9_onyxd_if.c to vp9_decoder.{h, c}. 2014-03-06 12:08:20 -08:00
vp9_dsubexp.c Remove an unused function 2014-04-20 14:50:35 -07:00
vp9_dsubexp.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_dthread.c Removing MACROBLOCKD dependency from loop filter. 2014-05-16 09:48:26 -07:00
vp9_dthread.h Revert 3 patches from Hangyu to get Chrome to build: 2014-06-21 11:36:51 -07:00
vp9_read_bit_buffer.c Improve vp9_rb_bytes_read 2014-06-18 08:31:45 -07:00
vp9_read_bit_buffer.h vp9_read_bit_buffer.h convert header statics to global functions 2014-03-03 15:21:22 -08:00
vp9_reader.c Add VPXD_SET_DECRYPTOR support to the VP9 decoder. 2014-04-23 16:11:54 -07:00
vp9_reader.h Add VPXD_SET_DECRYPTOR support to the VP9 decoder. 2014-04-23 16:11:54 -07:00
vp9_thread.c vp9 decoder: row-based multi-threaded loopfilter 2014-01-31 14:44:53 -08:00
vp9_thread.h vp9 decoder: row-based multi-threaded loopfilter 2014-01-31 14:44:53 -08:00