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
*
GN: Fix more "Source file not found" errors.
tfarina
2015-08-14
1
-1
/
+1
*
Revert to zero-initializing buffers for FFmpegVideoDecoder
emircan
2015-08-13
4
-11
/
+27
*
Fixed subsample size adjustment in AVC AnnexB conversion
servolk
2015-08-13
4
-31
/
+74
*
Switch AudioRendererAlgorithm to buffer based on time.
dalecurtis
2015-08-13
3
-14
/
+19
*
Add support for H264 and VP9 to AndroidVDA
watk
2015-08-13
3
-0
/
+38
*
media: Refactor SkCanvasVideoRenderer to use SkImages and not SkBitmaps.
dcastagna
2015-08-13
4
-237
/
+126
*
Fix warning of using uninitialized variable
kcwu
2015-08-13
1
-4
/
+10
*
Revert of add ConvertYUVAToARGBRow_MMX to media_perftests (patchset #3 id:400...
rockot
2015-08-13
2
-50
/
+3
*
Add YUVConvertPerfTest.ConvertYUVAToARGBRow_MMX and YUVConvertPerfTest.I422To...
fbarchard
2015-08-13
2
-3
/
+50
*
Use visible_rect instead of coded_size for Cast video testing.
miu
2015-08-12
1
-20
/
+20
*
Media: Introduce addSourceBuffer which takes an unparsed codecs string
servolk
2015-08-12
2
-0
/
+24
*
ffmpeg_cdm_video_decoder: s/PIX_FMT/AV_PIX_FMT/
jzern
2015-08-12
1
-10
/
+12
*
ffmpeg_common: s/PIX_FMT/AV_PIX_FMT/
jzern
2015-08-12
4
-21
/
+21
*
Move a MediaCodecBridge log
watk
2015-08-12
2
-1
/
+3
*
ffmpeg_aac_bitstream_converter: s/CODEC_ID_AAC/AV_CODEC_ID_AAC/
jzern
2015-08-12
2
-2
/
+2
*
Changes lifetime of ApplicationConnection instances.
ben
2015-08-12
1
-4
/
+5
*
Re-enable AudioPlayTillCompletion test with logs
timav
2015-08-11
5
-9
/
+19
*
Add more track buffer logging to SourceBufferStream.
chcunningham
2015-08-11
1
-3
/
+8
*
Convert remaining StringToLowerASCII to ToLowerASCII.
brettw
2015-08-11
3
-7
/
+5
*
MSE: Warn when keyframe after track_buffer is significantly in future
wolenetz
2015-08-11
7
-25
/
+275
*
GN: Use forward_variables_from and remove unnecessary ldflags for cdm_adapter...
agrieve
2015-08-11
2
-94
/
+13
*
Replace StringPrintf("%s", ...) with an explicit cast.
ricea
2015-08-11
1
-2
/
+1
*
Add a Vp9Parser implementation
kcwu
2015-08-11
8
-14
/
+787
*
Avoid setting effects on output devices if they weren't asked for.
tommi
2015-08-10
1
-1
/
+8
*
Disable some unittests for MediaCodecPlayer temporarily
timav
2015-08-10
2
-5
/
+10
*
Fix a double overflow issue when converting seconds to timeDelta
qinmin
2015-08-10
3
-14
/
+2
*
Add VP9 raw bits reader
kcwu
2015-08-10
5
-0
/
+183
*
Web MIDI: add usage metrics
toyoshim
2015-08-10
1
-2
/
+47
*
clang/win: Build chromium_code with -Wunused-function
Nico Weber
2015-08-08
1
-21
/
+0
*
Update SplitString calls to new form
brettw
2015-08-08
8
-33
/
+37
*
Cast Streaming: Refactor adaptive congestion control to be iterative.
miu
2015-08-07
2
-71
/
+107
*
Enable software decoding video with libvpx on Android
watk
2015-08-07
1
-2
/
+4
*
Add an IVF parser
kcwu
2015-08-07
6
-27
/
+252
*
Revert of Modifies size of ring buffer in shared memory on the audio capture ...
grunell
2015-08-07
1
-7
/
+1
*
Fix WASAPI restriction to be based on period size; fixes Win10.
dalecurtis
2015-08-07
1
-82
/
+93
*
Fix incorrect opus seek preroll and flaky pre-skip removal.
dalecurtis
2015-08-07
15
-99
/
+323
*
Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...
pkasting
2015-08-07
9
-34
/
+34
*
Update SplitString calls to new form
brettw
2015-08-07
9
-34
/
+34
*
Replace StringToLowerASCII with base::ToLowerASCII
brettw
2015-08-06
1
-3
/
+2
*
media: Fix natural size generation in MP4StreamParser.
Xiaohan Wang
2015-08-06
6
-3
/
+71
*
media: Rename Media.MSE.Playback UMA to Media.LoadType.
xhwang
2015-08-06
1
-6
/
+3
*
[tracing] Introduce MemoryDumpArgs to enable light and heavy dumps
ssid
2015-08-06
1
-1
/
+3
*
Fix front_timestamp becoming less than start_timestamp
wolenetz
2015-08-05
1
-1
/
+5
*
Catch exceptions from MediaExtractor.readSampleData
rtoy
2015-08-05
1
-1
/
+10
*
Fix flake in AnimatedContentSamplerTest by using fixed rand seed.
miu
2015-08-04
1
-5
/
+3
*
Strict Overflow Prevention video_capture_oracle.cc
esum
2015-08-04
1
-2
/
+5
*
Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzone
spang
2015-08-04
4
-9
/
+11
*
[Web MIDI] Midi[Input|Output]DeviceState should be RefCountedThreadSafe.
yhirano
2015-08-04
1
-4
/
+6
*
Capture Auto-Throttling: Frequent increases after source size change
miu
2015-08-03
3
-13
/
+170
*
Android: if dequeueInputBuffer gives TRY_AGAIN_LATER, dequeue output buffers.
gunsch
2015-07-31
1
-0
/
+4
[next]