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
*
Revert 169004 - Introduce time-based caching of encoded data to FFmpegDemuxer.
scherkus@chromium.org
2012-11-21
1
-3
/
+0
*
Introduce time-based caching of encoded data to FFmpegDemuxer.
scherkus@chromium.org
2012-11-21
1
-0
/
+3
*
Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.
dalecurtis@chromium.org
2012-11-21
1
-0
/
+3
*
Check in demuxer_bench, a tool for benchmarking FFmpegDemuxer reading.
scherkus@chromium.org
2012-11-17
1
-0
/
+11
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-16
1
-0
/
+2
*
Add DecryptingDemuxerStream.
xhwang@chromium.org
2012-11-15
1
-0
/
+3
*
Refactor FFmpegURLProtocol code from FFmpegDemuxer into BlockingUrlProtocol.
scherkus@chromium.org
2012-11-13
1
-0
/
+6
*
Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...
wez@chromium.org
2012-11-13
1
-2
/
+0
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-13
1
-0
/
+2
*
Add RunCallback to invoke a callback parameter in unittests.
xhwang@chromium.org
2012-11-13
1
-0
/
+2
*
Make media targets work with the shared library build for Android.
yfriedman@chromium.org
2012-11-06
1
-4
/
+2
*
Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.
dalecurtis@google.com
2012-11-02
1
-4
/
+0
*
Adds new Core Audio utility methods in the media::win namespace.
henrika@chromium.org
2012-10-29
1
-0
/
+3
*
Handle audio device changes on Windows.
dalecurtis@google.com
2012-10-26
1
-0
/
+3
*
Add initialization for ios audio-video framework.
milanb@chromium.org
2012-10-25
1
-0
/
+1
*
Moved SkCanvasVideoRenderer to media/filters.
skaslev@chromium.org
2012-10-24
1
-1
/
+5
*
Add support for channel transforms.
dalecurtis@chromium.org
2012-10-20
1
-0
/
+3
*
Add DecryptingAudioDecoder.
xhwang@chromium.org
2012-10-19
1
-0
/
+3
*
Simulate an audio output stream when a real one isn't available.
dalecurtis@chromium.org
2012-10-18
1
-0
/
+1
*
Don't build shader_bench for Aura builds since it breaks all the win_aura try...
jam@chromium.org
2012-10-10
1
-1
/
+1
*
Add WASAPI-based unified audio I/O back-end for Windows 7.
henrika@chromium.org
2012-10-05
1
-0
/
+3
*
Honor mmintrin.h intrinics when instrumenting Chrome with cygprofiler.
glotov@chromium.org
2012-10-05
1
-14
/
+0
*
Add video decoding methods in Decryptor and add DecryptingVideoDecoder.
xhwang@chromium.org
2012-10-04
1
-0
/
+4
*
Improves jni_generator name mangling.
bulach@chromium.org
2012-09-28
1
-0
/
+13
*
Add ARM NEON intrinsic optimizations for SincResampler.
dalecurtis@google.com
2012-09-26
1
-0
/
+10
*
Android: MediaPlayerBridge JNI cleanup.
bulach@chromium.org
2012-09-24
1
-0
/
+1
*
Add appropriate 64-bit mac flags for src/media targets and fix a compilation ...
badea@adobe.com
2012-09-22
1
-5
/
+17
*
[MIPS] Add support in media.gyp for building on MIPS architecture.
petarj@mips.com
2012-09-20
1
-4
/
+4
*
Move android mediaplayer from render process to browser process.
qinmin@chromium.org
2012-09-19
1
-0
/
+6
*
Add Mac OS X synchronized audio I/O back-end
crogers@google.com
2012-09-18
1
-0
/
+2
*
Add Mac OS X unified audio I/O back-end
crogers@google.com
2012-09-14
1
-0
/
+2
*
Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient
acolwell@chromium.org
2012-09-12
1
-2
/
+0
*
As titled! AudioOutputResampler is a single stream output resampler which uses
dalecurtis@google.com
2012-09-11
1
-0
/
+2
*
Adds media::AudioPullFifo class to Chrome.
scherkus@chromium.org
2012-09-10
1
-0
/
+3
*
Remove {base,net}_java dependencies from GYP client targets on Android.
pliard@chromium.org
2012-09-10
1
-2
/
+2
*
Create iOS Audio Manager implementation.
blundell@chromium.org
2012-09-07
1
-0
/
+17
*
Ports the WebCore::AudioFIFO in WebKit to Chrome style.
henrika@chromium.org
2012-09-06
1
-0
/
+3
*
Build supported media targets on iOS.
blundell@chromium.org
2012-09-05
1
-16
/
+75
*
Move various media.gyp targets into an OS!=iOS block
stuartmorgan@chromium.org
2012-09-04
1
-216
/
+223
*
Disable AudioOutputMixer.
dalecurtis@chromium.org
2012-08-24
1
-2
/
+4
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
1
-7
/
+23
*
Split AudioRendererMixer::VectorFMAC into VectorMath library.
dalecurtis@chromium.org
2012-08-24
1
-0
/
+4
*
Remove unused AudioTrackOutput.
dalecurtis@google.com
2012-08-21
1
-11
/
+0
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
1
-23
/
+7
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
1
-7
/
+23
*
media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.
fischman@chromium.org
2012-08-18
1
-0
/
+2
*
Make java.gypi export jar path to input_jars_paths variable
cjhopman@chromium.org
2012-08-09
1
-6
/
+6
*
Introduce AudioBus to replace std::vector<float*> within
dalecurtis@chromium.org
2012-08-09
1
-0
/
+3
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-1
/
+0
*
Replace RunInSeries() and RunInParallel() with SerialRunner helper class.
scherkus@chromium.org
2012-08-03
1
-2
/
+2
[next]