gecko-dev/dom/media/webm
Andreas Pehrson 8733478c45 Bug 1563520 - Clarify EbmlComposer. r=bryce
This does the following things:
- Renames mClusters to mCurrentCluster and updates the comment to be accurate.
- Removes the need for mClusterHeaderIndex since it was always 0.
- Removes the need for mWritingCluster since it was redundant with
  mCurrentCluster containing something.
- Renames mClusterLengthLoc to mCurrentClusterLengthLoc to better pair with
  mCurrentCluster.
- Renames mClusterTimecode to mCurrentClusterTimecode to better pair with
  mCurrentCluster.
- Reorders member declarations to better reflect which members group together.
- Fixes static-analysis warnings by removing uint32_t from loop variables.

Differential Revision: https://phabricator.services.mozilla.com/D40835

--HG--
extra : moz-landing-system : lando
2019-08-08 07:45:13 +00:00
..
EbmlComposer.cpp Bug 1563520 - Clarify EbmlComposer. r=bryce 2019-08-08 07:45:13 +00:00
EbmlComposer.h Bug 1563520 - Clarify EbmlComposer. r=bryce 2019-08-08 07:45:13 +00:00
moz.build Bug 1465407 - Add media fuzzing targets. r=jya 2019-07-16 14:50:17 +00:00
NesteggPacketHolder.h
WebMBufferedParser.cpp
WebMBufferedParser.h
WebMDecoder.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
WebMDecoder.h
WebMDemuxer.cpp Bug 1014393 - Use undef-after-def pattern in MediaRecorder and related files. r=bryce 2019-08-05 10:05:28 +00:00
WebMDemuxer.h Bug 1563949 - part4 : prevent direct usage of 'AppendElement()' to append sample. r=jya 2019-07-19 21:11:21 +00:00
WebMWriter.cpp Bug 1570958 - Demote some WebMWriter assertions to keep release builds clean and happy. r=jib 2019-08-07 10:10:57 +00:00
WebMWriter.h Bug 1014393 - Remove EncodedFrameContainer. r=pehrsons 2019-08-03 17:27:16 +00:00