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
*
Fix incorrect VideoFrame::row_bytes() for RGB. Add tests.
dalecurtis@chromium.org
2012-03-23
2
-1
/
+70
*
Fix frame hashing to include all valid planes.
dalecurtis@chromium.org
2012-03-22
7
-26
/
+63
*
Move VideoDecoder out of media pipeline.
xhwang@chromium.org
2012-03-22
11
-62
/
+79
*
sync the openbsd audio code with linux
robert.nagy@gmail.com
2012-03-22
1
-4
/
+0
*
Make AudioParameters a class instead of a struct
vrk@google.com
2012-03-21
38
-285
/
+310
*
Fix leaking AVPackets in AudioFileReader.
dalecurtis@chromium.org
2012-03-21
1
-3
/
+2
*
Add software audio mixing to the audio utils.
enal@chromium.org
2012-03-20
3
-4
/
+157
*
Merge FilterStatusCB into PipelineStatusCB.
xhwang@chromium.org
2012-03-18
18
-63
/
+53
*
Add frame hashing to PipelineIntegrationTests.
dalecurtis@chromium.org
2012-03-17
9
-75
/
+151
*
Fix inconsistent line endings. No code change
tommi@chromium.org
2012-03-16
2
-5
/
+5
*
Do not swizzle 5.0/5.1 audio layout
raymond.liu@intel.com
2012-03-16
1
-55
/
+0
*
Enable multithreaded theora decode.
dalecurtis@chromium.org
2012-03-16
3
-13
/
+2
*
Callback renaming in media code.
xhwang@chromium.org
2012-03-15
28
-234
/
+233
*
Remove FFmpegVideoDecoder log spam and misleading comment.
acolwell@chromium.org
2012-03-15
1
-6
/
+1
*
mac: Add MEDIA_EXPORT macros needed to link tests in the shared build
thakis@chromium.org
2012-03-15
2
-2
/
+2
*
Remove unused AudioBuffersState member.
enal@chromium.org
2012-03-15
3
-21
/
+10
*
On windows, create PCMWaveInAudioInputStream instance with correct device ID.
yzshen@chromium.org
2012-03-14
7
-10
/
+164
*
Roll deps for ffmpeg security fixes and add new test case.
dalecurtis@google.com
2012-03-14
1
-0
/
+2
*
Stopping the audio thread before destroying the AudioManager<Platform>.
xians@chromium.org
2012-03-14
11
-83
/
+108
*
Add AddKey to AesDecryptor
xhwang@chromium.org
2012-03-14
5
-43
/
+131
*
Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...
primiano@chromium.org
2012-03-13
1
-1
/
+1
*
Revert 126474 - Remove unused AudioBuffersState member.
scottmg@google.com
2012-03-13
2
-9
/
+21
*
Remove unused AudioBuffersState member.
enal@chromium.org
2012-03-13
2
-21
/
+9
*
Add base::StaticAtomicSequenceNumber.
pliard@chromium.org
2012-03-13
1
-3
/
+2
*
Disable flaky PipelineIntegrationTests
acolwell@chromium.org
2012-03-13
1
-2
/
+4
*
Make FFmpegVideoDecoder defer a flush until the pending read completes.
acolwell@chromium.org
2012-03-12
4
-5
/
+52
*
Add the "default" device to the device list as long as it detects the hardware.
xians@chromium.org
2012-03-12
1
-11
/
+11
*
Create video and audio decoder threads on demand.
tommi@chromium.org
2012-03-11
11
-16
/
+75
*
Roll ffmpeg DEPS. Add test cases for a couple issues.
dalecurtis@google.com
2012-03-10
1
-6
/
+18
*
Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...
xhwang@chromium.org
2012-03-10
31
-206
/
+203
*
Add support for --enable-threaded-compositing by making
fischman@chromium.org
2012-03-09
2
-11
/
+15
*
Replace use of XKeycodeToKeysym() with XkbKeycodeToKeysym() in player_x11.
scherkus@chromium.org
2012-03-08
1
-2
/
+2
*
Add AES decryptor and tests.
xhwang@chromium.org
2012-03-08
24
-34
/
+459
*
Improves flaky unit tests on Windows and Mac OS X.
henrika@chromium.org
2012-03-07
2
-27
/
+51
*
Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...
xians@chromium.org
2012-03-07
17
-521
/
+627
*
Add test files for AES decryptor.
xhwang@chromium.org
2012-03-07
2
-0
/
+0
*
Adds input volume control support for Windows platforms.
henrika@chromium.org
2012-03-06
9
-107
/
+205
*
WebM parser bug fixes for live streams.
acolwell@chromium.org
2012-03-06
7
-35
/
+163
*
Add a test file to simulate live WebM.
acolwell@chromium.org
2012-03-06
2
-0
/
+2
*
Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.
scherkus@chromium.org
2012-03-06
9
-138
/
+78
*
Fix muted audio when playback rate != 1.0 or 0.0
vrk@chromium.org
2012-03-06
12
-381
/
+722
*
Fix memory leak in WebMContentEncodingsClient.
xhwang@chromium.org
2012-03-05
7
-76
/
+152
*
Clean up audio-related utility functions to compute buffer sizes
vrk@chromium.org
2012-03-05
2
-6
/
+3
*
Convert uses of int ms to TimeDelta in media.
tedvessenes@gmail.com
2012-03-05
2
-5
/
+9
*
Convert uses of int ms to TimeDelta in media/audio.
tedvessenes@gmail.com
2012-03-03
4
-6
/
+10
*
Cleanup: Another round of unused forward declaration cleanup.
thestig@chromium.org
2012-03-03
1
-3
/
+1
*
Updating Layout test analyzer.
imasaki@google.com
2012-03-02
14
-182
/
+242
*
Change Clock::SetMaxTime() to be safe even in the presence of slow pipelines.
fischman@chromium.org
2012-03-02
3
-5
/
+4
*
Second attempt to land ffmpeg roll.
dalecurtis@google.com
2012-03-01
20
-114
/
+144
*
Adding Milestone in chromium bug hunter output file and email. Also, fix some...
imasaki@google.com
2012-03-01
3
-10
/
+18
[next]