summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...scherkus@chromium.org2011-12-073-13/+206
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-0110-17/+67
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-4/+4
* Replaces the broken raw stream based audio renderer with one based on AudioOu...dalecurtis@chromium.org2011-11-232-64/+67
* Clear VideoRendererBase::current_frame_ when stopped.scherkus@chromium.org2011-11-182-0/+8
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-185-4/+12
* Add OVERRIDE to media/.avi@chromium.org2011-11-1614-50/+54
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-3/+1
* Reenable frame size change unit tests.acolwell@chromium.org2011-11-101-6/+2
* Add basic parsing functionality to ChunkDemuxer for skipping WebM file headers.acolwell@chromium.org2011-11-042-25/+134
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-046-610/+338
* Minor clean up on VideoRendererBase.scherkus@chromium.org2011-11-041-42/+54
* 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-017-21/+17
* Clean up VideoRendererBase tests.scherkus@chromium.org2011-10-311-87/+225
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-283-12/+8
* Miscellaneous header file cleanup for src/media.scherkus@chromium.org2011-10-284-18/+4
* Rewrite FFmpegVideoDecoder tests based on existing FFmpegVideoDecodeEngine te...scherkus@chromium.org2011-10-281-299/+434
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-278-75/+71
* Improve audio underflow handling.acolwell@chromium.org2011-10-215-37/+228
* Change Read() size and return value to a size_t for claritycdn@chromium.org2011-10-207-15/+12
* Remove kDemuxerIsWebm as it hasn't been working for a while and isn't really ...scherkus@chromium.org2011-10-191-8/+0
* Properly ref-count the EndOfStream buffers.ddorwin@chromium.org2011-10-172-11/+5
* Fix Valgrind warnings from r105646.ddorwin@chromium.org2011-10-151-2/+8
* Fix 99596.ddorwin@chromium.org2011-10-152-4/+65
* Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.fischman@chromium.org2011-10-072-26/+25
* Fix hangs & crashes in teardown-during-Seek.fischman@chromium.org2011-10-073-12/+18
* Add a unit test to verify seek behavior when WebM cues are before the first c...acolwell@chromium.org2011-10-051-0/+61
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-041-0/+1
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-013-30/+20
* Simplify some callbacks-related code now that Bind can curry Callback->Closure.fischman@chromium.org2011-09-302-31/+8
* Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme...acolwell@chromium.org2011-09-303-93/+217
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-3/+0
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-306-30/+29
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-2932-326/+261
* Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.fischman@chromium.org2011-09-293-1384/+0
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-2114-78/+127
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-195-39/+35
* Rewriting FFmpegAudioDecoder and eliminating DecoderBase.scherkus@chromium.org2011-09-177-656/+257
* Replace AudioDecoderConfig with simple accessors on AudioDecoder.scherkus@chromium.org2011-09-1610-37/+63
* Write tests for FFmpegAudioDecoder so I can rewrite the class sans regressions.scherkus@chromium.org2011-09-161-0/+199
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-165-35/+39
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-165-39/+35
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-138-52/+48
* Deduplicate mock DemuxerStream objects.scherkus@chromium.org2011-09-111-15/+2
* Scale BufferedResourceLoader buffering window based on bit rate of videovrk@google.com2011-09-085-13/+107
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Fix indentation in audio_file_reader.cccrogers@google.com2011-08-301-3/+3