Commit 2ad64ba
authored
MPEG4 Cleanup (#88)
* Round one
* Round 2
* Fixing up mpeg4box file
* Fix names of box types to match style
* Fix names of box types to match style
* Separate boxes into separate files ... not working yet.
* Decomposing handler type to a bytevector. This is clumsy but will be cleaned up shortly
* Moving rendering to a utility class. Fixes cyclic dependencies
* Adding stuff to index and moving things around to let tests run
* Fixing iso handler box that was broken
* Public fields to properties
* Removing redundant variable typing
* Removing redundant casts
* Removing child factory from isoAudioSampleEntry.ts
* Removing child factory from appleAnnotationBox.ts
* Removing child factory from appleItemListBox.ts and isoMetaBox.ts
* Removing child factory from isoSampleDescriptionBox.ts
* Removing child factory from isoSampleTableBox.ts and isoUserDataBox.ts
* Child factories have been outlawed
* Introduce a handler type class
* Simplify the mpeg4boxtype class
* handler types in a different class
* Rewrite the get* methods
* Some tests
* Single itunes tag tests
* Performer roles (bug fixed), genres
* 99% coverage of appletag
* Pretty much the last cleanup I want to do before another release cycle.
* Leaving a todo
* Ok two more tweaks1 parent 31554cd commit 2ad64ba
45 files changed
Lines changed: 4582 additions & 4582 deletions
File tree
- src
- mpeg4
- boxes
- test-integration
- resources/samples
- test-unit/mpeg4
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
49 | | - | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
99 | 114 | | |
100 | 115 | | |
101 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
150 | 180 | | |
151 | 181 | | |
152 | 182 | | |
| |||
This file was deleted.
0 commit comments