Opened 9 years ago

Closed 9 years ago

#4438 closed defect (fixed)

h264 sliced threads segfault

Reported by: Kieran Kunhya Owned by:
Priority: normal Component: avcodec
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description (last modified by Michael Niedermayer)

kierank@obe2:~/ffmpeg$ gdb ./ffmpeg_g
GNU gdb (GDB) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./ffmpeg_g...done.
(gdb) run -thread_type slice -threads 0 -i out.264 -f null -[1P[1P[1P[1@f[1@u[1@z[1@z[1@7
Starting program: /home/kierank/ffmpeg/ffmpeg_g -thread_type slice -threads 0 -i fuzz7.264 -f null -
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
ffmpeg version N-71319-g43b4342 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 4.8.0 (GCC)
  configuration: --disable-optimizations --disable-stripping --disable-everything --enable-protocol=file --enable-decoder=h264 --enable-demuxer=h264 --enable-encoder=rawvideo --enable-muxer=null --enable-parser=h264
  libavutil      54. 22.100 / 54. 22.100
  libavcodec     56. 34.100 / 56. 34.100
  libavformat    56. 29.100 / 56. 29.100
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 13.101 /  5. 13.101
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing SPS 2 referenced in buffering period
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mslice type 32 too large at 1
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 11 0, bytestream 292
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 7 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdeblocking_filter_idc 3 out of range
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 7 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference count overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 4
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 2 times
    Last message repeated 3 times
    Last message repeated 3 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mslice type 32 too large at 1
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 5 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 4 0, bytestream 932
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 201
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 25 DC, 25 AC, 25 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mtop block unavailable for requested intra mode at 3 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 3 0, bytestream 674
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 1 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 1 0, bytestream 778
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 25 DC, 25 AC, 25 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 6 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 3 >= 2
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 0 0, bytestream 262
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mtop block unavailable for requested intra mode at 4 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 4 0, bytestream 1084
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 5 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 4 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 9 1, bytestream 1060
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 6 referenced
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 4 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 7 0, bytestream 1009
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 25 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 4 referenced
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal short term buffer state detected
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 6 referenced
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 5 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 5 1, bytestream 1311
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 0 1, bytestream 1767
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 6 referenced
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 7 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 4 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 10 0, bytestream 2901
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mA non-intra slice in an IDR NAL unit.
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[0;33mdata partitioning[0m[0;33m is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[0m[0;36m[h264 @ 0xac0c20] [0m[0;33mIf you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mInvalid inter IDR frame
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 3 0, bytestream 1757
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mA non-intra slice in an IDR NAL unit.
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 4 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 4 0, bytestream 1448
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdeblocking filter parameters 16 0 out of range
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mA non-intra slice in an IDR NAL unit.
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdeblocking_filter_idc 6 out of range
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mno frame!
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mtop block unavailable for requested intra mode at 6 0
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 6 0, bytestream 1245
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31merror while decoding MB 3 0, bytestream 881
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0mconcealing 26 DC, 26 AC, 26 MV errors in P frame
[0;36m[h264 @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xac0c20] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;35m[h264 @ 0xac0200] [0mdecoding for stream 0 failed
Input #0, h264, from 'fuzz7.264':
  Duration: N/A, bitrate: N/A
    Stream #0:0: Video: h264 (High 4:2:2), yuv422p, 208x32, 24.92 fps, 25 tbr, 1200k tbn, 50 tbc
Output #0, null, to 'pipe:':
  Metadata:
    encoder         : Lavf56.29.100
    Stream #0:0: Video: rawvideo (Y42B / 0x42323459), yuv422p, 208x32, q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
    Metadata:
      encoder         : Lavc56.34.100 rawvideo
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> rawvideo (native))
Press [q] to stop, [?] for help
[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing SPS 2 referenced in buffering period
[0m[0;36m[h264 @ 0xbb0c60] [0m[0;33mtoo many threads/slices 3, reducing to 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 1
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 11 0, bytestream 292
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 7 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking_filter_idc 3 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 7 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference count overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 2 times
    Last message repeated 3 times
    Last message repeated 3 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 1
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 4 0, bytestream 932
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 201
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 3 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 0, bytestream 674
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0mCannot parallelize slice decoding with deblocking filter type 1, decoding such frames in sequential order
To parallelize slice decoding you need video encoded with disable_deblocking_filter_idc set to 2 (deblock only edges that do not cross slices).
Setting the flags2 libavcodec option to +fast (-flags2 +fast) will disable deblocking across slices and enable parallel slice decoding but will generate non-standard-compliant output.
[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 1 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 1 0, bytestream 778
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 6 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 0 0, bytestream 262
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 4 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 4 0, bytestream 1084
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 5 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 9 1, bytestream 1060
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 6 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 25 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 7 0, bytestream 1009
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 4 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 6 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 5 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 1, bytestream 1311
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 0 1, bytestream 1767
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 6 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 7 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 10 0, bytestream 2901
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mA non-intra slice in an IDR NAL unit.
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[0;33mdata partitioning[0m[0;33m is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[0m[0;36m[h264 @ 0xbb0c60] [0m[0;33mIf you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mInvalid inter IDR frame
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 3
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 0, bytestream 1757
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mA non-intra slice in an IDR NAL unit.
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 4 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 4 0, bytestream 1448
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking filter parameters 16 0 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mA non-intra slice in an IDR NAL unit.
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking_filter_idc 6 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mno frame!
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 6 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 6 0, bytestream 1245
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 0, bytestream 881
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 23 too large at 1
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 15
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mThis stream was generated by a broken encoder, invalid 8x8 inference
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31millegal reordering_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 6
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mfirst_mb_in_slice overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnumber of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31mnon-existing PPS 3 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mInvalid inter IDR frame
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0mReinit context to 352x288, pix_fmt: yuv422p
[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking filter parameters 0 -14 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 8 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 8 14, bytestream 710
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 9, bytestream -9
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m    Last message repeated 1 times
    Last message repeated 2 times
    Last message repeated 2 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference count overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 1 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 1 5, bytestream 2672
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 8 1, bytestream 1250
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mFrame num change from 3 to 11
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 8 5, bytestream 635
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 7 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 7 1, bytestream 910
[0m[0;36m[h264 @ 0xbb0c60] [0m[0;33mdata partitioning[0m[0;33m is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[0m[0;36m[h264 @ 0xbb0c60] [0m[0;33mIf you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 4 0, bytestream 592
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 11 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 11 5, bytestream 263
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 6 10, bytestream 313
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 8 15, bytestream 258
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mDeblocking switched inside frame.
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 198
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 3 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 5, bytestream 214
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 4 1, bytestream 852
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 65550
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 0, bytestream 1673
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 0 6, bytestream 974
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 9 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 11, bytestream 834
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 14, bytestream 1330
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 2 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 5, bytestream 481
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 16, bytestream 394
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference count overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 3 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference count overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 11 2, bytestream 1039
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 13, bytestream 744
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 1 7, bytestream 721
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 2 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 14, bytestream 507
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31millegal memory management control operation 30
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal memory management control operation 30
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 32 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking_filter_idc 7 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking_filter_idc 7 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 5, bytestream 629
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 11 1, bytestream 330
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal modification_of_pic_nums_idc 31
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 5 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 14, bytestream 1216
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 16 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 16 0, bytestream 1250
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking_filter_idc 32 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 3 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 0, bytestream 795
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 8 10, bytestream 1953
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mabs_diff_pic_num overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 0, bytestream 2591
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 14 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 14 14, bytestream 1119
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 3 9
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 9, bytestream 879
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 17 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 17 0, bytestream 485
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 198
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 0 15, bytestream 1463
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mFrame num change from 12 to 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mFrame num change from 12 to 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 6, bytestream 733
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 1 9, bytestream 1103
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 198
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference count overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mabs_diff_pic_num overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mFrame num change from 15 to 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 6 14, bytestream 1814
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mcabac_init_idc 6 overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 16 14, bytestream 903
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 9 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 7 6, bytestream 1105
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 11, bytestream 1084
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 5, bytestream 814
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 5 9
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 9, bytestream 1001
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 7 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 8 0, bytestream 803
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 17 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 17 0, bytestream 736
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 7 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 18 9, bytestream 786
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31mchroma_log2_weight_denom 9 is out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mchroma_log2_weight_denom 9 is out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 15 1, bytestream 189
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 21 5, bytestream 533
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 10 10, bytestream 769
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 6 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 6 14, bytestream 512
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 7 5, bytestream 1034
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 6 10, bytestream 503
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 7 3, bytestream 486
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 17 14, bytestream 636
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference count overflow
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[0;33mdata partitioning[0m[0;33m is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[0m[0;36m[h264 @ 0xbb0c60] [0m[0;33mIf you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[0m[1;31mError while decoding stream #0:0: Invalid data found when processing input
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 4 2, bytestream 638
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 12 11, bytestream 1000
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 198
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 5 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 14, bytestream 882
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 15 0, bytestream 1014
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mleft block unavailable for requested intra mode at 0 10
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 0 10, bytestream 1387
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 4 2, bytestream 509
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 12 10, bytestream 872
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 1 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 1 0, bytestream 980
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mslice type 32 too large at 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 65602
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra4x4 mode -1 at 9 9
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 9 9, bytestream 963
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mreference picture missing during reorder
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mMissing reference picture, default is 65602
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mtop block unavailable for requested intra mode at 18 14
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 18 14, bytestream 1170
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mmmco: unref short failure
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal short term buffer state detected
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 15 0, bytestream 266
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 6 10, bytestream -9
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 10 5, bytestream 862
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 19 9, bytestream 1862
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 13 3, bytestream 150
[0m[1;36m[NULL @ 0xac0c20] [0m[1;31mnon-existing PPS 1 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mnon-existing PPS 1 referenced
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal memory management control operation 31
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mDeblocking switched inside frame.
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31millegal memory management control operation 31
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 308
[0m    Last message repeated 1 times
    Last message repeated 1 times
[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 6 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 1 11, bytestream 1454
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 198
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 7 14, bytestream 511
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 7 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 1 9, bytestream 1764
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 11 5, bytestream 1186
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 15 14, bytestream 1176
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 9, bytestream 912
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 5 7, bytestream 629
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 17, bytestream 634
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 5, bytestream 891
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 7 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 8 10, bytestream 877
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 7 3, bytestream 572
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdeblocking_filter_idc 14 out of range
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mdecode_slice_header error
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mleft block unavailable for requested intra4x4 mode -1 at 0 0
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 0 0, bytestream 1133
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 3 9, bytestream 4727
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 4
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 13 5, bytestream 1529
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 3 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 0 6, bytestream 1327
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 2 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 6 12, bytestream 1425
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 4 >= 2
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 10 16, bytestream 897
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 2 6, bytestream 1076
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mReference 5 >= 5
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31merror while decoding MB 15 17, bytestream 1002
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 110
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mDeblocking switched inside frame.
[0m[0;36m[h264 @ 0xbb0c60] [0m[1;31mSlice overlaps next at 198
[0m    Last message repeated 1 times
[New Thread 0x7ffff18d7700 (LWP 31100)]
[New Thread 0x7ffff20d8700 (LWP 31099)]
[New Thread 0x7ffff28d9700 (LWP 31098)]
[New Thread 0x7ffff30da700 (LWP 31097)]
[New Thread 0x7ffff38db700 (LWP 31096)]
[New Thread 0x7ffff40dc700 (LWP 31095)]
[New Thread 0x7ffff48dd700 (LWP 31094)]
[New Thread 0x7ffff50de700 (LWP 31093)]
[New Thread 0x7ffff58df700 (LWP 31092)]
[New Thread 0x7ffff60e0700 (LWP 31091)]
[New Thread 0x7ffff68e1700 (LWP 31090)]
[New Thread 0x7ffff70e2700 (LWP 31089)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff18d7700 (LWP 31100)]
0x000000000062674e in write_back_motion_list (list=1, mb_type=16392, b8_xy=1288, b_xy=4928, b_stride=88, sl=0x7ffff0f652f0, h=0xbb8240) at libavcodec/h264.h:1083
1083	            AV_COPY64(mvd_dst, mvd_src + 8 * 3);
(gdb) bt
#0  0x000000000062674e in write_back_motion_list (list=1, mb_type=16392, b8_xy=1288, b_xy=4928, b_stride=88, sl=0x7ffff0f652f0, h=0xbb8240) at libavcodec/h264.h:1083
#1  write_back_motion (mb_type=16392, sl=0x7ffff0f652f0, h=0xbb8240) at libavcodec/h264.h:1115
#2  ff_h264_decode_mb_cabac (h=0xbb8240, sl=0x7ffff0f652f0) at libavcodec/h264_cabac.c:2314
#3  0x000000000053ad5f in decode_slice (avctx=0xbb0c60, arg=0x7ffff0f652f0) at libavcodec/h264_slice.c:2362
#4  0x000000000065d3a9 in worker (v=0xbb0c60) at libavcodec/pthread_slice.c:99
#5  0x00007ffff74a9e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007ffff71d68bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000000000 in ?? ()
(gdb) bt[K[Kinfo all-rgisters[K[K[K[K[K[K[Kei[Kgisters
rax            0x0	0
rbx            0x1e7	487
rcx            0xc	12
rdx            0x400040004000400	288234774265332736
rsi            0xc	12
rdi            0x7ffff0f71a10	140737236113936
rbp            0x7ffff18d6e20	0x7ffff18d6e20
rsp            0x7ffff18d5360	0x7ffff18d5360
r8             0x27	39
r9             0xffffffce	4294967246
r10            0x0	0
r11            0x25	37
r12            0xe22320	14820128
r13            0x7ffff18d79c0	140737245968832
r14            0x0	0
r15            0x3	3
rip            0x62674e	0x62674e <ff_h264_decode_mb_cabac+49630>
eflags         0x10202	[ IF RF ]
cs             0x33	51
ss             0x2b	43
ds             0x0	0
es             0x0	0
fs             0x0	0
gs             0x0	0
st0            -nan(0x07d7d7d7d)	(raw 0xffff000000007d7d7d7d)
st1            -nan(0x7d007d007d007d)	(raw 0xffff007d007d007d007d)
st2            -nan(0x80008000800080)	(raw 0xffff0080008000800080)
st3            -nan(0x3f003f003f003f)	(raw 0xffff003f003f003f003f)
st4            -nan(0x80008000800080)	(raw 0xffff0080008000800080)
st5            -nan(0xffe0ffe0ffe0ffe0)	(raw 0xffffffe0ffe0ffe0ffe0)
st6            -nan(0x000000006)	(raw 0xffff0000000000000006)
st7            -inf	(raw 0xffff0000000000000000)
fctrl          0x37f	895
fstat          0x0	0
ftag           0xaaaa	43690
fiseg          0x0	0
fioff          0x0	0
foseg          0x0	0
fooff          0x0	0
fop            0x0	0
mxcsr          0x1fa8	[ OE PE IM DM ZM OM UM PM ]
ymm0           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x8000000000000000, 0x8000000000000000, 0x0, 0x0}, v32_int8 = {0x0, 0x0, 0xfc, 0xff, 
    0x0, 0x0, 0xfc, 0xff, 0x0, 0x0, 0xfc, 0xff, 0x0, 0x0, 0xfc, 0xff, 0x0 <repeats 16 times>}, v16_int16 = {0x0, 0xfffc, 0x0, 0xfffc, 0x0, 0xfffc, 0x0, 0xfffc, 0x0, 
---Type <return> to continue, or q <return> to quit---
    0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0xfffc0000, 0xfffc0000, 0xfffc0000, 0xfffc0000, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xfffc0000fffc0000, 
    0xfffc0000fffc0000, 0x0, 0x0}, v2_int128 = {0xfffc0000fffc0000fffc0000fffc0000, 0x00000000000000000000000000000000}}
ymm1           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x25 <repeats 16 times>, 0x0 <repeats 16 times>}, 
  v16_int16 = {0x2525, 0x2525, 0x2525, 0x2525, 0x2525, 0x2525, 0x2525, 0x2525, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x25252525, 0x25252525, 
    0x25252525, 0x25252525, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x2525252525252525, 0x2525252525252525, 0x0, 0x0}, v2_int128 = {0x25252525252525252525252525252525, 
    0x00000000000000000000000000000000}}
ymm2           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {
    0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 
    0x00000000000000000000000000000000}}
ymm3           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 <repeats 12 times>, 0xff, 
    0x0 <repeats 19 times>}, v16_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 
    0x0, 0x0}, v4_int64 = {0x0, 0xff00000000, 0x0, 0x0}, v2_int128 = {0x000000ff000000000000000000000000, 0x00000000000000000000000000000000}}
ymm4           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xa, 0x0, 0x80 <repeats 14 times>, 
    0x0 <repeats 16 times>}, v16_int16 = {0xa, 0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {
    0x8080000a, 0x80808080, 0x80808080, 0x80808080, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x808080808080000a, 0x8080808080808080, 0x0, 0x0}, v2_int128 = {
    0x8080808080808080808080808080000a, 0x00000000000000000000000000000000}}
ymm5           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x20, 0x0, 0x20, 0x0, 0x20, 0x0, 0x20, 0x0, 0x20, 
    0x0, 0x20, 0x0, 0x20, 0x0, 0x20, 0x0 <repeats 17 times>}, v16_int16 = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 
  v8_int32 = {0x200020, 0x200020, 0x200020, 0x200020, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x20002000200020, 0x20002000200020, 0x0, 0x0}, v2_int128 = {
    0x00200020002000200020002000200020, 0x00000000000000000000000000000000}}
ymm6           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x6, 0x0 <repeats 31 times>}, v16_int16 = {0x6, 
    0x0 <repeats 15 times>}, v8_int32 = {0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x6, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000006, 
    0x00000000000000000000000000000000}}
ymm7           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {
    0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 
    0x00000000000000000000000000000000}}
ymm8           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x80, 0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 
    0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 0x0 <repeats 17 times>}, v16_int16 = {0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 
  v8_int32 = {0x800080, 0x800080, 0x800080, 0x800080, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x80008000800080, 0x80008000800080, 0x0, 0x0}, v2_int128 = {
    0x00800080008000800080008000800080, 0x00000000000000000000000000000000}}
ymm9           {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x80, 0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 
    0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 0x0 <repeats 17 times>}, v16_int16 = {0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 
  v8_int32 = {0x800080, 0x800080, 0x800080, 0x800080, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x80008000800080, 0x80008000800080, 0x0, 0x0}, v2_int128 = {
    0x00800080008000800080008000800080, 0x00000000000000000000000000000000}}
ymm10          {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x8000000000000000, 0x8000000000000000, 0x0, 0x0}, v32_int8 = {
    0xf5 <repeats 16 times>, 0x0 <repeats 16 times>}, v16_int16 = {0xf5f5, 0xf5f5, 0xf5f5, 0xf5f5, 0xf5f5, 0xf5f5, 0xf5f5, 0xf5f5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 
    0x0}, v8_int32 = {0xf5f5f5f5, 0xf5f5f5f5, 0xf5f5f5f5, 0xf5f5f5f5, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xf5f5f5f5f5f5f5f5, 0xf5f5f5f5f5f5f5f5, 0x0, 0x0}, v2_int128 = {
    0xf5f5f5f5f5f5f5f5f5f5f5f5f5f5f5f5, 0x00000000000000000000000000000000}}
ymm11          {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x10, 0x1, 0x10, 0x1, 0x10, 0x1, 0x10, 0x1, 0x10, 
    0x1, 0x10, 0x1, 0x10, 0x1, 0x10, 0x1, 0x0 <repeats 16 times>}, v16_int16 = {0x110, 0x110, 0x110, 0x110, 0x110, 0x110, 0x110, 0x110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 
    0x0, 0x0}, v8_int32 = {0x1100110, 0x1100110, 0x1100110, 0x1100110, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x110011001100110, 0x110011001100110, 0x0, 0x0}, v2_int128 = {
    0x01100110011001100110011001100110, 0x00000000000000000000000000000000}}
ymm12          {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x80, 0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 
---Type <return> to continue, or q <return> to quit---
    0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 0x0 <repeats 17 times>}, v16_int16 = {0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 
  v8_int32 = {0x800080, 0x800080, 0x800080, 0x800080, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x80008000800080, 0x80008000800080, 0x0, 0x0}, v2_int128 = {
    0x00800080008000800080008000800080, 0x00000000000000000000000000000000}}
ymm13          {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x10, 0x0, 0x10, 0x0, 0x10, 0x0, 0x10, 0x0, 0x10, 
    0x0, 0x10, 0x0, 0x10, 0x0, 0x10, 0x0 <repeats 17 times>}, v16_int16 = {0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 
  v8_int32 = {0x100010, 0x100010, 0x100010, 0x100010, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x10001000100010, 0x10001000100010, 0x0, 0x0}, v2_int128 = {
    0x00100010001000100010001000100010, 0x00000000000000000000000000000000}}
ymm14          {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x5, 0x0, 0x5, 0x0, 0x5, 0x0, 0x5, 0x0, 0x5, 0x0, 
    0x5, 0x0, 0x5, 0x0, 0x5, 0x0 <repeats 17 times>}, v16_int16 = {0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {
    0x50005, 0x50005, 0x50005, 0x50005, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x5000500050005, 0x5000500050005, 0x0, 0x0}, v2_int128 = {0x00050005000500050005000500050005, 
    0x00000000000000000000000000000000}}
ymm15          {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {
    0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 
    0x00000000000000000000000000000000}}
(gdb) quit
A debugging session is active.

	Inferior 1 [process 31085] will be killed.

Quit anyway? (y or n) y

http://obe.tv/Downloads/ffmpeg/fuzz7.264

Attachments (1)

fuzz7.264 (1.0 MB ) - added by Carl Eugen Hoyos 9 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Kieran Kunhya, 9 years ago

Fixed in c4b2017ba

comment:2 by Michael Niedermayer, 9 years ago

Description: modified (diff)
Reproduced by developer: set
Resolution: fixed
Status: newclosed

comment:3 by Kieran Kunhya, 9 years ago

Resolution: fixed
Status: newclosed

by Carl Eugen Hoyos, 9 years ago

Attachment: fuzz7.264 added
Note: See TracTickets for help on using tickets.