| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Renaming to yv12 for consistency with yv16 data. | fbarchard@chromium.org | 2009-04-06 | 2 | -0/+1108 |
* | Reapply linux build fix patch to ffmepg glue code from r12791 that was lost i... | hclam@chromium.org | 2009-04-06 | 1 | -12/+7 |
* | Add YV16 convert | fbarchard@chromium.org | 2009-04-06 | 2 | -13/+65 |
* | Fixing misuse of FFmpeg in decoders | hclam@chromium.org | 2009-04-03 | 2 | -7/+17 |
* | FFmpeg video decoder glue code | hclam@chromium.org | 2009-04-02 | 3 | -12/+178 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 6 | -359/+0 |
* | Removed player.cc from media project in media.gyp. | scherkus@chromium.org | 2009-03-31 | 1 | -1/+0 |
* | FFmpegDemuxer now uses a thread to handle demuxing. | scherkus@chromium.org | 2009-03-31 | 4 | -43/+84 |
* | Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha... | hclam@chromium.org | 2009-03-30 | 5 | -9/+26 |
* | FFmpeg Audio decoder glue code | hclam@chromium.org | 2009-03-30 | 3 | -7/+90 |
* | Exclude ffmpeg_* files that don't build on Linux, too. | sgk@google.com | 2009-03-30 | 1 | -0/+11 |
* | Decoders now use standard callback mechanism for Reads. Removed Assignable<>... | ralphl@chromium.org | 2009-03-30 | 8 | -132/+76 |
* | Linux build fixes | agl@chromium.org | 2009-03-30 | 3 | -15/+10 |
* | Switching media to gyp under windows. | bradnelson@google.com | 2009-03-30 | 5 | -823/+63 |
* | Fixed a lot threading issues during tear down of <video> | hclam@chromium.org | 2009-03-27 | 2 | -5/+4 |
* | Demuxer stream now uses a callback instead of Assignable template. Cleaning ... | ralphl@chromium.org | 2009-03-27 | 6 | -57/+74 |
* | Lots of files touched for a very simple change. Everywhere we used a const M... | scherkus@chromium.org | 2009-03-26 | 26 | -99/+104 |
* | Fixed missing projects and linker errors in media.sln. | scherkus@chromium.org | 2009-03-26 | 1 | -11/+17 |
* | Fixed bug in AudioRendererBase and made AudioRendererImpl check for audio dev... | scherkus@chromium.org | 2009-03-26 | 2 | -2/+3 |
* | Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ... | ralphl@chromium.org | 2009-03-26 | 9 | -67/+136 |
* | First part of the Mac Audio low level support | cpu@chromium.org | 2009-03-25 | 5 | -4/+291 |
* | TBR=hclam | fbarchard@chromium.org | 2009-03-24 | 1 | -8/+8 |
* | This reordering of instructions and use of movzx improved performance on pent... | fbarchard@chromium.org | 2009-03-24 | 1 | -37/+21 |
* | MMX optimized YUV conversion in GCC and Visual C. | fbarchard@chromium.org | 2009-03-23 | 2 | -64/+528 |
* | Update the gyp Linux build: | sgk@google.com | 2009-03-20 | 1 | -0/+11 |
* | Use AutoUnlock class and Lock::AssertAcquired() methods to verify expected be... | ralphl@chromium.org | 2009-03-19 | 2 | -27/+25 |
* | Base class for audio and video decoders, plus a test audio and video decoder ... | ralphl@chromium.org | 2009-03-18 | 12 | -0/+599 |
* | Revert tree bustage cause by r11904. | hclam@chromium.org | 2009-03-17 | 37 | -672/+1863 |
* | andrew's patch | hclam@chromium.org | 2009-03-17 | 37 | -1863/+672 |
* | updated data for yuv unittest. | fbarchard@chromium.org | 2009-03-16 | 2 | -0/+1108 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 2 | -2/+4 |
* | Buffer interface is now uint8*. Slight change to way data buffers are create... | ralphl@chromium.org | 2009-03-16 | 6 | -55/+58 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 3 | -0/+3 |
* | Remove unneeded platform_thread.h includes. Reduces number of includes from 5... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 2 | -2/+0 |
* | Pointing slns at generated vcprojs from base. | bradnelson@google.com | 2009-03-12 | 1 | -2/+2 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 8 | -8/+0 |
* | Implementaion of the VideoFrame interaface plus unit tests. Modified the moc... | ralphl@chromium.org | 2009-03-11 | 10 | -88/+385 |
* | Implemented AudioRendererImpl in renderer process using API | hclam@chromium.org | 2009-03-10 | 2 | -2/+2 |
* | Adding fixed guids to some modules to facilitate incremental switch to gyp. | bradnelson@google.com | 2009-03-10 | 1 | -0/+1 |