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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-07
1
-12
/
+11
*
Add --enable-bitstream-converter to media/tools/demuxer_bench.
scherkus@chromium.org
2013-05-03
1
-10
/
+23
*
Remove reference counting from media::DataSource and friends.
scherkus@chromium.org
2013-04-26
5
-21
/
+18
*
Delete media::PipelineStatusNotification as it isn't used in production code.
scherkus@chromium.org
2013-04-26
1
-21
/
+24
*
Remove reference counting from media::DemuxerStream and friends.
scherkus@chromium.org
2013-04-25
2
-10
/
+10
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-23
1
-2
/
+2
*
Fix test_expectations_history.py to avoid writing intermediates to local dire...
steveblock@chromium.org
2013-04-23
1
-4
/
+8
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
3
-22
/
+22
*
Remove reference counting from media::Demuxer and friends.
scherkus@chromium.org
2013-04-22
3
-15
/
+12
*
Reland: Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-19
1
-3
/
+4
*
Revert 194993 "Remove reference counting from media::VideoDecode..."
scherkus@chromium.org
2013-04-18
1
-4
/
+3
*
Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-18
1
-3
/
+4
*
Update tools to reflect movement of TestExpectations
steveblock@chromium.org
2013-04-18
4
-35
/
+37
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
3
-3
/
+3
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
2
-4
/
+0
*
Remove reference counting from media::AudioDecoder and friends.
scherkus@chromium.org
2013-03-21
1
-2
/
+4
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
1
-1
/
+1
*
Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...
pfeldman@chromium.org
2013-03-15
1
-1
/
+1
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
1
-1
/
+1
*
Support for parsing encrypted WebM streams by src.
fgalligan@chromium.org
2013-03-14
3
-3
/
+24
*
base: Move MemoryMappedFile out of file_util.h and into its own header file.
tfarina@chromium.org
2013-02-24
1
-1
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
3
-3
/
+3
*
Make all media tests build on Win64
jschuh@chromium.org
2013-02-20
1
-2
/
+2
*
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
acolwell@chromium.org
2013-02-15
1
-1
/
+1
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
4
-7
/
+7
*
Remove reference counting from media::AudioRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-1
/
+2
*
Remove reference counting from media::VideoRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-1
/
+2
*
Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...
scherkus@chromium.org
2013-02-05
1
-12
/
+6
*
Pass in media message loop to AudioRendererImpl and enforce calling on the ri...
scherkus@chromium.org
2013-01-31
1
-3
/
+4
*
Cleanups to enable clang warning about protected non-virtual RefCounted destr...
jamesr@chromium.org
2013-01-30
2
-4
/
+2
*
Remove qt_faststart, scaler_bench, and tile_render_bench from media/tools/.
scherkus@chromium.org
2013-01-23
4
-851
/
+0
*
Change PipelineStatusCB to Closure for ended callbacks.
wolenetz@chromium.org
2013-01-03
1
-1
/
+1
*
Vanquish the remnants of media::MessageLoopFactory.
scherkus@chromium.org
2013-01-02
1
-14
/
+7
*
Encrypted Media: Old video decrypt-only path clean-up.
xhwang@chromium.org
2012-12-18
1
-1
/
+1
*
Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.
xhwang@chromium.org
2012-12-17
1
-0
/
+1
*
Encrypted Media: Support Audio Decrypt-Only.
xhwang@chromium.org
2012-12-14
1
-1
/
+3
*
Remove use of AV_EF_CAREFUL from media code.
scherkus@chromium.org
2012-12-13
1
-1
/
+0
*
Pass in media message loop to VideoRendererBase and enforce calling on the ri...
scherkus@chromium.org
2012-12-07
1
-0
/
+1
*
Delete media/tools/player_wtl.
scherkus@chromium.org
2012-11-28
13
-2798
/
+0
*
Remove MessageLoopProxy-getting callbacks from various media classes.
scherkus@chromium.org
2012-11-28
2
-14
/
+4
*
Combine media decoding and pipeline threads.
scherkus@chromium.org
2012-11-21
2
-4
/
+4
*
Update player_x11 to use media::InitializeMediaLibraryForTesting().
scherkus@chromium.org
2012-11-21
1
-6
/
+2
*
Check in demuxer_bench, a tool for benchmarking FFmpegDemuxer reading.
scherkus@chromium.org
2012-11-17
1
-0
/
+219
*
Fix break for r167691.
scherkus@chromium.org
2012-11-14
1
-1
/
+1
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
4
-7
/
+7
*
Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...
jochen@chromium.org
2012-11-14
4
-7
/
+7
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
4
-7
/
+7
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
9
-52
/
+75
*
Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.
dalecurtis@google.com
2012-11-02
1
-52
/
+25
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
2
-2
/
+2
[next]