| Commit message (Expand) | Author | Age | Files | Lines |
* | Non blocking audio source | cpu@google.com | 2009-05-23 | 4 | -6/+241 |
* | Media player adds seek menu and dialog. | fbarchard@chromium.org | 2009-05-22 | 9 | -596/+866 |
* | New YUV data for next unittest iteration. | fbarchard@chromium.org | 2009-05-22 | 2 | -0/+2 |
* | New FFmpeg public API headers to match our source tarball in deps. | scherkus@chromium.org | 2009-05-22 | 5 | -103/+137 |
* | Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds. | sgk@google.com | 2009-05-22 | 1 | -0/+5 |
* | Third attempt at http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 6 | -4/+798 |
* | Revert r16622 | estade@chromium.org | 2009-05-21 | 6 | -798/+4 |
* | Reapply http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 6 | -4/+798 |
* | Revert http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 6 | -798/+4 |
* | This iteration creates one message loop per audio output stream that is respo... | ajwong@chromium.org | 2009-05-21 | 6 | -4/+798 |
* | Don't update the clock if we don't have a reliable timestamp available. | scherkus@chromium.org | 2009-05-21 | 1 | -5/+14 |
* | Relax decoding error handling requirements. | hclam@chromium.org | 2009-05-21 | 1 | -4/+15 |
* | Temporary fix for MP3 decoding by duplicating packets before handing them to ... | scherkus@chromium.org | 2009-05-20 | 4 | -0/+116 |
* | Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon... | scherkus@chromium.org | 2009-05-20 | 6 | -18/+63 |
* | Revert change 16453 because it broke the build. | nsylvain@chromium.org | 2009-05-20 | 5 | -57/+18 |
* | Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta. | scherkus@chromium.org | 2009-05-20 | 5 | -18/+57 |
* | Fix an aggressive DCHECK in media::VideoThread | hclam@chromium.org | 2009-05-19 | 1 | -2/+2 |
* | SeekableBuffer to implement a window of buffer which has short seeking ability. | hclam@chromium.org | 2009-05-19 | 4 | -0/+610 |
* | YUV with clipping. | fbarchard@chromium.org | 2009-05-18 | 18 | -3557/+1319 |
* | Enabled mulithreaded video decoding. | scherkus@chromium.org | 2009-05-14 | 1 | -1/+17 |
* | Change WtlVideoRenderer to use VideoThread as opposed to VideoRendererBase. | scherkus@chromium.org | 2009-05-14 | 2 | -16/+26 |
* | Checking in VideoThread, which uses a dedicated thread for the purpose of tim... | scherkus@chromium.org | 2009-05-14 | 3 | -0/+378 |
* | YUV scaling and conversion refactored into low levels per platform that do a ... | fbarchard@chromium.org | 2009-05-13 | 10 | -738/+1054 |
* | 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 |