summaryrefslogtreecommitdiffstats
path: root/media/mp3/mp3_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Move MSE parsers under "formats" root directory.dalecurtis@chromium.org2014-01-231-613/+0
* Remove media's dependency on netjamesr@chromium.org2014-01-221-3/+19
* Render inband text tracks in the media pipelinematthewjheaney@chromium.org2013-11-221-2/+2
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-1/+0
* Fix an OOB bug in MP3StreamParser.acolwell@chromium.org2013-09-241-1/+1
* Fix MP3StreamParser so it adds buffer timestamps and marks the end of segments.acolwell@chromium.org2013-09-201-19/+51
* media: Opus support for WebM in Media Sourcevigneshv@chromium.org2013-09-061-1/+2
* Implement experimental MP3 support for Media Source API.acolwell@chromium.org2013-09-051-0/+565