av/codec/h264
Saxon 61a5065556 codec/h264/h264dec: added functions to get TrailingOnes and TotalCoeff as well as testing
The functions firstly derive the value of nC and then read the value of coeff_token from the BitReader. The table read prior and loaded into
a 'map' is then used to get the corresponding values of TrailingOnes and TotalCoef.
2019-09-09 16:41:26 +09:30
..
h264dec codec/h264/h264dec: added functions to get TrailingOnes and TotalCoeff as well as testing 2019-09-09 16:41:26 +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
parse.go revid: now have MinPeriod and ClipDuration params 2019-08-25 20:42:01 +09:30