gecko/media/libstagefright/binding
Ralph Giles 00f5d14c5d Bug 1187076 - Warn at end of SPS buffers. r=jya
Previously we asserted if we tried to read past the end
of a buffer in parsing H.264 SPS headers. This only affected
debug builds, but the failures were reported as crashes in
automated testing.

Therefore, commute the assert to a warning and silently accept
bad data of this type. The read is safe with the first assert
removed because of the subsequent check, and a similar one in
the parent class.
2015-09-08 21:46:22 -07:00
..
byteorder Bug 1175322 - Import byteorder crate. r=k17e 2015-06-16 15:51:00 -07:00
include Bug 1196398: [mp4] Do not allocate memory spanning across ftyp and moov atom. r=kentuckyfriedtakahe 2015-08-21 15:35:31 +10:00
Adts.cpp Bug 1190258: P1. Use getter to access MediaRawData mData and mSize member. r=cpearce 2015-08-06 18:48:44 +10:00
AnnexB.cpp Bug 1194708: Properly find SPS NAL in some H264 streams. r=kentuckyfriedtakahe 2015-08-17 10:28:37 +10:00
Box.cpp Bug 1163486 - Remove MP4Reader. r=jya 2015-07-21 02:48:00 +02:00
BufferStream.cpp Bug 1144107 - Part 4: Prevent assert when hitting EOS. r=kentuckyfriedtakahe 2015-07-14 09:21:27 -04:00
DecoderData.cpp Bug 1153876 - Support MPEG-4 Codec, mp4v-es. r=jya. r=cpearce. 2015-04-20 21:57:29 +08:00
H264.cpp Bug 1187076 - Warn at end of SPS buffers. r=jya 2015-09-08 21:46:22 -07:00
Index.cpp Bug 1190258: P1. Use getter to access MediaRawData mData and mSize member. r=cpearce 2015-08-06 18:48:44 +10:00
MoofParser.cpp Bug 1197563 - Polyfill __func__ for MSVC 2013 and earlier. r=froydnj 2015-08-20 23:39:18 -07:00
MP4Metadata.cpp Bug 1196398: [mp4] Do not allocate memory spanning across ftyp and moov atom. r=kentuckyfriedtakahe 2015-08-21 15:35:31 +10:00
MP4Metadata.rs Bug 1179885 - Update rust mp4parser to v0.0.9. r=k17e 2015-07-02 14:12:13 -07:00
ResourceStream.cpp Bug 1156689: Part6. Add ResourceStream class. r=kentuckyfriedtakahe 2015-05-01 15:26:50 +10:00
SinfParser.cpp Bug 1118597 - Parse sinf boxes in MoofParser - r=jya 2015-01-19 21:39:00 +13:00