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
*
Merge 45124 - Issues with video looping
hclam@chromium.org
2010-04-23
3
-9
/
+22
*
Remove outdated TODO.
scherkus@chromium.org
2010-04-07
1
-3
/
+0
*
media disable threads for ogg to avoid shutdown crash
fbarchard@chromium.org
2010-04-07
1
-1
/
+6
*
Don't clear VideoRendererImpl's proxy_ variable during OnStop().
scherkus@chromium.org
2010-04-06
1
-3
/
+7
*
Audio cut off ~500ms too early
hclam@chromium.org
2010-04-02
1
-2
/
+4
*
Enable support for additional media formats by using the duration from AVForm...
scherkus@chromium.org
2010-04-02
1
-1
/
+7
*
Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...
scherkus@chromium.org
2010-03-25
5
-27
/
+44
*
Revert 42415 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...
scherkus@chromium.org
2010-03-24
4
-40
/
+27
*
Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...
scherkus@chromium.org
2010-03-24
4
-27
/
+40
*
Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.
scherkus@chromium.org
2010-03-23
11
-62
/
+58
*
Revert 41386 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...
jrg@chromium.org
2010-03-12
4
-40
/
+27
*
Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...
scherkus@chromium.org
2010-03-12
4
-27
/
+40
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
2
-2
/
+2
*
Fix crashing in FFmpegGlueTest.Write and friends
hclam@chromium.org
2010-03-05
1
-20
/
+15
*
Fix DecoderBaseTest in media test
hclam@chromium.org
2010-03-03
1
-35
/
+59
*
Using bitstream filters if OpenMAX is enabled
hclam@chromium.org
2010-03-01
2
-24
/
+45
*
Fix the tree after r40232.
jhawkins@chromium.org
2010-02-28
1
-1
/
+1
*
Disable a media unit test
hclam@chromium.org
2010-02-27
1
-1
/
+1
*
Fix flow control in media::DecoderBase
hclam@chromium.org
2010-02-27
2
-13
/
+145
*
Some fixes to player_x11 when OpenMAX is enabled
hclam@chromium.org
2010-02-20
2
-15
/
+19
*
Fix misuse of OmxCodec
hclam@chromium.org
2010-02-19
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
15
-7
/
+21
*
Add comment to unit tests previously disabled
hclam@chromium.org
2010-02-17
1
-0
/
+8
*
Disable FFmpegGlueTest.Write and friends
hclam@chromium.org
2010-02-17
1
-4
/
+4
*
API to allow strategy class to work on the output buffer of OpenMAX
hclam@chromium.org
2010-02-17
2
-6
/
+82
*
Fix using of OmxInputBuffer
hclam@chromium.org
2010-02-10
1
-15
/
+12
*
Refactor media::InputBuffer to consolidate it with media::Buffer
hclam@chromium.org
2010-02-05
2
-4
/
+5
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
11
-55
/
+56
*
Refactoring of media::OmxCodec to split configuration of IO ports
hclam@chromium.org
2010-02-04
2
-8
/
+9
*
Refactor some code that depends on FFmpeg
hclam@chromium.org
2010-01-26
16
-140
/
+32
*
Use OpenMAX for video decoding in the media pipeline
hclam@chromium.org
2010-01-23
3
-43
/
+99
*
Switches to enable OpenMAX for video decoding in Chrome
hclam@chromium.org
2010-01-22
1
-2
/
+2
*
Video and OpenMAX: add role name to replace vendor specific component name.
hclam@chromium.org
2010-01-21
1
-1
/
+3
*
enable simple encoding in omx_codec
hclam@chromium.org
2010-01-15
2
-6
/
+15
*
omx_test refactor to add encoder support. (only start)
hclam@chromium.org
2010-01-12
1
-2
/
+6
*
Revert my last two commits that brokoe the build
hclam@chromium.org
2010-01-06
1
-5
/
+1
*
omx_test refactor to add encoder support. (only start)
hclam@chromium.org
2010-01-06
1
-1
/
+5
*
Implementation of OmxVideoDecodeEngine.
ajwong@chromium.org
2009-12-22
20
-689
/
+1482
*
Refactor FFmpegVideoDecoder to try and generalize code common to all video de...
ajwong@chromium.org
2009-12-10
10
-360
/
+699
*
Factor out PtsHeap into a reusable class.
ajwong@chromium.org
2009-12-02
3
-80
/
+33
*
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...
thestig@chromium.org
2009-12-02
1
-0
/
+1
*
Add codec id into the media_format so that downstream filters can determine c...
ajwong@chromium.org
2009-12-01
1
-0
/
+4
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-1
/
+1
*
Check for null frame pointers and do nothing to avoid a crash.
fbarchard@chromium.org
2009-11-19
1
-0
/
+9
*
Replace hard-coded media_format() methods with Google Mock methods declared i...
scherkus@chromium.org
2009-11-18
2
-3
/
+26
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-2
/
+2
*
Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.
scherkus@chromium.org
2009-11-05
1
-0
/
+7
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
1
-1
/
+1
*
Fix incorrect usage of scope_ptr with an array.
tkent@chromium.org
2009-10-19
1
-1
/
+1
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
2
-4
/
+4
[next]