| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Second part of the low level audio for Mac | cpu@chromium.org | 2009-04-14 | 6 | -68/+147 |
* | Fast flag for h264 improves performance of loop filter. | fbarchard@chromium.org | 2009-04-14 | 1 | -0/+1 |
* | Forgot to register AtExitManager due to TimeTicks::HighResNow() singleton. | scherkus@chromium.org | 2009-04-10 | 1 | -0/+3 |
* | Checking in FFmpeg benchmarking application. | scherkus@chromium.org | 2009-04-09 | 2 | -0/+211 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 1 | -1/+1 |
* | Fix some threading issues and some refactoring in AudioRendererHost | hclam@chromium.org | 2009-04-07 | 6 | -8/+34 |
* | Forgot to include ffmpeg.gyp as a dependency for media_unittests. | scherkus@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | Convert /third_party/ffmpeg to gyp for Windows builds. | scherkus@chromium.org | 2009-04-07 | 1 | -14/+2 |
* | Removing old data for unittests. | fbarchard@chromium.org | 2009-04-07 | 4 | -29999/+0 |
* | YV16 unittest which is mostly the same as YV12. Requires YV16 data files | fbarchard@chromium.org | 2009-04-06 | 1 | -6/+59 |
* | Add jpeg varients of YV12 and YV16. In practice, these come up for motion jpeg. | fbarchard@chromium.org | 2009-04-06 | 1 | -0/+6 |
* | Data for yv16 unittest. | fbarchard@chromium.org | 2009-04-06 | 2 | -0/+1099 |