av/codec
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
..
adpcm adpcm: naming and syntactical changes 2019-05-29 02:57:17 +09:30
codecutil codec: H264 and MJPEG lexers now using codecutil package for byte scanner functionality 2019-05-22 11:07:39 +09:30
h264 codec/h264/h264dec: separated VUI and HRD from SPS struct 2019-07-21 22:11:27 +09:30
h265 codec/h265/lexer.go & protocol/rtp/client.go: fixed lexer and rtp client. 2019-05-20 20:49:50 +09:30
mjpeg codec: H264 and MJPEG lexers now using codecutil package for byte scanner functionality 2019-05-22 11:07:39 +09:30
pcm adpcm, pcm: updated documentation 2019-05-08 20:04:40 +09:30