gecko/toolkit/components/mediasniffer
Ralph Giles a17518d61f Bug 865553 - Handle MPEG version 2 packet lengths. r=padenot
Previous code didn't adjust bitrate and scale factors correctly
for computing frame sizes on mpeg 2 and 2.5 files. See
http://blog.coryhill.net/2009/06/calculating-mp3-frame-length.html
for the extra factor of two.

Removes a case for handling length calculation for layer-1 files,
which we don't support.

Adds a tagless mpeg-2 test case for the new sniffer code.

Previous code didn't adjust bitrate and scale factors correctly
for computing frame sizes on mpeg 2 and 2.5 files. See
http://blog.coryhill.net/2009/06/calculating-mp3-frame-length.html
for the extra factor of two.

Removes a case for handling length calculation for layer-1 files,
which we don't support.

Adds a tagless mpeg-2 test case for the new sniffer code.
2013-08-09 10:27:00 -07:00
..
test Bug 865553 - Handle MPEG version 2 packet lengths. r=padenot 2013-08-09 10:27:00 -07:00
Makefile.in Bug 899261 - Use @DEPTH@ more; r=bsmedberg 2013-08-02 09:04:38 +02:00
moz.build Bug 862088 - Add raw mp3 sniffing. r=padenot 2013-06-04 12:12:00 -07:00
mp3sniff.c Bug 865553 - Handle MPEG version 2 packet lengths. r=padenot 2013-08-09 10:27:00 -07:00
mp3sniff.h Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
nsMediaSniffer.cpp Bug 862088 - Add raw mp3 sniffing. r=padenot 2013-06-04 12:12:00 -07:00
nsMediaSniffer.h Bug 818817 - Fix some compiler warnings, r=Ms2ger 2012-12-09 22:53:19 +05:30
nsMediaSnifferModule.cpp Bug 567077 - Sniff types of media files that are served with no Content-Type. r=cpearce 2012-09-04 16:22:34 -07:00