Skip to content

Commit

Permalink
firmware: video_decode: Ensure all buffers are flushed before port di…
Browse files Browse the repository at this point in the history
…sable completes
  • Loading branch information
popcornmix committed Sep 21, 2021
1 parent 5d61ab7 commit f9bc224
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 1 deletion.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup4.dat
Binary file not shown.
Binary file modified boot/fixup4db.dat
Binary file not shown.
Binary file modified boot/fixup4x.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start4.elf
Binary file not shown.
Binary file modified boot/start4cd.elf
Binary file not shown.
Binary file modified boot/start4db.elf
Binary file not shown.
Binary file modified boot/start4x.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
5 changes: 4 additions & 1 deletion documentation/ilcomponents/video_decode.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1>OMX.broadcom.video_decode</h1>
whether the stream is 2d (1 channel) or stereoscopic (2 channels).
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamColorSpace">OMX_IndexParamColorSpace</a></tt>
<td> Retrieve the image colour space of the video produced by this port.
<tr valign="top"><td rowspan="15">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamImagePoolExternal">OMX_IndexParamImagePoolExternal</a></tt>
<tr valign="top"><td rowspan="16">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamImagePoolExternal">OMX_IndexParamImagePoolExternal</a></tt>
<td> Query / set the location of an externally allocated image pool to use
for output frames. Defaults to NULL, causing the component to allocate
a pool when active.
Expand Down Expand Up @@ -222,6 +222,9 @@ <h1>OMX.broadcom.video_decode</h1>
<tr valign="top"><td><tt>OMX_IndexConfigBrcmVideoCheckTimestamps</tt>
<td> Query /set whether the codec should sanity check the timestamps to ensure they
always increase.
<tr valign="top"><td><tt>OMX_IndexParamBrcmStopOnColourSpaceAndPARChange</tt>
<td> Query /set whether the codec should stop and wait should either the colour space
or pixel aspect ratio change.
</table>

</table>
Expand Down

0 comments on commit f9bc224

Please sign in to comment.