You can use any codec (involving format conversion when needed).
You can capture and process V210, P210, P216, P010, P016, v410, Y410, Y416, r210, R10k, v308, ...
(these formats include 8/10/16-bit depth and various subsampling)
How it is enabled depends on source driver. I only saw it with BlackMagic driver: go to Audio->Capture filter and select number of channels.
This also includes output (listening) support, channel mask, volume meter and some other bits.
You can use real-time profiler to identify performance issues.
Capture->Dshow Graph may help to identify DirectShow problems.
Processing tasks panel shows important options affecting performance.
More accurate/detailed CPU usage indication.
Device->Disconnect: added hotkey.
Device->Screen capture: suppress trail effect. Unfortunately it only works in pre-DWM system (e.g. Win7 Classic scheme).
Device->Video file: fixed various issues which made this option barely useful (even for experiments).
Video->Peview:
renamed and moved some options.
Now "Preview (system)" means "grab capture pin, and display it using system-created renderer".
"Display with filters" means "grab capture pin, do whatever processing is enabled, and display it using builtin method".
Field mode is separated and progressive by default.
Enabling Histogram etc is automatically switching to "Display with filters", because otherwise it cannot operate.
Video->Compression:
All the changes same as in conversion mode: filter codec list by source format, select codec/conversion.
Video->Set custom format:
Added new supported pixel FOURCC's.
Audio->Volume meter: it will display any actual number of channels.
Audio->Channel mask: new feature to remove unwanted channels and also select ones for listening.
Audio->Capture filter: this provides access to certain driver settings, e.g. number of channels.
Capture->Real-time profiler:
This can now be enabled any time and is actually useful to spot performance problems.
Capture->Options/Preferences WTF: renamed to something more informative.
Capture->Capture settings:
New option "Maximize CPU power.." allows to tweak current power scheme for the duration of capture.
This way you can normally use default power scheme (with CPU power based on usage).
High CPU power is critical for capture because otherwise system can "fall asleep" while waiting for next frame.
Side panel:
Main block:
CPU usage is calculated as percentage of whole system (same value as in Task Manager).
CPU power indicates current power management.
New block "Processing task" indicates if any of the following is enabled:
Output format conversion
Cropping video
Video filters
Audio channel mask
Audio resampling
Dropping video frames
This serves as simple reminder because it is more difficult to check everything in menus.
Also: saving DirectShow driver settings has changed. It is now supposed to save more of them.