av/codec/h264
Saxon a755ccfc58 codec/h264/h264dec: separated VUI and HRD from SPS struct
Took out all VUI and HRD parameters from the SPS struct and gave them their own structs - VUIParameters and HRDParameters, along with 'contructors'
NewVUIParameters and NewHRDParameters to parse from a bits.BitReader and populate the fields of the struct.
2019-07-21 22:11:27 +09:30
..
h264dec codec/h264/h264dec: separated VUI and HRD from SPS struct 2019-07-21 22:11:27 +09:30
extract.go codec/h264: renamed RTPLexer to Extracter 2019-06-07 01:27:31 +09:30
extract_test.go codec/h264: renamed RTPLexer to Extracter 2019-06-07 01:27:31 +09:30
lex.go should have been in last commit 2019-06-07 02:00:31 +09:30
lex_test.go should have been in last commit 2019-06-07 02:00:31 +09:30