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
*
Tweak some DVLOGs in media code.
scherkus
2014-09-03
2
-1
/
+3
*
Replace init_cb in Renderer::Initialize() with base::Closure.
xhwang
2014-09-03
8
-23
/
+23
*
Make Demuxer::Stop() synchronous.
xhwang
2014-09-02
10
-47
/
+32
*
Explicitly #include <algorithm> in media/cast/logging/encoding_event_subscrib...
Paweł Hajdan, Jr
2014-09-02
1
-0
/
+1
*
Log error messages in windows video capture
magjed
2014-09-01
6
-34
/
+48
*
Mac Video Capture: correct float framerate wrongly casted to int
mcasas
2014-09-01
1
-1
/
+1
*
Fix a memory leak in MidiManagerAlsa initialization.
sudarsana.nagineni
2014-09-01
1
-0
/
+1
*
CPU_ABI in Build has been deprecated using the Android L SDK.
henrika
2014-09-01
1
-1
/
+0
*
Updating buffered duration of local resource in android
amogh.bihani
2014-09-01
1
-5
/
+2
*
Lower media::RendererImpl DVLOG level by 1.
scherkus
2014-08-30
1
-20
/
+20
*
Remove CDM_5 Support
jrummell
2014-08-30
4
-195
/
+28
*
Remove RenderThreadImpl dependencies from WebMediaPlayerImpl.
acolwell
2014-08-30
5
-8
/
+8
*
Fix memory leaks related to PulseAudioInputStream.
sudarsana.nagineni
2014-08-29
1
-1
/
+3
*
Do not access an invalidated reference in media::WebMListParser::OnListEnd().
earthdok
2014-08-29
1
-3
/
+4
*
[Cast] In Audio/VideoSender, drop frames when too-long a duration is in-flight.
miu
2014-08-29
12
-155
/
+134
*
Used native deinterleaved and float point format for the input streams.
xians
2014-08-29
5
-135
/
+227
*
Win Video Capture: add support for enumerating DirectShow WDM devices
mcasas
2014-08-29
2
-68
/
+80
*
Remove duplicated code in for loop in VideoCapture on Windows
magjed
2014-08-29
1
-5
/
+2
*
Improve logging related to start/stop and failure of audio input streams in C...
henrika
2014-08-29
2
-7
/
+30
*
Remove time getters from AudioBufferQueue and AudioRendererAlgorithm.
scherkus
2014-08-29
5
-170
/
+0
*
[MIDI] Make android MIDI port id unique
yhirano
2014-08-29
1
-2
/
+15
*
Add tests to verify playback ends when audio/video durations differ.
scherkus
2014-08-29
3
-0
/
+22
*
media: Remove FilterCollection.
xhwang
2014-08-29
17
-270
/
+190
*
Move common code and variables from audio/video sender to frame sender.
hubbe
2014-08-28
6
-179
/
+90
*
Manual fixups in media code for scoped_refptr operator T* removal.
dcheng
2014-08-28
1
-11
/
+13
*
Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...
xians
2014-08-28
24
-164
/
+29
*
Don't use libvpx if it is disabled in GN build
hclam
2014-08-28
2
-8
/
+12
*
Add UMA for droppedframes count
prabhur
2014-08-28
1
-0
/
+4
*
Cast: Fix memory leak in cast_unittests
hclam
2014-08-28
1
-15
/
+16
*
Verify promise type before casting.
jrummell
2014-08-28
2
-41
/
+105
*
Avoid deadlock between Pipeline and RendererImpl.
xhwang
2014-08-28
3
-9
/
+12
*
Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2)
thestig
2014-08-28
10
-460
/
+25
*
Don't try to decode more than one EOS at a time.
sandersd
2014-08-27
5
-5
/
+58
*
Mpeg2 TS parser: Es parsing using an ES byte queue.
damienv
2014-08-27
8
-102
/
+150
*
[Cast] Fix shutdown race between CastReceiverImpl/FrameReceiver and frame emi...
miu
2014-08-27
2
-1
/
+17
*
Revert of Used native deinterleaved and float point format for the input stre...
xians
2014-08-27
5
-205
/
+138
*
Used native deinterleaved and float point format for the input streams.
xians
2014-08-27
5
-138
/
+205
*
VideoCaptureDeviceWin: correct some typos and docs.
mcasas
2014-08-27
1
-7
/
+8
*
Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...
tnagel
2014-08-27
24
-29
/
+164
*
Remove the last piece of deprecated synchronous IO code.
xians
2014-08-27
24
-164
/
+29
*
Revert of Cleanup: Remove unneeded SSE2 checks and unused code. (patchset #4 ...
thestig
2014-08-27
8
-17
/
+292
*
Cleanup: Remove unneeded SSE2 checks and unused code.
thestig
2014-08-27
8
-292
/
+17
*
Remove implicit conversions from scoped_refptr to T* in media/
dcheng
2014-08-27
46
-159
/
+166
*
Add the mp2t mimetype to the list of supported mime types.
damienv
2014-08-27
2
-15
/
+0
*
Disable deadlock-y tests in TSan instead of just suppressing the error.
Jeffrey Yasskin
2014-08-27
1
-0
/
+3
*
Extend media::VideoFrame to wrap CVPixelBuffer on OS X and iOS.
jfroy
2014-08-26
2
-0
/
+80
*
Work on GN build of Chrome.
Brett Wilson
2014-08-26
1
-11
/
+6
*
Cast logging: Additional stats for getStats() API.
imcheng
2014-08-26
8
-39
/
+348
*
Mac QTKit video capture: Correct DCHECK #inputs==1 location
mcasas
2014-08-25
1
-1
/
+1
*
Add some remoting targets to GN build.
Brett Wilson
2014-08-25
1
-0
/
+7
[next]