| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 1 | -2/+2 |
* | Reland r101418: Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-19 | 1 | -42/+42 |
* | Revert 101418 - Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 1 | -42/+42 |
* | Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 1 | -42/+42 |
* | Remove Demuxer from the Filter class hierarchy. | acolwell@chromium.org | 2011-09-13 | 1 | -0/+17 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 1 | -2/+2 |
* | Migrate Pipeline & PipelineImpl to PipelineStatusCB. | acolwell@chromium.org | 2011-08-09 | 1 | -18/+18 |
* | Log PipelineImpl events to MediaLog. | scottfr@chromium.org | 2011-08-09 | 1 | -2/+9 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 1 | -2/+2 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 1 | -2/+2 |
* | Revert 95496 - Create media.dll | apatrick@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Create media.dll | darin@chromium.org | 2011-08-04 | 1 | -2/+2 |
* | Convert Filter::Seek() to use new callback system. | acolwell@chromium.org | 2011-05-13 | 1 | -2/+4 |
* | Fix erratic HTML5 audio playback | davej@chromium.org | 2011-04-14 | 1 | -0/+6 |
* | Implementing preload=metadata for video | vrk@google.com | 2011-04-05 | 1 | -0/+15 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Simplify the Demuxer interface to get streams by type. | fischman@chromium.org | 2011-03-21 | 1 | -6/+0 |
* | PipelineError is dead. Long live PipelineStatus! | fischman@chromium.org | 2011-03-16 | 1 | -20/+49 |
* | DemuxerFactory is born! | fischman@chromium.org | 2011-03-14 | 1 | -5/+2 |
* | Refactoring code to use factories to create DataSource objects. | acolwell@chromium.org | 2011-03-14 | 1 | -0/+2 |
* | Remove the silly notion of MIME types from media code. | scherkus@chromium.org | 2011-03-09 | 1 | -13/+8 |
* | Fold ClockImpl into Clock and update corresponding clients and tests. | scherkus@chromium.org | 2011-03-04 | 1 | -2/+3 |
* | Implement webkit media metrics in chromium. | scherkus@chromium.org | 2011-02-16 | 1 | -0/+7 |
* | Prevent pending callbacks after an error from being interpreted as teardown c... | acolwell@chromium.org | 2011-02-02 | 1 | -0/+6 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Fix flaky behavior in pipeline teardown. | acolwell@chromium.org | 2011-01-13 | 1 | -3/+3 |
* | Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions. | acolwell@chromium.org | 2011-01-05 | 1 | -14/+6 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com... | acolwell@chromium.org | 2010-12-29 | 1 | -6/+14 |
* | Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to... | acolwell@chromium.org | 2010-12-29 | 1 | -14/+6 |
* | Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ... | acolwell@chromium.org | 2010-12-29 | 1 | -6/+14 |
* | Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions. | acolwell@chromium.org | 2010-12-29 | 1 | -14/+6 |
* | Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ... | acolwell@chromium.org | 2010-12-23 | 1 | -6/+14 |
* | Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions. | acolwell@chromium.org | 2010-12-23 | 1 | -14/+6 |
* | Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ... | acolwell@chromium.org | 2010-12-22 | 1 | -6/+14 |
* | Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions. | acolwell@chromium.org | 2010-12-22 | 1 | -14/+6 |
* | Move more code from headers to implementation. | erg@google.com | 2010-12-07 | 1 | -8/+1 |
* | Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ... | scherkus@chromium.org | 2010-12-03 | 1 | -7/+6 |
* | Stopgap fix for crash in issue 53867 comment 15 | thakis@chromium.org | 2010-12-01 | 1 | -1/+1 |
* | Fix clock update behavior at the end of stream. | acolwell@chromium.org | 2010-11-23 | 1 | -2/+3 |
* | Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ... | acolwell@chromium.org | 2010-11-11 | 1 | -12/+3 |
* | Refactor code so PipelineImpl doesn't rely on FilterType anymore. | scherkus@chromium.org | 2010-11-04 | 1 | -14/+24 |
* | Move MediaFilterCollection code into a class. | scherkus@chromium.org | 2010-11-03 | 1 | -14/+4 |
* | Terminate FilterFactory and his nasty friends | hclam@chromium.org | 2010-10-23 | 1 | -58/+41 |
* | Prevent buffered time from being less than the current time. | scherkus@chromium.org | 2010-10-20 | 1 | -0/+4 |
* | Fixed Ended event when audio is disabled. | sergeyu@chromium.org | 2010-09-17 | 1 | -0/+3 |
* | media: add flush stage before stop(). | jiesun@google.com | 2010-08-26 | 1 | -24/+43 |
* | preparation for recycling buffer, patch 2 | jiesun@google.com | 2010-08-11 | 1 | -0/+1 |
* | Revert 55603 | nsylvain@chromium.org | 2010-08-11 | 1 | -1/+0 |
* | preparation for recycling buffer, patch 2 | jiesun@google.com | 2010-08-10 | 1 | -0/+1 |