| Commit message (Expand) | Author | Age | Files | Lines |
* | chrome://media-internals: update MediaInternals when devices capabilities ar... | mcasas | 2014-10-11 | 1 | -2/+4 |
* | Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp | jamesr | 2014-10-07 | 1 | -1/+1 |
* | Refactor CdmPromise and related classes | jrummell | 2014-10-07 | 1 | -0/+2 |
* | Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp | jamesr | 2014-10-07 | 1 | -4/+4 |
* | Rename all isolate_dependency_* to files. | maruel | 2014-10-01 | 1 | -1/+0 |
* | Update content and media unittest isolate targets. | jmadill | 2014-09-30 | 1 | -0/+18 |
* | Rename AndroidImage format template to match the Java class. | aurimas | 2014-09-30 | 1 | -1/+1 |
* | Remove AudioBuffersState class | acolwell | 2014-09-29 | 1 | -2/+0 |
* | Define a new media_cast target which provides the minimal functionality | jfroy | 2014-09-22 | 1 | -0/+61 |
* | Fix mojom dependencies in media/mojo/services, make gn check pass | jamesr | 2014-09-22 | 1 | -0/+2 |
* | Mac VideoCapture: Support for Blackmagic DeckLink device & capabilities enume... | mcasas | 2014-09-22 | 1 | -0/+5 |
* | media: scaffolding and plumbing for MojoRenderer{Impl, Service} | tim | 2014-09-18 | 1 | -7/+64 |
* | Do no build the AVFoundation glue code for iOS (it depends on mac_util.h whic... | jfroy | 2014-09-17 | 1 | -2/+0 |
* | Move SourceBufferRange into its own file to make it easier to test changes to... | acolwell | 2014-09-17 | 1 | -0/+2 |
* | Make the timestamp unroll offset consistent accross PES pids. | damienv | 2014-09-16 | 1 | -0/+3 |
* | Support MPEG1 audio in the MPEG2-TS stream parser. | damienv | 2014-09-13 | 1 | -3/+6 |
* | Extend media glue code to support the VideoToolbox cast video encoder. | jfroy | 2014-09-12 | 1 | -0/+6 |
* | Provide fine grained media playback time thru interpolation | qinmin | 2014-09-12 | 1 | -0/+1 |
* | Make ffmpeg specific unit_tests depend on media_use_ffmpeg | henriks | 2014-09-10 | 1 | -12/+12 |
* | media: Introduce DemuxerStreamProvider interface. | xhwang | 2014-09-10 | 1 | -0/+2 |
* | Add content_shell_test_apk and several dependencies | cjhopman | 2014-09-09 | 1 | -0/+7 |
* | Include Mac media glue code in iOS builds. | jfroy | 2014-09-08 | 1 | -1/+13 |
* | Move Mac media glue code from media/video/capture/mac to media/base/mac. | jfroy | 2014-09-05 | 1 | -4/+4 |
* | media: add basic MediaRenderer mojom and TypeConverters | tim | 2014-09-05 | 1 | -0/+56 |
* | media: Remove FilterCollection. | xhwang | 2014-08-29 | 1 | -2/+0 |
* | Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2) | thestig | 2014-08-28 | 1 | -18/+0 |
* | Mpeg2 TS parser: Es parsing using an ES byte queue. | damienv | 2014-08-27 | 1 | -0/+1 |
* | Revert of Cleanup: Remove unneeded SSE2 checks and unused code. (patchset #4 ... | thestig | 2014-08-27 | 1 | -0/+1 |
* | Cleanup: Remove unneeded SSE2 checks and unused code. | thestig | 2014-08-27 | 1 | -1/+0 |
* | Add the mp2t mimetype to the list of supported mime types. | damienv | 2014-08-27 | 1 | -12/+0 |
* | Add some remoting targets to GN build. | Brett Wilson | 2014-08-25 | 1 | -0/+7 |
* | media: Introduce Renderer interface and RendererImpl. | xhwang | 2014-08-23 | 1 | -0/+5 |
* | Revert 290359 "Remove AudioBuffersState class." | acolwell@chromium.org | 2014-08-18 | 1 | -0/+2 |
* | Remove AudioBuffersState class. | acolwell@chromium.org | 2014-08-18 | 1 | -2/+0 |
* | Changes to media.gyp for Chromoting iOS client | dcaiafa@chromium.org | 2014-08-15 | 1 | -10/+5 |
* | Mpeg2 TS - Fail when no valid timestamp in the ADTS parser. | damienv@chromium.org | 2014-08-15 | 1 | -0/+3 |
* | Purge net/ and ui/base from media_unittest DEPS. | dalecurtis@chromium.org | 2014-08-02 | 1 | -7/+4 |
* | Clean up. Experimental user avatars removed. | merkulova@chromium.org | 2014-07-31 | 1 | -13/+0 |
* | MediaUrlInterceptor for embedders to handle custom urls. | igsolla@chromium.org | 2014-07-30 | 1 | -0/+1 |
* | Have media content and chrome browser tests load data from media/test/data | shadi@chromium.org | 2014-07-22 | 1 | -0/+1 |
* | Revert of Clean up. Experimental user avatars removed. (https://codereview.ch... | johnme@chromium.org | 2014-07-22 | 1 | -0/+13 |
* | Clean up. Experimental user avatars removed. | merkulova@chromium.org | 2014-07-22 | 1 | -13/+0 |
* | Revert 284489 "Have media content and chrome browser tests load ..." | sky@chromium.org | 2014-07-21 | 1 | -1/+0 |
* | Have media content and chrome browser tests load data from media/test/data | shadi@chromium.org | 2014-07-21 | 1 | -0/+1 |
* | Introduce media::TimeSource. | scherkus@chromium.org | 2014-07-18 | 1 | -0/+4 |
* | Add a block based Audio FIFO. | xians@chromium.org | 2014-07-16 | 1 | -1/+4 |
* | Revert 282795 "Have media content and chrome browser tests load ..." | shadi@google.com | 2014-07-12 | 1 | -1/+0 |
* | Have media content and chrome browser tests load data from media/test/data | shadi@chromium.org | 2014-07-12 | 1 | -0/+1 |
* | Mpeg2TS - estimate duration for video frames. | damienv@chromium.org | 2014-07-11 | 1 | -0/+3 |
* | Provide gtest printers for ui/gfx geometry types | jamesr@chromium.org | 2014-07-10 | 1 | -0/+2 |