Skip to content

Work on JPEG

Work on JPEG #25

Triggered via push February 2, 2024 15:07
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: RTSP/Sdp/SdpTimeZone.cs#L19
Unreachable code detected
build: RTSP/AuthenticationDigest.cs#L106
TODO - extract paths from the URIs (ignoring SETUP's trackID) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
build: RTSP/Rtp/H264Payload.cs#L34
TODO Could optimise this and go direct to Process Frame if just 1 packet in frame (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
build: RTSP/Rtp/H265Payload.cs#L42
TODO Could optimise this and go direct to Process Frame if just 1 packet in frame (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
build: RTSP/Rtp/JPEGPayload.cs#L177
TODO simplify this : the method search SOF0 marker and extract width and height but we (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)