diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/FFmpeg.AutoGen.dll b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/FFmpeg.AutoGen.dll
index 4c1a775..07a506e 100644
Binary files a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/FFmpeg.AutoGen.dll and b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/FFmpeg.AutoGen.dll differ
diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.dll b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.dll
index 831d4b0..4e6cb77 100644
Binary files a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.dll and b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.dll differ
diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.xml b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.xml
index e3cd18b..6a01b3a 100644
--- a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.xml
+++ b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/References/ffme.xml
@@ -2111,14 +2111,17 @@
The component.
-
+
Downloads the frame from the hardware into a software frame if possible.
The input hardware frame gets freed and the return value will point to the new software frame
The codec context.
The input.
- The frame downloaded from the device into RAM
+ if set to true [comes from hardware] otherwise, hardware decoding was not perfomred.
+
+ The frame downloaded from the device into RAM
+
Failed to transfer data to output frame
@@ -3936,6 +3939,26 @@
3. Block Rendering from block buffer
+
+
+ Gets the packet reading cycle control evenet.
+
+
+
+
+ Gets the frame decoding cycle control event.
+
+
+
+
+ Gets the block rendering cycle control event.
+
+
+
+
+ Gets the seeking done control event.
+
+
Gets or sets a value indicating whether the workedrs have been requested
@@ -4100,6 +4123,11 @@
or if the Position property is being driven from within
+
+
+ Flag when disposing process start but not finished yet
+
+
Initializes static members of the class.
@@ -4401,6 +4429,14 @@
Only valid after the MediaOpened event has fired.
+
+
+ Gets the name of the video hardware decoder in use.
+ Enabling hardware acceleration does not guarantee decoding will be performed in hardware.
+ When hardware decoding of frames is in use this will return the name of the HW accelerator.
+ Otherwise it will return an empty string.
+
+
Gets the audio codec.