Commit Graph

16 Commits

Author SHA1 Message Date
aler9
18ddae4c50 enable errcheck 2023-08-13 16:29:53 +02:00
aler9
33bc1c874b rename MPEG2Video into MPEG1Video, MPEG2Audio into MPEG1Audio 2023-08-05 14:25:56 +02:00
Alessandro Ros
d3def0e9ea add G726 format (#330) 2023-07-25 14:54:16 +02:00
Alessandro Ros
80cf861ec7 add MP4A-LATM decoder and encoder (#299) 2023-06-01 20:07:47 +02:00
Alessandro Ros
2dc8838a6d infer object, sample rate, clock of MPEG4AudioLATM from config (#255) 2023-04-18 10:31:11 +02:00
Alessandro Ros
df4d46c295 fix parsing of MP4A-LATM formats with no channels and object (#254)
https://github.com/aler9/mediamtx/issues/1716
2023-04-17 18:47:29 +02:00
Alessandro Ros
a955288571 replace Format.Marshal() with RTPMap() and FMTP() (#253) 2023-04-15 13:46:19 +02:00
Alessandro Ros
fee147222e add AV1 format (#252) 2023-04-15 13:10:56 +02:00
Alessandro Ros
f5aedf9b7f improve MPEG4AudioLATM (#251) 2023-04-15 13:04:16 +02:00
Alessandro Ros
03013f1a87 handle additional fields of MPEG4-generic: streamtype, mode, profile-level-id (#250) 2023-04-15 12:25:21 +02:00
Alessandro Ros
7bf71a18b3 add MPEG-TS format (#244) 2023-04-12 21:47:17 +02:00
Alessandro Ros
9ca5e130fe rewrite unmarshaling interface and tests of formats (#238) 2023-04-10 15:07:59 +02:00
Alessandro Ros
c0c2dd68d3 add MP4A-LATM format (#237) 2023-04-10 13:07:09 +02:00
Alessandro Ros
0561810600 add MPEG-4 video format (#236)
related to https://github.com/aler9/mediamtx/issues/1550
2023-04-10 12:06:51 +02:00
Alessandro Ros
f905598d2e link to mediacommon (#223)
* move codecs and bits to mediacommon

* add SafeSetParams() to H264 and H265

* update README
2023-04-01 16:38:08 +02:00
Alessandro Ros
af3ed2bd83 merge format and formatdecenc into formats (#222) 2023-04-01 13:23:16 +02:00