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
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-1
/
+1
*
Check for null frame pointers and do nothing to avoid a crash.
fbarchard@chromium.org
2009-11-19
1
-0
/
+9
*
Replace hard-coded media_format() methods with Google Mock methods declared i...
scherkus@chromium.org
2009-11-18
2
-3
/
+26
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-2
/
+2
*
Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.
scherkus@chromium.org
2009-11-05
1
-0
/
+7
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
1
-1
/
+1
*
Fix incorrect usage of scope_ptr with an array.
tkent@chromium.org
2009-10-19
1
-1
/
+1
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
2
-4
/
+4
*
media::FFmpegDemuxer giving too much errors
hclam@chromium.org
2009-09-30
1
-2
/
+4
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-2
/
+2
*
Disable FFmpeg logging as it interferes with layout tests.
scherkus@chromium.org
2009-09-19
2
-0
/
+4
*
Implemented file URLProtocol for media_bench.
scherkus@chromium.org
2009-09-04
2
-4
/
+3
*
Apply some sanity checks to the values coming back to us from FFmpeg.
cevans@chromium.org
2009-09-04
2
-1
/
+14
*
Do not permit a seek to a negative position. This was already an error
cevans@chromium.org
2009-09-03
2
-1
/
+5
*
Ignore audio decode errors in the same way video decode errors are done.
fbarchard@chromium.org
2009-09-02
1
-1
/
+6
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
3
-6
/
+6
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
3
-6
/
+6
*
Delay calling NotifyEnded() until the audio hardware has played the last of t...
scherkus@chromium.org
2009-08-27
2
-7
/
+18
*
Fix build bustage r24568
hclam@chromium.org
2009-08-27
1
-0
/
+2
*
Make audio and video in sync while playback rate != 1.0
hclam@chromium.org
2009-08-27
1
-0
/
+1
*
Clean up AudioRendererAlgorithmOLA when dealing with very little remaining data.
scherkus@chromium.org
2009-08-25
5
-26
/
+229
*
Providing unplayed bytes in audio hardware buffer
hclam@chromium.org
2009-08-24
2
-4
/
+11
*
Fix Issue 160529 in a nice way with unittest.
fbarchard@chromium.org
2009-08-21
2
-53
/
+29
*
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
3
-8
/
+23
*
Prevent current time jumping around when seek
hclam@chromium.org
2009-08-19
1
-3
/
+10
*
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
*
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
6
-78
/
+105
*
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
*
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
1
-1
/
+2
*
Renderer busy looping after video (with sound) or audio ends
hclam@chromium.org
2009-08-06
2
-2
/
+76
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
3
-0
/
+67
*
Replace the guts of AudioRendererBase with calls to scaling algorithm.
kylep@chromium.org
2009-08-01
9
-180
/
+103
*
Returns AVERROR_EOF when FFmpeg is read at the end of file
hclam@chromium.org
2009-07-31
2
-2
/
+19
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
8
-15
/
+18
*
Fixes an audio playback regression caused by seeking in audio/video media.
scherkus@chromium.org
2009-07-29
1
-1
/
+10
*
Implemented a proper clock for audio/video synchronization.
scherkus@chromium.org
2009-07-28
1
-16
/
+24
*
Quick work around for av_seek_frame() causing video to go completely out of s...
scherkus@chromium.org
2009-07-27
3
-1
/
+29
*
Implemented proper pause-then-seek behaviour for the media pipeline.
scherkus@chromium.org
2009-07-25
11
-302
/
+450
*
ignore audio error and play video without audio
fbarchard@chromium.org
2009-07-23
1
-6
/
+5
*
Fix memory leak in FileDataSource
hclam@google.com
2009-07-22
1
-4
/
+5
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
9
-222
/
+481
*
Avoid dereferencing null pointer when an audio initialization error occurs.
fbarchard@chromium.org
2009-07-21
2
-8
/
+7
*
Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.
scherkus@chromium.org
2009-07-17
11
-26
/
+26
*
Fixes bug in FFmpegAudioDecoder where we weren't setting the usable data size.
scherkus@chromium.org
2009-07-17
1
-0
/
+1
*
Modify ARAB to use simpler data types in FillBuffer() calls.
kylep@chromium.org
2009-07-16
5
-29
/
+18
[next]