| Commit message (Expand) | Author | Age | Files | Lines |
* | net cleanup: Remove unnecessary namespace prefixes. | ttuttle | 2015-04-23 | 1 | -2/+2 |
* | Add epub mime type. | yawano | 2015-04-07 | 1 | -0/+1 |
* | Remove MIME type check for pre-ICS Android. | ddorwin | 2015-03-17 | 1 | -19/+1 |
* | Document some quirks of media MIME type code and reference related bugs | ddorwin | 2015-02-24 | 1 | -11/+21 |
* | win vs2015: fix variable shadowing warnings in net/base | scottmg | 2015-02-23 | 1 | -1/+0 |
* | Make the mime utils comply with rfc4052. | mtomasz | 2015-02-16 | 1 | -56/+89 |
* | net: Update mime_util to disable Ogg Opus on Android. | vigneshv | 2015-02-12 | 1 | -17/+23 |
* | media: Enable Opus support in Clank <video> and MSE | vigneshv | 2015-02-06 | 1 | -3/+2 |
* | Add 'audio/aac' mimetype support | jiajia.qin | 2015-02-06 | 1 | -0/+1 |
* | Revert of media: Enable Opus support in Clank <video> and MSE (patchset #5 id... | tedchoc | 2015-01-31 | 1 | -2/+3 |
* | media: Enable Opus support in Clank <video> and MSE | vigneshv | 2015-01-28 | 1 | -3/+2 |
* | Cleanup: Better constify some strings in net/. | thestig | 2015-01-24 | 1 | -7/+7 |
* | Remove net::GetIANAMediaType, it's not used anymore | servolk | 2015-01-16 | 1 | -30/+0 |
* | MSE and non-MSE: Relax mp4a mimetype to allow leading 0 in aud-oti | wolenetz | 2014-12-10 | 1 | -21/+27 |
* | MSE and non-MSE: Support HE-AACv2 "mp4a.40.29" codec string | wolenetz | 2014-11-25 | 1 | -7/+12 |
* | MSE: Relax H.264 Baseline mimetype profile recognition | wolenetz | 2014-10-04 | 1 | -7/+43 |
* | Mark android supports H264 main/high profile | qinmin | 2014-08-28 | 1 | -5/+2 |
* | Add the mp2t mimetype to the list of supported mime types. | damienv | 2014-08-27 | 1 | -0/+5 |
* | Adding extension/mime mapping for HLS streams | qinmin@chromium.org | 2014-08-16 | 1 | -1/+2 |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 1 | -3/+2 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 1 | -2/+3 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -4/+4 |
* | Refactor net::MimeUtil media code to return "probably" for codecs the platfor... | acolwell@chromium.org | 2014-07-29 | 1 | -187/+358 |
* | Fix canPlayType() support for non-RFC compliant mp3 mimetype. | acolwell@chromium.org | 2014-07-17 | 1 | -3/+16 |
* | Fix: Adding list of supported codecs for MP4 containers | amogh.bihani@samsung.com | 2014-06-16 | 1 | -8/+114 |
* | Cleanup, mostly replacing uses of SplitStringUsingSubstr() with SplitString(), | pkasting@chromium.org | 2014-05-23 | 1 | -2/+1 |
* | Make net::DataURL's MIME string check stricter | tyoshino@chromium.org | 2014-05-21 | 1 | -34/+44 |
* | Adding platform specific variables for MediaCanPlayTypeTest | amogh.bihani@samsung.com | 2014-05-12 | 1 | -2/+26 |
* | Support for png images served with "image/x-png" mime type | sudarshan.p@samsung.com | 2014-05-08 | 1 | -1/+3 |
* | Move IsStringUTF8/ASCII to base namespace | brettw@chromium.org | 2014-05-07 | 1 | -1/+1 |
* | Adding check for MIME types that do not take codecs parameter | amogh.bihani@samsung.com | 2014-04-23 | 1 | -1/+7 |
* | Revert accidental dartium code push | jamescook@chromium.org | 2014-04-17 | 1 | -20/+0 |
* | merged 1908 | terry@google.com | 2014-04-17 | 1 | -0/+20 |
* | Fix: canPlayType() gives false positive for */ogg and audio/x-wav | amogh.bihani@samsung.com | 2014-04-08 | 1 | -1/+5 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Add mime types for HLS | jinsukkim@chromium.org | 2014-01-13 | 1 | -0/+6 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -1/+2 |
* | Recognize json media types as (non-image) mime types. | sigbjornf@opera.com | 2013-12-20 | 1 | -1/+3 |
* | Open more file types in Chrome, and audit the dangerous file extensions. | palmer@chromium.org | 2013-12-07 | 1 | -3/+3 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Open HTML files in Chrome by default. | palmer@chromium.org | 2013-11-28 | 1 | -1/+1 |
* | Remove text media types from supported_non_image_types in mime_util.cc | tyoshino@chromium.org | 2013-11-22 | 1 | -14/+4 |
* | Revert 235405 "Revert 235337 "media: Enabling Opus playback by d..." | zmo@chromium.org | 2013-11-15 | 1 | -2/+9 |
* | Revert 235337 "media: Enabling Opus playback by default." | zmo@chromium.org | 2013-11-15 | 1 | -9/+2 |
* | media: Enabling Opus playback by default. | vigneshv@chromium.org | 2013-11-15 | 1 | -2/+9 |
* | canPlayType could return maybe/probably for VP9 in android | vigneshv@chromium.org | 2013-11-13 | 1 | -10/+28 |
* | Add support for avc3 codec string. | acolwell@chromium.org | 2013-10-18 | 1 | -0/+1 |
* | [CleanUp] Use base::STLSetDifference() in place of std::set_difference() | limasdf@gmail.com | 2013-09-23 | 1 | -9/+7 |
* | Make sure canPlayType does not return probably/maybe for VP9 on Android. | tomfinegan@chromium.org | 2013-09-08 | 1 | -1/+8 |