| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -3/+0 |
* | Removing FFmpegVideoAllocator as it provides little benefit while increasing ... | scherkus@chromium.org | 2011-06-03 | 1 | -2/+0 |
* | Revert 87790 - Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -2/+98 |
* | Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -98/+2 |