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
*
Cleanup stale TODO comments in ChunkDemuxerTest
chcunningham
2015-09-14
1
-17
/
+10
*
Deal with AllocateGpuMemoryBuffer returning null.
dcastagna
2015-09-14
4
-50
/
+91
*
Revert of Changed storage used by WrapCVPixelBuffer from UNOWNED_MEMORY to OP...
rdevlin.cronin
2015-09-14
1
-1
/
+1
*
Add a virtual beamforming audio device on ChromeOS.
ajm
2015-09-14
16
-263
/
+261
*
Disable YUVConvertTest.YUVAtoARGB_MMX_MatchReference on android x86
yucliu
2015-09-14
1
-1
/
+4
*
Changed storage used by WrapCVPixelBuffer from UNOWNED_MEMORY to OPAQUE.
lite
2015-09-14
1
-1
/
+1
*
Fixed missing closing bracket for macro in unit test.
thisisdaniellockyer
2015-09-14
1
-1
/
+1
*
Add xdisplaycheck as a dependency of cast_unittests_run
phajdan.jr
2015-09-14
1
-0
/
+9
*
Add PIXEL_FORMAT_MT21.
wuchengli
2015-09-14
8
-4
/
+24
*
Fix for threaded raster readback of texture backed SkImage.
bsalomon
2015-09-12
1
-1
/
+20
*
Rename WebSourceBuffer::abort -> resetParserState
servolk
2015-09-11
6
-44
/
+53
*
WebRTC render smoothness test shows on windows platform the timestamps on the...
qiangchen
2015-09-11
4
-5
/
+20
*
Rename MockMediaSource.Abort into Shutdown
servolk
2015-09-10
1
-28
/
+31
*
Prevent blink from modifying VideoLayer content opaqueness
jbauman
2015-09-10
1
-2
/
+5
*
roll libyuv r1480 to r1481
fbarchard
2015-09-10
1
-9
/
+13
*
MediaCodecPlayer - tests data is always 4 units
timav
2015-09-10
9
-176
/
+182
*
Increase log level in DecoderBufferQueue from 1 to 2
watk
2015-09-10
1
-1
/
+1
*
Ensure that data is not overwritten in the audio input shared memory ring buf...
grunell
2015-09-10
3
-4
/
+11
*
Revert "Revert of Add support for converting I420 software frames into NV12 h...
guidou
2015-09-10
5
-52
/
+165
*
Revert "Revert of Win Video Capture: add UYVY pixel format to Cr sink filter ...
guidou
2015-09-10
4
-15
/
+33
*
Revert of Add support for converting I420 software frames into NV12 hardware ...
tommi
2015-09-10
5
-165
/
+52
*
MediaRecorderHandler (video part) and unittests
mcasas
2015-09-09
4
-25
/
+29
*
Preliminary change for new rtc rendering algorithm:
qiangchen
2015-09-09
2
-0
/
+12
*
Use checked_cast<> to avoid compile errors on Windows
jrummell
2015-09-09
1
-4
/
+8
*
Fix HE-AAC parsing issue
qinmin
2015-09-09
1
-12
/
+21
*
Revert of Win Video Capture: add UYVY pixel format to Cr sink filter pin capa...
mcasas
2015-09-09
4
-33
/
+15
*
Move VideoCodec/VideoCodecProfile enums into video_codecs.h
servolk
2015-09-09
5
-54
/
+68
*
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
maruel
2015-09-09
4
-4
/
+0
*
Add support for converting I420 software frames into NV12 hardware frames
andresantoso
2015-09-09
5
-52
/
+165
*
Win Video Capture: add UYVY pixel format to Cr sink filter pin capabilities
mcasas
2015-09-09
4
-15
/
+33
*
roll libyuv from r1475 to r1478 for new J420 function.
fbarchard
2015-09-09
1
-10
/
+3
*
Implemented HEVC video demuxing and parsing
servolk
2015-09-08
30
-22
/
+1126
*
Video to canvas: don't draw if a SkImage can't be created.
dcastagna
2015-09-08
2
-2
/
+42
*
cast_benchmarks: Fix broken behavior
isheriff
2015-09-08
1
-79
/
+47
*
Avoid rendering the performance overlay on unmappable video frames
jfroy
2015-09-08
1
-0
/
+6
*
Refactor AudioParameters member setting.
ajm
2015-09-08
22
-203
/
+141
*
MediaCodecPlayer - preroll and reconfiguration fixes
timav
2015-09-08
4
-166
/
+472
*
media: Stop converting Rect to RectF implicitly in media_unittests.
danakj
2015-09-08
1
-25
/
+14
*
Add VideoFrame::CreateZeroInitializedFrame
emircan
2015-09-08
4
-43
/
+94
*
Use IAudioClock for QPC timestamps whenever we can for audio input on Windows.
tommi
2015-09-07
2
-7
/
+34
*
Implement writing mic audio input data to file for debugging purposes.
grunell
2015-09-07
3
-1
/
+103
*
MediaStreamVideoCapturerSource cleanup
mcasas
2015-09-05
2
-21
/
+25
*
Fixed avc1/avc3 codec id validation
servolk
2015-09-04
1
-3
/
+8
*
Rename media/base/buffers.h to media/base/timestamp_constants.h
watk
2015-09-04
95
-105
/
+106
*
Fix possible deadlock.
ahest
2015-09-04
1
-1
/
+2
*
Win Video Capture: removed unused variable (ScopedComPtr<IMoniker> moniker)
mcasas
2015-09-04
1
-1
/
+0
*
Cadence Estimator Enhancement
qiangchen
2015-09-04
4
-216
/
+168
*
Pass the bitstream buffer timestamp to AndroidVideoDecodeAccelerator
watk
2015-09-04
2
-4
/
+28
*
Treat audio/aac as strict type in mime type checks
servolk
2015-09-04
2
-0
/
+16
*
More logs to debug AVPrerollVideoEndsWhilePrerolling on bot
timav
2015-09-03
6
-8
/
+58
[next]