| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add channel_count parameter back to AudioBuffer creation methods. | dalecurtis@google.com | 2014-03-29 | 15 | -70/+166 |
* | MSE: Populate WebM missing duration with DefaultDuration, derived, or default | wolenetz@chromium.org | 2014-03-28 | 6 | -51/+239 |
* | Disable the RecordAndError unit test on Mac since it's not relevant anymore. | tommi@chromium.org | 2014-03-28 | 1 | -1/+8 |
* | Disable the "check for no data" timer for audio on Mac. | tommi@chromium.org | 2014-03-28 | 1 | -0/+9 |
* | Fix player_x11 build. Adds missing shared_memory_util dep. | dalecurtis@google.com | 2014-03-28 | 1 | -0/+1 |
* | Add support for midstream audio configuration changes. | dalecurtis@google.com | 2014-03-28 | 24 | -263/+699 |
* | Cast: Remove LoggingStats in favor of event subscribers. | imcheng@chromium.org | 2014-03-28 | 44 | -604/+530 |
* | Cast: Get rid of a useless function | hubbe@chromium.org | 2014-03-27 | 5 | -28/+18 |
* | Cast: Fix inaccurate event time for events logging via post task. | imcheng@chromium.org | 2014-03-27 | 4 | -40/+59 |
* | [Cast] Misc clean-ups in AudioEncoder. | miu@chromium.org | 2014-03-27 | 1 | -19/+23 |
* | Deleted '--disable-system-sounds-manager' switch. | ygorshenin@chromium.org | 2014-03-27 | 3 | -49/+1 |
* | Implement WebMIDI for Android, input side. | yhirano@chromium.org | 2014-03-27 | 3 | -6/+150 |
* | Add code to skip top level uuid and emsg boxes. | acolwell@chromium.org | 2014-03-27 | 3 | -8/+45 |
* | Cast: Alternate way to get rid of some delegates. | hubbe@chromium.org | 2014-03-27 | 11 | -221/+92 |
* | MSE: Parse WebM TrackEntry DefaultDuration field | wolenetz@chromium.org | 2014-03-27 | 5 | -24/+350 |
* | Audit/fix use of media::VideoFrame::coded_size() | sheu@chromium.org | 2014-03-27 | 6 | -80/+129 |
* | Move splice frame setting to ChunkDemuxer(). Disable for now. | dalecurtis@chromium.org | 2014-03-27 | 7 | -35/+63 |
* | Cast: UDP proxy library and binary | hubbe@chromium.org | 2014-03-27 | 6 | -1/+726 |
* | Revert of Disable audio splice frame generation for now. (https://codereview.... | erikchen@chromium.org | 2014-03-26 | 1 | -2/+1 |
* | Disable audio splice frame generation for now. | dalecurtis@google.com | 2014-03-26 | 1 | -1/+2 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-26 | 8 | -179/+131 |
* | Fix memory and potential object leaks in VideoCaptureDeviceWin. | tommi@chromium.org | 2014-03-26 | 1 | -26/+53 |
* | Try catch a top crasher for MSE/EME | qinmin@chromium.org | 2014-03-26 | 1 | -1/+6 |
* | Add SupportsConfigChanges() to DemuxerStream. | rileya@chromium.org | 2014-03-26 | 14 | -0/+45 |
* | Cast: One less data copy | hubbe@chromium.org | 2014-03-26 | 2 | -2/+4 |
* | Stop streams on OSX prior to shutdown. | dalecurtis@chromium.org | 2014-03-26 | 4 | -17/+58 |
* | Mac AVFoundation: Reenable Finch experiment. | mcasas@chromium.org | 2014-03-26 | 1 | -2/+5 |
* | Remove extra copy from AudioConverter in single input case. | dalecurtis@chromium.org | 2014-03-26 | 1 | -8/+12 |
* | Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe... | erikchen@chromium.org | 2014-03-26 | 7 | -130/+179 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 7 | -179/+130 |
* | Fix over-looping in SincResampler. Reorder debug checks. | dalecurtis@chromium.org | 2014-03-25 | 2 | -19/+15 |
* | Verify supposed splice frames; don't generate for end ts overlap. | dalecurtis@google.com | 2014-03-25 | 4 | -3/+78 |
* | Revert 259154 "Remove HasAudio(), HasVideo(), GetInitialNaturalS..." | viettrungluu@chromium.org | 2014-03-25 | 6 | -118/+169 |
* | Remove HasAudio(), HasVideo(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 6 | -169/+118 |
* | Cast: Use ms instead of micros for event time in EncodingEventSubscriber | imcheng@chromium.org | 2014-03-25 | 4 | -42/+44 |
* | Refactor WebMediaPlayerImpl's multithreaded compositing code into VideoFrameC... | scherkus@chromium.org | 2014-03-24 | 4 | -311/+0 |
* | Generate and plumb splice frames to the renderer. | dalecurtis@google.com | 2014-03-24 | 14 | -96/+401 |
* | Cast: utility.gypi -> utility.gyp | mikhal@chromium.org | 2014-03-24 | 4 | -3/+3 |
* | Cast: Fix incorrect use of WeakPtr | hclam@chromium.org | 2014-03-22 | 1 | -9/+4 |
* | Cast: Enable use of VideoEncodeAccelerator for hardware video encoding | hclam@chromium.org | 2014-03-22 | 18 | -271/+245 |
* | Cast: Remove TRANSPORT thread and get rid of Unretained in sender | hclam@chromium.org | 2014-03-22 | 31 | -135/+12 |
* | Enable MP3 stream parsing for Media Source by default. | dalecurtis@chromium.org | 2014-03-21 | 5 | -13/+0 |
* | Cast: Reduce number of threads in cast environment. | hubbe@chromium.org | 2014-03-21 | 30 | -129/+77 |
* | Revert 258566 "Consolidate camera supported formats in VideoCapt..." | engedy@chromium.org | 2014-03-21 | 2 | -15/+1 |
* | Use black background and draw casting to... text on embedded player. | maybelle@chromium.org | 2014-03-21 | 2 | -5/+0 |
* | Consolidate camera supported formats in VideoCaptureManager after their enume... | mcasas@chromium.org | 2014-03-21 | 2 | -1/+15 |
* | Revert 258272 "Adds Samsung Galaxy S3 mini to list of supported ..." | henrika@chromium.org | 2014-03-21 | 1 | -1/+0 |
* | Performance tests for CastV2 | hubbe@chromium.org | 2014-03-20 | 11 | -46/+44 |
* | Reducing the IPC latency for MSE video decoding | qinmin@chromium.org | 2014-03-20 | 9 | -147/+317 |
* | Revert of Cast: Remove base::Unretained (https://codereview.chromium.org/2054... | hclam@chromium.org | 2014-03-20 | 4 | -18/+13 |