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
*
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
*
Use the standard DeleteTask rather than rolling my own.
ajwong@chromium.org
2009-12-30
1
-13
/
+1
*
Retry r35228: Fix windows build due to missing mock ffmpeg entry points.
ajwong@chromium.org
2009-12-23
2
-0
/
+6
*
TBR: levin
ajwong@chromium.org
2009-12-23
2
-6
/
+0
*
Fix windows build due to missing mock ffmpeg entry points.
ajwong@chromium.org
2009-12-23
2
-0
/
+6
*
Implementation of OmxVideoDecodeEngine.
ajwong@chromium.org
2009-12-22
4
-0
/
+89
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
1
-0
/
+3
*
Refactor FFmpegVideoDecoder to try and generalize code common to all video de...
ajwong@chromium.org
2009-12-10
2
-0
/
+172
*
Factor out PtsHeap into a reusable class.
ajwong@chromium.org
2009-12-02
2
-0
/
+106
*
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...
thestig@chromium.org
2009-12-02
1
-1
/
+1
*
Add codec id into the media_format so that downstream filters can determine c...
ajwong@chromium.org
2009-12-01
2
-0
/
+2
*
Enable the mpeg4toannexb bitstream filter.
ajwong@chromium.org
2009-11-30
2
-0
/
+30
[next]