summaryrefslogtreecommitdiffstats
path: root/media/base/media_log.cc
Commit message (Expand)AuthorAgeFilesLines
* Render inband text tracks in the media pipelinematthewjheaney@chromium.org2013-11-221-0/+2
* Added logging calls to FFmpegDemuxer.tyoverby@chromium.org2013-08-061-0/+30
* Made media::MediaLogEvent use base::TimeTicks instead of base::Time.tyoverby@chromium.org2013-06-261-1/+1
* Use int64 for media buffer change events and send as double type.changbin.shao@intel.com2013-05-041-4/+6
* Revert 195111 "Expose MEDIA_STATISTICS stats to chrome://media-i..."scherkus@chromium.org2013-04-251-12/+0
* Expose MEDIA_STATISTICS stats to chrome://media-internals.changbin.shao@intel.com2013-04-191-0/+12
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-081-0/+18
* Rewrite media::Pipeline state transition machinery and simplify shutdown.scherkus@chromium.org2012-09-111-34/+1
* use type std::string instead of integer for MediaLogEvent::TOTAL_BYTES_SETchangbin.shao@intel.com2012-08-161-3/+3
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-101-2/+0
* Merge Pipeline's kError state with kStopped: a baby step towards bringing san...scherkus@chromium.org2012-08-091-2/+0
* Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...scherkus@chromium.org2012-08-091-4/+4
* Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...scherkus@chromium.org2012-08-081-0/+2
* Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.scherkus@chromium.org2012-08-081-2/+0
* Add UMA reporting for GpuVideoDecoder::Initialize status.fischman@chromium.org2012-06-201-0/+2
* Remove statistics reporting from chrome://media-internals and fix event logging.scherkus@chromium.org2012-05-101-47/+5
* Remove a few unused media::PipelineStatus codes.scherkus@chromium.org2012-05-031-8/+0
* Add a media pipeline status error code for decryption error.xhwang@chromium.org2012-04-231-0/+2
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-3/+2
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+1
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-181-17/+18
* Leak global atomicsequencenumber media_log_id to avoid atexit() handler being...fischman@chromium.org2012-01-181-1/+3
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-181-2/+4
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-1/+1
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-101-28/+28
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-011-4/+0
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-2/+4
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-0/+2
* Don't try to post tasks to a NULL MessageLoop from MediaLog.fischman@chromium.org2011-08-231-1/+4
* Log media pipeline statistics to MediaLog.scottfr@chromium.org2011-08-201-0/+31
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+3
* Log FilterHost events in PipelineImpl to MediaLog.scottfr@chromium.org2011-08-171-0/+96
* Log PipelineImpl events to MediaLog.scottfr@chromium.org2011-08-091-4/+64
* Log BufferedResourceLoader events to MediaLog.scottfr@chromium.org2011-08-091-13/+20
* Fix memory leak in MediaLog.scottfr@chromium.org2011-08-081-1/+4
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-051-0/+60
* Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...yzshen@chromium.org2011-08-051-60/+0
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-051-0/+60