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
/
filters.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify VideoDecodeEngine interface by making everything synchronous.
scherkus@chromium.org
2011-11-04
1
-23
/
+12
*
Improve audio underflow handling.
acolwell@chromium.org
2011-10-21
1
-2
/
+12
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-18
/
+19
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-1
/
+1
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-3
/
+3
*
Replace AudioDecoderConfig with simple accessors on AudioDecoder.
scherkus@chromium.org
2011-09-16
1
-3
/
+6
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-3
/
+3
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-3
/
+3
*
Remove Demuxer from the Filter class hierarchy.
acolwell@chromium.org
2011-09-13
1
-44
/
+0
*
Scale BufferedResourceLoader buffering window based on bit rate of video
vrk@google.com
2011-09-08
1
-0
/
+4
*
Create media.dll / libmedia.so.
darin@chromium.org
2011-08-29
1
-9
/
+11
*
Revert r95841 due to failing media_unittests on linux_shared bot.
darin@chromium.org
2011-08-08
1
-11
/
+9
*
Enable media.dll / libmedia.so.
darin@chromium.org
2011-08-08
1
-9
/
+11
*
Revert 95496 - Create media.dll
apatrick@chromium.org
2011-08-05
1
-11
/
+9
*
Create media.dll
darin@chromium.org
2011-08-04
1
-9
/
+11
*
Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...
scherkus@chromium.org
2011-07-22
1
-3
/
+0
*
Remove MediaFormat once and for all.
scherkus@chromium.org
2011-07-20
1
-4
/
+0
*
Replace VideoDecoder::media_format() with significantly simpler width()/heigh...
scherkus@chromium.org
2011-07-20
1
-2
/
+9
*
Fix live video only playback.
fgalligan@chromium.org
2011-06-01
1
-0
/
+3
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Convert Filter::Seek() to use new callback system.
acolwell@chromium.org
2011-05-13
1
-1
/
+8
*
Convert Demuxer::Read() to use the new callback system.
acolwell@chromium.org
2011-05-11
1
-3
/
+3
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-0
/
+1
*
Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.
scherkus@chromium.org
2011-04-29
1
-0
/
+2
*
Switch VideoDecoder over to the new hot callbacks.
scherkus@chromium.org
2011-04-27
1
-14
/
+16
*
Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...
scherkus@chromium.org
2011-04-27
1
-13
/
+11
*
Replace AudioDecoder::media_format() with AudioDecoderConfig.
scherkus@chromium.org
2011-04-26
1
-3
/
+3
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
1
-0
/
+19
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Die, DemuxerStream::QueryInterface, die!
fischman@chromium.org
2011-03-24
1
-18
/
+4
*
Simplify the Demuxer interface to get streams by type.
fischman@chromium.org
2011-03-21
1
-11
/
+7
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
1
-5
/
+0
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-6
/
+0
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
1
-12
/
+10
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-3
/
+13
*
Remove MessageLoop methods from Filter interface to
acolwell@chromium.org
2011-01-15
1
-26
/
+0
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-1
/
+1
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-12
/
+12
*
Move FilterType into MediaFilterCollection
acolwell@chromium.org
2010-11-15
1
-34
/
+0
*
Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollection
levin@chromium.org
2010-11-15
1
-0
/
+34
*
Move FilterType into MediaFilterCollection
acolwell@chromium.org
2010-11-15
1
-34
/
+0
*
Remove WriteableBuffer interface as DataBuffer is the only implementation.
scherkus@chromium.org
2010-11-12
1
-1
/
+0
*
Refactor code so PipelineImpl doesn't rely on FilterType anymore.
scherkus@chromium.org
2010-11-04
1
-0
/
+14
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
1
-6
/
+6
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-57
/
+37
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
1
-0
/
+7
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
1
-1
/
+1
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
1
-57
/
+15
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
1
-19
/
+24
*
media: bit stream converter
jiesun@google.com
2010-08-13
1
-0
/
+2
[next]