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
*
Replace hard-coded media_format() methods with Google Mock methods declared i...
scherkus@chromium.org
2009-11-18
2
-46
/
+54
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
2
-0
/
+16
*
Reduce test duration for valgrind.
fbarchard@chromium.org
2009-11-03
1
-1
/
+1
*
Add yasm and ffmpeg into the build tree for linux.
ajwong@chromium.org
2009-10-30
1
-0
/
+10
*
-fPIC buildable version of yuv for 64 bit linux.
fbarchard@chromium.org
2009-10-16
1
-97
/
+106
*
Move Alsa device opening into the audio thread, and add in support for multi-...
ajwong@chromium.org
2009-10-16
2
-0
/
+34
*
Report stalled event correctly for <video>
hclam@chromium.org
2009-10-16
4
-1
/
+45
*
Mark YUV conversion functions private_extern on the Mac. These symbols don't
mark@chromium.org
2009-10-15
1
-2
/
+0
*
MMX2 improvements on Linux 64 bit.
fbarchard@chromium.org
2009-10-15
3
-77
/
+87
*
Reverting 29019.
finnur@chromium.org
2009-10-14
3
-70
/
+66
*
Use lea to remove 2 instructions from the inner loop of YUV Scale.
fbarchard@chromium.org
2009-10-14
3
-66
/
+70
*
64 bit linux yuv
fbarchard@chromium.org
2009-10-13
2
-40
/
+120
*
use djb2 hash in media/base
fbarchard@chromium.org
2009-10-12
1
-21
/
+17
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
DJB2 Hash for applications where high speed hash or checksum values are needed.
fbarchard@chromium.org
2009-10-09
3
-0
/
+71
*
Off by one in YUV scale caused an extra read (mostly harmless)
fbarchard@chromium.org
2009-09-22
3
-21
/
+3
*
Fixing build bustage caused by r26759
hclam@chromium.org
2009-09-21
1
-1
/
+1
*
Clean up the unittest to correct order of expects, and give correct tracing i...
ajwong@chromium.org
2009-09-21
1
-18
/
+28
*
Mac YUV with a single YUV table of 6k instead of 3 tables of 2k.
fbarchard@chromium.org
2009-09-21
2
-278
/
+66
*
Disable FFmpeg logging as it interferes with layout tests.
scherkus@chromium.org
2009-09-19
2
-0
/
+9
*
Revert "Mac YUV assembly"
ajwong@chromium.org
2009-09-18
2
-63
/
+273
*
Mac YUV assembly
fbarchard@chromium.org
2009-09-18
2
-273
/
+63
*
Reverting 26070 from media tests failure
mhm@chromium.org
2009-09-12
4
-76
/
+286
*
Mac Assembler and Linux cleanup
fbarchard@chromium.org
2009-09-12
4
-286
/
+76
*
Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but
benl@chromium.org
2009-09-07
1
-1
/
+1
*
linux: fix yuv_row on ARM (don't use MMX).
piman@chromium.org
2009-09-04
1
-2
/
+1
*
Apply some sanity checks to the values coming back to us from FFmpeg.
cevans@chromium.org
2009-09-04
1
-0
/
+28
*
mmx for linux yuv convert function.
fbarchard@chromium.org
2009-09-01
5
-88
/
+903
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-3
/
+0
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-0
/
+3
*
Fix memory leask in media yuv_convert unit tests. Replace pointers init'd by ...
jshin@chromium.org
2009-08-28
1
-22
/
+22
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
5
-0
/
+26
*
Timing code for measuring DLL load performance.
fbarchard@chromium.org
2009-08-21
1
-1
/
+29
*
Fix Issue 160529 in a nice way with unittest.
fbarchard@chromium.org
2009-08-21
2
-1
/
+4
*
Reverting r24002 due to test_shell_tests redness
ajwong@chromium.org
2009-08-21
5
-26
/
+0
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
5
-0
/
+26
*
Suppress slider thumb jumping around during seeking
hclam@chromium.org
2009-08-21
5
-7
/
+66
*
A quick fix for YUV overflow on Mac concern.
fbarchard@chromium.org
2009-08-18
3
-32
/
+88
*
Framework to display disabled mute button when audio fails.
kylep@chromium.org
2009-08-14
1
-0
/
+5
*
Implemented end-of-stream callback for media::PipelineImpl.
scherkus@chromium.org
2009-08-12
10
-6
/
+215
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
7
-0
/
+94
*
Replace the guts of AudioRendererBase with calls to scaling algorithm.
kylep@chromium.org
2009-08-01
4
-34
/
+73
*
Missing buffered attribute for <video>/<audio>
hclam@google.com
2009-07-30
3
-2
/
+64
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-30
3
-1
/
+24
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
7
-3
/
+30
*
Nice and easy fix for the media clock interpolating past the duration.
scherkus@chromium.org
2009-07-29
3
-8
/
+20
*
Cancel a task if stopped/errored so we don't hit an over-protective DCHECK.
scherkus@chromium.org
2009-07-28
1
-0
/
+5
*
Assorted fixes for 64-bit.
deanm@chromium.org
2009-07-28
1
-1
/
+2
*
Revert "Pipeline will execute a callback whenever an run-time error has happe...
scherkus@chromium.org
2009-07-28
3
-25
/
+1
*
Implemented a proper clock for audio/video synchronization.
scherkus@chromium.org
2009-07-28
6
-10
/
+409
[next]