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
/
media.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove no-longer-necessary conditional mention of an already-included source ...
fischman@chromium.org
2011-10-01
1
-5
/
+0
*
Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme...
acolwell@chromium.org
2011-09-30
1
-0
/
+2
*
Follow-up cleanup promised during r103376's CR.
fischman@chromium.org
2011-09-30
1
-2
/
+0
*
Removing mfplayer and mfdecoder tools.
scherkus@chromium.org
2011-09-30
1
-44
/
+0
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-24
/
+25
*
Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.
fischman@chromium.org
2011-09-29
1
-6
/
+0
*
Exclude ffmpeg from the build when building for Android.
peter@chromium.org
2011-09-23
1
-65
/
+126
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-0
/
+2
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-0
/
+2
*
Rewriting FFmpegAudioDecoder and eliminating DecoderBase.
scherkus@chromium.org
2011-09-17
1
-2
/
+0
*
Replace AudioDecoderConfig with simple accessors on AudioDecoder.
scherkus@chromium.org
2011-09-16
1
-1
/
+0
*
Reorganize YUV scalers (Continued)
hclam@chromium.org
2011-09-16
1
-8
/
+10
*
Write tests for FFmpegAudioDecoder so I can rewrite the class sans regressions.
scherkus@chromium.org
2011-09-16
1
-0
/
+1
*
Resubmit - Rewrite color space conversions suite using YASM"
hclam@chromium.org
2011-09-14
1
-6
/
+49
*
Revert 100915 - Rewrite color space conversions suite using YASM
dhollowa@chromium.org
2011-09-14
1
-49
/
+6
*
Remove Demuxer from the Filter class hierarchy.
acolwell@chromium.org
2011-09-13
1
-0
/
+4
*
Rewrite color space conversions suite using YASM
hclam@chromium.org
2011-09-13
1
-6
/
+49
*
Fix a build break on ARM.
hbono@chromium.org
2011-09-09
1
-1
/
+5
*
Implements RGB to YV12 conversions in YASM.
hbono@chromium.org
2011-09-09
1
-0
/
+55
*
add workarounds for some popular webcam.
wjia@chromium.org
2011-09-08
1
-3
/
+3
*
Create media.dll / libmedia.so.
darin@chromium.org
2011-08-29
1
-1
/
+13
*
make URL handling transparent to media pipeline.
wjia@chromium.org
2011-08-24
1
-0
/
+4
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-23
1
-2
/
+2
*
PulseAudio Sound Playback on Linux
slock@chromium.org
2011-08-19
1
-2
/
+27
*
Revert 96974 - Remove mock_ffmpeg and update media unittests.
rvargas@google.com
2011-08-16
1
-2
/
+2
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-16
1
-2
/
+2
*
Revert r95841 due to failing media_unittests on linux_shared bot.
darin@chromium.org
2011-08-08
1
-13
/
+1
*
Enable media.dll / libmedia.so.
darin@chromium.org
2011-08-08
1
-1
/
+13
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
1
-0
/
+3
*
Revert 95496 - Create media.dll
apatrick@chromium.org
2011-08-05
1
-12
/
+1
*
Revert 95499 - Switch back to only building static library as this is not rea...
apatrick@chromium.org
2011-08-05
1
-1
/
+1
*
Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...
yzshen@chromium.org
2011-08-05
1
-3
/
+0
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
1
-0
/
+3
*
Switch back to only building static library as this is not ready on all
darin@chromium.org
2011-08-04
1
-1
/
+1
*
Create media.dll
darin@chromium.org
2011-08-04
1
-1
/
+12
*
Add a proxy for thread-hopping VideoCapture::EventHandler.
piman@chromium.org
2011-08-02
1
-0
/
+2
*
Revert 93723 - Migrate DataSourceFactory to new callback system.
acolwell@chromium.org
2011-07-27
1
-0
/
+2
*
Migrate DataSourceFactory to new callback system.
acolwell@chromium.org
2011-07-22
1
-2
/
+0
*
End of stream logic implemented & removed the need for pending_buffers_.
acolwell@chromium.org
2011-07-21
1
-0
/
+1
*
Remove MediaFormat once and for all.
scherkus@chromium.org
2011-07-20
1
-2
/
+0
*
Deduplicate YUV copying code, update call sites, and add some unit tests.
scherkus@chromium.org
2011-07-20
1
-0
/
+3
*
Remove Gles2VideoRenderer from player_x11 and make X11 vs GL rendering a run-...
scherkus@chromium.org
2011-07-19
1
-37
/
+5
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...
wjia@chromium.org
2011-07-07
1
-4
/
+0
*
This is the VideoCaptureDevice implementation for windows.
perkj@google.com
2011-06-30
1
-0
/
+18
*
Adding ChunkDemuxer implementation.
acolwell@chromium.org
2011-06-29
1
-2
/
+20
*
Do not depend on liballocator on Mac.
glider@chromium.org
2011-06-28
1
-3
/
+7
*
Link media_unittests with liballocator.
glider@chromium.org
2011-06-28
1
-0
/
+7
*
Removing defunct OpenMAX code (round 2).
scherkus@chromium.org
2011-06-28
1
-99
/
+2
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
1
-0
/
+1
[next]