| Commit message (Expand) | Author | Age | Files | Lines |
* | Cast: Alternate stop semantics for in-process receiver. | hubbe@chromium.org | 2014-04-01 | 2 | -1/+35 |
* | Revert of Tighten up webrtc audio tests. (https://codereview.chromium.org/216... | rlarocque@chromium.org | 2014-04-01 | 1 | -1/+1 |
* | Mac AVFoundation video capture: do not list suspended cameras in VCDAF. | mcasas@chromium.org | 2014-04-01 | 1 | -2/+3 |
* | Tighten up webrtc audio tests. | phoglund@chromium.org | 2014-04-01 | 1 | -1/+1 |
* | Remove all uses of GG_UINT32_C. | viettrungluu@chromium.org | 2014-04-01 | 21 | -33/+70 |
* | Add Project Tango video capture for Android | mcasas@chromium.org | 2014-04-01 | 10 | -379/+846 |
* | Improve the mp2t H264 parser unit test. | damienv@chromium.org | 2014-04-01 | 1 | -32/+71 |
* | Adds GYP variable to enable MPEG2TS stream parsing. | gunsch@chromium.org | 2014-04-01 | 1 | -0/+7 |
* | MSE: Use frame duration, if available, in LegacyFrameProcessor | wolenetz@chromium.org | 2014-04-01 | 6 | -62/+117 |
* | Provide security origin to Android EME implementation | jrummell@chromium.org | 2014-03-31 | 2 | -9/+9 |
* | Mark all of media/cast as chromium_code. | viettrungluu@chromium.org | 2014-03-31 | 21 | -25/+45 |
* | Add support for Tegra V4L2 VDA | shivdasp@nvidia.com | 2014-03-31 | 2 | -0/+4 |
* | [Cast] Remove AudioDecoder's dependency on WebRTC, and refactor/clean-up Audi... | miu@chromium.org | 2014-03-31 | 15 | -1085/+1080 |
* | Make {Audio|Video}Decoder::Stop() synchronous. | xhwang@chromium.org | 2014-03-31 | 32 | -448/+168 |
* | Fix comment to match test data in BoxReader unit test. | acolwell@chromium.org | 2014-03-31 | 1 | -1/+1 |
* | Disables the check for no data timer for audio on all platforms. | henrika@chromium.org | 2014-03-31 | 2 | -10/+9 |
* | Fix video capture bug in a utility function, GetPin, and how it was being used. | tommi@chromium.org | 2014-03-30 | 1 | -18/+17 |
* | Make sure AudioBufferConverter uses aligned AudioBus channels. | dalecurtis@google.com | 2014-03-29 | 2 | -5/+10 |
* | 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 |