Remove macros for HLS syntax element read/write
All threads resolved!
All threads resolved!
Removes Macro defintions for reading writing HLS.
Small code improvements have been added:
- fix variable names
- fix xReadString() function
- remove code duplication in VLC reading
Merge request reports
Activity
- Resolved by Frank Bossen
- Resolved by Frank Bossen
- Resolved by Frank Bossen
- Resolved by Frank Bossen
- Resolved by Frank Bossen
- Resolved by Frank Bossen
- Resolved by Frank Bossen
added 1 commit
- b0a6e131 - Remove case distinction for method declaration
- Resolved by Karsten Suehring
@bossen I just made a search/replace for the function calls and didn't look through the coding style of all HLS functions.
There is probably another 2k lines patch open for renaming all
uiCode
andiCode
variables (where a prefix is sometime actually useful to have a signed and unsigned temporary variable).Do you want the style changes mixed into this one?
- Resolved by Xiang Li
- Resolved by Xiang Li
While testing the
assert
changes, I notices a bug in 21980b28. I had to revert that refactoring, because it is faulty.Should we wait for !2482 (merged) before merging this?
added 28 commits
-
a8ee9233...2bb059f5 - 18 commits from branch
jvet:master
- cc7999e9 - Remove HLS write macros
- 8be4498e - Remove decoder HLS macros
- 7dbf828a - Fix trace when writing VLC codes
- 1117e950 - Fix xReadString() function
- 9a94cacb - Avoid code duplication in VLC reading functions
- 8dddc1f4 - Remove case distinction for method declaration
- 35516220 - fix some style issues in SEIwrite.cpp
- d0890eea - Revert "Avoid code duplication in VLC reading functions"
- aeb96d4c - Replace assert with CHECK (where appropriate)
- 2dc9b302 - Fix code that was added to master in xWriteSEIPostFilterHint
Toggle commit list-
a8ee9233...2bb059f5 - 18 commits from branch
mentioned in commit a63bd2ce
Please register or sign in to reply