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
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
3
-4
/
+3
*
1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...
wez@chromium.org
2011-05-27
3
-3
/
+4
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
3
-4
/
+3
*
Initial implementation of stream switching in AdaptiveDemuxer.
acolwell@chromium.org
2011-05-26
2
-23
/
+688
*
Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...
scherkus@chromium.org
2011-05-19
3
-2
/
+18
*
Revert 85965 - Introduce a quick and dirty hack to skip the implicit first se...
scherkus@chromium.org
2011-05-19
3
-18
/
+2
*
Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...
scherkus@chromium.org
2011-05-19
3
-2
/
+18
*
Description:
annacc@chromium.org
2011-05-16
4
-5
/
+10
*
Convert Filter::Seek() to use new callback system.
acolwell@chromium.org
2011-05-13
21
-103
/
+154
*
Convert Demuxer::Read() to use the new callback system.
acolwell@chromium.org
2011-05-11
10
-38
/
+34
*
Fix crashes that occur during building & stopping the AdaptiveDemuxer.
acolwell@chromium.org
2011-05-10
2
-29
/
+73
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-2
/
+3
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-1
/
+1
*
Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.
scherkus@chromium.org
2011-04-29
5
-20
/
+103
*
Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.
kushi.p@gmail.com
2011-04-29
1
-1
/
+1
*
Make buffer_queue_ and read_queue_ from DemuxerStream shared resources.
fgalligan@chromium.org
2011-04-29
2
-4
/
+43
*
Switch VideoDecoder over to the new hot callbacks.
scherkus@chromium.org
2011-04-27
4
-6
/
+15
*
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...
scherkus@chromium.org
2011-04-27
3
-13
/
+13
*
Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...
scherkus@chromium.org
2011-04-27
6
-53
/
+33
*
Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...
scherkus@chromium.org
2011-04-27
5
-184
/
+64
*
Replace AudioDecoder::media_format() with AudioDecoderConfig.
scherkus@chromium.org
2011-04-26
10
-88
/
+39
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
6
-0
/
+18
*
Fix an uninitialized variable compiler warning on some systems.
mdm@chromium.org
2011-04-03
1
-1
/
+1
*
Create helper methods to process FFmpeg index data.
acolwell@chromium.org
2011-04-01
3
-4
/
+4
*
Explicitly initialize media_format to avoid incorrect uninitialized-variable ...
fischman@chromium.org
2011-03-29
1
-1
/
+1
*
AdaptiveDemuxer{,Factory,Stream} are born!
fischman@chromium.org
2011-03-29
5
-3
/
+610
*
Initialize uninitialized members in a couple media classes.
finnur@chromium.org
2011-03-28
1
-0
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
9
-14
/
+14
*
Die, DemuxerStream::QueryInterface, die!
fischman@chromium.org
2011-03-24
9
-102
/
+13
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
3
-0
/
+545
*
Revert 79149 - Build a raw video pipeline for the <video> with a special src ...
acolwell@chromium.org
2011-03-23
3
-543
/
+0
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
3
-0
/
+543
*
Simplify the Demuxer interface to get streams by type.
fischman@chromium.org
2011-03-21
3
-36
/
+45
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
5
-9
/
+10
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
5
-27
/
+193
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
5
-13
/
+90
*
Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}
scherkus@chromium.org
2011-03-12
3
-4
/
+1
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
2
-42
/
+16
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
2
-16
/
+42
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
2
-42
/
+16
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
14
-56
/
+20
*
Remove width_ and height_ from various VideoDecoder implementations.
scherkus@chromium.org
2011-03-08
5
-70
/
+59
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
3
-45
/
+28
*
Rename media statistics APIs to match webkit renaming.
sjl@chromium.org
2011-02-25
3
-0
/
+9
*
Retry: Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-19
5
-75
/
+49
*
Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
5
-49
/
+75
*
Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
5
-75
/
+49
*
Remove theoretical race condition between Stop() and Initialize().
scherkus@chromium.org
2011-02-17
1
-5
/
+5
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
11
-42
/
+128
*
Reworked player_x11:
scherkus@chromium.org
2011-02-04
5
-3
/
+626
[next]