summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced DCHECKs to use MessageLoop::current() for FFmpegDemuxer and DecoderB...scherkus@chromium.org2009-07-104-46/+25
* Refactor audio renderer algorithms to use BufferQueue. Also cleaned up some c...kylep@chromium.org2009-07-106-198/+88
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-0913-61/+62
* Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."scherkus@chromium.org2009-07-0912-53/+52
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-0912-52/+53
* Manually declare media_format() because gmock does not like mocking non-copya...scherkus@chromium.org2009-07-091-4/+12
* Updated FFmpegDemuxerTest and FFmpegVideoDecoderTest to use the gmock-based M...scherkus@chromium.org2009-07-096-340/+30
* Added new gmock-based MockFilterHost and deprecated the old one.scherkus@chromium.org2009-07-095-65/+66
* Big media::Pipeline cleanup.scherkus@chromium.org2009-07-099-476/+245
* BufferQueue class to hide audio data micromanagement from scaling algorithms....kylep@chromium.org2009-07-084-0/+290
* Wrote gmock-based mock filters and a mock filter factory.scherkus@chromium.org2009-07-083-9/+188
* Removing video_decoder_unittest.cc as it tests nothing.scherkus@chromium.org2009-07-082-37/+0
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-081-0/+0
* Test fwrite returnval in wav_ola_test.cc to fix ubuntu compile warning.kylep@chromium.org2009-07-071-1/+4
* Cleanup resources allocated by FFmpeg to avoid memory and threads leakshclam@chromium.org2009-07-075-19/+55
* OLA Algorithm and test shell.kylep@chromium.org2009-07-074-0/+452
* Refactor AudioRendererBase to use scoped_refptr<AudioDecoder>kylep@chromium.org2009-07-062-3/+2
* Scale function cleaned up white spaces and removed comments that are no longe...fbarchard@chromium.org2009-07-061-86/+29
* Asynchronous initialization of media::PipelineThreadhclam@chromium.org2009-07-013-231/+322
* Fix a bug in audio/video decoder that the stopped variable is not initializedhclam@chromium.org2009-07-011-7/+4
* Make FFmpeg delay load settings propagate to all shared libraries and executa...scherkus@chromium.org2009-07-011-6/+0
* Minor change to ARAB and ARAD for subsequent OLA submission.kylep@chromium.org2009-07-014-30/+28
* Put some hard limits on the low level audio apicpu@google.com2009-07-013-0/+50
* Reverting 19687.dkegel@google.com2009-07-014-29/+30
* Minor changes to ARAB and ARAD necessary for OLAkylep@chromium.org2009-07-014-30/+29
* Switching decoders to use the injected message loop.scherkus@chromium.org2009-06-297-210/+205
* Micro-refactor: added VideoRendererBase::OnStop().scherkus@chromium.org2009-06-264-0/+17
* Refactor media pipeline and filters to use injected message loops.scherkus@chromium.org2009-06-257-173/+266
* Checking in media/base/mock_filters.h, a new set of mock filters based on gmock.scherkus@chromium.org2009-06-233-4/+52
* Fix sign mismatch issues.ajwong@chromium.org2009-06-231-6/+6
* Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking.ajwong@chromium.org2009-06-226-128/+645
* Removed message loop from MockPipeline as it is no longer needed.scherkus@chromium.org2009-06-222-26/+0
* Cleaned up AudioRendererAlgorithmBase: moved data members to private section ...kylep@chromium.org2009-06-224-46/+71
* Removing FilterHost::PostTask() in preparation of injected message loops.scherkus@chromium.org2009-06-225-49/+2
* Renamed media::VideoThread to the more appropriate media::VideoRendererBase.scherkus@chromium.org2009-06-227-781/+299
* FFmpegDemuxerStream::Read() now functions properly while stopped.scherkus@chromium.org2009-06-223-29/+154
* Changing overstrict CHECKs to just setting the object into an invalid state.ajwong@chromium.org2009-06-201-5/+17
* Draft of base and default algorithm class for AudioRendererBase refactor.kylep@chromium.org2009-06-195-0/+295
* Refactor FFmpegDemuxerTest to use gmock and eliminate flakiness.scherkus@chromium.org2009-06-195-438/+569
* Setting svn:eol-style LF for media source files.scherkus@chromium.org2009-06-174-78/+79
* Serialize calls to avcodec_open() and avcodec_close().scherkus@chromium.org2009-06-175-28/+47
* Refactored, templatized, commented and moved TestReader to the fancy new Mock...scherkus@chromium.org2009-06-163-60/+100
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-164-6/+33
* Adding in ffmpeg_common.h into header for definition of CodecID.ajwong@chromium.org2009-06-161-6/+3
* Make the generated stubs weak. Enable the unittests that had conflicting sym...ajwong@chromium.org2009-06-1611-72/+63
* Moving MockFFmpeg to its own file and some media.gyp cleanup.scherkus@chromium.org2009-06-154-75/+116
* Fixing bug that 8bit PCM stream is gabbledhclam@chromium.org2009-06-151-8/+10
* Fix A/V sync regression caused by not queueing video timestamps properly.scherkus@chromium.org2009-06-121-6/+9
* Trust the asynchronous read protocol and stop posting tasks to the pipeline.scherkus@chromium.org2009-06-128-66/+58
* Unit tests for FFmpegVideoDecoder using gmock.scherkus@chromium.org2009-06-124-6/+274