summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
Commit message (Expand)AuthorAgeFilesLines
* Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...scherkus@chromium.org2009-07-221-2/+0
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-0/+2
* fix warnings treated as errors on line 94 and 97 that are allowed on try serv...fbarchard@chromium.org2009-07-211-0/+7
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-2/+0
* Remove qtfaststart for now from build filefbarchard@chromium.org2009-07-211-7/+0
* qt-faststart is a tool that moves the 'moov' to the start of file, reducing s...fbarchard@chromium.org2009-07-211-0/+7
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-0/+2
* Software volume adjustment by changing samples.fbarchard@chromium.org2009-07-201-1/+4
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-0/+3
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-3/+0
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-0/+3
* Converted remaining tests to use gmock and deleted all old mocking code.scherkus@chromium.org2009-07-101-3/+0
* Updated FFmpegDemuxerTest and FFmpegVideoDecoderTest to use the gmock-based M...scherkus@chromium.org2009-07-091-1/+0
* BufferQueue class to hide audio data micromanagement from scaling algorithms....kylep@chromium.org2009-07-081-0/+3
* Removing video_decoder_unittest.cc as it tests nothing.scherkus@chromium.org2009-07-081-1/+0
* OLA Algorithm and test shell.kylep@chromium.org2009-07-071-0/+12
* Make FFmpeg delay load settings propagate to all shared libraries and executa...scherkus@chromium.org2009-07-011-6/+0
* Checking in media/base/mock_filters.h, a new set of mock filters based on gmock.scherkus@chromium.org2009-06-231-0/+1
* Renamed media::VideoThread to the more appropriate media::VideoRendererBase.scherkus@chromium.org2009-06-221-3/+0
* Draft of base and default algorithm class for AudioRendererBase refactor.kylep@chromium.org2009-06-191-0/+4
* Refactored, templatized, commented and moved TestReader to the fancy new Mock...scherkus@chromium.org2009-06-161-0/+1
* Make the generated stubs weak. Enable the unittests that had conflicting sym...ajwong@chromium.org2009-06-161-14/+0
* Moving MockFFmpeg to its own file and some media.gyp cleanup.scherkus@chromium.org2009-06-151-17/+21
* Unit tests for FFmpegVideoDecoder using gmock.scherkus@chromium.org2009-06-121-0/+4
* Split FFmpegDemuxerStream into a separate interface AVStreamProvider.scherkus@chromium.org2009-06-111-0/+2
* Allow PushSource to have smaller write size than read size (packet size)hclam@chromium.org2009-06-041-0/+1
* Media player adds seek menu and dialog.fbarchard@chromium.org2009-05-221-0/+1
* Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds.sgk@google.com2009-05-221-0/+5
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-0/+8
* Revert r16622estade@chromium.org2009-05-211-8/+0
* Reapply http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-0/+8
* Revert http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-8/+0
* This iteration creates one message loop per audio output stream that is respo...ajwong@chromium.org2009-05-211-0/+8
* SeekableBuffer to implement a window of buffer which has short seeking ability.hclam@chromium.org2009-05-191-0/+3
* YUV with clipping.fbarchard@chromium.org2009-05-181-3/+0
* Checking in VideoThread, which uses a dedicated thread for the purpose of tim...scherkus@chromium.org2009-05-141-0/+2
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-131-0/+4
* Retry of enabling video on linux. See related review: http://codereview.chro...ajwong@chromium.org2009-05-081-12/+1
* Removed duplicate entries in media.gyp.scherkus@chromium.org2009-05-051-2/+0
* Media Player mainfrm.hfbarchard@chromium.org2009-05-051-6/+13
* Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...ajwong@chromium.org2009-05-011-1/+9
* Enable video in posix builds and remove unneeded ifdefs to guard windows.ajwong@chromium.org2009-05-011-9/+1
* media player resource header file. Mechanically generated.fbarchard@chromium.org2009-04-281-20/+24
* Resource file for media player.fbarchard@chromium.org2009-04-231-12/+26
* Build on Linux with shared libraries (significant chunks courtesy craigsch):sgk@google.com2009-04-221-0/+2
* Hacked up delay load code for ffmpeg in posix systems. This isajwong@chromium.org2009-04-211-29/+24
* YUV to RGB with arbitrary scaling.fbarchard@chromium.org2009-04-211-1/+3
* Move the ffmpeg loading function into media library.ajwong@chromium.org2009-04-181-0/+10
* Second part of the low level audio for Maccpu@chromium.org2009-04-141-1/+2
* Checking in FFmpeg benchmarking application.scherkus@chromium.org2009-04-091-0/+13