Saxon
9f47b22a84
codec/h264/h264dec: moved fieldReader to parse.go and wrote methods for reading other descriptor types like ue and te.
2019-07-27 13:59:12 +09:30
Saxon
404e6493b6
codec/h264/h26dec/read.go: added fieldReader type to provide sticky error and specific methods for bool and int reading
2019-07-27 13:37:57 +09:30
Saxon
6779fa3cb6
codec/h264/h264dec: commenting for NAL uni syntax structure fields
2019-07-27 12:26:30 +09:30
Saxon
513ac67ad9
codec/h264/h264dec: added tests for pps parsing found in pps.go and made necessary changes
...
Changes to get successful parsing included modification to moreRBSPData, and as a result
the Off function from the bits.BitReader. A couple of basic PPS tests have been added, but
more should be added once we know the scaling list parsing works.
2019-07-23 16:38:35 +09:30
Saxon
0240c4c5f7
codec/h264/h264dec: wrote DecRefPicMarking type with constructor and gave to SliceHeader type
2019-07-22 15:13:18 +09:30
Saxon
c193853015
codec/h264/h264dec: wrote PredWeightTable type with constructor and gave to SliceHeader struct
2019-07-22 14:01:23 +09:30
Saxon
47d0c300fc
codec/h264/h264dec: created RefPicListModification type with constructors and separated from SliceHeader type
2019-07-22 12:56:37 +09:30
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
Saxon
865c1676da
codec/h264/h264dec: wrote explantory comment for neglectance of io.EOF error when peeking in RBSP parsing process
2019-07-21 21:22:55 +09:30
Saxon
4d65d0d433
codec/h264/h264dec: fixed random build errors
2019-07-19 20:58:01 +09:30
Saxon
278c6f2ef1
codec/h264/h264dec/nalunit.go: added commenting
2019-07-19 20:51:48 +09:30
Saxon
bdf3b37fef
codec/h264/h264dec: fixed import path for bits package
2019-07-19 20:23:30 +09:30
Saxon
ee12e4e90e
codec/h264/h264dec: merged in master an fixed conflicts
2019-07-19 20:22:25 +09:30
Saxon
3914bc1422
codec/h264/h264dec: fixed import paths
2019-07-19 15:44:45 +09:30
Saxon
5d31c49360
code/h264/h264dec: removed go module stuff
2019-07-19 15:21:17 +09:30
Saxon
ce3d98bd3b
codec/h264/h264dec: changed packages from h264 to h264dec
2019-07-19 15:20:39 +09:30
Saxon
f7b1f2f7b8
codec/h264: decode pakage renamed to h264dec
2019-07-19 15:19:15 +09:30