gecko-dev/dom/media/ogg
Alastor Wu 50105cec03 Bug 1417300 - adjust sample time before calculating the total decoded duration. r=jya
We do not want to perform the adjustment of the timestamp after reading the ogg
chain but before. Otherwise the parent's mDecodedAudioDuration would be adjusted
causing the sample's time to be twice the value it should be.

MozReview-Commit-ID: 50VrOCzrwFg

--HG--
extra : rebase_source : 48b1efecb138ca7fa0e4c0584e21be1b6850cce3
2017-12-01 10:54:13 +08:00
..
moz.build
OggCodecState.cpp Bug 1411525 - use BufferReader in flac/ogg parser. r=kinetik 2017-10-19 10:16:32 +08:00
OggCodecState.h Bug 1338023. Part 5 - let OggCodecState::DecodeHeader() take a OggPacketPtr instead of a raw pointer to clarify memory ownership. r=gerald 2017-02-09 13:52:41 +08:00
OggCodecStore.cpp
OggCodecStore.h
OggDecoder.cpp Bug 1390748 - Remove unnecessary includes in *Decoders. r=jwwang 2017-08-16 17:19:39 +12:00
OggDecoder.h Bug 1390748 - Remove unnecessary includes in *Decoders. r=jwwang 2017-08-16 17:19:39 +12:00
OggDemuxer.cpp Bug 1417300 - adjust sample time before calculating the total decoded duration. r=jya 2017-12-01 10:54:13 +08:00
OggDemuxer.h Bug 1405531 - Remove unused MediaDataDemuxer::HasTrackType - r=jwwang 2017-10-04 11:40:29 +11:00
OggWriter.cpp Bug 1382099 - Remove MOZ_WIDGET_GONK from dom/media/. r=gerald. 2017-07-24 10:08:55 +10:00
OggWriter.h
OpusParser.cpp
OpusParser.h