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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
15
-59
/
+135
*
Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...
erg@google.com
2011-10-13
15
-137
/
+61
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
15
-61
/
+137
*
Fix problem when we did not play beginning of HTML5 audio stream in low laten...
enal@chromium.org
2011-10-13
3
-1
/
+116
*
Fix DCHECKS caused by demuxer callbacks running on the wrong thread.
acolwell@chromium.org
2011-10-12
1
-0
/
+12
*
fixing the compilation problem when enable pulse for chrome.
xians@chromium.org
2011-10-12
1
-1
/
+3
*
Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.
fischman@chromium.org
2011-10-07
6
-34
/
+32
*
Fix hangs & crashes in teardown-during-Seek.
fischman@chromium.org
2011-10-07
4
-14
/
+23
*
Proper detection of MMX and SSE support
hclam@chromium.org
2011-10-06
1
-3
/
+15
*
Add a unit test to verify seek behavior when WebM cues are before the first c...
acolwell@chromium.org
2011-10-05
1
-0
/
+61
*
Implementation of AudioInputStream for Mac OS X using the special AUHAL input...
henrika@chromium.org
2011-10-05
7
-5
/
+765
*
Add WebM file with CUES before the first cluster for testing.
acolwell@chromium.org
2011-10-05
1
-0
/
+0
*
Adding bug information in the dashboard in the layout test analyzer.
imasaki@google.com
2011-10-05
3
-14
/
+34
*
Re-write the alsa polling scheduling to make it work with low buffer audio, f...
xians@chromium.org
2011-10-05
2
-24
/
+45
*
Fix ASAN error in FFmpegVideoDecodeEngineTest.DecodeFrame_SmallerHeight intro...
scherkus@chromium.org
2011-10-05
1
-6
/
+15
*
Adding delay estimation to input audio.
xians@chromium.org
2011-10-04
9
-11
/
+38
*
Fix crash on media teardown when triggered by pipeline error
vrk@google.com
2011-10-04
2
-5
/
+62
*
Fix support for yuv_422 pixel format.
scherkus@chromium.org
2011-10-04
8
-27
/
+81
*
Fix issue with getting description of test case with unicode character in the...
imasaki@google.com
2011-10-04
7
-17
/
+38
*
Modification based on user's feedback in the layout test analyzer.
imasaki@google.com
2011-10-03
6
-51
/
+143
*
Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.
scherkus@chromium.org
2011-10-01
10
-111
/
+109
*
Remove no-longer-necessary conditional mention of an already-included source ...
fischman@chromium.org
2011-10-01
1
-5
/
+0
*
Simplify some callbacks-related code now that Bind can curry Callback->Closure.
fischman@chromium.org
2011-09-30
4
-55
/
+18
*
Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme...
acolwell@chromium.org
2011-09-30
11
-134
/
+415
*
gcc 4.6 warnings cleanup
pph34r@gmail.com
2011-09-30
2
-9
/
+1
*
Follow-up cleanup promised during r103376's CR.
fischman@chromium.org
2011-09-30
13
-198
/
+69
*
Removing mfplayer and mfdecoder tools.
scherkus@chromium.org
2011-09-30
8
-1846
/
+0
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
2
-2
/
+5
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
87
-1120
/
+781
*
Remove no-longer-used FFmpeg index-related helpers.
fischman@chromium.org
2011-09-29
3
-196
/
+0
*
Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.
fischman@chromium.org
2011-09-29
7
-1398
/
+2
*
Re-enable SSSE3-optimized functions.
hbono@chromium.org
2011-09-29
2
-2
/
+18
*
Properly scope the lifetime of the |PPB_VideoCapture_Impl|.
viettrungluu@chromium.org
2011-09-28
2
-1
/
+15
*
Add OnRemoved() in VideoCapture::EventHandler API
wjia@chromium.org
2011-09-27
3
-0
/
+11
*
Fix the bug caused by refactoring in the layout test analyzer.
imasaki@google.com
2011-09-27
1
-3
/
+2
*
Make media/ PIC-clean on 32-bit Linux.
agl@chromium.org
2011-09-27
1
-2
/
+5
*
The runner script runs the analyzer with various parameters (especially, grou...
imasaki@google.com
2011-09-23
7
-117
/
+504
*
Exclude ffmpeg from the build when building for Android.
peter@chromium.org
2011-09-23
1
-65
/
+126
*
Reland r102332 - export more symbols needed for the component build
dpranke@chromium.org
2011-09-23
1
-1
/
+1
*
Revert "Fix more symbol exports and a compile failure for the component build...
dpranke@chromium.org
2011-09-22
1
-1
/
+1
*
Fix more symbol exports and a compile failure for the component build of
dpranke@chromium.org
2011-09-22
1
-1
/
+1
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
26
-85
/
+426
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+1
*
Add a lock around getting and setting of source_ to avoid possible compiler r...
ajwong@chromium.org
2011-09-21
2
-11
/
+32
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
26
-206
/
+199
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
2
-2
/
+2
*
Rewriting FFmpegAudioDecoder and eliminating DecoderBase.
scherkus@chromium.org
2011-09-17
8
-658
/
+257
*
Revert 101551 - Add script to generate and run layout tests for problematic v...
vrk@google.com
2011-09-16
3
-211
/
+0
*
Replace AudioDecoderConfig with simple accessors on AudioDecoder.
scherkus@chromium.org
2011-09-16
17
-103
/
+73
*
Add script to generate and run layout tests for problematic video files.
vrk@google.com
2011-09-16
3
-0
/
+211
[next]