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
8df5d21c35
formatdecenc/rtph264: fix removing Annex-B even when first packet is not Annex-B ( #199 ) ( #200 ) ( #202 )
2023-03-13 18:56:46 +01:00
Alessandro Ros
2e88705875
improve coverage ( #168 )
2023-01-06 23:34:10 +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
ba8a0b7bbd
move all H264 NALU types into h264 package
2022-12-14 14:56:53 +01:00
aler9
0c13440721
rename rtpcodecs into formatdecenc
2022-12-11 22:56:59 +01:00