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
*
qt_faststart use %PRIX64 for 64 bit value printfs for better compatibility wi...
fbarchard@chromium.org
2009-08-21
1
-5
/
+6
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
5
-0
/
+26
*
Updates to be able to build all targets in Linux x64.
deanm@chromium.org
2009-08-21
1
-7
/
+11
*
Timing code for measuring DLL load performance.
fbarchard@chromium.org
2009-08-21
1
-1
/
+29
*
Fix Issue 160529 in a nice way with unittest.
fbarchard@chromium.org
2009-08-21
4
-54
/
+33
*
Reverting r24002 due to test_shell_tests redness
ajwong@chromium.org
2009-08-21
5
-26
/
+0
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
5
-0
/
+26
*
Threadsafe access to AudioSource callback. Release stream on close. Handle er...
ajwong@chromium.org
2009-08-21
5
-46
/
+151
*
Fix build bustage
hclam@chromium.org
2009-08-21
1
-1
/
+1
*
Suppress slider thumb jumping around during seeking
hclam@chromium.org
2009-08-21
9
-16
/
+91
*
Remove the folding define macro.
ajwong@chromium.org
2009-08-20
1
-7
/
+0
*
Bump kNumBuffers to 3
fbarchard@chromium.org
2009-08-20
2
-16
/
+22
*
Enabled mono playback support for Linux.
scherkus@chromium.org
2009-08-20
2
-5
/
+20
*
Prevent current time jumping around when seek
hclam@chromium.org
2009-08-19
1
-3
/
+10
*
Possible deadlock in PCM audio Start() method
cpu@chromium.org
2009-08-18
2
-6
/
+47
*
Renames the ambiguous hwnd variable to |parent|.
scherkus@chromium.org
2009-08-18
1
-2
/
+2
*
A quick fix for YUV overflow on Mac concern.
fbarchard@chromium.org
2009-08-18
3
-32
/
+88
*
Removes hungarian notations from list.h.
paul@chromium.org
2009-08-17
1
-37
/
+36
*
Workaround a race condition caused by not synchronization destruction of the ...
ajwong@chromium.org
2009-08-15
1
-0
/
+7
*
Fixes crash due to NullAudioRenderer calling GetPlaybackRate() during initial...
scherkus@chromium.org
2009-08-15
1
-18
/
+16
*
Framework to display disabled mute button when audio fails.
kylep@chromium.org
2009-08-14
1
-0
/
+5
*
demux duplicate data the same way as mp3 does.
fbarchard@chromium.org
2009-08-14
2
-86
/
+49
*
Implemented end-of-stream callback for media::PipelineImpl.
scherkus@chromium.org
2009-08-12
16
-84
/
+320
*
media player cleanup of old unused menu items
fbarchard@chromium.org
2009-08-11
6
-131
/
+9
*
AudioRendererHost send ViewMsg_AudioStreamState
hclam@chromium.org
2009-08-11
1
-9
/
+0
*
Updated decode logic to estimate timestamps if the demuxer has not assigned one.
kylep@chromium.org
2009-08-11
2
-9
/
+23
*
Mute audio under OLA when given rate would cause poor quality.
kylep@chromium.org
2009-08-10
2
-3
/
+21
*
MediaPlayer command line parser and -exit option, so a video can be played an...
fbarchard@chromium.org
2009-08-10
2
-10
/
+60
*
Fix video sync error when framerate or playback rate is low
kylep@chromium.org
2009-08-06
2
-6
/
+15
*
Fix a leak in AudioRendererBaseTest::OneCompleteReadCycle
hclam@chromium.org
2009-08-06
2
-2
/
+4
*
Renderer busy looping after video (with sound) or audio ends
hclam@chromium.org
2009-08-06
2
-2
/
+76
*
Updated wav_ola_test.
kylep@chromium.org
2009-08-06
1
-1
/
+2
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
10
-0
/
+161
*
Reimplement the AlsaPcmOutputStream and fix the threading issues.
ajwong@chromium.org
2009-08-04
9
-512
/
+1139
*
Replace the guts of AudioRendererBase with calls to scaling algorithm.
kylep@chromium.org
2009-08-01
13
-214
/
+176
*
Returns AVERROR_EOF when FFmpeg is read at the end of file
hclam@chromium.org
2009-07-31
2
-2
/
+19
*
Missing buffered attribute for <video>/<audio>
hclam@google.com
2009-07-30
3
-2
/
+64
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-30
3
-1
/
+24
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
15
-18
/
+48
*
Nice and easy fix for the media clock interpolating past the duration.
scherkus@chromium.org
2009-07-29
3
-8
/
+20
*
Fixes an audio playback regression caused by seeking in audio/video media.
scherkus@chromium.org
2009-07-29
1
-1
/
+10
*
Cancel a task if stopped/errored so we don't hit an over-protective DCHECK.
scherkus@chromium.org
2009-07-28
1
-0
/
+5
*
Assorted fixes for 64-bit.
deanm@chromium.org
2009-07-28
1
-1
/
+2
*
Revert "Pipeline will execute a callback whenever an run-time error has happe...
scherkus@chromium.org
2009-07-28
3
-25
/
+1
*
Implemented a proper clock for audio/video synchronization.
scherkus@chromium.org
2009-07-28
8
-26
/
+437
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-28
3
-1
/
+25
*
Quick work around for av_seek_frame() causing video to go completely out of s...
scherkus@chromium.org
2009-07-27
3
-1
/
+29
*
Surround Sound handling by folding 5 channels down to stereo.
fbarchard@chromium.org
2009-07-25
5
-5
/
+207
*
Implemented proper pause-then-seek behaviour for the media pipeline.
scherkus@chromium.org
2009-07-25
16
-365
/
+675
*
Software volume control hook-up in linux.
ajwong@chromium.org
2009-07-25
2
-3
/
+14
[next]