summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crash in UMA-reporting aspect ratio when video height is zero.fischman@chromium.org2011-11-101-2/+6
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-095-3/+44
* First cut at UMA-exposing histograms of media data in the wild.fischman@chromium.org2011-11-086-6/+101
* Add basic parsing functionality to ChunkDemuxer for skipping WebM file headers.acolwell@chromium.org2011-11-045-34/+156
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-0414-1200/+443
* Minor clean up on VideoRendererBase.scherkus@chromium.org2011-11-041-42/+54
* Fix crash on unsupported pixel formats.dalecurtis@chromium.org2011-11-023-18/+34
* Problem happens because we cannot stop physical stream in arbitrary moment, c...enal@chromium.org2011-11-022-39/+45
* Adding transition to kPlaying when end of stream is reached during an underflow.acolwell@chromium.org2011-11-012-31/+114
* Change DemuxerStream::ReadCallback to use ref-counted buffers.scherkus@chromium.org2011-11-019-26/+22
* refactor video capture in renderer processwjia@chromium.org2011-11-011-1/+0
* Clean up VideoRendererBase tests.scherkus@chromium.org2011-10-311-87/+225
* Changing a NOTREACHED to a LOG(WARNING) for cases when a mic isn't connected.tommi@chromium.org2011-10-311-1/+4
* Reland the CL 8162015.xians@chromium.org2011-10-295-61/+172
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-2813-195/+15
* Miscellaneous header file cleanup for src/media.scherkus@chromium.org2011-10-288-23/+11
* This patch will loop through the soundcard and return a list of available dev...xians@chromium.org2011-10-282-8/+130
* Rewrite FFmpegVideoDecoder tests based on existing FFmpegVideoDecodeEngine te...scherkus@chromium.org2011-10-281-299/+434
* Adding input and output delay estimation for mac. xians@chromium.org2011-10-275-25/+287
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-2717-167/+251
* Fix regression and make CrOS audio codecs work again.ihf@chromium.org2011-10-262-1/+22
* Switch from DLOG(INFO) to DVLOG(1) for media/audio/mac/audio_low_latency_inpu...scherkus@chromium.org2011-10-261-13/+14
* Removes an invalid hard-coded sample rate in the low-latencyhenrika@chromium.org2011-10-261-1/+0
* fix v4l support on openbsdrobert.nagy@gmail.com2011-10-251-0/+4
* exclude the linux files that are not needed on openbsdrobert.nagy@gmail.com2011-10-251-3/+3
* Stop audio streams in all codepaths that need it.fischman@chromium.org2011-10-242-10/+19
* Harden audio output controller making it safe to call Pause() before Play() r...enal@chromium.org2011-10-243-40/+120
* Fixes yet another build error on Windows shared bot.henrika@chromium.org2011-10-242-2/+2
* Fixes build error on Windows shared bot.henrika@chromium.org2011-10-241-1/+2
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-2410-8/+1220
* Improve audio underflow handling.acolwell@chromium.org2011-10-2110-46/+268
* OpenBSD patches for media, split from CR #8275005robert.nagy@gmail.com2011-10-203-16/+10
* Change Read() size and return value to a size_t for claritycdn@chromium.org2011-10-207-15/+12
* Revert 106513 - The first step to add device selection to linux.garykac@chromium.org2011-10-206-168/+62
* The first step to add device selection to linux.xians@chromium.org2011-10-206-62/+168
* Remove kDemuxerIsWebm as it hasn't been working for a while and isn't really ...scherkus@chromium.org2011-10-191-8/+0
* Add NetworkEventCB to media pipeline and remove IsNetworkActive()vrk@google.com2011-10-195-32/+21
* Fix race condition in audio output controller and audio sync reader.enal@chromium.org2011-10-191-0/+8
* Removing media/tools/mfdecoder/main.cc as it doesn't even have a gyp target.scherkus@chromium.org2011-10-191-558/+0
* Adding VideoCaptureDevice for Mac.mflodman@chromium.org2011-10-186-5/+480
* Revert r104043, which causes audio not to play smoothly on Chrome OS.enal@chromium.org2011-10-182-44/+23
* Fix playing of 8-bit sample files via webaudio.rtoy@google.com2011-10-181-1/+1
* Properly ref-count the EndOfStream buffers.ddorwin@chromium.org2011-10-172-11/+5
* Fix out of bound access with ScaleYUVToRGB32.hclam@chromium.org2011-10-174-60/+228
* Disable SSSE3 version of RGB->YUV conversion.hclam@chromium.org2011-10-171-3/+3
* Fix DCHECK() when running test on Linux.enal@chromium.org2011-10-151-1/+1
* Fix Valgrind warnings from r105646.ddorwin@chromium.org2011-10-151-2/+8
* Fix 99596.ddorwin@chromium.org2011-10-152-4/+65
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-1/+4
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-1315-59/+135