Saxon Milton
f8f78947f9
Merged in picture-order-count (pull request #249 )
...
codec/h264/h264dec/decode.go: decoding process for picture order count
Approved-by: Alan Noble <anoble@gmail.com>
2019-09-20 02:37:33 +00:00
Saxon
ee9281925e
codec/h264/h264dec: added functions for loading table 9-5 CSV into [nColumns]map[int]map[int][2]int with testing
2019-09-09 16:41:26 +09:30
Saxon
31179205b9
codec/h264/264dec/decode.go: added decodePicOrderCnt to return topFieldOrderCnt and bottomFieldOrderCnt based on picOrderCntType
...
Also added placeholder for a general 'decode' function.
2019-09-09 16:18:39 +09:30
Saxon
43118814fb
codec/h264/h264dec/decode.go: added picOrderCntType1 to derive topfieldOrderCnt and bottomFieldOrderCnt for when picOrderCntType == 1
2019-09-09 13:03:11 +09:30
Saxon
d92e0bfb5e
codec/h264/h264dec/decode.go: wrote function picOrderCntType0 to handle derivation of TopFieldOrderCnt and BottomFieldOrderCnt when pic_order_cnt_type == 0
2019-09-09 11:59:41 +09:30
Saxon
fbb98095a0
codec/h264/h264dec: embedded SliceHeader and SliceData into Slice type, and embedded SPS and PPS into VideoStream type
2019-09-09 11:08:48 +09:30
Saxon Milton
13490e0145
Merged in slice-testing (pull request #225 )
...
codec/h264/h264dec: added some testing for parsing found in slice.go
Approved-by: Alan Noble <anoble@gmail.com>
2019-08-20 02:53:00 +00:00
Saxon
27d8d0992c
codec/h264/h264dec/slice.go: made corrections to file header
2019-08-20 11:56:42 +09:30
Saxon
806264cd42
codec/h264/h264dec/slice.go: added comment to slice type consts to reference specifications
2019-08-19 16:24:53 +09:30
Saxon
cd83cf9e8e
codec/h264/h2646dec: fixed up binarization tables and added mbTypeBinarization function along with test TestMbTypeBinarization.
2019-08-15 00:31:12 +09:30
Saxon
150492a5bd
codec/h264/h264dec: merged in master and fixed resultant problems
2019-08-05 14:41:26 +09:30
Saxon
951d9dd244
codec/h264/h264dec: merged in master, fixed conflicts and problems that that resulted
2019-08-05 13:46:02 +09:30
Saxon
95a5ce0ac0
codec/h264/h264dec: wrote TestDecRefPicMarking and fixed bugs
2019-08-05 10:40:20 +09:30
Saxon
c2ac8cff24
codec/h264/h264dec: added TestNewPredWeightTable
2019-08-05 01:17:19 +09:30
Saxon
34ce81370d
codec/h264/h264dec: added file headers to slice.go and slice_test.go
2019-08-04 13:45:28 +09:30
Saxon
21603750aa
codec/h264/h264dec/slice_test.go: added TestNewRefPicListModification with a single test
2019-08-04 13:40:53 +09:30
Saxon
a94109e286
codec/h264/h264dec: fixed newRefPicListModification
2019-08-04 12:59:13 +09:30
Saxon Milton
3f1c09a671
Merged in slice-modularisation (pull request #218 )
...
codec/h264/h264dec: SliceHeader modularisation
2019-08-01 11:25:14 +00:00
Saxon
1d6c501bb8
codec/h264/h264dec: fixed field types in sps.go and corrected code after merge of master into branch
2019-07-30 10:16:08 +09:30
Saxon
8e8dbbaec6
Merge branch 'master' into vui-hrd-parameters-types
2019-07-29 14:20:11 +09:30
Saxon
6c69174303
codec/h264/h264dec: change field types to types more consistent with specs and now using fieldReader to read fields of syntax structures
2019-07-29 13:41:40 +09:30
Saxon
23d9f289dd
codec/h264/h264dec: fixed field types for NalUnit and now using fieldReader in NewNALUnit
2019-07-29 13:04:59 +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
4d65d0d433
codec/h264/h264dec: fixed random build errors
2019-07-19 20:58:01 +09:30
Saxon
3914bc1422
codec/h264/h264dec: fixed import paths
2019-07-19 15:44:45 +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