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
/
renderers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanse all instances of overloaded PIPELINE_ERROR_DECODE.
dalecurtis
2016-03-18
4
-42
/
+20
*
Connect MojoAudioDecoder to the service
timav
2016-03-18
1
-2
/
+2
*
Add MojoVideoDecoder.
sandersd
2016-03-15
1
-3
/
+7
*
Request a GpuVideoAcceleratorFactories when constructing decoders.
sandersd
2016-03-14
2
-13
/
+21
*
media config: expand is_encrypted to a struct.
dougsteed
2016-03-12
1
-6
/
+3
*
Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440...
alexmos
2016-03-11
1
-3
/
+6
*
media config: expand is_encrypted to a struct.
dougsteed
2016-03-11
1
-6
/
+3
*
Modify YUV codecs to match Skia's API change
msarett
2016-03-10
1
-42
/
+55
*
Allow huge play delay and don't crash due to overflow.
dalecurtis
2016-03-05
2
-8
/
+22
*
Improve currentTime() accuracy with large audio buffer sizes.
dalecurtis
2016-03-04
3
-13
/
+72
*
Use GrGLTextureInfo for Skia texture handles.
bsalomon
2016-02-27
1
-18
/
+22
*
Create abstract interface for media::Pipeline.
sandersd
2016-02-23
1
-1
/
+1
*
media: Support MojoAudioDecoder.
xhwang
2016-02-23
2
-13
/
+49
*
Always resample to the preferred output device rate.
dalecurtis
2016-02-20
1
-4
/
+4
*
Enable Android SurfaceView fullscreen video with WMPI
watk
2016-02-18
2
-3
/
+6
*
Express audio delay more precisely in frames rather than milliseconds.
chcunningham
2016-02-17
3
-27
/
+31
*
VideoRendererImpl no longer expires frames during preroll
watk
2016-02-17
3
-39
/
+66
*
media: Remove SetCdmReadyCB and CdmReadyCB (part 1).
xhwang
2016-02-11
9
-62
/
+190
*
media: Make SkCanvasVideoRenderer work with 2 plane videoframes.
dcastagna
2016-02-09
1
-4
/
+3
*
Add support for 9- and 10-bit h264 videos.
hubbe
2016-02-09
2
-3
/
+108
*
Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...
flackr
2016-02-05
2
-108
/
+3
*
Add support for 9- and 10-bit h264 videos.
hubbe
2016-02-05
2
-3
/
+108
*
Make 'kVideoImageTextureTarget' a list of texture targets.
dcastagna
2016-01-27
3
-3
/
+4
*
Fix audio buffer size on ChromeOS and Android for media playback.
dalecurtis
2016-01-20
1
-12
/
+18
*
Adding CHECKs around play delay in AudioRendererImpl::Render.
grunell
2016-01-12
1
-1
/
+6
*
GpuMemoryBuffers: Add an IsInUse function
ccameron
2016-01-11
2
-0
/
+12
*
Change DCHECK to CHECK in AudioRendererImpl::Render.
grunell
2016-01-08
1
-1
/
+1
*
Handle invalid hardware output parameters in AudioRendererHost.
guidou
2016-01-08
1
-1
/
+2
*
Remove the "target" argument from CopyTextureChromium.
erikchen
2016-01-06
1
-5
/
+4
*
Convert Pass()→std::move() in //media
dcheng
2015-12-27
7
-18
/
+27
*
Switch to standard integer types in media/, take 2.
avi
2015-12-23
11
-0
/
+26
*
Add missing macros includes in media/.
avi
2015-12-19
5
-0
/
+5
*
Switch to standard integer types in media/.
Avi Drissman
2015-12-19
7
-26
/
+26
*
Switch from build-time to run-time flags for Project Spitzer.
xhwang
2015-12-18
1
-6
/
+1
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-18
2
-2
/
+5
*
Revert of Forward the number of skipped frames by the OS in audio playout. (p...
grunell
2015-12-17
2
-5
/
+2
*
Don't accumulate poor frames in low delay or stalled mode.
dalecurtis
2015-12-15
2
-15
/
+21
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-14
2
-2
/
+5
*
Don't require VDAs to return all PictureBuffers at once.
liberato
2015-12-10
2
-5
/
+6
*
don't rely on -Wno-narrowing in skcanvas_video_renderer.cc
mostynb
2015-12-09
1
-3
/
+14
*
Use XRGB for opaque hardware-decoded videos.
jbauman
2015-12-04
1
-0
/
+1
*
Reland: media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ...
mcasas
2015-11-20
1
-1
/
+1
*
Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittests
mcasas
2015-11-20
1
-3
/
+8
*
Avoid resampling for basic playback on Android.
dalecurtis
2015-11-19
1
-1
/
+12
*
Reland of: media::VpxVideoDecoder cleanup
mcasas
2015-11-19
1
-1
/
+1
*
Revert of media::FFmpegVideoDecoder: remove ctor param |task_runner| and use ...
mcasas
2015-11-19
1
-1
/
+1
*
media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ThreadCh...
mcasas
2015-11-19
1
-1
/
+1
*
Use std::default_delete as the default deleter for scoped_ptr.
dcheng
2015-11-19
1
-3
/
+1
*
Revert of media::VpxVideoDecoder cleanup (patchset #4 id:260001 of https://co...
mcasas
2015-11-18
1
-1
/
+1
*
Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit...
mcasas
2015-11-18
1
-8
/
+3
[next]