gecko-dev/dom/media/mp3
Jean-Yves Avenard f8210c4ae7 Bug 1669503 - Handle mp3 encoder padding when the padding duration spans more than one packet. r=jya
We can't handle this at the decoder level, because the decoder doesn't know that
a particular packet it's seeing is the second to last packet and it should start
trimming the end of this packet because the encoder padding spans multiple
packet.

Differential Revision: https://phabricator.services.mozilla.com/D92645
2020-11-05 14:24:37 +00:00
..
MP3Decoder.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
MP3Decoder.h
MP3Demuxer.cpp Bug 1669503 - Handle mp3 encoder padding when the padding duration spans more than one packet. r=jya 2020-11-05 14:24:37 +00:00
MP3Demuxer.h Bug 1566389 - Tag compressed mp3 frames as EOS when it's the case. r=jya 2020-10-05 15:43:16 +00:00
MP3FrameParser.cpp Bug 1566389 - Parse lame encoder delay and padding when demuxing MP3s. r=bryce,jya 2020-10-05 15:42:57 +00:00
MP3FrameParser.h Bug 1566389 - Parse lame encoder delay and padding when demuxing MP3s. r=bryce,jya 2020-10-05 15:42:57 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00