Alessandro Ros
04f5a4041c
change owner ( #217 )
2023-03-31 12:34:07 +02:00
Alessandro Ros
f0540b4eee
fix timestamp encode error after some hours ( #206 )
...
previous formula was: uint32(a + uint32(b))
this formula overflows two times, while it should overflow once.
new formula is: uint32(uint64(a) + uint64(b))
2023-03-14 17:55:06 +01:00
Alessandro Ros
2e88705875
improve coverage ( #168 )
2023-01-06 23:34:10 +01:00
aler9
da21f946e5
add h265 DTS extractor
2022-12-28 20:21:16 +01:00
aler9
aca56089c1
move codec-specific utilities into pkg/codecs
2022-12-27 17:19:56 +01:00
Alessandro Ros
91f18ab6d9
Add RTP/MJPEG decoder and encoder ( #165 )
...
* rename format.JPEG into format.MJPEG
* add examples/client-publish-format-mjpeg
* add rtp/mjpeg decoder and encoder
2022-12-27 13:43:23 +01:00
aler9
d43cb0455e
rtph265: add Decoder.DecodeUntilMarker()
2022-12-14 17:57:33 +01:00
aler9
6141afcfc4
add H264 NALU types
2022-12-14 14:57:02 +01:00
aler9
04d1de7177
rtph264: add ErrNonStartingPacketAndNoPrevious
2022-12-13 21:19:04 +01:00
aler9
0c13440721
rename rtpcodecs into formatdecenc
2022-12-11 22:56:59 +01:00