summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Reverting 26070 from media tests failuremhm@chromium.org2009-09-124-76/+286
* Mac Assembler and Linux cleanupfbarchard@chromium.org2009-09-124-286/+76
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-1/+1
* linux: fix yuv_row on ARM (don't use MMX).piman@chromium.org2009-09-041-2/+1
* Apply some sanity checks to the values coming back to us from FFmpeg.cevans@chromium.org2009-09-041-0/+28
* mmx for linux yuv convert function.fbarchard@chromium.org2009-09-015-88/+903
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-0/+3
* Fix memory leask in media yuv_convert unit tests. Replace pointers init'd by ...jshin@chromium.org2009-08-281-22/+22
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-215-0/+26
* Timing code for measuring DLL load performance.fbarchard@chromium.org2009-08-211-1/+29
* Fix Issue 160529 in a nice way with unittest.fbarchard@chromium.org2009-08-212-1/+4
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-215-26/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-215-0/+26
* Suppress slider thumb jumping around during seekinghclam@chromium.org2009-08-215-7/+66
* A quick fix for YUV overflow on Mac concern.fbarchard@chromium.org2009-08-183-32/+88
* Framework to display disabled mute button when audio fails.kylep@chromium.org2009-08-141-0/+5
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-1210-6/+215
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-067-0/+94
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-014-34/+73
* 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-297-3/+30
* Nice and easy fix for the media clock interpolating past the duration.scherkus@chromium.org2009-07-293-8/+20
* 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-286-10/+409
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-283-1/+25
* Implemented proper pause-then-seek behaviour for the media pipeline.scherkus@chromium.org2009-07-255-63/+225
* Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...scherkus@chromium.org2009-07-233-334/+210
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-223-16/+17
* Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...scherkus@chromium.org2009-07-224-236/+110
* Added reference counting to the Pipeline interface.scherkus@chromium.org2009-07-183-67/+69
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-179-26/+28
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-169-96/+187
* Refactor WritableBuffer interface for more useful ptr management.kylep@chromium.org2009-07-165-53/+80
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-159-187/+96
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-159-96/+187
* Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...scherkus@chromium.org2009-07-153-35/+28
* Add in macro to abstract the differences in library naming conventions betwee...ajwong@chromium.org2009-07-151-6/+11
* Set Volume to full at start.fbarchard@chromium.org2009-07-142-5/+5
* Small changes to comments and add host() + message_loop() implementation into...ajwong@chromium.org2009-07-132-1/+12
* Add methods to ARAB and BufferQueue to allow owners to query it for the times...kylep@chromium.org2009-07-133-0/+54
* More media::PipelineImpl cleanup, this time focusing on not taking down the r...scherkus@chromium.org2009-07-113-64/+145
* Unreverting "Implemented injected message loops for PipelineImpl"scherkus@chromium.org2009-07-116-399/+435
* Revert "Implemented injected message loops for PipelineImpl."scherkus@chromium.org2009-07-106-435/+399
* Implemented injected message loops for PipelineImpl.scherkus@chromium.org2009-07-106-399/+435
* Converted remaining tests to use gmock and deleted all old mocking code.scherkus@chromium.org2009-07-106-756/+298
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-093-18/+25