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
*
Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...
boliu@google.com
2010-06-02
8
-137
/
+198
*
pad yuv additional 15 bytes to allow 16 pixels at a time to be processed with...
fbarchard@chromium.org
2010-05-28
1
-1
/
+3
*
Removed PushSource::Packet. SeekableBuffer.current_time() fixed to return
sergeyu@chromium.org
2010-05-26
3
-14
/
+22
*
refactoring decoder interface
jiesun@google.com
2010-05-26
2
-10
/
+44
*
Reporting a more accurate buffered time for the video tag
hclam@chromium.org
2010-05-25
6
-13
/
+51
*
Change default to three threads for video decoding and add command line --vid...
fbarchard@chromium.org
2010-05-19
2
-5
/
+12
*
Refactoring in media::PipelineImpl and media::MediaFilter.
scherkus@chromium.org
2010-05-17
7
-54
/
+43
*
Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...
sergeyu@chromium.org
2010-05-14
3
-0
/
+45
*
Add a private opaque pointer option to VideoFrame.
scherkus@chromium.org
2010-05-14
3
-5
/
+70
*
Add EGLImage as one media type different than regular uncompressed video buffer.
scherkus@chromium.org
2010-05-05
2
-2
/
+26
*
Use FFmpeg's reordered_opaque for presentation timestamp reordering.
scherkus@chromium.org
2010-04-28
2
-12
/
+0
*
Remove OmxSink interface because Buffer Allocation will go through Allocator ...
jiesun@google.com
2010-04-27
1
-1
/
+9
*
Merging SeekableBuffer and BufferQueue:
sergeyu@chromium.org
2010-04-27
6
-447
/
+225
*
Remove AVFrame dependency.
jiesun@google.com
2010-04-23
2
-0
/
+12
*
Vertical Scaler better pipelined for Atom
fbarchard@chromium.org
2010-04-23
2
-75
/
+97
*
Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formula
fbarchard@chromium.org
2010-04-22
2
-44
/
+39
*
Speed up vertical filtering using v = a+(b-a)*x formula
fbarchard@chromium.org
2010-04-21
2
-39
/
+44
*
Issues with video looping
hclam@chromium.org
2010-04-20
6
-9
/
+19
*
Filter YUV scaling at half size and below with center of pixel
fbarchard@chromium.org
2010-04-16
4
-98
/
+156
*
fix arm warnings
fbarchard@chromium.org
2010-04-15
5
-162
/
+163
*
Make C, MMX and SSE2 all output the same results
fbarchard@chromium.org
2010-04-15
7
-827
/
+681
*
fixed compilation problem with disabled SSE
sergeyu@chromium.org
2010-04-15
1
-1
/
+1
*
Incorrect chroma on the right border fixed.
sergeyu@chromium.org
2010-04-14
1
-13
/
+12
*
quick fix for emms on linux 64
fbarchard@chromium.org
2010-04-14
1
-2
/
+1
*
Disable SSE2 for Windows media playback
fbarchard@chromium.org
2010-04-14
1
-2
/
+4
*
YUV scale clamp horizontal pixels when filtering
fbarchard@chromium.org
2010-04-14
1
-11
/
+22
*
Fix windows scaling bug
fbarchard@chromium.org
2010-04-13
1
-4
/
+2
*
include emmintrin for chrome linux to use mmx _m64 types.
fbarchard@chromium.org
2010-04-13
2
-12
/
+10
*
Changed horizontal scaler to start with 0 instead of 0.5.
sergeyu@chromium.org
2010-04-13
2
-4
/
+4
*
Vertical filtering conditional on fraction/scale factor
fbarchard@chromium.org
2010-04-13
2
-32
/
+71
*
Fixed build problem with disabled SSE.
sergeyu@chromium.org
2010-04-11
2
-2
/
+8
*
Optimized version of bilinear video scaler. It is about 2 times faster than S...
sergeyu@chromium.org
2010-04-09
7
-467
/
+805
*
Hierarchy. Hierarchy. Hierarchy!!!
avi@chromium.org
2010-04-09
1
-1
/
+1
*
Fix use_system_ffmpeg and clean up ffmpeg.gyp
scherkus@chromium.org
2010-03-30
1
-5
/
+20
*
Revert 42727 - ffmpeg roll chromium binaries
fbarchard@chromium.org
2010-03-26
1
-2
/
+1
*
ffmpeg roll chromium binaries
fbarchard@chromium.org
2010-03-26
1
-1
/
+2
*
- OpenBSD media/audio support stub
pvalchev@google.com
2010-03-26
1
-2
/
+2
*
Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...
scherkus@chromium.org
2010-03-25
2
-0
/
+16
*
Change PipelineImplTest in media_unittests to workaround gmock bug
hclam@chromium.org
2010-03-24
1
-49
/
+59
*
Revert 42415 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...
scherkus@chromium.org
2010-03-24
2
-11
/
+0
*
Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...
scherkus@chromium.org
2010-03-24
2
-0
/
+11
*
Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.
scherkus@chromium.org
2010-03-23
7
-502
/
+458
*
Revert 41386 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...
jrg@chromium.org
2010-03-12
2
-11
/
+0
*
Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...
scherkus@chromium.org
2010-03-12
2
-0
/
+11
*
Generate stubs for OpenMAX IL
hclam@chromium.org
2010-03-02
3
-3
/
+43
*
Some fixes to player_x11 when OpenMAX is enabled
hclam@chromium.org
2010-02-20
2
-2
/
+0
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
7
-10
/
+16
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
1
-7
/
+7
*
Refactor some code that depends on FFmpeg
hclam@chromium.org
2010-01-26
2
-3
/
+3
*
Switches to enable OpenMAX for video decoding in Chrome
hclam@chromium.org
2010-01-22
2
-2
/
+4
[next]