summaryrefslogtreecommitdiffstats
path: root/media/base/media_log.cc
Commit message (Expand)AuthorAgeFilesLines
* media: Report media stack errors to MediaLog.xhwang2015-06-111-3/+9
* media-internals: Store MediaLog events for future use.xhwang2015-06-101-1/+0
* media-internals: Avoid out-of-order events.xhwang2015-06-081-4/+0
* media: Remove DecryptError.xhwang2015-06-031-2/+0
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-2/+0
* Reland: media-internals: Simplify the code path for creating a media log entrywolenetz2015-04-011-7/+4
* Revert of media-internals: Simplify the code path for creating a media log en...jianli2015-04-011-4/+7
* media-internals: Simplify the code path for creating a media log entrywolenetz2015-04-011-7/+4
* media-internals: Differentiate error, info, and debug log messageswolenetz2015-03-311-15/+48
* Add media log messages to the main logservolk2015-03-261-0/+17
* MediaLog methods accept std::string instead of char*.watk2015-01-091-10/+16
* Add PipelineStatus UMA logging to media_internalsprabhur2014-11-131-2/+2
* media: Introduce Renderer interface and RendererImpl.xhwang2014-08-231-4/+2
* Remove support for audio renderers to disable themselves at run time.scherkus@chromium.org2014-05-091-2/+0
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-051-1/+14
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-041-4/+1
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-041-1/+4
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-2/+0
* 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