hudl / HudlFfmpeg

Hudl.Ffmpeg framework
Apache License 2.0
112 stars 32 forks source link

Add bitmap container type support #86

Closed Casey-Bateman closed 7 years ago

Casey-Bateman commented 7 years ago

Adds ability to load streams and information from a BMP container. This container will be shipped with the ability to parse DataStreams and VideoStreams

codecov-io commented 7 years ago

Codecov Report

Merging #86 into master will increase coverage by 4.79%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   65.03%   69.82%   +4.79%     
==========================================
  Files          86      237     +151     
  Lines         998     4301    +3303     
  Branches      109      378     +269     
==========================================
+ Hits          649     3003    +2354     
- Misses        302     1139     +837     
- Partials       47      159     +112
Impacted Files Coverage Δ
Hudl.FFmpeg/Resources/Bmp.cs 0% <0%> (ø)
Hudl.FFmpeg/Settings/FrameRate.cs 75% <0%> (ø)
Hudl.FFmpeg/Settings/SeekPositionOutput.cs 100% <0%> (ø)
Hudl.Ffmpeg.Tests/Filter/FilterchainTests.cs 100% <0%> (ø)
Hudl.FFmpeg/Settings/MapChapters.cs 0% <0%> (ø)
Hudl.FFmpeg/Settings/PixelFormat.cs 66.66% <0%> (ø)
Hudl.FFmpeg/Resources/Png.cs 66.66% <0%> (ø)
Hudl.FFmpeg/Resources/MTS.cs 0% <0%> (ø)
...FFmpeg.Core/Command/Models/FFcommandBuilderBase.cs 100% <0%> (ø)
Hudl.FFmpeg/Resources/Nut.cs 0% <0%> (ø)
... and 142 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8d47d52...3266e64. Read the comment docs.