summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-06-281-0/+4
* Added last_modified field to TemplateURL and database. Updated unit tests, in...stevet@chromium.org2011-06-281-46/+19
* Removing defunct OpenMAX code (round 2).scherkus@chromium.org2011-06-282-6/+0
* Remove unused testing code from media/base/media_win.ccscherkus@chromium.org2011-06-221-19/+1
* Removing defunct GpuVideoDecoder and IpcVideoDecoder.scherkus@chromium.org2011-06-032-4/+0
* Revert 87790 - Removing defunct OpenMAX code.scherkus@chromium.org2011-06-032-0/+6
* Removing defunct OpenMAX code.scherkus@chromium.org2011-06-032-6/+0
* Respect pixel aspect ratio of video if it contains one.scherkus@chromium.org2011-06-032-0/+19
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-022-2/+2
* Revert 87578 - Respect pixel aspect ratio of video if it contains one.michaeln@google.com2011-06-022-19/+0
* Respect pixel aspect ratio of video if it contains one.scottfr@chromium.org2011-06-022-0/+19
* Fix live video only playback.fgalligan@chromium.org2011-06-015-4/+79
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-272-59/+4
* Modified unit test for color conversion of RGB24ToYUV and YUY2ToYUV.scherkus@chromium.org2011-05-271-1/+65
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-272-4/+59
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-272-59/+4
* VideoCaptureHostscherkus@chromium.org2011-05-264-0/+114
* Surround sound swizzling for Mac based on device channel layout preferences.annacc@chromium.org2011-05-262-1/+87
* Initial implementation of stream switching in AdaptiveDemuxer.acolwell@chromium.org2011-05-261-0/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. fischman@chromium.org2011-05-231-10/+10
* Description:annacc@chromium.org2011-05-163-3/+93
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-12/+11
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-1312-118/+268
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-3/+3
* Convert Demuxer::Read() to use the new callback system.acolwell@chromium.org2011-05-113-7/+6
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-104-3/+4
* add MessageLoopProxy in MessageLoopFactorywjia@google.com2011-05-073-0/+37
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-291-0/+2
* Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.kushi.p@gmail.com2011-04-292-3/+3
* Switch VideoDecoder over to the new hot callbacks.scherkus@chromium.org2011-04-272-16/+20
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-272-0/+120
* Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...scherkus@chromium.org2011-04-273-16/+17
* Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...scherkus@chromium.org2011-04-273-0/+250
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-263-4/+28
* Fix erratic HTML5 audio playbackdavej@chromium.org2011-04-142-0/+23
* Add IPC messages and renderer process side API for video capture. wjia@google.com2011-04-121-1/+2
* Fix valgrind messages for uninitialized preload_ value.vrk@google.com2011-04-052-1/+2
* Implementing preload=metadata for videovrk@google.com2011-04-055-5/+67
* Create helper methods to process FFmpeg index data.acolwell@chromium.org2011-04-011-1/+3
* Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.fischman@chromium.org2011-03-302-2/+6
* Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces.scherkus@chromium.org2011-03-301-0/+38
* AdaptiveDemuxer{,Factory,Stream} are born!fischman@chromium.org2011-03-292-0/+6
* Collapse two case statements into one, they do the same thing.finnur@chromium.org2011-03-281-3/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-2817-26/+26
* Die, DemuxerStream::QueryInterface, die!fischman@chromium.org2011-03-243-20/+6
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-234-16/+67
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-234-67/+16
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-234-16/+67
* Simplify the Demuxer interface to get streams by type.fischman@chromium.org2011-03-215-41/+17