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
*
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
*
media::FFmpegDemuxer giving too much errors
hclam@chromium.org
2009-09-30
1
-2
/
+4
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-2
/
+2
*
Disable FFmpeg logging as it interferes with layout tests.
scherkus@chromium.org
2009-09-19
2
-0
/
+4
*
Implemented file URLProtocol for media_bench.
scherkus@chromium.org
2009-09-04
2
-4
/
+3
*
Apply some sanity checks to the values coming back to us from FFmpeg.
cevans@chromium.org
2009-09-04
2
-1
/
+14
*
Do not permit a seek to a negative position. This was already an error
cevans@chromium.org
2009-09-03
2
-1
/
+5
*
Ignore audio decode errors in the same way video decode errors are done.
fbarchard@chromium.org
2009-09-02
1
-1
/
+6
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
3
-6
/
+6
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
3
-6
/
+6
*
Delay calling NotifyEnded() until the audio hardware has played the last of t...
scherkus@chromium.org
2009-08-27
2
-7
/
+18
*
Fix build bustage r24568
hclam@chromium.org
2009-08-27
1
-0
/
+2
*
Make audio and video in sync while playback rate != 1.0
hclam@chromium.org
2009-08-27
1
-0
/
+1
*
Clean up AudioRendererAlgorithmOLA when dealing with very little remaining data.
scherkus@chromium.org
2009-08-25
5
-26
/
+229
*
Providing unplayed bytes in audio hardware buffer
hclam@chromium.org
2009-08-24
2
-4
/
+11
*
Fix Issue 160529 in a nice way with unittest.
fbarchard@chromium.org
2009-08-21
2
-53
/
+29
*
Fix build bustage
hclam@chromium.org
2009-08-21
1
-1
/
+1
*
Suppress slider thumb jumping around during seeking
hclam@chromium.org
2009-08-21
3
-8
/
+23
*
Prevent current time jumping around when seek
hclam@chromium.org
2009-08-19
1
-3
/
+10
*
Workaround a race condition caused by not synchronization destruction of the ...
ajwong@chromium.org
2009-08-15
1
-0
/
+7
*
Fixes crash due to NullAudioRenderer calling GetPlaybackRate() during initial...
scherkus@chromium.org
2009-08-15
1
-18
/
+16
*
demux duplicate data the same way as mp3 does.
fbarchard@chromium.org
2009-08-14
2
-86
/
+49
*
Implemented end-of-stream callback for media::PipelineImpl.
scherkus@chromium.org
2009-08-12
6
-78
/
+105
*
Updated decode logic to estimate timestamps if the demuxer has not assigned one.
kylep@chromium.org
2009-08-11
2
-9
/
+23
*
Mute audio under OLA when given rate would cause poor quality.
kylep@chromium.org
2009-08-10
2
-3
/
+21
*
Fix video sync error when framerate or playback rate is low
kylep@chromium.org
2009-08-06
2
-6
/
+15
*
Fix a leak in AudioRendererBaseTest::OneCompleteReadCycle
hclam@chromium.org
2009-08-06
1
-1
/
+2
*
Renderer busy looping after video (with sound) or audio ends
hclam@chromium.org
2009-08-06
2
-2
/
+76
[next]