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
/
media.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exclude media pipeline tests from android build.
nileshagrawal@chromium.org
2012-02-23
1
-0
/
+2
*
Add DataSource logging to player_x11.
scherkus@chromium.org
2012-02-15
1
-0
/
+2
*
Introduce new ffmpeg regression tests based on PipelineIntegrationTests.
dalecurtis@chromium.org
2012-02-10
1
-0
/
+29
*
seek_tester is born: a standalone binary for exploring seek behavior.
fischman@chromium.org
2012-02-08
1
-0
/
+11
*
Refactor PipelineIntegrationTest into PipelineIntegrationTestBase.
dalecurtis@chromium.org
2012-02-07
1
-0
/
+1
*
Remove AudioDecoder from the Filter heirarchy.
fischman@chromium.org
2012-02-07
1
-0
/
+2
*
Remove unconditional -msse3 -mssse3 CFLAGS from media.gyp.
phajdan.jr@chromium.org
2012-02-04
1
-8
/
+0
*
Remove "high"-latency audio code path
vrk@chromium.org
2012-02-03
1
-2
/
+0
*
Fix Android build after r119851
peter@chromium.org
2012-02-01
1
-0
/
+2
*
Disable ULDI on reference to yuv_convert (vs2010)
scottmg@google.com
2012-01-27
1
-0
/
+1
*
Die, Pts{Stream,Heap}, Die!
fischman@chromium.org
2012-01-21
1
-6
/
+0
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
1
-8
/
+2
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-3
/
+2
*
Don't build webm_stream_parser.cc for Android, as it depends on ffmpeg
peter@chromium.org
2012-01-11
1
-0
/
+2
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
1
-0
/
+4
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-10
1
-1
/
+2
*
Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
1
-5
/
+1
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-09
1
-1
/
+5
*
Revert 116889 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-09
1
-2
/
+1
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-09
1
-1
/
+2
*
add components for integration test which will detect breakage of media pipel...
wjia@chromium.org
2012-01-06
1
-0
/
+2
*
Revert 116349 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-04
1
-2
/
+1
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-04
1
-1
/
+2
*
Replace subclass interface from VideoRendererBase with a single paint callback.
scherkus@chromium.org
2011-12-22
1
-4
/
+0
*
Consolidate AudioRendererAlgorithm classes into one class
vrk@google.com
2011-12-19
1
-16
/
+1
*
Fix typo introduced in r114819
acolwell@chromium.org
2011-12-16
1
-1
/
+1
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
1
-0
/
+7
*
Adds new full-duplex test which measures and logs the reported audio delays.
henrika@chromium.org
2011-12-14
1
-0
/
+1
*
Exclude the GPU video decoder from the build for Android.
peter@chromium.org
2011-12-14
1
-0
/
+2
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
1
-0
/
+2
*
Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-13
1
-0
/
+1
*
Revert 114030 - Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-12
1
-1
/
+0
*
Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-12
1
-0
/
+1
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-2
/
+0
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-0
/
+2
*
Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...
scherkus@chromium.org
2011-12-07
1
-5
/
+0
*
Upstream: Media implementation for Android.
michaelbai@chromium.org
2011-12-02
1
-8
/
+31
*
Adds support for capture device enumeration on Windows.
henrika@chromium.org
2011-11-24
1
-0
/
+2
*
Fire canplaythrough event at the proper time for audio/video
vrk@google.com
2011-11-18
1
-0
/
+3
*
Make pulseaudio available for all posix platforms and add support on OpenBSD.
scherkus@chromium.org
2011-11-18
1
-25
/
+25
*
Revert 110584 - Make pulseaudio available for all posix platforms and add sup...
scherkus@chromium.org
2011-11-17
1
-23
/
+25
*
Make pulseaudio available for all posix platforms and add support on OpenBSD.
scherkus@chromium.org
2011-11-17
1
-25
/
+23
*
Low-latency AudioOutputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-11-16
1
-4
/
+7
*
Simplify VideoDecodeEngine interface by making everything synchronous.
scherkus@chromium.org
2011-11-04
1
-2
/
+0
*
Reland the CL 8162015.
xians@chromium.org
2011-10-29
1
-0
/
+1
*
Remove media::VideoDecodeContext as it has no implementation and is unused.
scherkus@chromium.org
2011-10-28
1
-2
/
+0
*
exclude the linux files that are not needed on openbsd
robert.nagy@gmail.com
2011-10-25
1
-3
/
+3
*
Low-latency AudioInputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-10-24
1
-0
/
+5
*
OpenBSD patches for media, split from CR #8275005
robert.nagy@gmail.com
2011-10-20
1
-1
/
+7
*
Revert 106513 - The first step to add device selection to linux.
garykac@chromium.org
2011-10-20
1
-1
/
+0
[next]