summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* <video> decode in hardware! fischman@chromium.org2011-12-131-20/+4
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-3/+19
* <video> decode in hardware!fischman@chromium.org2011-12-101-19/+3
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-091-1/+1
* Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...scherkus@chromium.org2011-12-073-291/+0
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-231-11/+0
* Add OVERRIDE to media/.avi@chromium.org2011-11-163-15/+15
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-044-558/+86
* Fix crash on unsupported pixel formats.dalecurtis@chromium.org2011-11-022-14/+30
* refactor video capture in renderer processwjia@chromium.org2011-11-011-1/+0
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-287-178/+5
* Miscellaneous header file cleanup for src/media.scherkus@chromium.org2011-10-281-1/+0
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-272-19/+10
* fix v4l support on openbsdrobert.nagy@gmail.com2011-10-251-0/+4
* Adding VideoCaptureDevice for Mac.mflodman@chromium.org2011-10-185-4/+473
* Fix ASAN error in FFmpegVideoDecodeEngineTest.DecodeFrame_SmallerHeight intro...scherkus@chromium.org2011-10-051-6/+15
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-042-12/+14
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-013-41/+16
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-6/+1
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-301-1/+0
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+2
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-294-25/+33
* Properly scope the lifetime of the |PPB_VideoCapture_Impl|.viettrungluu@chromium.org2011-09-282-1/+15
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-273-0/+11
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-2/+4
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-193-31/+27
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-163-27/+31
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-163-31/+27
* add workarounds for some popular webcam.wjia@chromium.org2011-09-083-48/+65
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-145/+22
* Disables camera hardware dependent tests.perkj@chromium.org2011-08-291-19/+29
* Create media.dll / libmedia.so.darin@chromium.org2011-08-297-9/+13
* Completely random typo fixes and style corrections cleanup.fischman@chromium.org2011-08-251-3/+3
* Reland r97895: Use surface_width/height instead of coded_width/coded_height f...vrk@chromium.org2011-08-242-8/+8
* Revert 97892 - Use surface_width/height instead of coded_width/coded_height f...vrk@google.com2011-08-231-2/+2
* Use surface_width/height instead of coded_width/coded_height for VideoFrame sizevrk@google.com2011-08-231-2/+2
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-233-203/+152
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-181-1/+0
* Revert 96982 - Add gl.dll, compositor.dll, and surface.dll.rvargas@google.com2011-08-161-0/+1
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-161-1/+0
* Revert 96974 - Remove mock_ffmpeg and update media unittests.rvargas@google.com2011-08-163-91/+159
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-163-159/+91
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-087-13/+9
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-087-9/+13
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-1/+1
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-056-11/+8
* Create media.dlldarin@chromium.org2011-08-046-8/+11
* Add a proxy for thread-hopping VideoCapture::EventHandler.piman@chromium.org2011-08-022-0/+231
* Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...scherkus@chromium.org2011-07-223-21/+5