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
*
Lands http://codereview.chromium.org/99349 for Ryan.
sky@chromium.org
2009-05-04
1
-1
/
+5
*
Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...
ajwong@chromium.org
2009-05-01
1
-38
/
+8
*
Enable video in posix builds and remove unneeded ifdefs to guard windows.
ajwong@chromium.org
2009-05-01
1
-8
/
+38
*
Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form...
scherkus@chromium.org
2009-04-29
1
-1
/
+9
*
Fix a crash with <video>
hclam@chromium.org
2009-04-27
1
-1
/
+1
*
Prototype audio time shift.
fbarchard@chromium.org
2009-04-23
1
-1
/
+1
*
Move FFmpegDemuxer initialization onto the demuxer thread.
scherkus@chromium.org
2009-04-22
1
-1
/
+35
*
Hacked up delay load code for ffmpeg in posix systems. This is
ajwong@chromium.org
2009-04-21
2
-2
/
+216
*
Fixes FFmpegDemuxerTest.ReadAndSeek test flakiness by using a WaitableEvent.
scherkus@chromium.org
2009-04-21
1
-10
/
+4
*
DCHECK now allows SetPlaybackRate(0.0f) if the pipeline is stopped.
ralphl@chromium.org
2009-04-21
1
-1
/
+2
*
YUV to RGB with arbitrary scaling.
fbarchard@chromium.org
2009-04-21
4
-29
/
+450
*
Move the ffmpeg loading function into media library.
ajwong@chromium.org
2009-04-18
3
-0
/
+114
*
YV16 unittest which is mostly the same as YV12. Requires YV16 data files
fbarchard@chromium.org
2009-04-06
1
-6
/
+59
*
Add YV16 convert
fbarchard@chromium.org
2009-04-06
2
-13
/
+65
*
FFmpeg video decoder glue code
hclam@chromium.org
2009-04-02
1
-2
/
+3
*
FFmpegDemuxer now uses a thread to handle demuxing.
scherkus@chromium.org
2009-03-31
1
-0
/
+1
*
Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...
hclam@chromium.org
2009-03-30
2
-0
/
+7
*
Decoders now use standard callback mechanism for Reads. Removed Assignable<>...
ralphl@chromium.org
2009-03-30
3
-69
/
+12
*
Fixed a lot threading issues during tear down of <video>
hclam@chromium.org
2009-03-27
2
-5
/
+4
*
Demuxer stream now uses a callback instead of Assignable template. Cleaning ...
ralphl@chromium.org
2009-03-27
2
-3
/
+5
*
Lots of files touched for a very simple change. Everywhere we used a const M...
scherkus@chromium.org
2009-03-26
5
-35
/
+34
*
Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ...
ralphl@chromium.org
2009-03-26
3
-43
/
+64
*
TBR=hclam
fbarchard@chromium.org
2009-03-24
1
-8
/
+8
*
This reordering of instructions and use of movzx improved performance on pent...
fbarchard@chromium.org
2009-03-24
1
-37
/
+21
*
MMX optimized YUV conversion in GCC and Visual C.
fbarchard@chromium.org
2009-03-23
2
-64
/
+528
*
Revert tree bustage cause by r11904.
hclam@chromium.org
2009-03-17
17
-169
/
+417
*
andrew's patch
hclam@chromium.org
2009-03-17
17
-417
/
+169
*
Removed unneeded includes of base/time.h.
thestig@chromium.org
2009-03-16
2
-2
/
+4
*
Buffer interface is now uint8*. Slight change to way data buffers are create...
ralphl@chromium.org
2009-03-16
4
-52
/
+55
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
Remove unneeded platform_thread.h includes. Reduces number of includes from 5...
thestig@chromium.org
2009-03-13
1
-1
/
+0
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
1
-1
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
3
-3
/
+0
*
Implementaion of the VideoFrame interaface plus unit tests. Modified the moc...
ralphl@chromium.org
2009-03-11
5
-82
/
+355
*
Implemented AudioRendererImpl in renderer process using API
hclam@chromium.org
2009-03-10
1
-1
/
+1
*
Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests.
scherkus@chromium.org
2009-03-10
2
-7
/
+35
*
Revert "Checking in media::FFmpegDemuxer and tests."
scherkus@chromium.org
2009-03-10
2
-35
/
+7
*
Checking in media::FFmpegDemuxer and tests.
scherkus@chromium.org
2009-03-10
1
-1
/
+6
*
Checking in media::FFmpegGlue and some common FFmpeg code.
scherkus@chromium.org
2009-03-10
1
-6
/
+29
*
DCHECK affects performance in release build.
fbarchard@chromium.org
2009-03-07
1
-0
/
+7
*
Moved mock media filter constructors from private to public.
scherkus@chromium.org
2009-03-06
1
-44
/
+31
*
Pipeline_Impl was modified to properly render a stream that has video but no ...
ralphl@chromium.org
2009-03-06
8
-209
/
+275
*
Cast size_t to int for comparison with ReadFile return value.
fbarchard@chromium.org
2009-03-06
1
-6
/
+8
*
YUV conversion code.
fbarchard@chromium.org
2009-03-06
3
-0
/
+270
*
Fixed up MockFilterHost and MockPipeline to support tasks and callbacks.
scherkus@chromium.org
2009-03-06
2
-34
/
+72
*
Changed several references from "char" to "uint8" which is the appropriate de...
ralphl@chromium.org
2009-03-04
3
-45
/
+87
*
Added IsEndOfStream and IsDiscontiguous flags to buffers.
ralphl@chromium.org
2009-02-25
5
-92
/
+131
*
Moved most functionality of video renderer into a base class (video_renderer_...
ralphl@chromium.org
2009-02-24
1
-0
/
+42
*
Fixes a bug in the media pipeline that resulted in the video dimensions never...
ralphl@chromium.org
2009-02-19
3
-51
/
+328
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-1
/
+0
[next]