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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a VideoDecodeContext that provides resources for a VideoDecodeEngine
hclam@chromium.org
2010-09-07
1
-0
/
+51
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
27
-175
/
+223
*
Remove refcounting of VideoDecodeEngine
hclam@chromium.org
2010-09-03
11
-42
/
+54
*
Merge remote branch 'origin/trunk' into resubmit
hclam@chromium.org
2010-09-03
18
-41
/
+38
*
Revert 58429, 58428, 58427, 58423.
akalin@chromium.org
2010-09-03
18
-19
/
+2744
*
Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a...
akalin@chromium.org
2010-09-02
14
-2739
/
+14
*
Revert 58423 - Refactor video decode engines to move them to a new folder
akalin@chromium.org
2010-09-02
14
-33
/
+36
*
Build fix. Fix include to point to new locations.
hclam@chromium.org
2010-09-02
4
-5
/
+5
*
Refactor video decode engines to move them to a new folder
hclam@chromium.org
2010-09-02
14
-36
/
+33
*
Implement audio recording for Linux via ALSA.
satish@chromium.org
2010-09-02
13
-85
/
+501
*
This test now works for the mac audio capture code as well, and in a future C...
satish@chromium.org
2010-09-02
13
-152
/
+69
*
media: recycle buffers/direct rendering etc. (third patch)
jiesun@google.com
2010-09-02
12
-370
/
+623
*
Fixed OpenBSD build.
sergeyu@chromium.org
2010-09-02
2
-33
/
+7
*
Fixing rounding error in buffering bar for fully loaded HTTP videos
vrk@google.com
2010-09-01
2
-14
/
+30
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
42
-450
/
+399
*
Revert "re-enable ogg threads"
tony@chromium.org
2010-08-31
2
-1
/
+10
*
re-enable ogg threads
fbarchard@chromium.org
2010-08-31
2
-10
/
+1
*
Guarantee PPAPI Audio playbacks are stopped in Pause().
neb@chromium.org
2010-08-31
1
-0
/
+7
*
Second attempt at fixing the Direct3D Present() crash. It is fixed by realizi...
imcheng@chromium.org
2010-08-30
3
-5
/
+5
*
there are 2 threads for AVCodecThreadInit
fbarchard@chromium.org
2010-08-28
1
-0
/
+1
*
another mock failure
fbarchard@chromium.org
2010-08-28
1
-1
/
+1
*
mock test 3 threads not 2 for media
fbarchard@chromium.org
2010-08-28
1
-2
/
+2
*
remove meaningless ffmpeg fast flag
fbarchard@chromium.org
2010-08-28
3
-6
/
+4
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
11
-6
/
+10
*
Displays a speech input UI bubble during speech recognition.
satish@chromium.org
2010-08-27
1
-0
/
+3
*
Add missing backslash to fix build break caused by
satish@chromium.org
2010-08-27
1
-1
/
+1
*
Mac audio input implementation
joth@chromium.org
2010-08-27
7
-17
/
+395
*
media: add flush stage before stop().
jiesun@google.com
2010-08-26
2
-54
/
+133
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
28
-236
/
+372
*
Removed strmiids.lib from MftH264Decoder by reordering two header files. (mov...
imcheng@chromium.org
2010-08-25
1
-4
/
+4
*
Changed mft_h264_decoder's API to match with video_decode_engine.h. Also chan...
imcheng@chromium.org
2010-08-25
13
-1332
/
+1044
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
23
-352
/
+228
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
23
-228
/
+352
*
Add VP8 codec enum to video decoder.
fgalligan@chromium.org
2010-08-23
2
-0
/
+3
*
fix windows loop problem.
jiesun@google.com
2010-08-19
2
-14
/
+12
*
Revert 56582 - ffmpeg flag CODEC_FLAG2_FAST removed
rvargas@google.com
2010-08-18
3
-2
/
+3
*
ffmpeg flag CODEC_FLAG2_FAST removed
fbarchard@chromium.org
2010-08-18
3
-3
/
+2
*
revert thread enable for ogv. bug on video-cookie.html likely affects mp4 as...
fbarchard@chromium.org
2010-08-18
1
-1
/
+3
*
remove pragma message to fix build issue
fbarchard@chromium.org
2010-08-18
1
-5
/
+0
*
enable multicore decode for ogg theora video
fbarchard@chromium.org
2010-08-18
1
-2
/
+6
*
media: add ifdef to prevent build error in "use-system-ffmpeg" case
jiesun@google.com
2010-08-18
2
-1
/
+23
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
3
-2
/
+5
*
Initialize member var.
finnur@chromium.org
2010-08-17
2
-3
/
+8
*
GTTF: some more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-08-16
1
-5
/
+6
*
meida:fix a typo
jiesun@google.com
2010-08-16
1
-1
/
+1
*
Separate out the constructor and Run from test_suite.cc. This is an isolated
brettw@chromium.org
2010-08-16
1
-0
/
+1
*
Re-land just the project file changes from r55416. This makes projects that use
brettw@chromium.org
2010-08-15
1
-0
/
+3
*
media: bit stream converter
jiesun@google.com
2010-08-13
5
-30
/
+32
*
media: change engine interface to be suitable for gpu_video_decoder
jiesun@google.com
2010-08-13
13
-537
/
+595
*
Added error callbacks. Decoder no longer explicitly quits the message loop on...
imcheng@chromium.org
2010-08-12
8
-172
/
+371
[next]