gecko/content
Thomas Zimmermann 0668f3f25a Bug 831224: Added MP3 frame parser, r=padenot
MP3 streams consist of small frames, with each frame containing the
audio data of a few hundred milliseconds. The actual duration of the
encoded audio can among frames.

Each frame consists of a 4-byte frame header, some optional extra
information, and the audio data. The MP3 frame parser walks over the
content of an MP3 stream, computes the duration of each frame from
the frame header, and sums them up to the streams complete duration.

The MP3 frame parser does not decode the actual audio data.
2013-05-03 09:44:02 +02:00
..
base Add a routine to clear the direction set by a textnode without resetting it. Bug 894137, r=ehsan 2013-08-08 09:54:18 +03:00
canvas Bug 902103 - [SkiaGL] Free Layer resource when CanvasContext got demoted. r=snorp, r=gw280 2013-08-07 22:07:17 +08:00
events merge mozilla-inbound to mozilla-central 2013-08-08 13:13:05 +02:00
html Bug 902732: Merge nsILink and dom::Link r=bz 2013-08-08 01:26:32 -04:00
mathml/content Bug 902732: Merge nsILink and dom::Link r=bz 2013-08-08 01:26:32 -04:00
media Bug 831224: Added MP3 frame parser, r=padenot 2013-05-03 09:44:02 +02:00
smil Bug 812995 Support 'blink' value at -moz-text-decoration-line and drop -moz-text-blink r=dbaron 2013-08-06 23:02:34 +09:00
svg Bug 902732: Merge nsILink and dom::Link r=bz 2013-08-08 01:26:32 -04:00
test Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
xbl Bug 902332 - Replace JS_{FALSE,TRUE} with {false,true} almost everywhere. r=luke,bz. 2013-08-06 23:59:54 -07:00
xml Bug 901060 - Make nsGenericHTMLElement implement nsIDOMHTMLElement r=bz 2013-08-07 16:23:08 -04:00
xslt Merge m-c to inbound. 2013-08-02 11:07:57 +02:00
xul merge mozilla-inbound to mozilla-central 2013-08-08 13:13:05 +02:00
moz.build Bug 857022 - Remove MOZ_MEDIA from content. r=cpearce 2013-04-04 15:07:00 -07:00