| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated decode logic to estimate timestamps if the demuxer has not assigned one. | kylep@chromium.org | 2009-08-11 | 2 | -9/+23 |
* | Mute audio under OLA when given rate would cause poor quality. | kylep@chromium.org | 2009-08-10 | 2 | -3/+21 |
* | MediaPlayer command line parser and -exit option, so a video can be played an... | fbarchard@chromium.org | 2009-08-10 | 2 | -10/+60 |
* | Fix video sync error when framerate or playback rate is low | kylep@chromium.org | 2009-08-06 | 2 | -6/+15 |
* | Fix a leak in AudioRendererBaseTest::OneCompleteReadCycle | hclam@chromium.org | 2009-08-06 | 2 | -2/+4 |
* | Renderer busy looping after video (with sound) or audio ends | hclam@chromium.org | 2009-08-06 | 2 | -2/+76 |
* | Updated wav_ola_test. | kylep@chromium.org | 2009-08-06 | 1 | -1/+2 |
* | Free demuxed audio packets if audio device fails | hclam@chromium.org | 2009-08-06 | 10 | -0/+161 |
* | Reimplement the AlsaPcmOutputStream and fix the threading issues. | ajwong@chromium.org | 2009-08-04 | 9 | -512/+1139 |
* | Replace the guts of AudioRendererBase with calls to scaling algorithm. | kylep@chromium.org | 2009-08-01 | 13 | -214/+176 |
* | Returns AVERROR_EOF when FFmpeg is read at the end of file | hclam@chromium.org | 2009-07-31 | 2 | -2/+19 |
* | Missing buffered attribute for <video>/<audio> | hclam@google.com | 2009-07-30 | 3 | -2/+64 |
* | Pipeline will execute a callback whenever an run-time error has happened. | kylep@chromium.org | 2009-07-30 | 3 | -1/+24 |
* | BufferedDataSource to support server without range request support | hclam@chromium.org | 2009-07-29 | 15 | -18/+48 |
* | Nice and easy fix for the media clock interpolating past the duration. | scherkus@chromium.org | 2009-07-29 | 3 | -8/+20 |
* | Fixes an audio playback regression caused by seeking in audio/video media. | scherkus@chromium.org | 2009-07-29 | 1 | -1/+10 |
* | Cancel a task if stopped/errored so we don't hit an over-protective DCHECK. | scherkus@chromium.org | 2009-07-28 | 1 | -0/+5 |
* | Assorted fixes for 64-bit. | deanm@chromium.org | 2009-07-28 | 1 | -1/+2 |
* | Revert "Pipeline will execute a callback whenever an run-time error has happe... | scherkus@chromium.org | 2009-07-28 | 3 | -25/+1 |
* | Implemented a proper clock for audio/video synchronization. | scherkus@chromium.org | 2009-07-28 | 8 | -26/+437 |
* | Pipeline will execute a callback whenever an run-time error has happened. | kylep@chromium.org | 2009-07-28 | 3 | -1/+25 |
* | Quick work around for av_seek_frame() causing video to go completely out of s... | scherkus@chromium.org | 2009-07-27 | 3 | -1/+29 |
* | Surround Sound handling by folding 5 channels down to stereo. | fbarchard@chromium.org | 2009-07-25 | 5 | -5/+207 |
* | Implemented proper pause-then-seek behaviour for the media pipeline. | scherkus@chromium.org | 2009-07-25 | 16 | -365/+675 |
* | Software volume control hook-up in linux. | ajwong@chromium.org | 2009-07-25 | 2 | -3/+14 |
* | Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe... | scherkus@chromium.org | 2009-07-23 | 3 | -334/+210 |
* | ignore audio error and play video without audio | fbarchard@chromium.org | 2009-07-23 | 1 | -6/+5 |
* | Fix memory leak in FileDataSource | hclam@google.com | 2009-07-22 | 1 | -4/+5 |
* | Changes to provide asynchronous read in data source: | hclam@chromium.org | 2009-07-22 | 12 | -238/+498 |
* | Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad... | scherkus@chromium.org | 2009-07-22 | 5 | -238/+110 |
* | Refactoring to share MockAudioOutputStream implementations across 3 platforms | hclam@google.com | 2009-07-22 | 19 | -191/+191 |
* | deleting old file which we had issues with gcl commits on | fbarchard@chromium.org | 2009-07-21 | 1 | -326/+0 |
* | fix warnings treated as errors on line 94 and 97 that are allowed on try serv... | fbarchard@chromium.org | 2009-07-21 | 1 | -0/+7 |
* | svn wont allow commit of file. renaming to _ to avoid svn. | fbarchard@chromium.org | 2009-07-21 | 1 | -0/+326 |
* | Revert r21137 to fix Chromium mac valgrind | hclam@chromium.org | 2009-07-21 | 18 | -190/+190 |
* | Remove qtfaststart for now from build file | fbarchard@chromium.org | 2009-07-21 | 1 | -7/+0 |
* | qt-faststart is a tool that moves the 'moov' to the start of file, reducing s... | fbarchard@chromium.org | 2009-07-21 | 2 | -0/+333 |
* | Avoid dereferencing null pointer when an audio initialization error occurs. | fbarchard@chromium.org | 2009-07-21 | 2 | -8/+7 |
* | Refactoring to share MockAudioOutputStream implementations across 3 platforms | hclam@chromium.org | 2009-07-21 | 18 | -190/+190 |
* | Software volume adjustment by changing samples. | fbarchard@chromium.org | 2009-07-20 | 6 | -27/+182 |
* | Added reference counting to the Pipeline interface. | scherkus@chromium.org | 2009-07-18 | 5 | -78/+80 |
* | Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names. | scherkus@chromium.org | 2009-07-17 | 21 | -53/+55 |
* | Fixes bug in FFmpegAudioDecoder where we weren't setting the usable data size. | scherkus@chromium.org | 2009-07-17 | 1 | -0/+1 |
* | Modify ARAB to use simpler data types in FillBuffer() calls. | kylep@chromium.org | 2009-07-16 | 6 | -33/+24 |
* | Adding callback support to media filter Initialize() and Seek(). | scherkus@chromium.org | 2009-07-16 | 24 | -159/+696 |
* | Allow 6 channel to pass thru to driver. | fbarchard@chromium.org | 2009-07-16 | 1 | -2/+11 |
* | Refactor WritableBuffer interface for more useful ptr management. | kylep@chromium.org | 2009-07-16 | 10 | -70/+95 |
* | Revert "Splitting media filter's Initialize() into Create() + callback and Se... | scherkus@chromium.org | 2009-07-15 | 24 | -697/+159 |
* | Splitting media filter's Initialize() into Create() + callback and Seek() + c... | scherkus@chromium.org | 2009-07-15 | 24 | -159/+697 |
* | Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye... | scherkus@chromium.org | 2009-07-15 | 3 | -35/+28 |