summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Workaround a race condition caused by not synchronization destruction of the ...ajwong@chromium.org2009-08-151-0/+7
* Fixes crash due to NullAudioRenderer calling GetPlaybackRate() during initial...scherkus@chromium.org2009-08-151-18/+16
* Framework to display disabled mute button when audio fails.kylep@chromium.org2009-08-141-0/+5
* demux duplicate data the same way as mp3 does.fbarchard@chromium.org2009-08-142-86/+49
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-1216-84/+320
* media player cleanup of old unused menu itemsfbarchard@chromium.org2009-08-116-131/+9
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-111-9/+0
* Updated decode logic to estimate timestamps if the demuxer has not assigned one.kylep@chromium.org2009-08-112-9/+23
* Mute audio under OLA when given rate would cause poor quality.kylep@chromium.org2009-08-102-3/+21
* MediaPlayer command line parser and -exit option, so a video can be played an...fbarchard@chromium.org2009-08-102-10/+60
* Fix video sync error when framerate or playback rate is lowkylep@chromium.org2009-08-062-6/+15
* Fix a leak in AudioRendererBaseTest::OneCompleteReadCyclehclam@chromium.org2009-08-062-2/+4
* Renderer busy looping after video (with sound) or audio endshclam@chromium.org2009-08-062-2/+76
* Updated wav_ola_test.kylep@chromium.org2009-08-061-1/+2
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-0610-0/+161
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-049-512/+1139
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-0113-214/+176
* Returns AVERROR_EOF when FFmpeg is read at the end of filehclam@chromium.org2009-07-312-2/+19
* Missing buffered attribute for <video>/<audio>hclam@google.com2009-07-303-2/+64
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-303-1/+24
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-2915-18/+48
* Nice and easy fix for the media clock interpolating past the duration.scherkus@chromium.org2009-07-293-8/+20
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+10
* Cancel a task if stopped/errored so we don't hit an over-protective DCHECK.scherkus@chromium.org2009-07-281-0/+5
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-1/+2
* Revert "Pipeline will execute a callback whenever an run-time error has happe...scherkus@chromium.org2009-07-283-25/+1
* Implemented a proper clock for audio/video synchronization.scherkus@chromium.org2009-07-288-26/+437
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-283-1/+25
* Quick work around for av_seek_frame() causing video to go completely out of s...scherkus@chromium.org2009-07-273-1/+29
* Surround Sound handling by folding 5 channels down to stereo.fbarchard@chromium.org2009-07-255-5/+207
* Implemented proper pause-then-seek behaviour for the media pipeline.scherkus@chromium.org2009-07-2516-365/+675
* Software volume control hook-up in linux.ajwong@chromium.org2009-07-252-3/+14
* Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...scherkus@chromium.org2009-07-233-334/+210
* ignore audio error and play video without audiofbarchard@chromium.org2009-07-231-6/+5
* Fix memory leak in FileDataSourcehclam@google.com2009-07-221-4/+5
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-2212-238/+498
* Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...scherkus@chromium.org2009-07-225-238/+110
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-2219-191/+191
* deleting old file which we had issues with gcl commits onfbarchard@chromium.org2009-07-211-326/+0
* fix warnings treated as errors on line 94 and 97 that are allowed on try serv...fbarchard@chromium.org2009-07-211-0/+7
* svn wont allow commit of file. renaming to _ to avoid svn.fbarchard@chromium.org2009-07-211-0/+326
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-2118-190/+190
* Remove qtfaststart for now from build filefbarchard@chromium.org2009-07-211-7/+0
* qt-faststart is a tool that moves the 'moov' to the start of file, reducing s...fbarchard@chromium.org2009-07-212-0/+333
* Avoid dereferencing null pointer when an audio initialization error occurs.fbarchard@chromium.org2009-07-212-8/+7
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-2118-190/+190
* Software volume adjustment by changing samples.fbarchard@chromium.org2009-07-206-27/+182
* Added reference counting to the Pipeline interface.scherkus@chromium.org2009-07-185-78/+80
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-1721-53/+55
* Fixes bug in FFmpegAudioDecoder where we weren't setting the usable data size.scherkus@chromium.org2009-07-171-0/+1