| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix failing Valgrind builds for media_unittests. | scherkus@chromium.org | 2009-05-12 | 1 | -42/+44 |
* | Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest. | scherkus@chromium.org | 2009-05-12 | 8 | -240/+399 |
* | Media Player view rotation options. | fbarchard@chromium.org | 2009-05-12 | 5 | -590/+667 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 3 | -0/+0 |
* | Review URL: http://codereview.chromium.org/115197 | fbarchard@chromium.org | 2009-05-11 | 3 | -40/+134 |
* | Call AtExitManager earlier in player app to avoid hitting DCHECKs. | scherkus@chromium.org | 2009-05-08 | 1 | -2/+2 |
* | Revert r15615, build errors on linux and mac. | sgk@google.com | 2009-05-08 | 7 | -261/+102 |
* | YUV scaler do horizontal mirror. | fbarchard@chromium.org | 2009-05-08 | 7 | -102/+261 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 6 | -19/+41 |
* | Moved FFmpegDemuxer tests into the same anonymous namespace as FFmpegDemuxerT... | scherkus@chromium.org | 2009-05-08 | 1 | -2/+2 |
* | Change NullAudioRenderer to sleep for at least one millisecond to avoid spinn... | scherkus@chromium.org | 2009-05-06 | 1 | -1/+5 |
* | Remove embedded manifest from media player. | scherkus@chromium.org | 2009-05-06 | 1 | -16/+2 |
* | Removed duplicate entries in media.gyp. | scherkus@chromium.org | 2009-05-05 | 1 | -2/+0 |
* | Media Player mainfrm.h | fbarchard@chromium.org | 2009-05-05 | 6 | -22/+775 |
* | Lands http://codereview.chromium.org/99349 for Ryan. | sky@chromium.org | 2009-05-04 | 1 | -1/+5 |
* | media player movie functions to bind WTL menu events to pipeline. | fbarchard@chromium.org | 2009-05-04 | 3 | -6/+192 |
* | Added media player File->Last to play the most recent movie again. | fbarchard@chromium.org | 2009-05-04 | 4 | -15/+17 |
* | media player props.h file (properties) | fbarchard@chromium.org | 2009-05-02 | 1 | -0/+314 |
* | Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind... | ajwong@chromium.org | 2009-05-01 | 5 | -45/+20 |
* | Enable video in posix builds and remove unneeded ifdefs to guard windows. | ajwong@chromium.org | 2009-05-01 | 5 | -20/+45 |
* | Third installement of low level audio for mac | cpu@chromium.org | 2009-04-30 | 2 | -14/+130 |
* | Add comment to media bench clarifying library initialization. | ajwong@chromium.org | 2009-04-30 | 1 | -1/+7 |
* | Refactored FFmpegDemuxerTest to use a test fixture, fixing flakiness in the p... | scherkus@chromium.org | 2009-04-30 | 1 | -138/+131 |
* | media player wtl_render - video renderer | fbarchard@chromium.org | 2009-04-30 | 2 | -0/+59 |
* | player_wtl main entry point separated from the rest of media player for code ... | fbarchard@chromium.org | 2009-04-29 | 1 | -0/+96 |
* | Fixes bug where NullAudioRenderer would join a previously joined thread. | scherkus@chromium.org | 2009-04-29 | 1 | -1/+3 |
* | Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form... | scherkus@chromium.org | 2009-04-29 | 6 | -47/+12 |
* | media player list management. | fbarchard@chromium.org | 2009-04-28 | 1 | -0/+127 |
* | Adds a second vector of streams to FFmpegDemuxer to handle re-mapped audio/vi... | scherkus@chromium.org | 2009-04-28 | 3 | -22/+51 |
* | media player resource header file. Mechanically generated. | fbarchard@chromium.org | 2009-04-28 | 2 | -20/+81 |
* | media player view window for painting frames to the display with YUV conversi... | fbarchard@chromium.org | 2009-04-28 | 1 | -0/+392 |
* | stdafx for precompiled stdafx generation in media player. | fbarchard@chromium.org | 2009-04-28 | 2 | -0/+42 |
* | Fix a crash with <video> | hclam@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Prototype audio time shift. | fbarchard@chromium.org | 2009-04-23 | 7 | -56/+82 |
* | Resource file for media player. | fbarchard@chromium.org | 2009-04-23 | 2 | -12/+510 |
* | Disabling FFmpegDemuxerTest.* due to flakiness. | scherkus@chromium.org | 2009-04-23 | 1 | -3/+7 |
* | Binary data for media player | fbarchard@chromium.org | 2009-04-22 | 2 | -0/+0 |
* | Reduce ffmpeg alignment requirement from 4x2 to 2x1. | fbarchard@chromium.org | 2009-04-22 | 1 | -3/+2 |
* | Move FFmpegDemuxer initialization onto the demuxer thread. | scherkus@chromium.org | 2009-04-22 | 4 | -33/+80 |
* | Build on Linux with shared libraries (significant chunks courtesy craigsch): | sgk@google.com | 2009-04-22 | 1 | -0/+2 |
* | Hacked up delay load code for ffmpeg in posix systems. This is | ajwong@chromium.org | 2009-04-21 | 4 | -34/+248 |
* | Fixes FFmpegDemuxerTest.ReadAndSeek test flakiness by using a WaitableEvent. | scherkus@chromium.org | 2009-04-21 | 2 | -23/+35 |
* | DCHECK now allows SetPlaybackRate(0.0f) if the pipeline is stopped. | ralphl@chromium.org | 2009-04-21 | 1 | -1/+2 |
* | YUV to RGB with arbitrary scaling. | fbarchard@chromium.org | 2009-04-21 | 5 | -30/+453 |
* | Move the ffmpeg loading function into media library. | ajwong@chromium.org | 2009-04-18 | 4 | -0/+124 |
* | Disabling the FFmpegDemuxerTest.ReadAndSeek test. | scherkus@chromium.org | 2009-04-17 | 1 | -1/+3 |
* | Switched over to scoped_ptr_malloc and heap-allocated FFmpeg structures. | scherkus@chromium.org | 2009-04-17 | 8 | -43/+58 |
* | Windows low level audio small changes | cpu@google.com | 2009-04-16 | 2 | -17/+99 |
* | improvements to media_bench (ffmpeg benchmarking application) | fbarchard@chromium.org | 2009-04-15 | 1 | -8/+47 |
* | Implemented FFmpegDemuxer::Seek() via av_seek_frame(). | scherkus@chromium.org | 2009-04-15 | 3 | -91/+313 |