Hello Developers!
Other than all the great work you've done, I have to report my first bug:
After 8.2.0 update (and yes, 8.2.1 deos that still) AVI files with are not decoded properly if any HW acceleration is enabled (both MMAL and/or OMXPlayer do this)
Here's the file info taken from Emby:
<fileinfo>
<streamdetails>
<video>
<codec>xvid;</codec>
<micodec>xvid;</micodec>
<bitrate>730590</bitrate>
<width>512</width>
<height>384</height>
<aspect>4:3</aspect>
<aspectratio>4:3</aspectratio>
<framerate>25</framerate>
<scantype>progressive</scantype>
<default>False</default>
<forced>False</forced>
<duration>9</duration>
<durationinseconds>552</durationinseconds>
</video>
<audio>
<codec>ac3</codec>
<micodec>ac3</micodec>
<bitrate>192000</bitrate>
<scantype>progressive</scantype>
<channels>2</channels>
<samplingrate>48000</samplingrate>
<default>False</default>
<forced>False</forced>
</audio>
</streamdetails>
</fileinfo>
Cheers!