Commit Graph

8 Commits

Author SHA1 Message Date
dependabot[bot]
4779b35c23 Bump github.com/bluenviron/mediacommon from 1.13.4 to 1.14.0 (#694)
Bumps [github.com/bluenviron/mediacommon](https://github.com/bluenviron/mediacommon) from 1.13.4 to 1.14.0.
- [Commits](https://github.com/bluenviron/mediacommon/compare/v1.13.4...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/bluenviron/mediacommon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-07 19:59:16 +01:00
Chris Hiszpanski
44aaa0977a rtph264: accept non-compliant single FU-A frames (#649)
Some IP cameras (e.g. CostarHD) have been observed to emit single
fragment RTP FU-A packets, with start and end bit both set, for
sufficiently small H.264 P-frames. Rather than emit an error,
workaround such non-compliant frames.
2024-12-04 23:21:09 +01:00
Alessandro Ros
508d025097 prevent decoders from emitting corrupted frames (#638) 2024-10-23 21:10:37 +02:00
Alessandro Ros
f41b196241 add resetFragments() to all fragment-based decoders (#637) 2024-10-23 20:42:21 +02:00
Alessandro Ros
9da49cdf63 various performance improvements (#561) 2024-05-05 11:20:22 +02:00
Alessandro Ros
8c26f5f00a improve check on H264 padding (#559) 2024-05-05 11:19:35 +02:00
aler9
8b047b545b decode RTP time globally 2023-08-17 13:41:01 +02:00
aler9
5e5a21240d rename pkg/formats into pkt/format 2023-08-16 13:26:17 +02:00