index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
base
/
media_log.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: Report media stack errors to MediaLog.
xhwang
2015-06-11
1
-3
/
+9
*
media-internals: Store MediaLog events for future use.
xhwang
2015-06-10
1
-1
/
+0
*
media-internals: Avoid out-of-order events.
xhwang
2015-06-08
1
-4
/
+0
*
media: Remove DecryptError.
xhwang
2015-06-03
1
-2
/
+0
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
1
-1
/
+1
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
1
-2
/
+0
*
Reland: media-internals: Simplify the code path for creating a media log entry
wolenetz
2015-04-01
1
-7
/
+4
*
Revert of media-internals: Simplify the code path for creating a media log en...
jianli
2015-04-01
1
-4
/
+7
*
media-internals: Simplify the code path for creating a media log entry
wolenetz
2015-04-01
1
-7
/
+4
*
media-internals: Differentiate error, info, and debug log messages
wolenetz
2015-03-31
1
-15
/
+48
*
Add media log messages to the main log
servolk
2015-03-26
1
-0
/
+17
*
MediaLog methods accept std::string instead of char*.
watk
2015-01-09
1
-10
/
+16
*
Add PipelineStatus UMA logging to media_internals
prabhur
2014-11-13
1
-2
/
+2
*
media: Introduce Renderer interface and RendererImpl.
xhwang
2014-08-23
1
-4
/
+2
*
Remove support for audio renderers to disable themselves at run time.
scherkus@chromium.org
2014-05-09
1
-2
/
+0
*
Reland "Add base::TimeDelta::Max()" again.
gavinp@chromium.org
2014-03-05
1
-1
/
+14
*
Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...
apavlov@chromium.org
2014-03-04
1
-4
/
+1
*
Reland "Add base::TimeDelta::Max()"
gavinp@chromium.org
2014-03-04
1
-1
/
+4
*
Clean up histogram'd media enum max values.
rileya@chromium.org
2014-02-28
1
-2
/
+0
*
Render inband text tracks in the media pipeline
matthewjheaney@chromium.org
2013-11-22
1
-0
/
+2
*
Added logging calls to FFmpegDemuxer.
tyoverby@chromium.org
2013-08-06
1
-0
/
+30
*
Made media::MediaLogEvent use base::TimeTicks instead of base::Time.
tyoverby@chromium.org
2013-06-26
1
-1
/
+1
*
Use int64 for media buffer change events and send as double type.
changbin.shao@intel.com
2013-05-04
1
-4
/
+6
*
Revert 195111 "Expose MEDIA_STATISTICS stats to chrome://media-i..."
scherkus@chromium.org
2013-04-25
1
-12
/
+0
*
Expose MEDIA_STATISTICS stats to chrome://media-internals.
changbin.shao@intel.com
2013-04-19
1
-0
/
+12
*
Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...
acolwell@chromium.org
2012-12-08
1
-0
/
+18
*
Rewrite media::Pipeline state transition machinery and simplify shutdown.
scherkus@chromium.org
2012-09-11
1
-34
/
+1
*
use type std::string instead of integer for MediaLogEvent::TOTAL_BYTES_SET
changbin.shao@intel.com
2012-08-16
1
-3
/
+3
*
Move VideoDecoder initialization into VideoRendererBase to simplify implement...
acolwell@chromium.org
2012-08-10
1
-2
/
+0
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
1
-2
/
+0
*
Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...
scherkus@chromium.org
2012-08-09
1
-4
/
+4
*
Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...
scherkus@chromium.org
2012-08-08
1
-0
/
+2
*
Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.
scherkus@chromium.org
2012-08-08
1
-2
/
+0
*
Add UMA reporting for GpuVideoDecoder::Initialize status.
fischman@chromium.org
2012-06-20
1
-0
/
+2
*
Remove statistics reporting from chrome://media-internals and fix event logging.
scherkus@chromium.org
2012-05-10
1
-47
/
+5
*
Remove a few unused media::PipelineStatus codes.
scherkus@chromium.org
2012-05-03
1
-8
/
+0
*
Add a media pipeline status error code for decryption error.
xhwang@chromium.org
2012-04-23
1
-0
/
+2
*
Add base::StaticAtomicSequenceNumber.
pliard@chromium.org
2012-03-13
1
-3
/
+2
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-3
/
+1
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-17
/
+18
*
Leak global atomicsequencenumber media_log_id to avoid atexit() handler being...
fischman@chromium.org
2012-01-18
1
-1
/
+3
*
buffers.cc: replaced global TimeDelta constants with fully-inlined functions.
fischman@chromium.org
2012-01-18
1
-2
/
+4
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
1
-1
/
+1
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
1
-28
/
+28
*
Fire CanPlayThrough immediately for local and streaming media files
vrk@google.com
2011-12-01
1
-4
/
+0
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-2
/
+4
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-0
/
+2
*
Don't try to post tasks to a NULL MessageLoop from MediaLog.
fischman@chromium.org
2011-08-23
1
-1
/
+4
*
Log media pipeline statistics to MediaLog.
scottfr@chromium.org
2011-08-20
1
-0
/
+31
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
1
-1
/
+3
[next]