gecko-dev/dom/media/mp4
alwu 441473d744 Bug 1563949 - part4 : prevent direct usage of 'AppendElement()' to append sample. r=jya
We should always append sample by using `AppendSample()` to assert whether a sample is valid, so making `mSamples` private can prevent a direct usage of the nsTarry's `AppendElement()`.
Also provide a method to return non-const mSamples which is only used for the move semantics.

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

--HG--
extra : moz-landing-system : lando
2019-07-19 21:11:21 +00:00
..
Atom.h
AtomType.h
Box.cpp Bug 1554075 - Allow direct access of source buffer's data from demuxer, eliminating most copies. r=jya 2019-06-11 07:38:16 +00:00
Box.h Bug 1554075 - Allow direct access of source buffer's data from demuxer, eliminating most copies. r=jya 2019-06-11 07:38:16 +00:00
BufferStream.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
BufferStream.h
ByteStream.h Bug 1554075 - Allow direct access of source buffer's data from demuxer, eliminating most copies. r=jya 2019-06-11 07:38:16 +00:00
DecoderData.cpp Bug 1513651 - Collect telemetry on sample description box entries when parsing mp4s. r=jya 2019-02-11 20:07:51 +00:00
DecoderData.h Bug 1513042 - Update mp4parse-rust to v0.11.2. r=jya 2018-12-12 15:04:18 +00:00
Index.cpp Bug 1549406 - Break out logic to determine encryption scheme for mp4s. r=jya 2019-07-08 18:48:38 +00:00
Index.h Bug 1549406 - Break out logic to determine encryption scheme for mp4s. r=jya 2019-07-08 18:48:38 +00:00
MoofParser.cpp Bug 1554075 - Smooth out small gaps between MP4 samples' CTS across Moof boundaries. r=jya 2019-06-11 07:37:54 +00:00
MoofParser.h Bug 1554075 - Smooth out small gaps between MP4 samples' CTS across Moof boundaries. r=jya 2019-06-11 07:37:54 +00:00
moz.build Bug 1465407 - Add media fuzzing targets. r=jya 2019-07-16 14:50:17 +00:00
MP4Decoder.cpp Bug 1562331 - Make media.* static prefs follow the naming convention. r=KrisWright 2019-06-28 14:09:05 +10:00
MP4Decoder.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MP4Demuxer.cpp Bug 1563949 - part4 : prevent direct usage of 'AppendElement()' to append sample. r=jya 2019-07-19 21:11:21 +00:00
MP4Demuxer.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MP4Interval.h
MP4Metadata.cpp Bug 1523683 - Use mozilla::Variant to select if the MoofParser should parse a single track or multiple. r=jya 2019-02-01 21:34:37 +00:00
MP4Metadata.h
ResourceStream.cpp
ResourceStream.h
SinfParser.cpp Bug 1487416 - Read pattern information in Sinf parser. r=jya 2019-01-11 15:11:05 +00:00
SinfParser.h Bug 1487416 - Read pattern information in Sinf parser. r=jya 2019-01-11 15:11:05 +00:00