| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix A/V sync regression caused by not queueing video timestamps properly. | scherkus@chromium.org | 2009-06-12 | 1 | -6/+9 |
* | Trust the asynchronous read protocol and stop posting tasks to the pipeline. | scherkus@chromium.org | 2009-06-12 | 8 | -66/+58 |
* | Unit tests for FFmpegVideoDecoder using gmock. | scherkus@chromium.org | 2009-06-12 | 4 | -6/+274 |
* | Disabling FFmpegDemuxerTest.MP3Hack due to flakiness. | scherkus@chromium.org | 2009-06-11 | 1 | -1/+3 |
* | Split FFmpegDemuxerStream into a separate interface AVStreamProvider. | scherkus@chromium.org | 2009-06-11 | 11 | -46/+80 |
* | Revert "Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make bui... | tc@google.com | 2009-06-11 | 2 | -275/+17 |
* | Enable <video> in test_shell | hclam@chromium.org | 2009-06-11 | 1 | -0/+22 |
* | Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build). | agl@chromium.org | 2009-06-11 | 2 | -17/+275 |
* | Reapply ffmpeg changes. The original review is at http://codereview.chromium.... | ajwong@chromium.org | 2009-06-11 | 2 | -275/+17 |
* | Removing ffmpeg again. | ajwong@chromium.org | 2009-06-09 | 2 | -17/+275 |
* | Reapply ffmpeg changes. The original review is at http://codereview.chromium.... | ajwong@chromium.org | 2009-06-09 | 2 | -275/+17 |
* | Reverting r17820 and r17819 due to mac breakage. | ajwong@chromium.org | 2009-06-06 | 2 | -17/+275 |
* | Change ffmpeg.gyp over to use generate_stubs.py. | ajwong@chromium.org | 2009-06-06 | 2 | -275/+17 |
* | Changed to use PushSource for the intermediate buffer | hclam@chromium.org | 2009-06-05 | 2 | -0/+41 |
* | Serialized av_find_stream_info() with a Singleton Lock. | scherkus@chromium.org | 2009-06-05 | 1 | -5/+30 |
* | Fix build bustage due to media_tests | hclam@chromium.org | 2009-06-04 | 2 | -44/+45 |
* | Allow PushSource to have smaller write size than read size (packet size) | hclam@chromium.org | 2009-06-04 | 5 | -56/+133 |
* | Handle end of stream for media | hclam@chromium.org | 2009-06-04 | 15 | -58/+130 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 2 | -0/+2 |
* | Refactored queue of audio_renderer_base to use scoped_refptr | scherkus@chromium.org | 2009-06-03 | 2 | -9/+3 |
* | mediabench change to decode one extra frame, flushing ffmpeg-mt for the last ... | fbarchard@chromium.org | 2009-06-02 | 1 | -29/+67 |
* | Better seeking for <video> and <audio> | hclam@chromium.org | 2009-05-29 | 10 | -71/+205 |
* | Cleanup media::SeekableBuffer and unit tests | hclam@chromium.org | 2009-05-28 | 3 | -176/+153 |
* | Change default audio device from "plug:default" to "default". | ajwong@chromium.org | 2009-05-27 | 3 | -4/+5 |
* | 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 |