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
*
Micro-refactor: added VideoRendererBase::OnStop().
scherkus@chromium.org
2009-06-26
4
-0
/
+17
*
Refactor media pipeline and filters to use injected message loops.
scherkus@chromium.org
2009-06-25
7
-173
/
+266
*
Checking in media/base/mock_filters.h, a new set of mock filters based on gmock.
scherkus@chromium.org
2009-06-23
3
-4
/
+52
*
Fix sign mismatch issues.
ajwong@chromium.org
2009-06-23
1
-6
/
+6
*
Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking.
ajwong@chromium.org
2009-06-22
6
-128
/
+645
*
Removed message loop from MockPipeline as it is no longer needed.
scherkus@chromium.org
2009-06-22
2
-26
/
+0
*
Cleaned up AudioRendererAlgorithmBase: moved data members to private section ...
kylep@chromium.org
2009-06-22
4
-46
/
+71
*
Removing FilterHost::PostTask() in preparation of injected message loops.
scherkus@chromium.org
2009-06-22
5
-49
/
+2
*
Renamed media::VideoThread to the more appropriate media::VideoRendererBase.
scherkus@chromium.org
2009-06-22
7
-781
/
+299
*
FFmpegDemuxerStream::Read() now functions properly while stopped.
scherkus@chromium.org
2009-06-22
3
-29
/
+154
*
Changing overstrict CHECKs to just setting the object into an invalid state.
ajwong@chromium.org
2009-06-20
1
-5
/
+17
*
Draft of base and default algorithm class for AudioRendererBase refactor.
kylep@chromium.org
2009-06-19
5
-0
/
+295
*
Refactor FFmpegDemuxerTest to use gmock and eliminate flakiness.
scherkus@chromium.org
2009-06-19
5
-438
/
+569
*
Setting svn:eol-style LF for media source files.
scherkus@chromium.org
2009-06-17
4
-78
/
+79
*
Serialize calls to avcodec_open() and avcodec_close().
scherkus@chromium.org
2009-06-17
5
-28
/
+47
*
Refactored, templatized, commented and moved TestReader to the fancy new Mock...
scherkus@chromium.org
2009-06-16
3
-60
/
+100
*
Since the introduction of PushSource, there are two buffering layers in the
hclam@chromium.org
2009-06-16
4
-6
/
+33
*
Adding in ffmpeg_common.h into header for definition of CodecID.
ajwong@chromium.org
2009-06-16
1
-6
/
+3
*
Make the generated stubs weak. Enable the unittests that had conflicting sym...
ajwong@chromium.org
2009-06-16
11
-72
/
+63
*
Moving MockFFmpeg to its own file and some media.gyp cleanup.
scherkus@chromium.org
2009-06-15
4
-75
/
+116
*
Fixing bug that 8bit PCM stream is gabbled
hclam@chromium.org
2009-06-15
1
-8
/
+10
*
Fix A/V sync regression caused by not queueing video timestamps properly.
scherkus@chromium.org
2009-06-12
1
-6
/
+9
*
Trust the asynchronous read protocol and stop posting tasks to the pipeline.
scherkus@chromium.org
2009-06-12
8
-66
/
+58
*
Unit tests for FFmpegVideoDecoder using gmock.
scherkus@chromium.org
2009-06-12
4
-6
/
+274
*
Disabling FFmpegDemuxerTest.MP3Hack due to flakiness.
scherkus@chromium.org
2009-06-11
1
-1
/
+3
*
Split FFmpegDemuxerStream into a separate interface AVStreamProvider.
scherkus@chromium.org
2009-06-11
11
-46
/
+80
*
Revert "Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make bui...
tc@google.com
2009-06-11
2
-275
/
+17
*
Enable <video> in test_shell
hclam@chromium.org
2009-06-11
1
-0
/
+22
*
Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build).
agl@chromium.org
2009-06-11
2
-17
/
+275
*
Reapply ffmpeg changes. The original review is at http://codereview.chromium....
ajwong@chromium.org
2009-06-11
2
-275
/
+17
*
Removing ffmpeg again.
ajwong@chromium.org
2009-06-09
2
-17
/
+275
*
Reapply ffmpeg changes. The original review is at http://codereview.chromium....
ajwong@chromium.org
2009-06-09
2
-275
/
+17
*
Reverting r17820 and r17819 due to mac breakage.
ajwong@chromium.org
2009-06-06
2
-17
/
+275
*
Change ffmpeg.gyp over to use generate_stubs.py.
ajwong@chromium.org
2009-06-06
2
-275
/
+17
*
Changed to use PushSource for the intermediate buffer
hclam@chromium.org
2009-06-05
2
-0
/
+41
*
Serialized av_find_stream_info() with a Singleton Lock.
scherkus@chromium.org
2009-06-05
1
-5
/
+30
*
Fix build bustage due to media_tests
hclam@chromium.org
2009-06-04
2
-44
/
+45
*
Allow PushSource to have smaller write size than read size (packet size)
hclam@chromium.org
2009-06-04
5
-56
/
+133
*
Handle end of stream for media
hclam@chromium.org
2009-06-04
15
-58
/
+130
*
Reduce header dependencies in base/
phajdan.jr@chromium.org
2009-06-03
2
-0
/
+2
*
Refactored queue of audio_renderer_base to use scoped_refptr
scherkus@chromium.org
2009-06-03
2
-9
/
+3
*
mediabench change to decode one extra frame, flushing ffmpeg-mt for the last ...
fbarchard@chromium.org
2009-06-02
1
-29
/
+67
*
Better seeking for <video> and <audio>
hclam@chromium.org
2009-05-29
10
-71
/
+205
*
Cleanup media::SeekableBuffer and unit tests
hclam@chromium.org
2009-05-28
3
-176
/
+153
*
Change default audio device from "plug:default" to "default".
ajwong@chromium.org
2009-05-27
3
-4
/
+5
*
Non blocking audio source
cpu@google.com
2009-05-23
4
-6
/
+241
*
Media player adds seek menu and dialog.
fbarchard@chromium.org
2009-05-22
9
-596
/
+866
*
New YUV data for next unittest iteration.
fbarchard@chromium.org
2009-05-22
2
-0
/
+2
*
New FFmpeg public API headers to match our source tarball in deps.
scherkus@chromium.org
2009-05-22
5
-103
/
+137
*
Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds.
sgk@google.com
2009-05-22
1
-0
/
+5
[next]