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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
7
-3
/
+30
*
Nice and easy fix for the media clock interpolating past the duration.
scherkus@chromium.org
2009-07-29
3
-8
/
+20
*
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
6
-10
/
+409
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-28
3
-1
/
+25
*
Implemented proper pause-then-seek behaviour for the media pipeline.
scherkus@chromium.org
2009-07-25
5
-63
/
+225
*
Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...
scherkus@chromium.org
2009-07-23
3
-334
/
+210
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
3
-16
/
+17
*
Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...
scherkus@chromium.org
2009-07-22
4
-236
/
+110
*
Added reference counting to the Pipeline interface.
scherkus@chromium.org
2009-07-18
3
-67
/
+69
*
Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.
scherkus@chromium.org
2009-07-17
9
-26
/
+28
*
Adding callback support to media filter Initialize() and Seek().
scherkus@chromium.org
2009-07-16
9
-96
/
+187
*
Refactor WritableBuffer interface for more useful ptr management.
kylep@chromium.org
2009-07-16
5
-53
/
+80
*
Revert "Splitting media filter's Initialize() into Create() + callback and Se...
scherkus@chromium.org
2009-07-15
9
-187
/
+96
*
Splitting media filter's Initialize() into Create() + callback and Seek() + c...
scherkus@chromium.org
2009-07-15
9
-96
/
+187
*
Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...
scherkus@chromium.org
2009-07-15
3
-35
/
+28
*
Add in macro to abstract the differences in library naming conventions betwee...
ajwong@chromium.org
2009-07-15
1
-6
/
+11
*
Set Volume to full at start.
fbarchard@chromium.org
2009-07-14
2
-5
/
+5
*
Small changes to comments and add host() + message_loop() implementation into...
ajwong@chromium.org
2009-07-13
2
-1
/
+12
*
Add methods to ARAB and BufferQueue to allow owners to query it for the times...
kylep@chromium.org
2009-07-13
3
-0
/
+54
*
More media::PipelineImpl cleanup, this time focusing on not taking down the r...
scherkus@chromium.org
2009-07-11
3
-64
/
+145
*
Unreverting "Implemented injected message loops for PipelineImpl"
scherkus@chromium.org
2009-07-11
6
-399
/
+435
*
Revert "Implemented injected message loops for PipelineImpl."
scherkus@chromium.org
2009-07-10
6
-435
/
+399
*
Implemented injected message loops for PipelineImpl.
scherkus@chromium.org
2009-07-10
6
-399
/
+435
*
Converted remaining tests to use gmock and deleted all old mocking code.
scherkus@chromium.org
2009-07-10
6
-756
/
+298
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
3
-18
/
+25
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
3
-25
/
+18
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
3
-18
/
+25
*
Manually declare media_format() because gmock does not like mocking non-copya...
scherkus@chromium.org
2009-07-09
1
-4
/
+12
*
Updated FFmpegDemuxerTest and FFmpegVideoDecoderTest to use the gmock-based M...
scherkus@chromium.org
2009-07-09
3
-290
/
+1
*
Added new gmock-based MockFilterHost and deprecated the old one.
scherkus@chromium.org
2009-07-09
1
-5
/
+32
*
Big media::Pipeline cleanup.
scherkus@chromium.org
2009-07-09
7
-474
/
+243
*
BufferQueue class to hide audio data micromanagement from scaling algorithms....
kylep@chromium.org
2009-07-08
3
-0
/
+287
*
Wrote gmock-based mock filters and a mock filter factory.
scherkus@chromium.org
2009-07-08
2
-1
/
+176
*
Cleanup resources allocated by FFmpeg to avoid memory and threads leaks
hclam@chromium.org
2009-07-07
2
-0
/
+10
*
Scale function cleaned up white spaces and removed comments that are no longe...
fbarchard@chromium.org
2009-07-06
1
-86
/
+29
*
Asynchronous initialization of media::PipelineThread
hclam@chromium.org
2009-07-01
3
-231
/
+322
*
Switching decoders to use the injected message loop.
scherkus@chromium.org
2009-06-29
2
-1
/
+13
*
Refactor media pipeline and filters to use injected message loops.
scherkus@chromium.org
2009-06-25
4
-25
/
+135
*
Checking in media/base/mock_filters.h, a new set of mock filters based on gmock.
scherkus@chromium.org
2009-06-23
1
-0
/
+48
*
Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking.
ajwong@chromium.org
2009-06-22
3
-23
/
+29
*
Removed message loop from MockPipeline as it is no longer needed.
scherkus@chromium.org
2009-06-22
1
-16
/
+0
*
Removing FilterHost::PostTask() in preparation of injected message loops.
scherkus@chromium.org
2009-06-22
5
-49
/
+2
*
Refactor FFmpegDemuxerTest to use gmock and eliminate flakiness.
scherkus@chromium.org
2009-06-19
2
-1
/
+148
*
Refactored, templatized, commented and moved TestReader to the fancy new Mock...
scherkus@chromium.org
2009-06-16
1
-0
/
+91
*
Adding in ffmpeg_common.h into header for definition of CodecID.
ajwong@chromium.org
2009-06-16
1
-6
/
+3
[next]