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
*
Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...
scherkus@chromium.org
2011-12-07
3
-13
/
+206
*
Fire CanPlayThrough immediately for local and streaming media files
vrk@google.com
2011-12-01
10
-17
/
+67
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
1
-4
/
+4
*
Replaces the broken raw stream based audio renderer with one based on AudioOu...
dalecurtis@chromium.org
2011-11-23
2
-64
/
+67
*
Clear VideoRendererBase::current_frame_ when stopped.
scherkus@chromium.org
2011-11-18
2
-0
/
+8
*
Fire canplaythrough event at the proper time for audio/video
vrk@google.com
2011-11-18
5
-4
/
+12
*
Add OVERRIDE to media/.
avi@chromium.org
2011-11-16
14
-50
/
+54
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
1
-3
/
+1
*
Reenable frame size change unit tests.
acolwell@chromium.org
2011-11-10
1
-6
/
+2
*
Add basic parsing functionality to ChunkDemuxer for skipping WebM file headers.
acolwell@chromium.org
2011-11-04
2
-25
/
+134
*
Simplify VideoDecodeEngine interface by making everything synchronous.
scherkus@chromium.org
2011-11-04
6
-610
/
+338
*
Minor clean up on VideoRendererBase.
scherkus@chromium.org
2011-11-04
1
-42
/
+54
*
Adding transition to kPlaying when end of stream is reached during an underflow.
acolwell@chromium.org
2011-11-01
2
-31
/
+114
*
Change DemuxerStream::ReadCallback to use ref-counted buffers.
scherkus@chromium.org
2011-11-01
7
-21
/
+17
*
Clean up VideoRendererBase tests.
scherkus@chromium.org
2011-10-31
1
-87
/
+225
*
Remove media::VideoDecodeContext as it has no implementation and is unused.
scherkus@chromium.org
2011-10-28
3
-12
/
+8
*
Miscellaneous header file cleanup for src/media.
scherkus@chromium.org
2011-10-28
4
-18
/
+4
*
Rewrite FFmpegVideoDecoder tests based on existing FFmpegVideoDecodeEngine te...
scherkus@chromium.org
2011-10-28
1
-299
/
+434
*
Remove DemuxerStream::GetAVStream() once and for all.
scherkus@chromium.org
2011-10-27
8
-75
/
+71
*
Improve audio underflow handling.
acolwell@chromium.org
2011-10-21
5
-37
/
+228
*
Change Read() size and return value to a size_t for clarity
cdn@chromium.org
2011-10-20
7
-15
/
+12
*
Remove kDemuxerIsWebm as it hasn't been working for a while and isn't really ...
scherkus@chromium.org
2011-10-19
1
-8
/
+0
*
Properly ref-count the EndOfStream buffers.
ddorwin@chromium.org
2011-10-17
2
-11
/
+5
*
Fix Valgrind warnings from r105646.
ddorwin@chromium.org
2011-10-15
1
-2
/
+8
*
Fix 99596.
ddorwin@chromium.org
2011-10-15
2
-4
/
+65
*
Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.
fischman@chromium.org
2011-10-07
2
-26
/
+25
*
Fix hangs & crashes in teardown-during-Seek.
fischman@chromium.org
2011-10-07
3
-12
/
+18
*
Add a unit test to verify seek behavior when WebM cues are before the first c...
acolwell@chromium.org
2011-10-05
1
-0
/
+61
*
Fix support for yuv_422 pixel format.
scherkus@chromium.org
2011-10-04
1
-0
/
+1
*
Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.
scherkus@chromium.org
2011-10-01
3
-30
/
+20
*
Simplify some callbacks-related code now that Bind can curry Callback->Closure.
fischman@chromium.org
2011-09-30
2
-31
/
+8
*
Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme...
acolwell@chromium.org
2011-09-30
3
-93
/
+217
*
gcc 4.6 warnings cleanup
pph34r@gmail.com
2011-09-30
1
-3
/
+0
*
Follow-up cleanup promised during r103376's CR.
fischman@chromium.org
2011-09-30
6
-30
/
+29
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
32
-326
/
+261
*
Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.
fischman@chromium.org
2011-09-29
3
-1384
/
+0
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
14
-78
/
+127
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
5
-39
/
+35
*
Rewriting FFmpegAudioDecoder and eliminating DecoderBase.
scherkus@chromium.org
2011-09-17
7
-656
/
+257
*
Replace AudioDecoderConfig with simple accessors on AudioDecoder.
scherkus@chromium.org
2011-09-16
10
-37
/
+63
*
Write tests for FFmpegAudioDecoder so I can rewrite the class sans regressions.
scherkus@chromium.org
2011-09-16
1
-0
/
+199
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
5
-35
/
+39
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
5
-39
/
+35
*
Remove Demuxer from the Filter class hierarchy.
acolwell@chromium.org
2011-09-13
8
-52
/
+48
*
Deduplicate mock DemuxerStream objects.
scherkus@chromium.org
2011-09-11
1
-15
/
+2
*
Scale BufferedResourceLoader buffering window based on bit rate of video
vrk@google.com
2011-09-08
5
-13
/
+107
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Fix indentation in audio_file_reader.cc
crogers@google.com
2011-08-30
1
-3
/
+3
[next]